summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:37:38 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:37:38 +0000
commit132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9 (patch)
treeb42df30c4af5b1211a5ace602bbcdfca5a389218 /app-pda/synce-librapi2
parentadded mirror://gentoo as primary (Manifest recommit) (diff)
downloadgentoo-2-132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9.tar.gz
gentoo-2-132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9.tar.bz2
gentoo-2-132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/synce-librapi2')
-rw-r--r--app-pda/synce-librapi2/ChangeLog6
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.7.ebuild4
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild4
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/app-pda/synce-librapi2/ChangeLog b/app-pda/synce-librapi2/ChangeLog
index 25a7168ecb09..cca6c683e638 100644
--- a/app-pda/synce-librapi2/ChangeLog
+++ b/app-pda/synce-librapi2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/synce-librapi2
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.6 2004/03/26 12:34:10 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/ChangeLog,v 1.7 2004/04/25 22:37:38 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-librapi2-0.7.ebuild,
+ synce-librapi2-0.8.1.ebuild, synce-librapi2-0.8.9.ebuild:
+ Add die following econf for bug 48950
*synce-librapi2-0.8.9 (26 Mar 2004)
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
index 5936b8347b06..12f8d8aaafc3 100644
--- a/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild
+++ b/app-pda/synce-librapi2/synce-librapi2-0.7.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/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild,v 1.3 2004/02/29 00:12:44 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.7.ebuild,v 1.4 2004/04/25 22:37:38 agriffis Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -16,7 +16,7 @@ DEPEND="virtual/glibc
>=synce-libsynce-0.3"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild
index 941ff3129675..a2a5cb061b31 100644
--- a/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild
+++ b/app-pda/synce-librapi2/synce-librapi2-0.8.1.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/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild,v 1.3 2004/02/29 00:12:44 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.8.1.ebuild,v 1.4 2004/04/25 22:37:38 agriffis Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -15,7 +15,7 @@ DEPEND=">=dev-libs/check-0.8.2
>=app-pda/synce-libsynce-0.8.1"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild
index b8ce1932f1ee..4a9fbac9937a 100644
--- a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild
+++ b/app-pda/synce-librapi2/synce-librapi2-0.8.9.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/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild,v 1.2 2004/04/25 22:37:38 agriffis Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -15,7 +15,7 @@ DEPEND=">=dev-libs/check-0.8.2
>=app-pda/synce-libsynce-0.8.9"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}