commit:     4afc4b82ae1d06fa9f78c75345642c89e0c71b3a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 23:44:14 2015 +0000
Commit:     James Le Cuirot <chewi <AT> aura-online <DOT> co <DOT> uk>
CommitDate: Mon Mar  9 23:44:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=4afc4b82

dev-java/jcip-annotations now in the tree.

 dev-java/jcip-annotations/ChangeLog                | 14 --------
 dev-java/jcip-annotations/Manifest                 |  4 ---
 .../jcip-annotations-1.0-r1.ebuild                 | 37 ----------------------
 dev-java/jcip-annotations/metadata.xml             | 14 --------
 4 files changed, 69 deletions(-)

diff --git a/dev-java/jcip-annotations/ChangeLog 
b/dev-java/jcip-annotations/ChangeLog
deleted file mode 100644
index e653163..0000000
--- a/dev-java/jcip-annotations/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for dev-java/jcip-annotations
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  20 Dec 2009; James Le Cuirot <[email protected]>
-  -jcip-annotations-1.0.ebuild, +jcip-annotations-1.0-r1.ebuild:
-  Digest has changed. Sources don't appear to have changed, only the
-  manifest, so it's just been repacked. Also fixed the JAR because
-  build was the root directory.
-
-  07 Sep 2008; Alistair Bush <[email protected]> +metadata.xml,
-  +jcip-annotations-1.0.ebuild:
-  Add jcip-annotations
-

diff --git a/dev-java/jcip-annotations/Manifest 
b/dev-java/jcip-annotations/Manifest
deleted file mode 100644
index 4f83c47..0000000
--- a/dev-java/jcip-annotations/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST jcip-annotations-src.jar 4998 RMD160 
a4b9a825fb0b2c313ebf5d11f246a654e30109b3 SHA1 
c685e640967c817cc66d9df598772e68721161f8 SHA256 
221f5cbe0b00a4c5f3c8870639de3573223fb9aa2636c631f901302fd4339efc
-EBUILD jcip-annotations-1.0-r1.ebuild 743 RMD160 
a84d3b1c249e7f6d314a46f57381915abf741aad SHA1 
d1aec8f19d839d2baec564702aa7b5974c224e56 SHA256 
820a4e55d9199a17214c0e982d93ae718e76cee6f774d43f2f5fd29636c111d9
-MISC ChangeLog 539 RMD160 d089522b2aaa80084cdde0cab869ac4db6837574 SHA1 
854e11c4f5ed78f3d0d3eefc360d11287ba88b6b SHA256 
4ce9c20da475346b1979729b3d74ffddfd7b692e54f5046e5bb52d6e35d97d22
-MISC metadata.xml 385 RMD160 2d91d799c8ab5e8dd3b00fd1074bfb6a132022e6 SHA1 
1087b337be32c75b933d8927f4c0df8c88c586a9 SHA256 
4ff2e935ea5a2302664518a548d5cf4c66bb952a827622925c23bd365ff48ede

diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild 
b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
deleted file mode 100644
index fc07186..0000000
--- a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# WARNING WARNING
-# Upstream source unversioned
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Annotations for Concurrency"
-HOMEPAGE="http://www.jcip.net/";
-SRC_URI="http://www.jcip.net/${PN}-src.jar";
-
-LICENSE="CCPL-Attribution-ShareAlike-2.5"
-#Confirm license before entering tree.
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
-               app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_compile() {
-       mkdir -p build
-       ejavac -d build $(find net -name '*.java')
-       jar -cf "${PN}.jar" -C build net
-}
-src_install() {
-       java-pkg_dojar "${PN}.jar"
-       use source && java-pkg_dosrc net
-}

diff --git a/dev-java/jcip-annotations/metadata.xml 
b/dev-java/jcip-annotations/metadata.xml
deleted file mode 100644
index ba0008f..0000000
--- a/dev-java/jcip-annotations/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>java</herd>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Alistair Bush</name>
-       </maintainer>
-       <longdescription lang="en">
-               Annotations used within the Java Concurrency in Practice book by
-               Brain Goetz.
-       </longdescription>
-</pkgmetadata>
-

Reply via email to