diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:04:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:04:44 +0000 |
commit | 2fb535d4fdcbe949c8646dfed160cfd887be5632 (patch) | |
tree | cafaad153bfcc3635fbecb4b2a2c1456e7b9073f /sci-libs/deap | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-2fb535d4fdcbe949c8646dfed160cfd887be5632.tar.gz gentoo-2-2fb535d4fdcbe949c8646dfed160cfd887be5632.tar.bz2 gentoo-2-2fb535d4fdcbe949c8646dfed160cfd887be5632.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 'sci-libs/deap')
-rw-r--r-- | sci-libs/deap/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/deap/deap-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/deap/deap-1.0.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/deap/deap-1.0.0_rc2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/deap/ChangeLog b/sci-libs/deap/ChangeLog index a7bbb11e6faf..39f5cff38858 100644 --- a/sci-libs/deap/ChangeLog +++ b/sci-libs/deap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/deap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.3 2013/08/05 05:35:00 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/ChangeLog,v 1.4 2013/09/05 19:04:44 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> deap-0.9.1.ebuild, + deap-1.0.0_rc1.ebuild, deap-1.0.0_rc2.ebuild: + Clean up PYTHON_COMPAT from old implementations. *deap-1.0.0_rc2 (05 Aug 2013) diff --git a/sci-libs/deap/deap-0.9.1.ebuild b/sci-libs/deap/deap-0.9.1.ebuild index 45be64e3630e..1609b9e2b14e 100644 --- a/sci-libs/deap/deap-0.9.1.ebuild +++ b/sci-libs/deap/deap-0.9.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-0.9.1.ebuild,v 1.1 2013/05/29 08:42:32 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-0.9.1.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 diff --git a/sci-libs/deap/deap-1.0.0_rc1.ebuild b/sci-libs/deap/deap-1.0.0_rc1.ebuild index 357a00d0ad41..ca078b127dd1 100644 --- a/sci-libs/deap/deap-1.0.0_rc1.ebuild +++ b/sci-libs/deap/deap-1.0.0_rc1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0_rc1.ebuild,v 1.1 2013/07/08 06:59:32 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0_rc1.ebuild,v 1.2 2013/09/05 19:04:44 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 versionator diff --git a/sci-libs/deap/deap-1.0.0_rc2.ebuild b/sci-libs/deap/deap-1.0.0_rc2.ebuild index 3391473cad26..627cfd6efc70 100644 --- a/sci-libs/deap/deap-1.0.0_rc2.ebuild +++ b/sci-libs/deap/deap-1.0.0_rc2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0_rc2.ebuild,v 1.1 2013/08/05 05:35:00 slis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/deap/deap-1.0.0_rc2.ebuild,v 1.2 2013/09/05 19:04:43 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 versionator |