From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BBDB1383D3 for ; Tue, 1 Sep 2015 19:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A22714088; Tue, 1 Sep 2015 19:02:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE1C914088 for ; Tue, 1 Sep 2015 19:02:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECEEC340702 for ; Tue, 1 Sep 2015 19:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CD2144 for ; Tue, 1 Sep 2015 19:02:03 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441134111.831b73e280c268e32ff65a1ed858f5f18d66634f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hamcrest-library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hamcrest-library/hamcrest-library-1.1.ebuild dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild X-VCS-Directories: dev-java/hamcrest-library/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 831b73e280c268e32ff65a1ed858f5f18d66634f X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:02:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec1380f8-0ce2-40c7-89f3-0ef3cf124f52 X-Archives-Hash: c4bf2737fdf1c1aeb984175f04715d5b commit: 831b73e280c268e32ff65a1ed858f5f18d66634f Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:01:51 2015 +0000 Commit: Tobias Klausmann gentoo 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"