commit: 831b73e280c268e32ff65a1ed858f5f18d66634f
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 19:01:51 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 19:01:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831b73e2
dev-java/hamcrest-library: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
dev-java/hamcrest-library/hamcrest-library-1.1.ebuild | 2 +-
dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/hamcrest-library/hamcrest-library-1.1.ebuild
b/dev-java/hamcrest-library/hamcrest-library-1.1.ebuild
index 455206a..bb2dc08 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 831a629..0d9fc5d 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"