summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 12:51:37 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 12:51:37 +0000
commit01fe7ba997b0512f11d0eb79530647a25709754a (patch)
tree71a9caf24e4d48aafefd11bab7181716cb361cef /net-p2p/lopster
parentChanged sed to use ${D} (diff)
downloadhistorical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.gz
historical-01fe7ba997b0512f11d0eb79530647a25709754a.tar.bz2
historical-01fe7ba997b0512f11d0eb79530647a25709754a.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r--net-p2p/lopster/ChangeLog8
-rw-r--r--net-p2p/lopster/lopster-1.0.2_pre5.ebuild4
-rw-r--r--net-p2p/lopster/lopster-1.2.0.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/lopster/ChangeLog b/net-p2p/lopster/ChangeLog
index 25deecd76a9e..e36aacef780f 100644
--- a/net-p2p/lopster/ChangeLog
+++ b/net-p2p/lopster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/lopster
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.9 2003/06/12 22:32:27 seemant Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/ChangeLog,v 1.10 2004/04/26 12:48:22 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lopster-1.0.2_pre5.ebuild,
+ lopster-1.2.0.ebuild:
+ Add die following econf for bug 48950
12 Jun 2003; Seemant Kulleen <seemant@gentoo.org> lopster-1.2.0.ebuild:
unmasked on x86, thanks to Magnade in #gentoo-dev
diff --git a/net-p2p/lopster/lopster-1.0.2_pre5.ebuild b/net-p2p/lopster/lopster-1.0.2_pre5.ebuild
index 51c4047afcdb..0246c6512d69 100644
--- a/net-p2p/lopster/lopster-1.0.2_pre5.ebuild
+++ b/net-p2p/lopster/lopster-1.0.2_pre5.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-p2p/lopster/lopster-1.0.2_pre5.ebuild,v 1.6 2004/02/23 10:06:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.2_pre5.ebuild,v 1.7 2004/04/26 12:48:22 agriffis Exp $
IUSE="nls"
@@ -39,7 +39,7 @@ src_compile() {
econf \
--with-pthread \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake || die
}
diff --git a/net-p2p/lopster/lopster-1.2.0.ebuild b/net-p2p/lopster/lopster-1.2.0.ebuild
index 8974f85120ef..5615bab13547 100644
--- a/net-p2p/lopster/lopster-1.2.0.ebuild
+++ b/net-p2p/lopster/lopster-1.2.0.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-p2p/lopster/lopster-1.2.0.ebuild,v 1.5 2004/02/23 10:06:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.0.ebuild,v 1.6 2004/04/26 12:48:22 agriffis Exp $
IUSE="gtk nls"
@@ -33,7 +33,7 @@ src_compile() {
econf \
--with-pthread \
--with-zlib \
- ${myconf}
+ ${myconf} || die "econf failed"
emake || die
}