summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-13 21:03:49 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-13 21:03:49 +0000
commitded23e520d378c6b0f2d9653620ad2ef2041f60e (patch)
tree0dddeeb04a5f6adeff988b67b05d0dfed5ed697d /sci-libs/gdal
parentReplace perl-module_src_prep with perl-module_src_configure (diff)
downloadgentoo-2-ded23e520d378c6b0f2d9653620ad2ef2041f60e.tar.gz
gentoo-2-ded23e520d378c6b0f2d9653620ad2ef2041f60e.tar.bz2
gentoo-2-ded23e520d378c6b0f2d9653620ad2ef2041f60e.zip
Replace perl-module_src_prep with perl-module_src_configure
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/ChangeLog6
-rw-r--r--sci-libs/gdal/gdal-1.10.0-r1.ebuild4
-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.9.2.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index b03d1d885938..949f40806ac9 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.154 2014/11/28 15:06:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.155 2014/12/13 21:03:49 dilfridge Exp $
+
+ 13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> gdal-1.9.2.ebuild,
+ gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild:
+ Replace perl-module_src_prep with perl-module_src_configure
28 Nov 2014; Pacho Ramos <pacho@gentoo.org> gdal-1.11.1-r1.ebuild:
Support python 3.4
diff --git a/sci-libs/gdal/gdal-1.10.0-r1.ebuild b/sci-libs/gdal/gdal-1.10.0-r1.ebuild
index 4d69be894347..1d48bf7218fe 100644
--- a/sci-libs/gdal/gdal-1.10.0-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.10.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.0-r1.ebuild,v 1.4 2014/11/17 23:22:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.0-r1.ebuild,v 1.5 2014/12/13 21:03:49 dilfridge Exp $
EAPI=5
@@ -240,7 +240,7 @@ src_compile() {
if use perl ; then
pushd "${S}"/swig/perl > /dev/null
- perl-module_src_prep
+ perl-module_src_configure
perl-module_src_compile
popd > /dev/null
fi
diff --git a/sci-libs/gdal/gdal-1.10.1.ebuild b/sci-libs/gdal/gdal-1.10.1.ebuild
index 6dd95328aa24..b6148ef56402 100644
--- a/sci-libs/gdal/gdal-1.10.1.ebuild
+++ b/sci-libs/gdal/gdal-1.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.10 2014/11/17 23:22:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.11 2014/12/13 21:03:49 dilfridge Exp $
EAPI=5
@@ -271,7 +271,7 @@ src_compile() {
if use perl ; then
pushd "${S}"/swig/perl > /dev/null
- perl-module_src_prep
+ perl-module_src_configure
perl-module_src_compile
popd > /dev/null
fi
diff --git a/sci-libs/gdal/gdal-1.11.1-r1.ebuild b/sci-libs/gdal/gdal-1.11.1-r1.ebuild
index 58041bd45267..d324463432aa 100644
--- a/sci-libs/gdal/gdal-1.11.1-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.3 2014/11/28 15:06:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v 1.4 2014/12/13 21:03:49 dilfridge Exp $
EAPI=5
@@ -273,7 +273,7 @@ src_compile() {
if use perl ; then
pushd "${S}"/swig/perl > /dev/null
- perl-module_src_prep
+ perl-module_src_configure
perl-module_src_compile
popd > /dev/null
fi
diff --git a/sci-libs/gdal/gdal-1.9.2.ebuild b/sci-libs/gdal/gdal-1.9.2.ebuild
index b98757619922..698e3a54dd67 100644
--- a/sci-libs/gdal/gdal-1.9.2.ebuild
+++ b/sci-libs/gdal/gdal-1.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.2.ebuild,v 1.8 2014/11/17 23:22:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.2.ebuild,v 1.9 2014/12/13 21:03:49 dilfridge Exp $
EAPI=5
@@ -241,7 +241,7 @@ src_compile() {
if use perl ; then
pushd "${S}"/swig/perl > /dev/null
- perl-module_src_prep
+ perl-module_src_configure
perl-module_src_compile
popd > /dev/null
fi