summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-23 17:16:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-23 17:16:47 +0000
commit87adf6e32461855528f1463dab9c276af3ac04ce (patch)
tree0759d85e0b869e8276c3d35aad7e0fef739d6ea8 /app-emulation/virt-manager
parentFix QA issues, remove from p.mask since its deps looks fine again. (diff)
downloadgentoo-2-87adf6e32461855528f1463dab9c276af3ac04ce.tar.gz
gentoo-2-87adf6e32461855528f1463dab9c276af3ac04ce.tar.bz2
gentoo-2-87adf6e32461855528f1463dab9c276af3ac04ce.zip
Cleanup old versions.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r--app-emulation/virt-manager/ChangeLog7
-rw-r--r--app-emulation/virt-manager/virt-manager-0.7.0-r1.ebuild40
-rw-r--r--app-emulation/virt-manager/virt-manager-0.8.0.ebuild33
-rw-r--r--app-emulation/virt-manager/virt-manager-0.8.1.ebuild32
4 files changed, 6 insertions, 106 deletions
diff --git a/app-emulation/virt-manager/ChangeLog b/app-emulation/virt-manager/ChangeLog
index 787162a383e6..037d2a3b4757 100644
--- a/app-emulation/virt-manager/ChangeLog
+++ b/app-emulation/virt-manager/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.22 2009/12/22 21:01:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.23 2009/12/23 17:16:47 flameeyes Exp $
+
+ 23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ -virt-manager-0.7.0-r1.ebuild, -virt-manager-0.8.0.ebuild,
+ -virt-manager-0.8.1.ebuild:
+ Cleanup old versions.
*virt-manager-0.8.2 (22 Dec 2009)
diff --git a/app-emulation/virt-manager/virt-manager-0.7.0-r1.ebuild b/app-emulation/virt-manager/virt-manager-0.7.0-r1.ebuild
deleted file mode 100644
index a902ddedd875..000000000000
--- a/app-emulation/virt-manager/virt-manager-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,40 +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/virt-manager/virt-manager-0.7.0-r1.ebuild,v 1.1 2009/05/28 21:24:53 cardoe Exp $
-
-EAPI=2
-
-# Stop gnome2.eclass from doing stuff on USE=debug
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="A graphical tool for administering virtual machines such as Xen"
-HOMEPAGE="http://virt-manager.org/"
-SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring +network"
-RDEPEND=">=dev-python/pygtk-1.99.12
- >=app-emulation/libvirt-0.4.5
- >=dev-libs/libxml2-2.6.23[python]
- >=app-emulation/virtinst-0.400.3
- >=gnome-base/librsvg-2
- >=x11-libs/vte-0.12.2[python]
- >=net-libs/gtk-vnc-0.3.4[python]
- dev-python/dbus-python
- dev-python/gconf-python
- dev-python/libgnome-python
- app-text/rarian
- gnome-keyring? ( dev-python/gnome-keyring-python )
- network? ( net-firewall/iptables )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-old-xen-compat.patch"
- epatch "${FILESDIR}/${P}-vm-migrate-list.patch"
- epatch "${FILESDIR}/${P}-fix-button-ordering.patch"
- epatch "${FILESDIR}/${P}-fix-vcpu-cap.patch"
- epatch "${FILESDIR}/${P}-delete-dup-conn.patch"
-}
diff --git a/app-emulation/virt-manager/virt-manager-0.8.0.ebuild b/app-emulation/virt-manager/virt-manager-0.8.0.ebuild
deleted file mode 100644
index e60813651edc..000000000000
--- a/app-emulation/virt-manager/virt-manager-0.8.0.ebuild
+++ /dev/null
@@ -1,33 +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/virt-manager/virt-manager-0.8.0.ebuild,v 1.3 2009/11/04 22:51:55 patrick Exp $
-
-EAPI=2
-
-# Stop gnome2.eclass from doing stuff on USE=debug
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="A graphical tool for administering virtual machines (KVM/Xen)"
-HOMEPAGE="http://virt-manager.org/"
-SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring +network"
-RDEPEND=">=dev-lang/python-2.4.0
- >=dev-python/pygtk-1.99.12
- >=app-emulation/libvirt-0.4.5[python]
- >=dev-libs/libxml2-2.6.23[python]
- >=app-emulation/virtinst-0.500.0
- >=gnome-base/librsvg-2
- >=x11-libs/vte-0.12.2[python]
- >=net-libs/gtk-vnc-0.3.4[python]
- >=dev-python/dbus-python-0.61
- >=dev-python/gconf-python-1.99.11
- dev-python/libgnome-python
- gnome-keyring? ( dev-python/gnome-keyring-python )
- network? ( net-firewall/iptables )"
-DEPEND="${RDEPEND}
- app-text/rarian"
diff --git a/app-emulation/virt-manager/virt-manager-0.8.1.ebuild b/app-emulation/virt-manager/virt-manager-0.8.1.ebuild
deleted file mode 100644
index 2fff4c5241c6..000000000000
--- a/app-emulation/virt-manager/virt-manager-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +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/virt-manager/virt-manager-0.8.1.ebuild,v 1.1 2009/12/08 14:50:33 flameeyes Exp $
-
-EAPI=2
-
-# Stop gnome2.eclass from doing stuff on USE=debug
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="A graphical tool for administering virtual machines (KVM/Xen)"
-HOMEPAGE="http://virt-manager.org/"
-SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome-keyring"
-RDEPEND=">=dev-lang/python-2.4.0
- >=dev-python/pygtk-1.99.12
- >=app-emulation/libvirt-0.4.5[python]
- >=dev-libs/libxml2-2.6.23[python]
- >=app-emulation/virtinst-0.500.1
- >=gnome-base/librsvg-2
- >=x11-libs/vte-0.12.2[python]
- >=net-libs/gtk-vnc-0.3.4[python]
- >=dev-python/dbus-python-0.61
- >=dev-python/gconf-python-1.99.11
- dev-python/libgnome-python
- gnome-keyring? ( dev-python/gnome-keyring-python )"
-DEPEND="${RDEPEND}
- app-text/rarian"