From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:01:51 +0000 (+0200) Subject: dev-java/hamcrest-library: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=831b73e280c268e32ff65a1ed858f5f18d66634f;p=gentoo.git dev-java/hamcrest-library: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-java/hamcrest-library/hamcrest-library-1.1.ebuild b/dev-java/hamcrest-library/hamcrest-library-1.1.ebuild index 455206a6a193..bb2dc08c0a63 100644 --- a/dev-java/hamcrest-library/hamcrest-library-1.1.ebuild +++ b/dev-java/hamcrest-library/hamcrest-library-1.1.ebuild @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Core library of matchers for building test expressions" -HOMEPAGE="https://code.google.com/p/${MY_PN}/" +HOMEPAGE="https://github.com/hamcrest" SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" diff --git a/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild b/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild index 831a6299d94d..0d9fc5d2b0fa 100644 --- a/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild +++ b/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Core library of matchers for building test expressions" -HOMEPAGE="https://code.google.com/p/${MY_PN}/" +HOMEPAGE="https://github.com/hamcrest" SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2"