diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:24:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 21:24:58 +0000 |
commit | 117caf541e47f97566ef958aaadd0b3ae7c18544 (patch) | |
tree | f6e067301dfe2f3270156bb7c2c0090ea018219d /www-servers | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-117caf541e47f97566ef958aaadd0b3ae7c18544.tar.gz gentoo-2-117caf541e47f97566ef958aaadd0b3ae7c18544.tar.bz2 gentoo-2-117caf541e47f97566ef958aaadd0b3ae7c18544.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 'www-servers')
-rw-r--r-- | www-servers/tornado/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/tornado/tornado-2.4-r1.ebuild | 6 | ||||
-rw-r--r-- | www-servers/tornado/tornado-2.4.1.ebuild | 6 | ||||
-rw-r--r-- | www-servers/tornado/tornado-3.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tornado/tornado-3.1.1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tornado/tornado-3.2.ebuild | 4 |
6 files changed, 18 insertions, 13 deletions
diff --git a/www-servers/tornado/ChangeLog b/www-servers/tornado/ChangeLog index d78c0872680d..82f3e7db927a 100644 --- a/www-servers/tornado/ChangeLog +++ b/www-servers/tornado/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-servers/tornado # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.43 2014/03/08 03:10:33 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.44 2014/03/31 21:24:58 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> tornado-2.4-r1.ebuild, + tornado-2.4.1.ebuild, tornado-3.1.1-r1.ebuild, tornado-3.1.1.ebuild, + tornado-3.2.ebuild: + Add support for the new PyPy slotting. *tornado-3.2 (08 Mar 2014) diff --git a/www-servers/tornado/tornado-2.4-r1.ebuild b/www-servers/tornado/tornado-2.4-r1.ebuild index 6695d96f6dfa..8a0fa6022f59 100644 --- a/www-servers/tornado/tornado-2.4-r1.ebuild +++ b/www-servers/tornado/tornado-2.4-r1.ebuild @@ -1,10 +1,10 @@ -# 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/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.6 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.7 2014/03/31 21:24:58 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/www-servers/tornado/tornado-2.4.1.ebuild b/www-servers/tornado/tornado-2.4.1.ebuild index d31839a18d30..d0b14dfaea21 100644 --- a/www-servers/tornado/tornado-2.4.1.ebuild +++ b/www-servers/tornado/tornado-2.4.1.ebuild @@ -1,10 +1,10 @@ -# 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/www-servers/tornado/tornado-2.4.1.ebuild,v 1.4 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.5 2014/03/31 21:24:58 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/www-servers/tornado/tornado-3.1.1-r1.ebuild b/www-servers/tornado/tornado-3.1.1-r1.ebuild index 4f06656c5ffe..1c2dd41f5ec6 100644 --- a/www-servers/tornado/tornado-3.1.1-r1.ebuild +++ b/www-servers/tornado/tornado-3.1.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.1 2014/03/08 01:34:43 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.2 2014/03/31 21:24:58 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 distutils-r1 diff --git a/www-servers/tornado/tornado-3.1.1.ebuild b/www-servers/tornado/tornado-3.1.1.ebuild index 2ee9d4d8b1ba..d9f7b6120eff 100644 --- a/www-servers/tornado/tornado-3.1.1.ebuild +++ b/www-servers/tornado/tornado-3.1.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild,v 1.4 2014/02/16 20:39:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild,v 1.5 2014/03/31 21:24:58 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 distutils-r1 diff --git a/www-servers/tornado/tornado-3.2.ebuild b/www-servers/tornado/tornado-3.2.ebuild index 6271287c3974..d50472c9f5c0 100644 --- a/www-servers/tornado/tornado-3.2.ebuild +++ b/www-servers/tornado/tornado-3.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.1 2014/03/08 03:10:33 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.2 2014/03/31 21:24:58 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 distutils-r1 |