summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-10-12 02:38:16 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-10-12 02:38:16 +0000
commit6e2c62e0cb9b4432cc545d6b3ed2d0c3909a0162 (patch)
tree2c8b64fc489d6c783706c65084843bb15b849f33 /sci-libs
parentVersion bump (diff)
downloadgentoo-2-6e2c62e0cb9b4432cc545d6b3ed2d0c3909a0162.tar.gz
gentoo-2-6e2c62e0cb9b4432cc545d6b3ed2d0c3909a0162.tar.bz2
gentoo-2-6e2c62e0cb9b4432cc545d6b3ed2d0c3909a0162.zip
Added die to sed invocations
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/ChangeLog7
-rw-r--r--sci-libs/gdal/gdal-1.3.1.ebuild5
-rw-r--r--sci-libs/gdal/gdal-1.3.2.ebuild5
-rw-r--r--sci-libs/gdal/gdal-1.4.2.ebuild5
-rw-r--r--sci-libs/gdal/gdal-1.5.0-r1.ebuild9
5 files changed, 20 insertions, 11 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index 6835f26759e6..1863af063044 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.45 2008/08/07 06:34:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.46 2008/10/12 02:38:16 nerdboy Exp $
+
+ 12 Oct 2008; Steve Arnold <nerdboy@gentoo.org> gdal-1.3.1.ebuild,
+ gdal-1.3.2.ebuild, gdal-1.4.2.ebuild, gdal-1.5.0-r1.ebuild:
+ Added die to sed invocations (although what this hs to do with perl I'm
+ not quite sure...
07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
Add USE flag description to metadata wrt GLEP 56.
diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild
index d49f29a238b1..9bc54e018c8d 100644
--- a/sci-libs/gdal/gdal-1.3.1.ebuild
+++ b/sci-libs/gdal/gdal-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.16 2008/05/21 19:01:41 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.17 2008/10/12 02:38:16 nerdboy Exp $
inherit eutils libtool distutils toolchain-funcs
@@ -99,7 +99,8 @@ src_compile() {
fi
# Fix doc path just in case
- sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" GDALmake.opt.in
+ sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" \
+ GDALmake.opt.in || die "sed gdalmake.opt failed"
econf ${pkg_conf} ${use_conf} || die "econf failed"
# parallel makes fail on the ogr stuff (C++, what can I say?)
diff --git a/sci-libs/gdal/gdal-1.3.2.ebuild b/sci-libs/gdal/gdal-1.3.2.ebuild
index 689a6cf2a6db..df0e7853a237 100644
--- a/sci-libs/gdal/gdal-1.3.2.ebuild
+++ b/sci-libs/gdal/gdal-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.6 2008/05/21 19:01:41 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.2.ebuild,v 1.7 2008/10/12 02:38:16 nerdboy Exp $
inherit eutils libtool distutils toolchain-funcs
@@ -102,7 +102,8 @@ src_compile() {
fi
# Fix doc path just in case
- sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" GDALmake.opt.in
+ sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" \
+ GDALmake.opt.in || die "sed gdalmake.opt failed"
econf ${pkg_conf} ${use_conf} || die "econf failed"
# parallel makes fail on the ogr stuff (C++, what can I say?)
diff --git a/sci-libs/gdal/gdal-1.4.2.ebuild b/sci-libs/gdal/gdal-1.4.2.ebuild
index 74a45801973a..aad09eb4efa4 100644
--- a/sci-libs/gdal/gdal-1.4.2.ebuild
+++ b/sci-libs/gdal/gdal-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v 1.4 2008/05/21 19:01:41 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.4.2.ebuild,v 1.5 2008/10/12 02:38:16 nerdboy Exp $
inherit eutils libtool distutils toolchain-funcs
@@ -102,7 +102,8 @@ src_compile() {
fi
# Fix doc path just in case
- sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" GDALmake.opt.in
+ sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" \
+ GDALmake.opt.in || die "sed gdalmake.opt failed"
econf ${pkg_conf} ${use_conf} || die "econf failed"
# parallel makes fail on the ogr stuff (C++, what can I say?)
diff --git a/sci-libs/gdal/gdal-1.5.0-r1.ebuild b/sci-libs/gdal/gdal-1.5.0-r1.ebuild
index 3c6baf7cb2bc..cadcf23307bb 100644
--- a/sci-libs/gdal/gdal-1.5.0-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.4 2008/05/21 19:01:41 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.5 2008/10/12 02:38:16 nerdboy Exp $
WANT_AUTOCONF="2.5"
inherit autotools distutils eutils perl-module toolchain-funcs
@@ -122,7 +122,8 @@ src_compile() {
fi
# Fix doc path just in case
- sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" GDALmake.opt.in
+ sed -i -e "s:@exec_prefix@/doc:/usr/share/doc/${PF}/html:g" \
+ GDALmake.opt.in || die "sed gdalmake.opt failed"
econf ${pkg_conf} ${use_conf} || die "econf failed"
@@ -132,9 +133,9 @@ src_compile() {
if useq python; then
sed -i -e "s#library_dirs = #library_dirs = /usr/$(get_libdir):#g" \
- swig/python/setup.cfg
+ swig/python/setup.cfg || die "sed python setup.cfg failed"
sed -i -e "s:$(DESTDIR)$(prefix):$(DESTDIR)$(INST_PREFIX):g" \
- swig/python/GNUmakefile
+ swig/python/GNUmakefile || die "sed python GNUmakefile failed"
fi
if useq perl ; then