summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:32:59 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:32:59 +0000
commit4bd3216fb1d91867eaf095cf67b1a1c5ffa30548 (patch)
tree9e05c19825336ef749cd1d12c4eba610907b3082 /sci-libs
parentDrop old Python implementations (diff)
downloadgentoo-2-4bd3216fb1d91867eaf095cf67b1a1c5ffa30548.tar.gz
gentoo-2-4bd3216fb1d91867eaf095cf67b1a1c5ffa30548.tar.bz2
gentoo-2-4bd3216fb1d91867eaf095cf67b1a1c5ffa30548.zip
Drop old Python implementations. Define PYTHON_COMPAT sanely and script-friendly
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/ChangeLog7
-rw-r--r--sci-libs/gdal/gdal-1.10.1.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.11.1-r1.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.11.1-r2.ebuild4
-rw-r--r--sci-libs/gdal/gdal-1.11.1-r3.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index 44c4fe7ddb0d..8ecc54d753dc 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.162 2015/04/04 20:33:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.163 2015/04/08 18:32:59 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> gdal-1.10.1.ebuild,
+ gdal-1.11.1-r1.ebuild, gdal-1.11.1-r2.ebuild, gdal-1.11.1-r3.ebuild:
+ Drop old Python implementations. Define PYTHON_COMPAT sanely and script-
+ friendly
04 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> gdal-1.11.1-r3.ebuild:
amd64 stable wrt bug #540132
diff --git a/sci-libs/gdal/gdal-1.10.1.ebuild b/sci-libs/gdal/gdal-1.10.1.ebuild
index 6cc7e468ecae..1bad01d8635e 100644
--- a/sci-libs/gdal/gdal-1.10.1.ebuild
+++ b/sci-libs/gdal/gdal-1.10.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.14 2015/02/28 15:52:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.15 2015/04/08 18:32:59 mgorny Exp $
EAPI=5
WANT_AUTOCONF="2.5"
GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python2_{5..7} python3_{1..3} )
+PYTHON_COMPAT=( python2_7 python3_3 )
DISTUTILS_OPTIONAL=1
inherit autotools eutils libtool perl-module distutils-r1 python-r1 toolchain-funcs java-pkg-opt-2
diff --git a/sci-libs/gdal/gdal-1.11.1-r1.ebuild b/sci-libs/gdal/gdal-1.11.1-r1.ebuild
index c99206065c74..bffde2629fe3 100644
--- a/sci-libs/gdal/gdal-1.11.1-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.11.1-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v 1.9 2015/02/28 15:52:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v 1.10 2015/04/08 18:32:59 mgorny Exp $
EAPI=5
WANT_AUTOCONF="2.5"
GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python2_{5..7} python3_{1..4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
DISTUTILS_OPTIONAL=1
inherit autotools eutils libtool perl-module distutils-r1 python-r1 toolchain-funcs java-pkg-opt-2
diff --git a/sci-libs/gdal/gdal-1.11.1-r2.ebuild b/sci-libs/gdal/gdal-1.11.1-r2.ebuild
index 467ca5ce9559..7f9effaf5566 100644
--- a/sci-libs/gdal/gdal-1.11.1-r2.ebuild
+++ b/sci-libs/gdal/gdal-1.11.1-r2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r2.ebuild,v 1.2 2015/02/28 15:52:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r2.ebuild,v 1.3 2015/04/08 18:32:59 mgorny Exp $
EAPI=5
WANT_AUTOCONF="2.5"
GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python2_{5..7} python3_{1..4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
DISTUTILS_OPTIONAL=1
inherit autotools eutils libtool perl-module distutils-r1 python-r1 toolchain-funcs java-pkg-opt-2
diff --git a/sci-libs/gdal/gdal-1.11.1-r3.ebuild b/sci-libs/gdal/gdal-1.11.1-r3.ebuild
index 9bce4ebb7e3e..3cf8f19e4821 100644
--- a/sci-libs/gdal/gdal-1.11.1-r3.ebuild
+++ b/sci-libs/gdal/gdal-1.11.1-r3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r3.ebuild,v 1.2 2015/04/04 20:33:29 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r3.ebuild,v 1.3 2015/04/08 18:32:59 mgorny Exp $
EAPI=5
WANT_AUTOCONF="2.5"
GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python2_{5..7} python3_{1..4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
DISTUTILS_OPTIONAL=1
inherit autotools eutils libtool perl-module distutils-r1 python-r1 toolchain-funcs java-pkg-opt-2