diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-07-26 01:49:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-07-26 01:49:06 +0000 |
commit | 35ab7551ed4dfa792b17d677b418fda012ea2c31 (patch) | |
tree | 820f8684084cc11aef4cc019bd2ea2d6d8f03684 /dev-python/libvirt-python | |
parent | Remove old (diff) | |
download | gentoo-2-35ab7551ed4dfa792b17d677b418fda012ea2c31.tar.gz gentoo-2-35ab7551ed4dfa792b17d677b418fda012ea2c31.tar.bz2 gentoo-2-35ab7551ed4dfa792b17d677b418fda012ea2c31.zip |
Remove old with unsatisfiable deps
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-1.2.16.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/dev-python/libvirt-python/ChangeLog b/dev-python/libvirt-python/ChangeLog index 602fffd95c94..873cdcf4d58e 100644 --- a/dev-python/libvirt-python/ChangeLog +++ b/dev-python/libvirt-python/ChangeLog @@ -1,6 +1,9 @@ # 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.42 2015/07/02 08:02:58 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.43 2015/07/26 01:49:06 patrick Exp $ + + 26 Jul 2015; Patrick Lauer <patrick@gentoo.org> -libvirt-python-1.2.16.ebuild: + Remove old with unsatisfiable deps *libvirt-python-1.2.17 (02 Jul 2015) diff --git a/dev-python/libvirt-python/libvirt-python-1.2.16.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.16.ebuild deleted file mode 100644 index 18dfb5ff2500..000000000000 --- a/dev-python/libvirt-python/libvirt-python-1.2.16.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.16.ebuild,v 1.1 2015/06/14 15:41:08 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 -} |