diff options
author | 2013-08-07 11:55:08 +0000 | |
---|---|---|
committer | 2013-08-07 11:55:08 +0000 | |
commit | ccf9b77439efe54c454b149967f4859947f42317 (patch) | |
tree | f38a57e9fc27aaf51bfc0b3b240601ca3a6ecf0d /sci-chemistry/pdb-tools | |
parent | Force matching version of library and headers wrt #474604 by "teika" (diff) | |
download | gentoo-2-ccf9b77439efe54c454b149967f4859947f42317.tar.gz gentoo-2-ccf9b77439efe54c454b149967f4859947f42317.tar.bz2 gentoo-2-ccf9b77439efe54c454b149967f4859947f42317.zip |
Drop removed Python implementations from PYTHON_COMPAT.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sci-chemistry/pdb-tools')
-rw-r--r-- | sci-chemistry/pdb-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/sci-chemistry/pdb-tools/ChangeLog b/sci-chemistry/pdb-tools/ChangeLog index 7f2f594a38b2..7add3d4224e8 100644 --- a/sci-chemistry/pdb-tools/ChangeLog +++ b/sci-chemistry/pdb-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/pdb-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.15 2013/08/07 09:52:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/ChangeLog,v 1.16 2013/08/07 11:55:07 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pdb-tools-0.1.4-r4.ebuild, + pdb-tools-0.2.1-r1.ebuild, pdb-tools-0.2.1.ebuild: + Drop removed Python implementations from PYTHON_COMPAT. 07 Aug 2013; Michał Górny <mgorny@gentoo.org> pdb-tools-0.2.1-r1.ebuild: Enable pypy2.0. @@ -67,4 +71,3 @@ 28 Oct 2010; Justin Lecher <jlec@gentoo.org> +pdb-tools-0.1.4.ebuild, +metadata.xml: New addition - diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.ebuild index 75ec304bd41d..b29c0f8c4f75 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.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/sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.ebuild,v 1.3 2013/06/04 12:45:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.1.4-r4.ebuild,v 1.4 2013/08/07 11:55:07 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy1_9 ) inherit fortran-2 python-single-r1 toolchain-funcs diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild index 53847c9cd4df..a08bcbd7ffc1 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-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/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.3 2013/08/07 09:52:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.4 2013/08/07 11:55:07 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_8,1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} ) inherit fortran-2 python-single-r1 toolchain-funcs diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild index 31d4945a2009..6c2c50f61105 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1.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/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.3 2013/08/07 11:55:07 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy1_9 ) inherit fortran-2 python-single-r1 toolchain-funcs |