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 9EFE61383DE for ; Tue, 1 Sep 2015 20:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0200CE08B2; Tue, 1 Sep 2015 20:06:42 +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 73993E08B1 for ; Tue, 1 Sep 2015 20:06:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE2B34089A for ; Tue, 1 Sep 2015 20:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8489218A for ; Tue, 1 Sep 2015 20:06:36 +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: <1441137586.4097ff45356ee416aa903438f3ae671f5579d291.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/mtree/mtree-1.0.1.ebuild sys-apps/mtree/mtree-1.0.ebuild X-VCS-Directories: sys-apps/mtree/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 4097ff45356ee416aa903438f3ae671f5579d291 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:06:36 +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: 7143f586-d989-4c3e-be95-351627571f5b X-Archives-Hash: 46c36b09d46390a56d96cc6c83bbda06 commit: 4097ff45356ee416aa903438f3ae671f5579d291 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:59:46 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:59:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4097ff45 sys-apps/mtree: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 sys-apps/mtree/mtree-1.0.1.ebuild | 2 +- sys-apps/mtree/mtree-1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/mtree/mtree-1.0.1.ebuild b/sys-apps/mtree/mtree-1.0.1.ebuild index 5b194c8..3ab5b69 100644 --- a/sys-apps/mtree/mtree-1.0.1.ebuild +++ b/sys-apps/mtree/mtree-1.0.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools DESCRIPTION="Directory hierarchy mapping tool from FreeBSD" -HOMEPAGE="https://code.google.com/p/mtree-port/" +HOMEPAGE="https://github.com/archiecobbs/mtree-port" SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/sys-apps/mtree/mtree-1.0.ebuild b/sys-apps/mtree/mtree-1.0.ebuild index d298bc5..fe5178d 100644 --- a/sys-apps/mtree/mtree-1.0.ebuild +++ b/sys-apps/mtree/mtree-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=4 DESCRIPTION="Directory hierarchy mapping tool from FreeBSD" -HOMEPAGE="https://code.google.com/p/mtree-port/" +HOMEPAGE="https://github.com/archiecobbs/mtree-port" SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz" LICENSE="BSD"