diff options
author | 2013-03-24 03:12:05 +0000 | |
---|---|---|
committer | 2013-03-24 03:12:05 +0000 | |
commit | 959b91a600127f6fe20221ce9029b05cdf0a1645 (patch) | |
tree | 2dab9736e2dd6298c1adba21259f300152481ae9 /app-emulation/virtinst | |
parent | Don't depend on setuptools. (diff) | |
download | gentoo-2-959b91a600127f6fe20221ce9029b05cdf0a1645.tar.gz gentoo-2-959b91a600127f6fe20221ce9029b05cdf0a1645.tar.bz2 gentoo-2-959b91a600127f6fe20221ce9029b05cdf0a1645.zip |
Remove older versions
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/virtinst')
-rw-r--r-- | app-emulation/virtinst/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/virtinst/virtinst-0.600.0.ebuild | 47 | ||||
-rw-r--r-- | app-emulation/virtinst/virtinst-0.600.1.ebuild | 48 |
3 files changed, 6 insertions, 98 deletions
diff --git a/app-emulation/virtinst/ChangeLog b/app-emulation/virtinst/ChangeLog index 3124994192a9..7dfdfba40105 100644 --- a/app-emulation/virtinst/ChangeLog +++ b/app-emulation/virtinst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/virtinst -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.43 2012/10/17 03:49:36 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.44 2013/03/24 03:12:05 cardoe Exp $ + + 24 Mar 2013; Doug Goldstein <cardoe@gentoo.org> -virtinst-0.600.0.ebuild, + -virtinst-0.600.1.ebuild: + Remove older versions 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> virtinst-0.600.3.ebuild: x86 stable wrt bug #437202 @@ -217,4 +221,3 @@ +files/virtinst-0.103.0-urlgrabber-import.patch, +metadata.xml, +virtinst-0.103.0.ebuild: Add Python modules for starting virtualized guest installations. - diff --git a/app-emulation/virtinst/virtinst-0.600.0.ebuild b/app-emulation/virtinst/virtinst-0.600.0.ebuild deleted file mode 100644 index 56dc8258f29d..000000000000 --- a/app-emulation/virtinst/virtinst-0.600.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.600.0.ebuild,v 1.4 2012/01/28 15:25:29 phajdan.jr Exp $ - -#BACKPORTS=1 - -EAPI=3 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="http://git.fedorahosted.org/git/python-virtinst.git" - GIT_ECLASS="git-2" -fi - -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils ${GIT_ECLASS} - -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" -else - 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" -fi - -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 -} diff --git a/app-emulation/virtinst/virtinst-0.600.1.ebuild b/app-emulation/virtinst/virtinst-0.600.1.ebuild deleted file mode 100644 index ae4e0ac82128..000000000000 --- a/app-emulation/virtinst/virtinst-0.600.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.600.1.ebuild,v 1.3 2012/03/24 17:11:35 phajdan.jr Exp $ - -#BACKPORTS=2 - -EAPI=3 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="http://git.fedorahosted.org/git/python-virtinst.git" - GIT_ECLASS="git-2" -fi - -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils ${GIT_ECLASS} - -if [[ ${PV} = *9999* ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz - ${BACKPORTS:+mirror://gentoo/${P}-bp-${BACKPORTS}.tar.bz2 - http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}" - KEYWORDS="amd64 x86" -fi - -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 -} |