diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:13:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:13:14 +0000 |
commit | 14d2192df6e6f33ba6b8f9bf52345169cd1bc4db (patch) | |
tree | 3dc25badc003f3fd9d0f62f15eb3a478f9aab136 /dev-python/mozinfo | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-14d2192df6e6f33ba6b8f9bf52345169cd1bc4db.tar.gz gentoo-2-14d2192df6e6f33ba6b8f9bf52345169cd1bc4db.tar.bz2 gentoo-2-14d2192df6e6f33ba6b8f9bf52345169cd1bc4db.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 'dev-python/mozinfo')
-rw-r--r-- | dev-python/mozinfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/mozinfo/mozinfo-0.5-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/mozinfo/mozinfo-0.6.ebuild | 6 | ||||
-rw-r--r-- | dev-python/mozinfo/mozinfo-0.7.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-python/mozinfo/ChangeLog b/dev-python/mozinfo/ChangeLog index 8fe7dd1da67c..1178be8e9f40 100644 --- a/dev-python/mozinfo/ChangeLog +++ b/dev-python/mozinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/mozinfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/ChangeLog,v 1.8 2013/12/06 06:09:42 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/ChangeLog,v 1.9 2014/03/31 21:13:14 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> mozinfo-0.5-r1.ebuild, + mozinfo-0.6.ebuild, mozinfo-0.7.ebuild: + Add support for the new PyPy slotting. *mozinfo-0.7 (06 Dec 2013) diff --git a/dev-python/mozinfo/mozinfo-0.5-r1.ebuild b/dev-python/mozinfo/mozinfo-0.5-r1.ebuild index e6a2b2844cc9..1331f3cb6f8b 100644 --- a/dev-python/mozinfo/mozinfo-0.5-r1.ebuild +++ b/dev-python/mozinfo/mozinfo-0.5-r1.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/dev-python/mozinfo/mozinfo-0.5-r1.ebuild,v 1.2 2013/09/05 18:46:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/mozinfo-0.5-r1.ebuild,v 1.3 2014/03/31 21:13:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/mozinfo/mozinfo-0.6.ebuild b/dev-python/mozinfo/mozinfo-0.6.ebuild index c3666b5cb05f..d506ce44a81e 100644 --- a/dev-python/mozinfo/mozinfo-0.6.ebuild +++ b/dev-python/mozinfo/mozinfo-0.6.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/dev-python/mozinfo/mozinfo-0.6.ebuild,v 1.1 2013/08/17 15:46:17 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/mozinfo-0.6.ebuild,v 1.2 2014/03/31 21:13:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/mozinfo/mozinfo-0.7.ebuild b/dev-python/mozinfo/mozinfo-0.7.ebuild index 63b2088dad16..ba5059a3cb53 100644 --- a/dev-python/mozinfo/mozinfo-0.7.ebuild +++ b/dev-python/mozinfo/mozinfo-0.7.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/dev-python/mozinfo/mozinfo-0.7.ebuild,v 1.1 2013/12/06 06:09:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/mozinfo-0.7.ebuild,v 1.2 2014/03/31 21:13:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit distutils-r1 |