aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/jcip-annotations/ChangeLog6
-rw-r--r--dev-java/jcip-annotations/Manifest2
-rw-r--r--dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild7
-rw-r--r--dev-java/jcip-annotations/metadata.xml13
4 files changed, 16 insertions, 12 deletions
diff --git a/dev-java/jcip-annotations/ChangeLog b/dev-java/jcip-annotations/ChangeLog
index abeec0e60..477afa165 100644
--- a/dev-java/jcip-annotations/ChangeLog
+++ b/dev-java/jcip-annotations/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-java/jcip-annotations
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> jcip-annotations-1.0-r1.ebuild,
+ metadata.xml:
+ Correct license name
+
*jcip-annotations-1.0-r1 (14 May 2012)
14 May 2012; Sébastien Fabbro <bicatali@gentoo.org>
diff --git a/dev-java/jcip-annotations/Manifest b/dev-java/jcip-annotations/Manifest
index 5d5a730b5..fc63ac630 100644
--- a/dev-java/jcip-annotations/Manifest
+++ b/dev-java/jcip-annotations/Manifest
@@ -1 +1 @@
-DIST jcip-annotations-src.jar 4998 RMD160 a4b9a825fb0b2c313ebf5d11f246a654e30109b3 SHA1 c685e640967c817cc66d9df598772e68721161f8 SHA256 221f5cbe0b00a4c5f3c8870639de3573223fb9aa2636c631f901302fd4339efc
+DIST jcip-annotations-src.jar 4998 SHA256 221f5cbe0b00a4c5f3c8870639de3573223fb9aa2636c631f901302fd4339efc
diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
index 1ee0f8510..dd2acb9b3 100644
--- a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
+++ b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -13,7 +13,7 @@ DESCRIPTION="Annotations for Concurrency"
HOMEPAGE="http://www.jcip.net/"
SRC_URI="http://www.jcip.net/${PN}-src.jar"
-LICENSE="CCPL-Attribution-ShareAlike-2.5"
+LICENSE="CC-BY-SA-2.5"
#Confirm license before entering tree.
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -21,7 +21,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
-DEPEND=">=virtual/jdk-1.5
+DEPEND="
+ >=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"
diff --git a/dev-java/jcip-annotations/metadata.xml b/dev-java/jcip-annotations/metadata.xml
index ba0008fb8..b39c888fa 100644
--- a/dev-java/jcip-annotations/metadata.xml
+++ b/dev-java/jcip-annotations/metadata.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>java</herd>
- <maintainer>
- <email>ali_bush@gentoo.org</email>
- <name>Alistair Bush</name>
- </maintainer>
- <longdescription lang="en">
+ <herd>java</herd>
+ <maintainer>
+ <email>ali_bush@gentoo.org</email>
+ <name>Alistair Bush</name>
+ </maintainer>
+ <longdescription lang="en">
Annotations used within the Java Concurrency in Practice book by
Brain Goetz.
</longdescription>
</pkgmetadata>
-