Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-htools/
Date: Tue, 01 Sep 2015 18:40:03
Message-Id: 1441132786.62f98f6d52d8102ab4de2eca940163ca53f426e6.klausman@gentoo
1 commit: 62f98f6d52d8102ab4de2eca940163ca53f426e6
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:39:46 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:39:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f98f6d
7
8 app-emulation/ganeti-htools: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild | 2 +-
13 app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild | 2 +-
14 app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
18 index dd4039b..1273670 100644
19 --- a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
20 +++ b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
21 @@ -8,7 +8,7 @@ inherit eutils multilib
22
23 DESCRIPTION="Cluster tools for fixing common allocation problems on Ganeti 2.0
24 clusters"
25 -HOMEPAGE="https://code.google.com/p/ganeti/"
26 +HOMEPAGE="http://www.ganeti.org/"
27 SRC_URI="https://ganeti.googlecode.com/files/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30
31 diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild
32 index bfc034c..eeefd94 100644
33 --- a/app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild
34 +++ b/app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild
35 @@ -8,7 +8,7 @@ inherit eutils multilib
36
37 DESCRIPTION="Cluster tools for fixing common allocation problems on Ganeti 2.0
38 clusters"
39 -HOMEPAGE="https://code.google.com/p/ganeti/"
40 +HOMEPAGE="http://www.ganeti.org/"
41 SRC_URI="https://ganeti.googlecode.com/files/${P}.tar.gz"
42
43 LICENSE="GPL-2"
44
45 diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild
46 index a197389..251b669 100644
47 --- a/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild
48 +++ b/app-emulation/ganeti-htools/ganeti-htools-0.3.1.ebuild
49 @@ -8,7 +8,7 @@ inherit eutils multilib
50
51 DESCRIPTION="Cluster tools for fixing common allocation problems on Ganeti 2.0
52 clusters"
53 -HOMEPAGE="https://code.google.com/p/ganeti/"
54 +HOMEPAGE="http://www.ganeti.org/"
55 SRC_URI="https://ganeti.googlecode.com/files/${P}.tar.gz"
56
57 LICENSE="GPL-2"