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/hamcrest-integration/
Date: Tue, 01 Sep 2015 19:01:50
Message-Id: 1441134087.119ca662e1471e7972389689763625834be84c5b.klausman@gentoo
1 commit: 119ca662e1471e7972389689763625834be84c5b
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:01:27 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:01:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119ca662
7
8 dev-java/hamcrest-integration: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild b/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild
16 index 2c591ce..b638531 100644
17 --- a/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild
18 +++ b/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild
19 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
20 S="${WORKDIR}/${MY_P}"
21
22 DESCRIPTION="Integration library of hamcrest"
23 -HOMEPAGE="https://code.google.com/p/${MY_PN}/"
24 +HOMEPAGE="https://github.com/hamcrest"
25 SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
26
27 LICENSE="BSD-2"