Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/jcip-annotations/
Date: Mon, 03 Jun 2013 06:47:17
Message-Id: 1370208116.efe8dfea6afbae467fd1690d65071dc2a7d18e9c.jlec@gentoo
1 commit: efe8dfea6afbae467fd1690d65071dc2a7d18e9c
2 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 21:21:56 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 21:21:56 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=efe8dfea
7
8 Fixed SRC_URI.
9
10 ---
11 dev-java/jcip-annotations/ChangeLog | 3 +++
12 dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild | 2 +-
13 2 files changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-java/jcip-annotations/ChangeLog b/dev-java/jcip-annotations/ChangeLog
16 index 477afa1..0481ced 100644
17 --- a/dev-java/jcip-annotations/ChangeLog
18 +++ b/dev-java/jcip-annotations/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 02 Jun 2013; <calchan@g.o> jcip-annotations-1.0-r1.ebuild:
24 + Fixed SRC_URI.
25 +
26 03 Mar 2013; Justin Lecher <jlec@g.o> jcip-annotations-1.0-r1.ebuild,
27 metadata.xml:
28 Correct license name
29
30 diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
31 index dd2acb9..3c2a583 100644
32 --- a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
33 +++ b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
34 @@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2
35
36 DESCRIPTION="Annotations for Concurrency"
37 HOMEPAGE="http://www.jcip.net/"
38 -SRC_URI="http://www.jcip.net/${PN}-src.jar"
39 +SRC_URI="http://jcip.net.s3-website-us-east-1.amazonaws.com/${PN}-src.jar"
40
41 LICENSE="CC-BY-SA-2.5"
42 #Confirm license before entering tree.