summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:32:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:32:19 +0000
commit0beac9cc690987ceb2fa36564dd7eef6c693b5c0 (patch)
tree34131c78d58a591d93ac7dc7039cec2f42b41c34 /app-pda/jpilot
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.gz
gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.bz2
gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/jpilot')
-rw-r--r--app-pda/jpilot/ChangeLog6
-rw-r--r--app-pda/jpilot/jpilot-0.99.2-r1.ebuild6
-rw-r--r--app-pda/jpilot/jpilot-0.99.5.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog
index 24c613d71857..3d45c84c8596 100644
--- a/app-pda/jpilot/ChangeLog
+++ b/app-pda/jpilot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/jpilot
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.12 2004/03/14 21:48:56 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.13 2004/04/25 22:30:52 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> jpilot-0.99.2-r1.ebuild,
+ jpilot-0.99.5.ebuild:
+ Add die following econf for bug 48950
14 Mar 2004; Jason Wever <weeve@gentoo.org> jpilot-0.99.6-r1.ebuild:
Marked stable on sparc.
diff --git a/app-pda/jpilot/jpilot-0.99.2-r1.ebuild b/app-pda/jpilot/jpilot-0.99.2-r1.ebuild
index 3e84e42bcbee..d42b2907d590 100644
--- a/app-pda/jpilot/jpilot-0.99.2-r1.ebuild
+++ b/app-pda/jpilot/jpilot-0.99.2-r1.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-pda/jpilot/jpilot-0.99.2-r1.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.2-r1.ebuild,v 1.4 2004/04/25 22:30:52 agriffis Exp $
IUSE="nls"
@@ -42,7 +42,7 @@ src_compile() {
# build malsync plugin
cd ${S}/jpilot-syncmal_${SYNCMAL}
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/jpilot/jpilot-0.99.5.ebuild b/app-pda/jpilot/jpilot-0.99.5.ebuild
index e8e93f60454b..6fd5140094cc 100644
--- a/app-pda/jpilot/jpilot-0.99.5.ebuild
+++ b/app-pda/jpilot/jpilot-0.99.5.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-pda/jpilot/jpilot-0.99.5.ebuild,v 1.7 2003/09/24 20:36:05 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.5.ebuild,v 1.8 2004/04/25 22:30:52 agriffis Exp $
SYNCMAL="0.71.2"
MALSYNC="2.1.1"
@@ -35,7 +35,7 @@ src_compile() {
use nls || myconf="--disable-nls"
use gtk2 && myconf="${myconf} --enable-gtk2" \
|| myconf="${myconf} --disable-gtk2"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
# make sure we use $CFLAGS
sed -i "s/-g -O2/${CFLAGS}/" Makefile
@@ -43,7 +43,7 @@ src_compile() {
# build malsync plugin
cd ${S}/jpilot-syncmal_${SYNCMAL}
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}