summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-10 04:00:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-10 04:00:38 +0000
commit184640ddd98f685639b711a9858967fd71683575 (patch)
tree50f90db4dd7f413c3c996011dc4aa0392aada9ef /app-emulation
parentChanging python deps in preparation for 2.4 removal (diff)
downloadhistorical-184640ddd98f685639b711a9858967fd71683575.tar.gz
historical-184640ddd98f685639b711a9858967fd71683575.tar.bz2
historical-184640ddd98f685639b711a9858967fd71683575.zip
Changing python deps in preparation for 2.4 removal
Package-Manager: portage-2.2.0_alpha85/cvs/Linux x86_64
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/libvirt/ChangeLog6
-rw-r--r--app-emulation/libvirt/libvirt-0.9.6.ebuild4
-rw-r--r--app-emulation/libvirt/libvirt-0.9.8.ebuild4
-rw-r--r--app-emulation/libvirt/libvirt-9999.ebuild4
-rw-r--r--app-emulation/virt-manager/ChangeLog8
-rw-r--r--app-emulation/virt-manager/virt-manager-0.8.7-r3.ebuild6
-rw-r--r--app-emulation/virt-manager/virt-manager-0.8.7.ebuild6
-rw-r--r--app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild6
-rw-r--r--app-emulation/virt-manager/virt-manager-0.9.0-r3.ebuild4
-rw-r--r--app-emulation/virt-manager/virt-manager-0.9.0.ebuild6
-rw-r--r--app-emulation/virt-manager/virt-manager-9999.ebuild4
11 files changed, 34 insertions, 24 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog
index 1b3500f6fe6e..b984edd20bec 100644
--- a/app-emulation/libvirt/ChangeLog
+++ b/app-emulation/libvirt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/libvirt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.150 2012/02/09 19:47:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.151 2012/02/10 03:59:22 patrick Exp $
+
+ 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> libvirt-0.9.6.ebuild,
+ libvirt-0.9.8.ebuild, libvirt-9999.ebuild:
+ Changing python deps in preparation for 2.4 removal
09 Feb 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.6.ebuild,
libvirt-0.9.8.ebuild:
diff --git a/app-emulation/libvirt/libvirt-0.9.6.ebuild b/app-emulation/libvirt/libvirt-0.9.6.ebuild
index dac7a4455469..a48480105da3 100644
--- a/app-emulation/libvirt/libvirt-0.9.6.ebuild
+++ b/app-emulation/libvirt/libvirt-0.9.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.6.ebuild,v 1.6 2012/02/09 19:47:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.6.ebuild,v 1.7 2012/02/10 03:59:22 patrick Exp $
#BACKPORTS=2
#AUTOTOOLIZE=yes
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
AUTOTOOLIZE=yes
fi
-PYTHON_DEPEND="python? 2:2.4"
+PYTHON_DEPEND="python? 2:2.5"
#RESTRICT_PYTHON_ABIS="3.*"
#SUPPORT_PYTHON_ABIS="1"
diff --git a/app-emulation/libvirt/libvirt-0.9.8.ebuild b/app-emulation/libvirt/libvirt-0.9.8.ebuild
index e0b9f4ab109a..c00adeafd8fe 100644
--- a/app-emulation/libvirt/libvirt-0.9.8.ebuild
+++ b/app-emulation/libvirt/libvirt-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.3 2012/02/09 19:47:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.4 2012/02/10 03:59:22 patrick Exp $
#BACKPORTS=2
#AUTOTOOLIZE=yes
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
AUTOTOOLIZE=yes
fi
-PYTHON_DEPEND="python? 2:2.4"
+PYTHON_DEPEND="python? 2:2.5"
#RESTRICT_PYTHON_ABIS="3.*"
#SUPPORT_PYTHON_ABIS="1"
diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
index bbaea76fdd0f..77c1b10683da 100644
--- a/app-emulation/libvirt/libvirt-9999.ebuild
+++ b/app-emulation/libvirt/libvirt-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.15 2012/02/09 16:13:05 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.16 2012/02/10 03:59:22 patrick Exp $
#BACKPORTS=2
#AUTOTOOLIZE=yes
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
AUTOTOOLIZE=yes
fi
-PYTHON_DEPEND="python? 2:2.4"
+PYTHON_DEPEND="python? 2:2.5"
#RESTRICT_PYTHON_ABIS="3.*"
#SUPPORT_PYTHON_ABIS="1"
diff --git a/app-emulation/virt-manager/ChangeLog b/app-emulation/virt-manager/ChangeLog
index bc22c971084f..d5a1d15f7512 100644
--- a/app-emulation/virt-manager/ChangeLog
+++ b/app-emulation/virt-manager/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.64 2012/01/20 09:33:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.65 2012/02/10 04:00:38 patrick Exp $
+
+ 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> virt-manager-0.8.7-r3.ebuild,
+ virt-manager-0.8.7.ebuild, virt-manager-0.9.0-r1.ebuild,
+ virt-manager-0.9.0-r3.ebuild, virt-manager-0.9.0.ebuild,
+ virt-manager-9999.ebuild:
+ Changing python deps in preparation for 2.4 removal
20 Jan 2012; Justin Lecher <jlec@gentoo.org> virt-manager-0.9.0-r3.ebuild,
virt-manager-9999.ebuild:
diff --git a/app-emulation/virt-manager/virt-manager-0.8.7-r3.ebuild b/app-emulation/virt-manager/virt-manager-0.8.7-r3.ebuild
index 19d7643e96b4..586c83948f47 100644
--- a/app-emulation/virt-manager/virt-manager-0.8.7-r3.ebuild
+++ b/app-emulation/virt-manager/virt-manager-0.8.7-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.7-r3.ebuild,v 1.3 2011/07/27 15:37:30 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7-r3.ebuild,v 1.4 2012/02/10 04:00:38 patrick Exp $
#BACKPORTS=
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-2 autotools"
fi
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"
diff --git a/app-emulation/virt-manager/virt-manager-0.8.7.ebuild b/app-emulation/virt-manager/virt-manager-0.8.7.ebuild
index 7bb6af3af79a..8401bb42d410 100644
--- a/app-emulation/virt-manager/virt-manager-0.8.7.ebuild
+++ b/app-emulation/virt-manager/virt-manager-0.8.7.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.7.ebuild,v 1.3 2011/06/29 19:20:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild,v 1.4 2012/02/10 04:00:38 patrick Exp $
#BACKPORTS=
EAPI=2
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"
diff --git a/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild b/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild
index 37157a6e2398..ccf4891bf4a7 100644
--- a/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild
+++ b/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.9.0-r1.ebuild,v 1.2 2011/08/12 15:42:53 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild,v 1.3 2012/02/10 04:00:38 patrick Exp $
BACKPORTS=1
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-2 autotools"
fi
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"
diff --git a/app-emulation/virt-manager/virt-manager-0.9.0-r3.ebuild b/app-emulation/virt-manager/virt-manager-0.9.0-r3.ebuild
index bffc1a4094bb..0b354d4635eb 100644
--- a/app-emulation/virt-manager/virt-manager-0.9.0-r3.ebuild
+++ b/app-emulation/virt-manager/virt-manager-0.9.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.9.0-r3.ebuild,v 1.3 2012/01/20 09:33:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r3.ebuild,v 1.4 2012/02/10 04:00:38 patrick Exp $
BACKPORTS=4
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-2 autotools"
fi
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"
diff --git a/app-emulation/virt-manager/virt-manager-0.9.0.ebuild b/app-emulation/virt-manager/virt-manager-0.9.0.ebuild
index 6b8a4f3cd129..3d8d4e6a1751 100644
--- a/app-emulation/virt-manager/virt-manager-0.9.0.ebuild
+++ b/app-emulation/virt-manager/virt-manager-0.9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.9.0.ebuild,v 1.3 2011/08/12 15:42:53 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0.ebuild,v 1.4 2012/02/10 04:00:38 patrick Exp $
#BACKPORTS=
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-2 autotools"
fi
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
index 8ac09780daa3..46f60c74cda5 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.8 2012/01/20 09:33:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.9 2012/02/10 04:00:38 patrick Exp $
#BACKPORTS=
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-2 autotools"
fi
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"