summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:56:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:56:19 +0000
commit0ba56218479648f1aeae9bae6070ea588cce633a (patch)
treedc5413e7d49a8cad7f24d11e2c8fed3fdaa45f52 /x11-misc/efax-gtk
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.gz
historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.bz2
historical-0ba56218479648f1aeae9bae6070ea588cce633a.zip
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r--x11-misc/efax-gtk/ChangeLog6
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild6
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog
index 2748a8aa4a10..5c5f06181ca0 100644
--- a/x11-misc/efax-gtk/ChangeLog
+++ b/x11-misc/efax-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/efax-gtk
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.8 2004/04/11 15:02:10 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.9 2004/04/26 14:46:40 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> efax-gtk-2.0.7.ebuild,
+ efax-gtk-2.2.4.ebuild:
+ Add die following econf for bug 48950
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> efax-gtk-2.2.5a.ebuild:
Marked stable on x86.
diff --git a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild b/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
index b17e71d9e433..457844a9ea4d 100644
--- a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
+++ b/x11-misc/efax-gtk/efax-gtk-2.0.7.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/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.4 2004/04/26 14:46:40 agriffis Exp $
DESCRIPTION="GTK+2 frontend for the efax program."
@@ -18,7 +18,7 @@ RDEPEND=">=net-misc/efax-0.9*"
S=${WORKDIR}/${PN}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild b/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild
index 33f093e95893..400bc0db6818 100644
--- a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild
+++ b/x11-misc/efax-gtk/efax-gtk-2.2.4.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/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild,v 1.2 2004/02/19 18:36:19 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild,v 1.3 2004/04/26 14:46:40 agriffis Exp $
DESCRIPTION="GTK+2 frontend for the efax program."
@@ -18,7 +18,7 @@ RDEPEND=">=net-misc/efax-0.9*"
#S=${WORKDIR}/${PN}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}