diff options
-rw-r--r-- | app-emulation/virtinst/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/virtinst/virtinst-0.500.4.ebuild | 36 | ||||
-rw-r--r-- | app-emulation/virtinst/virtinst-0.500.5.ebuild | 37 |
3 files changed, 5 insertions, 74 deletions
diff --git a/app-emulation/virtinst/ChangeLog b/app-emulation/virtinst/ChangeLog index be3b0b1b772e..ae1b07f40b2a 100644 --- a/app-emulation/virtinst/ChangeLog +++ b/app-emulation/virtinst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/virtinst # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.28 2011/06/29 19:19:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.29 2011/07/28 19:17:18 cardoe Exp $ + + 28 Jul 2011; Doug Goldstein <cardoe@gentoo.org> -virtinst-0.500.4.ebuild, + -virtinst-0.500.5.ebuild: + Remove older versions 29 Jun 2011; Markus Meier <maekke@gentoo.org> virtinst-0.500.6.ebuild: x86 stable, bug #370495 diff --git a/app-emulation/virtinst/virtinst-0.500.4.ebuild b/app-emulation/virtinst/virtinst-0.500.4.ebuild deleted file mode 100644 index ba5a5928b490..000000000000 --- a/app-emulation/virtinst/virtinst-0.500.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild,v 1.5 2011/02/22 08:28:30 hwoarang Exp $ - -BACKPORTS=1 - -EAPI=2 - -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="Python modules for starting virtualized guest installations" -HOMEPAGE="http://virt-manager.et.redhat.com/" -SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz - ${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -RDEPEND=">=app-emulation/libvirt-0.7.0[python] - dev-python/urlgrabber - dev-libs/libxml2[python]" -DEPEND="${RDEPEND}" - -PYTHON_MODNAME="virtconv virtinst" - -src_prepare() { - [[ -n ${BACKPORTS} ]] && \ - EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \ - epatch - - distutils_src_prepare -} diff --git a/app-emulation/virtinst/virtinst-0.500.5.ebuild b/app-emulation/virtinst/virtinst-0.500.5.ebuild deleted file mode 100644 index 4ae926c30ea8..000000000000 --- a/app-emulation/virtinst/virtinst-0.500.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild,v 1.2 2011/03/28 08:39:41 flameeyes Exp $ - -#BACKPORTS=1 - -EAPI=3 - -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils ${HG_ECLASS} - -SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz - ${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}" -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Python modules for starting virtualized guest installations" -HOMEPAGE="http://virt-manager.et.redhat.com/" -LICENSE="GPL-2" -SLOT="0" -IUSE="" -RDEPEND=">=app-emulation/libvirt-0.7.0[python] - dev-python/urlgrabber - dev-libs/libxml2[python]" -DEPEND="${RDEPEND}" - -PYTHON_MODNAME="virtconv virtinst" - -src_prepare() { - [[ -n ${BACKPORTS} ]] && \ - EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \ - epatch - - distutils_src_prepare -} |