diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:23:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:23:50 +0000 |
commit | 16469e8589fb20240b9f408ccf5d9f6a89c2010d (patch) | |
tree | a5255a16a91141bcd31579d86f0d01c653de1cb9 /virtual/python-unittest2 | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-16469e8589fb20240b9f408ccf5d9f6a89c2010d.tar.gz gentoo-2-16469e8589fb20240b9f408ccf5d9f6a89c2010d.tar.bz2 gentoo-2-16469e8589fb20240b9f408ccf5d9f6a89c2010d.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/python-unittest2')
4 files changed, 12 insertions, 8 deletions
diff --git a/virtual/python-unittest2/ChangeLog b/virtual/python-unittest2/ChangeLog index 9e7c14ce5948..ece27bdf1019 100644 --- a/virtual/python-unittest2/ChangeLog +++ b/virtual/python-unittest2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/python-unittest2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.23 2014/03/04 20:15:30 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.24 2014/03/31 21:23:50 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r1.ebuild, + python-unittest2-1-r2.ebuild, python-unittest2-1.ebuild: + Add support for the new PyPy slotting. 04 Mar 2014; Naohiro Aota <naota@gentoo.org> python-unittest2-1-r2.ebuild: Add ~x86-fbsd diff --git a/virtual/python-unittest2/python-unittest2-1-r1.ebuild b/virtual/python-unittest2/python-unittest2-1-r1.ebuild index 3f7d3163b05b..a7900ab7e81e 100644 --- a/virtual/python-unittest2/python-unittest2-1-r1.ebuild +++ b/virtual/python-unittest2/python-unittest2-1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild,v 1.13 2014/01/17 06:00:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild,v 1.14 2014/03/31 21:23:50 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit python-r1 DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1" diff --git a/virtual/python-unittest2/python-unittest2-1-r2.ebuild b/virtual/python-unittest2/python-unittest2-1-r2.ebuild index 09494fe544dd..1618c646dade 100644 --- a/virtual/python-unittest2/python-unittest2-1-r2.ebuild +++ b/virtual/python-unittest2/python-unittest2-1-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.5 2014/03/04 20:15:30 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.6 2014/03/31 21:23:50 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit python-r1 DESCRIPTION="A virtual for packages needing unittest2 only in Python 2.6" diff --git a/virtual/python-unittest2/python-unittest2-1.ebuild b/virtual/python-unittest2/python-unittest2-1.ebuild index 538b4afd11e3..d9944ec51656 100644 --- a/virtual/python-unittest2/python-unittest2-1.ebuild +++ b/virtual/python-unittest2/python-unittest2-1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.4 2013/09/05 19:44:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.5 2014/03/31 21:23:50 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) inherit python-r1 DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1" |