summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:04:17 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:04:17 +0000
commit425a9d1c3bb10bba8bfa617740eebde16ddf6054 (patch)
tree79d4bd7ea81e9ed8915816f5a6844182c022cd5e /sci-geosciences
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.tar.gz
gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.tar.bz2
gentoo-2-425a9d1c3bb10bba8bfa617740eebde16ddf6054.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-geosciences')
-rw-r--r--sci-geosciences/gpxpy/ChangeLog6
-rw-r--r--sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild4
-rw-r--r--sci-geosciences/qgis/ChangeLog5
-rw-r--r--sci-geosciences/qgis/qgis-1.8.0.ebuild4
-rw-r--r--sci-geosciences/seawater/ChangeLog6
-rw-r--r--sci-geosciences/seawater/seawater-2.0.1.ebuild4
-rw-r--r--sci-geosciences/seawater/seawater-3.3.1.ebuild4
-rw-r--r--sci-geosciences/seawater/seawater-3.3.ebuild4
8 files changed, 23 insertions, 14 deletions
diff --git a/sci-geosciences/gpxpy/ChangeLog b/sci-geosciences/gpxpy/ChangeLog
index 55c14a1f4eaa..feefd6eb0126 100644
--- a/sci-geosciences/gpxpy/ChangeLog
+++ b/sci-geosciences/gpxpy/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for sci-geosciences/gpxpy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/ChangeLog,v 1.1 2013/02/09 22:24:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/ChangeLog,v 1.2 2013/09/05 19:04:17 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> gpxpy-0.8.6.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*gpxpy-0.8.6 (09 Feb 2013)
09 Feb 2013; Michael Weber <xmw@gentoo.org> +gpxpy-0.8.6.ebuild,
+metadata.xml:
Initial import
-
diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
index 23c8ca7e63fd..3f67ea976bc6 100644
--- a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
+++ b/sci-geosciences/gpxpy/gpxpy-0.8.6.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-geosciences/gpxpy/gpxpy-0.8.6.ebuild,v 1.1 2013/02/09 22:24:25 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild,v 1.2 2013/09/05 19:04:17 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 python3_1 python3_2 python3_3 )
+PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
inherit distutils-r1 vcs-snapshot
diff --git a/sci-geosciences/qgis/ChangeLog b/sci-geosciences/qgis/ChangeLog
index e06991023338..6d5887a211fa 100644
--- a/sci-geosciences/qgis/ChangeLog
+++ b/sci-geosciences/qgis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/qgis
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.30 2013/05/29 16:31:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.31 2013/09/05 19:04:17 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> qgis-1.8.0.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
29 May 2013; Justin Lecher <jlec@gentoo.org> qgis-1.8.0.ebuild, metadata.xml:
Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,
diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild
index 9986f23caa82..d18d3e3c0e0e 100644
--- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
+++ b/sci-geosciences/qgis/qgis-1.8.0.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-geosciences/qgis/qgis-1.8.0.ebuild,v 1.3 2013/05/29 16:31:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.4 2013/09/05 19:04:17 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils multilib gnome2-utils cmake-utils python-single-r1
diff --git a/sci-geosciences/seawater/ChangeLog b/sci-geosciences/seawater/ChangeLog
index 7b9720f29c9c..1a1a9e15c6ec 100644
--- a/sci-geosciences/seawater/ChangeLog
+++ b/sci-geosciences/seawater/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/seawater
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/seawater/ChangeLog,v 1.7 2013/08/07 16:55:31 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/seawater/ChangeLog,v 1.8 2013/09/05 19:04:16 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> seawater-2.0.1.ebuild,
+ seawater-3.3.1.ebuild, seawater-3.3.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
*seawater-3.3.1 (07 Aug 2013)
diff --git a/sci-geosciences/seawater/seawater-2.0.1.ebuild b/sci-geosciences/seawater/seawater-2.0.1.ebuild
index a5a7dc6ed8de..a719ba044fb4 100644
--- a/sci-geosciences/seawater/seawater-2.0.1.ebuild
+++ b/sci-geosciences/seawater/seawater-2.0.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-geosciences/seawater/seawater-2.0.1.ebuild,v 1.3 2013/06/25 12:57:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/seawater/seawater-2.0.1.ebuild,v 1.4 2013/09/05 19:04:16 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
inherit distutils-r1
DESCRIPTION="Python version of the SEAWATER 3.2 MATLAB toolkit for calculating the properties of sea water"
diff --git a/sci-geosciences/seawater/seawater-3.3.1.ebuild b/sci-geosciences/seawater/seawater-3.3.1.ebuild
index 164842b7c092..a62f412b5928 100644
--- a/sci-geosciences/seawater/seawater-3.3.1.ebuild
+++ b/sci-geosciences/seawater/seawater-3.3.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-geosciences/seawater/seawater-3.3.1.ebuild,v 1.1 2013/08/07 16:55:31 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/seawater/seawater-3.3.1.ebuild,v 1.2 2013/09/05 19:04:16 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
inherit distutils-r1
DESCRIPTION="Python version of the SEAWATER 3.2 MATLAB toolkit for calculating the properties of sea water"
diff --git a/sci-geosciences/seawater/seawater-3.3.ebuild b/sci-geosciences/seawater/seawater-3.3.ebuild
index a7d81a11188e..1fd48ead0ff0 100644
--- a/sci-geosciences/seawater/seawater-3.3.ebuild
+++ b/sci-geosciences/seawater/seawater-3.3.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-geosciences/seawater/seawater-3.3.ebuild,v 1.1 2013/08/06 12:20:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/seawater/seawater-3.3.ebuild,v 1.2 2013/09/05 19:04:16 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
inherit distutils-r1
DESCRIPTION="Python version of the SEAWATER 3.2 MATLAB toolkit for calculating the properties of sea water"