summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-06-09 13:30:08 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-06-09 13:30:08 +0000
commitfcedac126597b0857a1d47602139cf816531f5b4 (patch)
treeda1b594bc50fb721f6cb01901bce5c1df7702200 /app-emulation
parentAvoid installing ABOUT-NLS file. (diff)
downloadgentoo-2-fcedac126597b0857a1d47602139cf816531f5b4.tar.gz
gentoo-2-fcedac126597b0857a1d47602139cf816531f5b4.tar.bz2
gentoo-2-fcedac126597b0857a1d47602139cf816531f5b4.zip
clean up old versions
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/virtinst/ChangeLog9
-rw-r--r--app-emulation/virtinst/files/virtinst-0.300.1-nfs-check.patch12
-rw-r--r--app-emulation/virtinst/files/virtinst-0.300.1-remove-usb-tablet.patch96
-rw-r--r--app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch14
-rw-r--r--app-emulation/virtinst/virtinst-0.300.1.ebuild25
-rw-r--r--app-emulation/virtinst/virtinst-0.300.3-r1.ebuild36
-rw-r--r--app-emulation/virtinst/virtinst-0.300.3.ebuild16
-rw-r--r--app-emulation/virtinst/virtinst-0.400.0.ebuild23
-rw-r--r--app-emulation/virtinst/virtinst-0.400.3.ebuild16
9 files changed, 8 insertions, 239 deletions
diff --git a/app-emulation/virtinst/ChangeLog b/app-emulation/virtinst/ChangeLog
index 0d0e2e06f920..2e559b89bdfa 100644
--- a/app-emulation/virtinst/ChangeLog
+++ b/app-emulation/virtinst/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/virtinst
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.11 2009/05/27 16:33:08 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.12 2009/06/09 13:30:07 cardoe Exp $
+
+ 09 Jun 2009; Doug Goldstein <cardoe@gentoo.org> -virtinst-0.300.1.ebuild,
+ -files/virtinst-0.300.1-nfs-check.patch,
+ -files/virtinst-0.300.1-remove-usb-tablet.patch, -virtinst-0.300.3.ebuild,
+ -virtinst-0.300.3-r1.ebuild, -virtinst-0.400.0.ebuild,
+ -files/virtinst-0.400.0-virtio26.patch, -virtinst-0.400.3.ebuild:
+ clean up old versions
*virtinst-0.400.3-r1 (27 May 2009)
diff --git a/app-emulation/virtinst/files/virtinst-0.300.1-nfs-check.patch b/app-emulation/virtinst/files/virtinst-0.300.1-nfs-check.patch
deleted file mode 100644
index a45bf1125f47..000000000000
--- a/app-emulation/virtinst/files/virtinst-0.300.1-nfs-check.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r 531b73491ac2 virtinst/DistroManager.py
---- a/virtinst/DistroManager.py Wed Oct 10 14:24:48 2007 -0400
-+++ b/virtinst/DistroManager.py Thu Oct 11 11:39:58 2007 -0400
-@@ -161,7 +161,7 @@ class MountedImageFetcher(ImageFetcher):
- if tmpfile is not None:
- os.unlink(tmpfile)
- return True
-- except RuntimeError, e:
-+ except Exception, e:
- logging.debug("Cannot find file %s" % filename)
- return False
-
diff --git a/app-emulation/virtinst/files/virtinst-0.300.1-remove-usb-tablet.patch b/app-emulation/virtinst/files/virtinst-0.300.1-remove-usb-tablet.patch
deleted file mode 100644
index 1eeff1faa46d..000000000000
--- a/app-emulation/virtinst/files/virtinst-0.300.1-remove-usb-tablet.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-Only in virtinst-0.300.1.new: .coverage
-diff -rup virtinst-0.300.1.orig/tests/boot-fullyvirt-disk-block.xml virtinst-0.300.1.new/tests/boot-fullyvirt-disk-block.xml
---- virtinst-0.300.1.orig/tests/boot-fullyvirt-disk-block.xml 2007-09-25 11:01:12.000000000 -0400
-+++ virtinst-0.300.1.new/tests/boot-fullyvirt-disk-block.xml 2007-10-04 12:10:00.000000000 -0400
-@@ -28,7 +28,7 @@
- </disk>
-
-
-- <input type='tablet' bus='usb'/>
-+ <input type='mouse' bus='ps2'/>
- <graphics type='sdl'/>
- </devices>
- </domain>
-diff -rup virtinst-0.300.1.orig/tests/boot-fullyvirt-disk-file.xml virtinst-0.300.1.new/tests/boot-fullyvirt-disk-file.xml
---- virtinst-0.300.1.orig/tests/boot-fullyvirt-disk-file.xml 2007-09-25 11:01:12.000000000 -0400
-+++ virtinst-0.300.1.new/tests/boot-fullyvirt-disk-file.xml 2007-10-04 12:10:17.000000000 -0400
-@@ -28,7 +28,7 @@
- </disk>
-
-
-- <input type='tablet' bus='usb'/>
-+ <input type='mouse' bus='ps2'/>
- <graphics type='sdl'/>
- </devices>
- </domain>
-diff -rup virtinst-0.300.1.orig/tests/install-fullyvirt-disk-block.xml virtinst-0.300.1.new/tests/install-fullyvirt-disk-block.xml
---- virtinst-0.300.1.orig/tests/install-fullyvirt-disk-block.xml 2007-09-25 11:01:12.000000000 -0400
-+++ virtinst-0.300.1.new/tests/install-fullyvirt-disk-block.xml 2007-10-04 12:10:29.000000000 -0400
-@@ -29,7 +29,7 @@
- </disk>
-
-
-- <input type='tablet' bus='usb'/>
-+ <input type='mouse' bus='ps2'/>
- <graphics type='sdl'/>
- </devices>
- </domain>
-diff -rup virtinst-0.300.1.orig/tests/install-fullyvirt-disk-file.xml virtinst-0.300.1.new/tests/install-fullyvirt-disk-file.xml
---- virtinst-0.300.1.orig/tests/install-fullyvirt-disk-file.xml 2007-09-25 11:01:12.000000000 -0400
-+++ virtinst-0.300.1.new/tests/install-fullyvirt-disk-file.xml 2007-10-04 12:10:37.000000000 -0400
-@@ -29,7 +29,7 @@
- </disk>
-
-
-- <input type='tablet' bus='usb'/>
-+ <input type='mouse' bus='ps2'/>
- <graphics type='sdl'/>
- </devices>
- </domain>
-diff -rup virtinst-0.300.1.orig/virtinst/FullVirtGuest.py virtinst-0.300.1.new/virtinst/FullVirtGuest.py
---- virtinst-0.300.1.orig/virtinst/FullVirtGuest.py 2007-09-25 11:01:12.000000000 -0400
-+++ virtinst-0.300.1.new/virtinst/FullVirtGuest.py 2007-10-04 12:02:36.000000000 -0400
-@@ -27,6 +27,7 @@ class FullVirtGuest(Guest.XenGuest):
- "acpi": True, \
- "apic": True, \
- "continue": False, \
-+ "input": [ "mouse", "ps2"],
- "variants": { "rhel2.1": { "label": "Red Hat Enterprise Linux 2.1", "distro": "rhel" }, \
- "rhel3": { "label": "Red Hat Enterprise Linux 3", "distro": "rhel" }, \
- "rhel4": { "label": "Red Hat Enterprise Linux 4", "distro": "rhel" }, \
-@@ -44,6 +45,7 @@ class FullVirtGuest(Guest.XenGuest):
- "acpi": True, \
- "apic": True, \
- "continue": True, \
-+ "input": [ "tablet", "usb"],
- "variants": { "winxp": { "label": "Microsoft Windows XP", \
- "acpi": False, \
- "apic": False }, \
-@@ -58,6 +60,7 @@ class FullVirtGuest(Guest.XenGuest):
- "acpi": True,
- "apic": True,
- "continue": False, \
-+ "input": [ "mouse", "ps2"],
- "variants": { "solaris9": { "label": "Sun Solaris 9" }, \
- "solaris10": { "label": "Sun Solaris 10" }, \
- "freebsd6": { "label": "Free BSD 6.x" }, \
-@@ -68,6 +71,7 @@ class FullVirtGuest(Guest.XenGuest):
- "acpi": True,
- "apic": True,
- "continue": False,
-+ "input": [ "mouse", "ps2"],
- "variants": { "msdos": { "label": "MS-DOS", \
- "acpi": False, \
- "apic": False }, \
-@@ -161,7 +165,10 @@ class FullVirtGuest(Guest.XenGuest):
- os_distro = property(get_os_distro)
-
- def get_input_device(self):
-- return ("tablet", "usb")
-+ if self.os_type is None or not FullVirtGuest.OS_TYPES.has_key(self.os_type):
-+ return ("mouse", "ps2")
-+ input = FullVirtGuest.OS_TYPES[self.os_type]["input"]
-+ return (input[0], input[1])
-
- def _get_features_xml(self):
- ret = "<features>\n"
diff --git a/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch b/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch
deleted file mode 100644
index bd502fda9b12..000000000000
--- a/app-emulation/virtinst/files/virtinst-0.400.0-virtio26.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- virtinst-0.400.0/virtinst/FullVirtGuest.py.orig 2008-11-23 18:31:00.000000000 -0500
-+++ virtinst-0.400.0/virtinst/FullVirtGuest.py 2008-11-23 18:31:13.000000000 -0500
-@@ -91,6 +91,11 @@
- }},
- "generic24": { "label": "Generic 2.4.x kernel" },
- "generic26": { "label": "Generic 2.6.x kernel" },
-+ "virtio26": { "label": "Generic 2.6.25 or later with virtio",
-+ "devices" : {
-+ "disk" : { "bus" : [ (["kvm"], "virtio") ] },
-+ "net" : { "model" : [ (["kvm"], "virtio") ] }
-+ }},
- },
- },
-
diff --git a/app-emulation/virtinst/virtinst-0.300.1.ebuild b/app-emulation/virtinst/virtinst-0.300.1.ebuild
deleted file mode 100644
index 273d5326f5e9..000000000000
--- a/app-emulation/virtinst/virtinst-0.300.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.300.1.ebuild,v 1.1 2007/10/15 11:16:31 dberkholz Exp $
-
-inherit distutils rpm
-
-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"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-RDEPEND=">=app-emulation/libvirt-0.2.1
- dev-python/urlgrabber"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- rpm_src_unpack
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-nfs-check.patch
- epatch "${FILESDIR}"/${P}-remove-usb-tablet.patch
-
-}
diff --git a/app-emulation/virtinst/virtinst-0.300.3-r1.ebuild b/app-emulation/virtinst/virtinst-0.300.3-r1.ebuild
deleted file mode 100644
index efdc968f6f5a..000000000000
--- a/app-emulation/virtinst/virtinst-0.300.3-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.300.3-r1.ebuild,v 1.2 2008/09/29 12:36:32 dev-zero Exp $
-
-inherit distutils eutils rpm
-
-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
- mirror://gentoo/${PN}-patches-${PV}-1.tbz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=app-emulation/libvirt-0.2.1
- dev-python/urlgrabber"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- EPATCH_SOURCE="${WORKDIR}/patches"
- EPATCH_SUFFIX="patch"
- epatch
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog "Please select the following os-type/-variant if you want virtio_net and/or virtio_blk support:"
- elog "| os | variant | virtio_net | virtio_blk |"
- elog "| linux | gentoostable | yes | no |"
- elog "| linux | gentoounstable | yes | yes |"
- elog "| linux | ubuntuHardy | yes | no |"
-}
diff --git a/app-emulation/virtinst/virtinst-0.300.3.ebuild b/app-emulation/virtinst/virtinst-0.300.3.ebuild
deleted file mode 100644
index 25930bfda162..000000000000
--- a/app-emulation/virtinst/virtinst-0.300.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.300.3.ebuild,v 1.1 2008/05/15 10:24:52 dberkholz Exp $
-
-inherit distutils rpm
-
-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"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=app-emulation/libvirt-0.2.1
- dev-python/urlgrabber"
-DEPEND="${RDEPEND}"
diff --git a/app-emulation/virtinst/virtinst-0.400.0.ebuild b/app-emulation/virtinst/virtinst-0.400.0.ebuild
deleted file mode 100644
index 8ae516d6aab0..000000000000
--- a/app-emulation/virtinst/virtinst-0.400.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.400.0.ebuild,v 1.1 2008/11/24 02:20:18 marineam Exp $
-
-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"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=app-emulation/libvirt-0.2.1
- dev-python/urlgrabber"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-virtio26.patch"
-}
diff --git a/app-emulation/virtinst/virtinst-0.400.3.ebuild b/app-emulation/virtinst/virtinst-0.400.3.ebuild
deleted file mode 100644
index b319076ea4d8..000000000000
--- a/app-emulation/virtinst/virtinst-0.400.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.400.3.ebuild,v 1.1 2009/04/17 16:22:29 cardoe Exp $
-
-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"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=">=app-emulation/libvirt-0.2.1
- dev-python/urlgrabber"
-DEPEND="${RDEPEND}"