prometheanfire 14/05/20 20:55:30 Modified: ChangeLog Added: cloud-init-0.7.5-r1.ebuild Removed: cloud-init-0.7.5.ebuild Log: using provided init scripts (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.7 app-emulation/cloud-init/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 2 May 2014 01:57:02 -0000 1.6 +++ ChangeLog 20 May 2014 20:55:30 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/cloud-init # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.6 2014/05/02 01:57:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.7 2014/05/20 20:55:30 prometheanfire Exp $ + +*cloud-init-0.7.5-r1 (20 May 2014) + + 20 May 2014; Matthew Thode <[email protected]> + +cloud-init-0.7.5-r1.ebuild, -cloud-init-0.7.5.ebuild: + using provided init scripts 02 May 2014; Ian Delaney <[email protected]> cloud-init-0.7.5.ebuild: add missing test dep, update prettytable, exclude unbroken but rogue tests for 1.1 app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild?rev=1.1&content-type=text/plain Index: cloud-init-0.7.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5-r1.ebuild,v 1.1 2014/05/20 20:55:30 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils multilib DESCRIPTION="Package provides configuration and customization of cloud instance." HOMEPAGE="https://launchpad.net/cloud-init" SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-python/cheetah[${PYTHON_USEDEP}] >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] dev-python/oauth[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/jsonpatch[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} sys-apps/iproute2 )" PATCHES=( "${FILESDIR}"/${P}-tests-exclude.patch ) #python_prepare_all() { # distutils-r_python_prepare_all #} python_test() { # These tests are not broken but expect to locate an installed exe file # other than where a gentoo system installs it; (/bin/ip sought in /sbin) # See cloudinit/sources/DataSourceOpenNebula.py for possible patching sed -e 's:test_hostname:_&:' \ -e 's:test_network_interfaces:_&:' \ -i tests/unittests/test_datasource/test_opennebula.py emake test } python_install() { distutils-r1_python_install for svc in config final init init-local; do newinitd "${WORKDIR}/${P}/sysvinit/gentoo/cloud-${svc}" "cloud-${svc}" done }
