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 AEB961383D3 for ; Tue, 1 Sep 2015 18:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A276141A5; Tue, 1 Sep 2015 18:40:50 +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 A8009141A5 for ; Tue, 1 Sep 2015 18:40:49 +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 A1F68341478 for ; Tue, 1 Sep 2015 18:40:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B951144 for ; Tue, 1 Sep 2015 18:40:45 +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: <1441132832.412951b7609f1831a9dba7804e6e4626a3be13ca.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-instance-debootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11.ebuild app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild X-VCS-Directories: app-emulation/ganeti-instance-debootstrap/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 412951b7609f1831a9dba7804e6e4626a3be13ca X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:40:45 +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: 4364f8f9-229a-4abb-8d12-1da1f2304031 X-Archives-Hash: 4b86b4c2b479734ce7fa0874c9eae74c commit: 412951b7609f1831a9dba7804e6e4626a3be13ca Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 18:40:32 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 18:40:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412951b7 app-emulation/ganeti-instance-debootstrap: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 .../ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11.ebuild | 2 +- .../ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild | 2 +- .../ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11.ebuild b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11.ebuild index 2e55ebf..9ef767a 100644 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11.ebuild +++ b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11.ebuild @@ -7,7 +7,7 @@ EAPI=2 inherit eutils DESCRIPTION="Scripts to build Ganeti VMs with debootstrap" -HOMEPAGE="https://code.google.com/p/ganeti/" +HOMEPAGE="http://www.ganeti.org/" SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz" LICENSE="GPL-2" diff --git a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild index 3d8ad76..f9ceb15 100644 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild +++ b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.12.ebuild @@ -7,7 +7,7 @@ EAPI=2 inherit eutils DESCRIPTION="Scripts to build Ganeti VMs with debootstrap" -HOMEPAGE="https://code.google.com/p/ganeti/" +HOMEPAGE="http://www.ganeti.org/" SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz" LICENSE="GPL-2" diff --git a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild index 569051c..b5b5ca3 100644 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild +++ b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild @@ -7,7 +7,7 @@ EAPI=2 inherit eutils DESCRIPTION="Scripts to build Ganeti VMs with debootstrap" -HOMEPAGE="https://code.google.com/p/ganeti/" +HOMEPAGE="http://www.ganeti.org/" SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz" LICENSE="GPL-2"