summaryrefslogtreecommitdiff
path: root/dev-java/jcip-annotations
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-18 18:31:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-18 18:31:43 +0000
commitcd0d9000770337b445051f1852fe3971ceb7a6e2 (patch)
tree49c82dbb14c2d960e04e7482bdefe6ed2d53a173 /dev-java/jcip-annotations
parent12c505f7fcc9ddc89e96ed178df05aceec162d92 (diff)
gentoo auto-resync : 18:03:2023 - 18:31:42
Diffstat (limited to 'dev-java/jcip-annotations')
-rw-r--r--dev-java/jcip-annotations/Manifest3
-rw-r--r--dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild31
-rw-r--r--dev-java/jcip-annotations/metadata.xml12
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-java/jcip-annotations/Manifest b/dev-java/jcip-annotations/Manifest
deleted file mode 100644
index b01bfaf0820c..000000000000
--- a/dev-java/jcip-annotations/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST jcip-annotations-1.0-1.tar.gz 7524 BLAKE2B cd31ecf1fe1ef4d78a9624cd92b9837acaccc35b1edfe5fbfac517d94edada03b5f7ac065ba21b26b43e6a8a6aef70434f3dfb7a76bb866ef4e3e25467ff1c01 SHA512 22eb285a445b25a718846dad45581dbe7a324a2d670bd05f4b2aa5e850ae34af6bcedbf143e17a7cd6cf7e510e0dd447992ba1d5316432e8a8db5584a1e1973e
-EBUILD jcip-annotations-1.0.1-r1.ebuild 700 BLAKE2B 27e62dc63fb5842ce986bed53aaa87073786846656ffcc100a09c096d4bd6954f8cd97d9dafb7e13fc1f9ac992a51d8bcfd86daad31a0da011aa2eba00e62394 SHA512 93354d5eea5a0ecfbbc9528cfccc0d6ba1a0b8290b9917afec88e54b6ac329173d916375c7d3065b04a4d09b8e0454e093e46cbe4866d71b9f144fa2134b817c
-MISC metadata.xml 584 BLAKE2B 16e65f76dcc2436184e63d6ec63f22b9b548779ecbb6fcb9c64ff5923cd17ec966928fc26672beb17b740691ca4ca53e58d3c2f9de63117076e8334855bfe23a SHA512 d1232d01037a0e3e4f5301a1d65041027a02a84f4c464de16931102a8952235c88149efcfcf7150bda86b67f541fca891300ba3833e3cf2669960cfec451160b
diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
deleted file mode 100644
index 5ee98d998748..000000000000
--- a/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="com.github.stephenc.jcip:jcip-annotations:1.0-1"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_P="${PN}-$(ver_rs 2 -)"
-
-DESCRIPTION="Clean room implementation of the JCIP Annotations"
-HOMEPAGE="https://github.com/stephenc/jcip-annotations"
-SRC_URI="https://github.com/stephenc/${PN}/archive/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8:*"
-DEPEND=">=virtual/jdk-1.8:*"
-
-S="${WORKDIR}/${PN}-${MY_P}/src"
-JAVA_SRC_DIR="main/java"
-
-src_install() {
- java-pkg-simple_src_install
- dodoc ../README.md
-}
diff --git a/dev-java/jcip-annotations/metadata.xml b/dev-java/jcip-annotations/metadata.xml
deleted file mode 100644
index d46506f39bf9..000000000000
--- a/dev-java/jcip-annotations/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <longdescription>The JCIP Annotations are really useful, however they are released under the Creative Commons Attribution License, which is not recommended for licensing software and may therefore cause issues for some people.</longdescription>
- <upstream>
- <remote-id type="github">stephenc/jcip-annotations</remote-id>
- </upstream>
-</pkgmetadata>