app-emulation/cloud-init: updating 9999
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 6 Oct 2016 16:27:43 +0000 (11:27 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 6 Oct 2016 16:27:43 +0000 (11:27 -0500)
Package-Manager: portage-2.3.0

app-emulation/cloud-init/cloud-init-9999.ebuild

index 1d41994e1d08cb86ea63d9e08d8802b296a6aa68..b7bd6bf6d99bc19a40efae28165c4a9cd52a5d1e 100644 (file)
@@ -9,8 +9,7 @@ inherit distutils-r1 eutils git-r3 multilib systemd
 
 DESCRIPTION="cloud initialisation magic"
 HOMEPAGE="https://launchpad.net/cloud-init"
-EGIT_REPO_URI="https://github.com/prometheanfire/cloud-init.git"
-EGIT_BRANCH="gentoo-integration"
+EGIT_REPO_URI="https://git.launchpad.net/cloud-init"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -48,7 +47,7 @@ RDEPEND="
        virtual/logger
 "
 
-PATCHES=( "${FILESDIR}/cloud-init-0.7.7-gentooinit.patch" )
+PATCHES=( "${FILESDIR}/cloud-init-0.7.8-gentooinit.patch" )
 
 python_prepare_all() {
        sed -i 's/version=get_version(),/version=9999,/g' setup.py || die