diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /sci-physics | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.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-physics')
-rw-r--r-- | sci-physics/geant-python/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/geant-python/geant-python-4.9.6_p02.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.34.09.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/sci-physics/geant-python/ChangeLog b/sci-physics/geant-python/ChangeLog index c4905518897d..60274c3e136e 100644 --- a/sci-physics/geant-python/ChangeLog +++ b/sci-physics/geant-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/geant-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.9 2013/07/09 00:08:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/ChangeLog,v 1.10 2013/09/05 19:44:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> geant-python-4.9.6_p02.ebuild: + Clean up PYTHON_COMPAT from old implementations. 09 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> geant-python-4.9.6_p02.ebuild: diff --git a/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild b/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild index 2784d84fd15b..619bf0177e99 100644 --- a/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild +++ b/sci-physics/geant-python/geant-python-4.9.6_p02.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-physics/geant-python/geant-python-4.9.6_p02.ebuild,v 1.2 2013/07/09 00:08:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild,v 1.3 2013/09/05 19:44:53 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit python-r1 versionator multilib eutils diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 4b558a7c2d40..ae1bc4be3176 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.122 2013/07/03 09:44:31 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.123 2013/09/05 19:44:52 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> root-5.34.09.ebuild: + Clean up PYTHON_COMPAT from old implementations. 03 Jul 2013; Michael Weber <xmw@gentoo.org> -root-5.34.07.ebuild, -root-5.34.08.ebuild: diff --git a/sci-physics/root/root-5.34.09.ebuild b/sci-physics/root/root-5.34.09.ebuild index a0fd253aeb97..19804959e3cb 100644 --- a/sci-physics/root/root-5.34.09.ebuild +++ b/sci-physics/root/root-5.34.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.09.ebuild,v 1.1 2013/06/29 10:45:08 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.09.ebuild,v 1.2 2013/09/05 19:44:52 mgorny Exp $ EAPI=5 @@ -14,7 +14,7 @@ else KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 toolchain-funcs user ${_GIT} versionator ROOFIT_DOC_PV=2.91-33 |