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 8053E1383D3 for ; Tue, 1 Sep 2015 18:40:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1935B14303; Tue, 1 Sep 2015 18:40:23 +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 BB80314303 for ; Tue, 1 Sep 2015 18:40:22 +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 E85B3341AC4 for ; Tue, 1 Sep 2015 18:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD5C6144 for ; Tue, 1 Sep 2015 18:40:20 +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: <1441132807.3309eb567e599a4b9baf44a7e693e99edcc99086.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-debian-etch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild X-VCS-Directories: app-emulation/ganeti-instance-debian-etch/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3309eb567e599a4b9baf44a7e693e99edcc99086 X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:40:20 +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: beecaf8c-c9a1-41ce-8641-71d7c796e574 X-Archives-Hash: 05c162a1f62c7ce175c91d44767edf14 commit: 3309eb567e599a4b9baf44a7e693e99edcc99086 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 18:40:07 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 18:40:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3309eb56 app-emulation/ganeti-instance-debian-etch: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 .../ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild index 369fe13..84b7325 100644 --- a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild +++ b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild @@ -3,7 +3,7 @@ # $Id$ DESCRIPTION="Debian Etch instance example for Ganeti" -HOMEPAGE="https://code.google.com/p/ganeti/" +HOMEPAGE="http://www.ganeti.org/" SRC_URI="https://ganeti.googlecode.com/files/${P}.tar" LICENSE="GPL-2"