Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/
Date: Thu, 06 Oct 2016 16:28:18
Message-Id: 1475771263.c60024b0baf66539785e94ebab14fdbaf75613df.prometheanfire@gentoo
1 commit: c60024b0baf66539785e94ebab14fdbaf75613df
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 16:27:43 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 16:27:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60024b0
7
8 app-emulation/cloud-init: updating 9999
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/cloud-init/cloud-init-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-9999.ebuild
16 index 1d41994..b7bd6bf 100644
17 --- a/app-emulation/cloud-init/cloud-init-9999.ebuild
18 +++ b/app-emulation/cloud-init/cloud-init-9999.ebuild
19 @@ -9,8 +9,7 @@ inherit distutils-r1 eutils git-r3 multilib systemd
20
21 DESCRIPTION="cloud initialisation magic"
22 HOMEPAGE="https://launchpad.net/cloud-init"
23 -EGIT_REPO_URI="https://github.com/prometheanfire/cloud-init.git"
24 -EGIT_BRANCH="gentoo-integration"
25 +EGIT_REPO_URI="https://git.launchpad.net/cloud-init"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 @@ -48,7 +47,7 @@ RDEPEND="
30 virtual/logger
31 "
32
33 -PATCHES=( "${FILESDIR}/cloud-init-0.7.7-gentooinit.patch" )
34 +PATCHES=( "${FILESDIR}/cloud-init-0.7.8-gentooinit.patch" )
35
36 python_prepare_all() {
37 sed -i 's/version=get_version(),/version=9999,/g' setup.py || die