summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:43:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:43:19 +0000
commit8bff68406683dd39f3775b4d3c9317e99af9abdf (patch)
tree78c7209b81ced7e42be87a596ae14d459a0a1a07 /app-pda/synce-libsynce
parentadded mirror://gentoo as primary (diff)
downloadhistorical-8bff68406683dd39f3775b4d3c9317e99af9abdf.tar.gz
historical-8bff68406683dd39f3775b4d3c9317e99af9abdf.tar.bz2
historical-8bff68406683dd39f3775b4d3c9317e99af9abdf.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/synce-libsynce')
-rw-r--r--app-pda/synce-libsynce/ChangeLog6
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.7.ebuild6
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.8.1.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog
index c04274fa610f..d5a90f325896 100644
--- a/app-pda/synce-libsynce/ChangeLog
+++ b/app-pda/synce-libsynce/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-libsynce
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.6 2004/03/30 12:10:58 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.7 2004/04/25 22:39:20 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-libsynce-0.7.ebuild,
+ synce-libsynce-0.8.1.ebuild:
+ Add die following econf for bug 48950
*synce-libsynce-0.8.9 (30 Mar 2004)
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild
index 24bc2ce77f72..8d2bfcd2aa0e 100644
--- a/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild
+++ b/app-pda/synce-libsynce/synce-libsynce-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/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.7.ebuild,v 1.4 2004/04/25 22:39:20 agriffis Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -14,7 +14,7 @@ IUSE="gnome"
DEPEND="virtual/glibc"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.8.1.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.8.1.ebuild
index 3fb590f3281a..f4957f4cda3f 100644
--- a/app-pda/synce-libsynce/synce-libsynce-0.8.1.ebuild
+++ b/app-pda/synce-libsynce/synce-libsynce-0.8.1.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/synce-libsynce/synce-libsynce-0.8.1.ebuild,v 1.3 2004/02/29 00:10:15 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.8.1.ebuild,v 1.4 2004/04/25 22:39:20 agriffis Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -14,7 +14,7 @@ IUSE=""
DEPEND=""
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}