tamiko 15/07/02 08:02:58 Modified: ChangeLog Added: libvirt-python-1.2.17.ebuild Log: version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Revision Changes Path 1.42 dev-python/libvirt-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 23 Jun 2015 11:02:04 -0000 1.41 +++ ChangeLog 2 Jul 2015 08:02:58 -0000 1.42 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/libvirt-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.41 2015/06/23 11:02:04 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.42 2015/07/02 08:02:58 tamiko Exp $ + +*libvirt-python-1.2.17 (02 Jul 2015) + + 02 Jul 2015; Matthias Maier <tam...@gentoo.org> +libvirt-python-1.2.17.ebuild: + version bump 23 Jun 2015; Matthias Maier <tam...@gentoo.org> -libvirt-python-1.2.10.ebuild, -libvirt-python-1.2.12.ebuild, -libvirt-python-1.2.14.ebuild: 1.1 dev-python/libvirt-python/libvirt-python-1.2.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.17.ebuild?rev=1.1&content-type=text/plain Index: libvirt-python-1.2.17.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.17.ebuild,v 1.1 2015/07/02 08:02:58 tamiko Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) AUTOTOOLIZE=yes MY_P="${P/_rc/-rc}" inherit eutils distutils-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" SRC_URI="" KEYWORDS="" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" KEYWORDS="~amd64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" DESCRIPTION="libvirt Python bindings" HOMEPAGE="http://www.libvirt.org" LICENSE="LGPL-2" SLOT="0" IUSE="test" DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-python/lxml[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" # testsuite is currently not included in upstream tarball RESTRICT="test" python_test() { esetup.py test }