summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:53:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:53:12 +0000
commite4949e5e5e7dc50e6d50d93b9ef913c68649b09e (patch)
treeaf084f72949d39207970291fd937797c00ed418c /net-print/hpoj
parentChanged sed to use ${D} (Manifest recommit) (diff)
downloadgentoo-2-e4949e5e5e7dc50e6d50d93b9ef913c68649b09e.tar.gz
gentoo-2-e4949e5e5e7dc50e6d50d93b9ef913c68649b09e.tar.bz2
gentoo-2-e4949e5e5e7dc50e6d50d93b9ef913c68649b09e.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-print/hpoj')
-rw-r--r--net-print/hpoj/ChangeLog6
-rw-r--r--net-print/hpoj/hpoj-0.91-r2.ebuild4
-rw-r--r--net-print/hpoj/hpoj-0.91-r3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog
index 8bd81d849f4a..265e6621b531 100644
--- a/net-print/hpoj/ChangeLog
+++ b/net-print/hpoj/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/hpoj
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.15 2004/04/08 10:26:37 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.16 2004/04/26 12:53:12 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> hpoj-0.91-r2.ebuild,
+ hpoj-0.91-r3.ebuild:
+ Add die following econf for bug 48950
*hpoj-0.91-r3 (08 Apr 2004)
diff --git a/net-print/hpoj/hpoj-0.91-r2.ebuild b/net-print/hpoj/hpoj-0.91-r2.ebuild
index 230191ec791b..bf88ac9ea9b0 100644
--- a/net-print/hpoj/hpoj-0.91-r2.ebuild
+++ b/net-print/hpoj/hpoj-0.91-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/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.4 2004/03/27 17:33:46 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r2.ebuild,v 1.5 2004/04/26 12:53:12 agriffis Exp $
DESCRIPTION="HP OfficeJet Linux driver"
HOMEPAGE="http://hpoj.sourceforge.net/"
@@ -38,7 +38,7 @@ src_compile() {
&& myconf="${myconf} --with-sane-packend=/usr" \
|| myconf="${myconf} --without-sane"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compilation failed"
}
diff --git a/net-print/hpoj/hpoj-0.91-r3.ebuild b/net-print/hpoj/hpoj-0.91-r3.ebuild
index 5a1eb57e54af..65238d8b0f81 100644
--- a/net-print/hpoj/hpoj-0.91-r3.ebuild
+++ b/net-print/hpoj/hpoj-0.91-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/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.1 2004/04/08 10:26:37 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.2 2004/04/26 12:53:12 agriffis Exp $
DESCRIPTION="HP OfficeJet Linux driver"
HOMEPAGE="http://hpoj.sourceforge.net/"
@@ -39,7 +39,7 @@ src_compile() {
&& myconf="${myconf} --with-sane-packend=/usr" \
|| myconf="${myconf} --without-sane"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "compilation failed"
}