Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/reflections/
Date: Tue, 01 Sep 2015 19:05:15
Message-Id: 1441134298.0e0383a500dd8f3ec23d3266a6d836ecdae683c8.klausman@gentoo
1 commit: 0e0383a500dd8f3ec23d3266a6d836ecdae683c8
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:04:58 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:04:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0383a5
7
8 dev-java/reflections: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-java/reflections/reflections-0.9.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/reflections/reflections-0.9.9.ebuild b/dev-java/reflections/reflections-0.9.9.ebuild
16 index 8b6386a..76882c9 100644
17 --- a/dev-java/reflections/reflections-0.9.9.ebuild
18 +++ b/dev-java/reflections/reflections-0.9.9.ebuild
19 @@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source"
20 inherit java-pkg-2 java-pkg-simple
21
22 DESCRIPTION="Java runtime metadata analysis"
23 -HOMEPAGE="https://code.google.com/p/reflections/"
24 +HOMEPAGE="https://github.com/ronmamo/reflections"
25 SRC_URI="http://search.maven.org/remotecontent?filepath=org/${PN}/${PN}/${PV}/${P}-sources.jar"
26 LICENSE="WTFPL-2"
27 SLOT="0"