diff options
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/gonvert/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.32.ebuild | 6 | ||||
-rw-r--r-- | sci-calculators/units/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/units/units-2.11.ebuild | 4 | ||||
-rw-r--r-- | sci-calculators/units/units-2.11a.ebuild | 4 |
5 files changed, 17 insertions, 10 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog index 7ee23b0c18b8..16e9727d6166 100644 --- a/sci-calculators/gonvert/ChangeLog +++ b/sci-calculators/gonvert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/gonvert -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.14 2013/05/29 16:11:41 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.15 2015/04/08 18:21:38 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gonvert-0.2.32.ebuild: + Drop old Python implementations 29 May 2013; Justin Lecher <jlec@gentoo.org> gonvert-0.2.32.ebuild: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE) diff --git a/sci-calculators/gonvert/gonvert-0.2.32.ebuild b/sci-calculators/gonvert/gonvert-0.2.32.ebuild index 1bee443a99a6..0e6129e3c724 100644 --- a/sci-calculators/gonvert/gonvert-0.2.32.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.32.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.2 2013/05/29 16:11:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.3 2015/04/08 18:21:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 diff --git a/sci-calculators/units/ChangeLog b/sci-calculators/units/ChangeLog index 8b748a17ee39..082ec1b894cb 100644 --- a/sci-calculators/units/ChangeLog +++ b/sci-calculators/units/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/units # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.82 2015/03/02 09:32:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.83 2015/04/08 18:21:38 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> units-2.11.ebuild, + units-2.11a.ebuild: + Drop old Python implementations 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> units-2.11.ebuild: Stable for ppc, wrt bug #509790 diff --git a/sci-calculators/units/units-2.11.ebuild b/sci-calculators/units/units-2.11.ebuild index 6bd0ea2fee5a..634fd155571a 100644 --- a/sci-calculators/units/units-2.11.ebuild +++ b/sci-calculators/units/units-2.11.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.10 2015/03/02 09:32:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.11 2015/04/08 18:21:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) PYTHON_REQ_USE="xml" inherit eutils python-r1 diff --git a/sci-calculators/units/units-2.11a.ebuild b/sci-calculators/units/units-2.11a.ebuild index 27f6bd4a81b8..3ecd92301570 100644 --- a/sci-calculators/units/units-2.11a.ebuild +++ b/sci-calculators/units/units-2.11a.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11a.ebuild,v 1.3 2015/02/14 21:50:20 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11a.ebuild,v 1.4 2015/04/08 18:21:38 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="xml" inherit eutils python-r1 |