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/rapip
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/rapip')
-rw-r--r--app-pda/rapip/ChangeLog8
-rw-r--r--app-pda/rapip/rapip-0.4.1.ebuild6
-rw-r--r--app-pda/rapip/rapip-0.4.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-pda/rapip/ChangeLog b/app-pda/rapip/ChangeLog
index ea92419410b6..3599ed130521 100644
--- a/app-pda/rapip/ChangeLog
+++ b/app-pda/rapip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/rapip
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/rapip/ChangeLog,v 1.2 2003/03/20 05:58:41 zwelch Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/rapip/ChangeLog,v 1.3 2004/04/25 22:33:28 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> rapip-0.4.1.ebuild,
+ rapip-0.4.ebuild:
+ Add die following econf for bug 48950
*rapip-0.4.1 (19 Mar 2003)
diff --git a/app-pda/rapip/rapip-0.4.1.ebuild b/app-pda/rapip/rapip-0.4.1.ebuild
index 51b83868922e..b58d18ad8ea4 100644
--- a/app-pda/rapip/rapip-0.4.1.ebuild
+++ b/app-pda/rapip/rapip-0.4.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/rapip/rapip-0.4.1.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/rapip/rapip-0.4.1.ebuild,v 1.4 2004/04/25 22:33:28 agriffis Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync. - KDE System Tray utility"
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc
app-pda/synce-libsynce"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/rapip/rapip-0.4.ebuild b/app-pda/rapip/rapip-0.4.ebuild
index cdb60a3f80aa..85a6923e6efb 100644
--- a/app-pda/rapip/rapip-0.4.ebuild
+++ b/app-pda/rapip/rapip-0.4.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/rapip/rapip-0.4.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/rapip/rapip-0.4.ebuild,v 1.4 2004/04/25 22:33:28 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="virtual/glibc
app-pda/synce-libsynce"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}