diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /net-zope/zope-fixers | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.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 'net-zope/zope-fixers')
-rw-r--r-- | net-zope/zope-fixers/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zope-fixers/zope-fixers-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-zope/zope-fixers/zope-fixers-1.1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-zope/zope-fixers/ChangeLog b/net-zope/zope-fixers/ChangeLog index e0b6d7d53097..0aac68193200 100644 --- a/net-zope/zope-fixers/ChangeLog +++ b/net-zope/zope-fixers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-fixers # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v 1.15 2013/08/30 20:24:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v 1.16 2013/09/05 19:44:42 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> zope-fixers-1.0-r1.ebuild, + zope-fixers-1.1.2.ebuild: + Clean up PYTHON_COMPAT from old implementations. 30 Aug 2013; Markos Chandras <hwoarang@gentoo.org> zope-fixers-1.1.2.ebuild: Add missing app-arch/unzip dependency diff --git a/net-zope/zope-fixers/zope-fixers-1.0-r1.ebuild b/net-zope/zope-fixers/zope-fixers-1.0-r1.ebuild index 481aaf49ea76..1f6329ed270b 100644 --- a/net-zope/zope-fixers/zope-fixers-1.0-r1.ebuild +++ b/net-zope/zope-fixers/zope-fixers-1.0-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/net-zope/zope-fixers/zope-fixers-1.0-r1.ebuild,v 1.1 2013/02/11 21:27:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/zope-fixers-1.0-r1.ebuild,v 1.2 2013/09/05 19:44:42 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 diff --git a/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild b/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild index b529c7972843..09f9b130bb9d 100644 --- a/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild +++ b/net-zope/zope-fixers/zope-fixers-1.1.2.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/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild,v 1.2 2013/08/30 20:24:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/zope-fixers-1.1.2.ebuild,v 1.3 2013/09/05 19:44:42 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 |