summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:20:54 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:20:54 +0000
commit14499ad3037cc5c62bc96221f8996c215720bb5d (patch)
tree3e58eb6f8c98a3e693914dc8f116f8f5f6bce0dc /app-emulation/spice
parentDrop old. (diff)
downloadgentoo-2-14499ad3037cc5c62bc96221f8996c215720bb5d.tar.gz
gentoo-2-14499ad3037cc5c62bc96221f8996c215720bb5d.tar.bz2
gentoo-2-14499ad3037cc5c62bc96221f8996c215720bb5d.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r--app-emulation/spice/ChangeLog6
-rw-r--r--app-emulation/spice/spice-0.12.3-r1.ebuild4
-rw-r--r--app-emulation/spice/spice-0.12.4.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog
index 81a1ab373102..940927845bae 100644
--- a/app-emulation/spice/ChangeLog
+++ b/app-emulation/spice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/spice
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.52 2013/07/27 22:04:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.53 2013/09/05 18:20:54 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> spice-0.12.3-r1.ebuild,
+ spice-0.12.4.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> spice-0.12.3-r1.ebuild:
Stable for x86, wrt bug #477010
diff --git a/app-emulation/spice/spice-0.12.3-r1.ebuild b/app-emulation/spice/spice-0.12.3-r1.ebuild
index ab23d695aeac..d250b05c5c7c 100644
--- a/app-emulation/spice/spice-0.12.3-r1.ebuild
+++ b/app-emulation/spice/spice-0.12.3-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.3 2013/07/27 22:04:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.4 2013/09/05 18:20:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit eutils python-any-r1
diff --git a/app-emulation/spice/spice-0.12.4.ebuild b/app-emulation/spice/spice-0.12.4.ebuild
index 867328fd903d..c20efcdd8c98 100644
--- a/app-emulation/spice/spice-0.12.4.ebuild
+++ b/app-emulation/spice/spice-0.12.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4.ebuild,v 1.1 2013/07/24 14:31:40 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4.ebuild,v 1.2 2013/09/05 18:20:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit eutils python-any-r1