summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:21:38 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:21:38 +0000
commit68eeec2e6c58af8f8e695049d4fae2d70abc92e3 (patch)
tree34488a39530d7ff8c7384bbea53a19ad59b871a8 /sci-calculators
parentDrop old Python implementations (diff)
downloadgentoo-2-68eeec2e6c58af8f8e695049d4fae2d70abc92e3.tar.gz
gentoo-2-68eeec2e6c58af8f8e695049d4fae2d70abc92e3.tar.bz2
gentoo-2-68eeec2e6c58af8f8e695049d4fae2d70abc92e3.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/gonvert/ChangeLog7
-rw-r--r--sci-calculators/gonvert/gonvert-0.2.32.ebuild6
-rw-r--r--sci-calculators/units/ChangeLog6
-rw-r--r--sci-calculators/units/units-2.11.ebuild4
-rw-r--r--sci-calculators/units/units-2.11a.ebuild4
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