idella4 14/05/01 16:12:51 Modified: ChangeLog Added: cloud-init-0.7.5.ebuild Log: bump; patch to exclude tests effectively, upgrade deps, add IUSE test, test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 app-emulation/cloud-init/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 16 Mar 2014 21:05:11 -0000 1.4 +++ ChangeLog 1 May 2014 16:12:51 -0000 1.5 @@ -1,6 +1,13 @@ # 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.4 2014/03/16 21:05:11 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.5 2014/05/01 16:12:51 idella4 Exp $ + +*cloud-init-0.7.5 (01 May 2014) + + 01 May 2014; Ian Delaney <[email protected]> +cloud-init-0.7.5.ebuild, + +files/cloud-init-0.7.5-tests-exclude.patch: + bump; patch to exclude tests effectively, upgrade deps, add IUSE test, test + phase *cloud-init-0.7.4-r1 (16 Mar 2014) 1.1 app-emulation/cloud-init/cloud-init-0.7.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.5.ebuild?rev=1.1&content-type=text/plain Index: cloud-init-0.7.5.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.ebuild,v 1.1 2014/05/01 16:12:51 idella4 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} )" PATCHES=( "${FILESDIR}"/${P}-tests-exclude.patch ) python_test() { emake test } python_install() { distutils-r1_python_install for svc in config final init init-local; do newinitd "${FILESDIR}/cloud-${svc}.init" "cloud-${svc}" done }
