commit:     9efff9639bd349ab382a5cd9f07ab15ba379628f
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:00:31 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:00:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efff963

dev-java/hamcrest-core: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 dev-java/hamcrest-core/hamcrest-core-1.1.ebuild | 2 +-
 dev-java/hamcrest-core/hamcrest-core-1.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild 
b/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild
index 1174624..bd62ec9 100644
--- a/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild
+++ b/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild
@@ -10,7 +10,7 @@ MY_PN="hamcrest"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="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"
 SLOT="0"

diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild 
b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
index 11d5156..cbf8bd2 100644
--- a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
+++ b/dev-java/hamcrest-core/hamcrest-core-1.3.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"

Reply via email to