summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:00:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:00:24 +0000
commitefea05995c6138616f0a54deaa3fec2d76718c06 (patch)
tree16725b4180a3f050952dd30136600e5c5b72a807 /app-text
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.gz
gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.bz2
gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-afpl/ChangeLog6
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild6
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index 828bee94cefc..35730200aa25 100644
--- a/app-text/ghostscript-afpl/ChangeLog
+++ b/app-text/ghostscript-afpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-afpl
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.10 2004/02/29 18:10:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.11 2004/04/25 23:00:24 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild:
+ Add die following econf for bug 48950
27 Feb 2004; Heinrich Wendel <lanius@gentoo.org>
ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild:
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
index 1218855854e7..e5c6bbd9db9a 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.5 2004/02/29 18:10:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.13.ebuild,v 1.6 2004/04/25 23:00:24 agriffis Exp $
inherit eutils
@@ -72,7 +72,7 @@ src_compile() {
use gtk || sed -i -e 's:$(INSTALL_PROGRAM) $(GSSOX):#:' src/unix-dll.mak \
-e 's:$(GSSOX)::' src/unix-dll.mak
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# build cups driver with cups
if [ `use cups` ]; then
@@ -91,7 +91,7 @@ src_compile() {
# build ijs
cd ijs
- econf --prefix=${D}/usr
+ econf --prefix=${D}/usr || die "econf failed"
make || die "make failed"
cd ..
}
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
index 39434d52d038..cc28686cd0e6 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.3 2004/02/29 18:10:25 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.4 2004/04/25 23:00:24 agriffis Exp $
inherit eutils
@@ -66,7 +66,7 @@ src_compile() {
use gtk || sed -i -e 's:$(INSTALL_PROGRAM) $(GSSOX):#:' src/unix-dll.mak \
-e 's:$(GSSOX)::' src/unix-dll.mak
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# build cups driver with cups
if [ `use cups` ]; then
@@ -85,7 +85,7 @@ src_compile() {
# build ijs
cd ijs
- econf --prefix=${D}/usr
+ econf --prefix=${D}/usr || die "econf failed"
make || die "make failed"
cd ..
}