summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 16:25:27 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 16:25:27 +0000
commit9f2cdb7f85e1af4258b0d20f4d4064080c014101 (patch)
tree1073a7a9c2273ba667a6baee771ca824250b51fc
parentVersion bump, changed license. (Manifest recommit) (diff)
downloadgentoo-2-9f2cdb7f85e1af4258b0d20f4d4064080c014101.tar.gz
gentoo-2-9f2cdb7f85e1af4258b0d20f4d4064080c014101.tar.bz2
gentoo-2-9f2cdb7f85e1af4258b0d20f4d4064080c014101.zip
Add die following econf for bug 48950
-rw-r--r--app-shells/tcsh/ChangeLog6
-rw-r--r--app-shells/tcsh/tcsh-6.12-r2.ebuild4
-rw-r--r--app-shells/tcsh/tcsh-6.12-r3.ebuild4
-rw-r--r--app-text/docbook-sgml-utils/ChangeLog6
-rw-r--r--app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild6
-rw-r--r--app-text/ghostscript/ChangeLog6
-rw-r--r--app-text/ghostscript/ghostscript-7.07.1-r1.ebuild6
-rw-r--r--app-text/ghostscript/ghostscript-7.07.1-r2.ebuild6
8 files changed, 28 insertions, 16 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog
index 477a20591320..074cf21fed30 100644
--- a/app-shells/tcsh/ChangeLog
+++ b/app-shells/tcsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/tcsh
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.19 2004/01/09 23:26:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.20 2004/04/26 16:21:21 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> tcsh-6.12-r2.ebuild,
+ tcsh-6.12-r3.ebuild:
+ Add die following econf for bug 48950
09 Jan 2004; Aron Griffis <agriffis@gentoo.org> tcsh-6.12-r2.ebuild:
stable on alpha
diff --git a/app-shells/tcsh/tcsh-6.12-r2.ebuild b/app-shells/tcsh/tcsh-6.12-r2.ebuild
index 58fd578d6066..ce8b52b55570 100644
--- a/app-shells/tcsh/tcsh-6.12-r2.ebuild
+++ b/app-shells/tcsh/tcsh-6.12-r2.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-shells/tcsh/tcsh-6.12-r2.ebuild,v 1.8 2004/01/09 23:26:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r2.ebuild,v 1.9 2004/04/26 16:21:21 agriffis Exp $
MY_P="${PN}-${PV}.00"
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
@@ -29,7 +29,7 @@ src_unpack() {
}
src_compile() {
- econf --prefix=/
+ econf --prefix=/ || die "econf failed"
emake || die "compile problem"
}
diff --git a/app-shells/tcsh/tcsh-6.12-r3.ebuild b/app-shells/tcsh/tcsh-6.12-r3.ebuild
index 13762e7924ab..f2b2e7ca76b8 100644
--- a/app-shells/tcsh/tcsh-6.12-r3.ebuild
+++ b/app-shells/tcsh/tcsh-6.12-r3.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-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.2 2004/03/14 13:27:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12-r3.ebuild,v 1.3 2004/04/26 16:21:21 agriffis Exp $
MY_P="${PN}-${PV}.00"
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
@@ -29,7 +29,7 @@ src_unpack() {
}
src_compile() {
- econf --prefix=/
+ econf --prefix=/ || die "econf failed"
emake || die "compile problem"
}
diff --git a/app-text/docbook-sgml-utils/ChangeLog b/app-text/docbook-sgml-utils/ChangeLog
index 1b5a172010f8..5afd89e64763 100644
--- a/app-text/docbook-sgml-utils/ChangeLog
+++ b/app-text/docbook-sgml-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/docbook-sgml-utils
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-sgml-utils/ChangeLog,v 1.22 2004/04/15 02:59:43 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-sgml-utils/ChangeLog,v 1.23 2004/04/26 16:23:17 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ docbook-sgml-utils-0.6.11-r2.ebuild:
+ Add die following econf for bug 48950
14 Apr 2004; Stephen P. Becker <geoman@gentoo.org>
docbook-sgml-utils-0.6.12-r2.ebuild:
diff --git a/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild b/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild
index 94cfba5a15bb..056264b16193 100644
--- a/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild
+++ b/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild,v 1.12 2003/09/13 07:05:15 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-sgml-utils/docbook-sgml-utils-0.6.11-r2.ebuild,v 1.13 2004/04/26 16:23:17 agriffis Exp $
MY_PN=${PN/-sgml/}
MY_P=${MY_PN}-${PV}
@@ -29,7 +29,7 @@ DEPEND=">=dev-lang/perl-5
src_compile() {
patch -p1 < ${FILESDIR}/docbook-sgml-utils-frontend.patch || die
- econf
+ econf || die "econf failed"
make || die
}
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog
index b73dd9a9ca82..8a7c9173b691 100644
--- a/app-text/ghostscript/ChangeLog
+++ b/app-text/ghostscript/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.46 2004/04/26 10:15:09 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.47 2004/04/26 16:25:27 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ ghostscript-7.07.1-r1.ebuild, ghostscript-7.07.1-r2.ebuild:
+ Add die following econf for bug 48950
*ghostscript-7.07.1-r2 (26 Apr 2004)
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
index da6dad535253..0b2a7cc79809 100644
--- a/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
+++ b/app-text/ghostscript/ghostscript-7.07.1-r1.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/ghostscript-7.07.1-r1.ebuild,v 1.4 2004/03/07 19:28:46 psi29a Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild,v 1.5 2004/04/26 16:25:27 agriffis Exp $
inherit eutils
@@ -69,11 +69,11 @@ src_compile() {
use cups && myconf="${myconf} --enable-cups" \
|| myconf="${myconf} --disable-cups"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die "make failed"
cd ijs
- econf --prefix=${D}/usr
+ econf --prefix=${D}/usr || die "econf failed"
make || die "make failed"
cd ..
}
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild
index 01f146b9f10a..3db38872fe82 100644
--- a/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild
+++ b/app-text/ghostscript/ghostscript-7.07.1-r2.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/ghostscript-7.07.1-r2.ebuild,v 1.1 2004/04/26 10:15:09 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild,v 1.2 2004/04/26 16:25:27 agriffis Exp $
inherit eutils
@@ -73,11 +73,11 @@ src_compile() {
use cups && myconf="${myconf} --enable-cups" \
|| myconf="${myconf} --disable-cups"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
make || die "make failed"
cd ijs
- econf --prefix=${D}/usr
+ econf --prefix=${D}/usr || die "econf failed"
make || die "make failed"
cd ..
}