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
commitd06717a4afb0dc2ea2810786baa0cb86e52ebe08 (patch)
treec3a0e1dcea231dba799c35c64276da8272536980 /app-pda/synce-serial
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-d06717a4afb0dc2ea2810786baa0cb86e52ebe08.tar.gz
gentoo-2-d06717a4afb0dc2ea2810786baa0cb86e52ebe08.tar.bz2
gentoo-2-d06717a4afb0dc2ea2810786baa0cb86e52ebe08.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/synce-serial')
-rw-r--r--app-pda/synce-serial/ChangeLog7
-rw-r--r--app-pda/synce-serial/synce-serial-0.4.ebuild6
-rw-r--r--app-pda/synce-serial/synce-serial-0.7.ebuild6
-rw-r--r--app-pda/synce-serial/synce-serial-0.8-r1.ebuild4
-rw-r--r--app-pda/synce-serial/synce-serial-0.8.9.ebuild4
-rw-r--r--app-pda/synce-serial/synce-serial-0.8.ebuild6
6 files changed, 19 insertions, 14 deletions
diff --git a/app-pda/synce-serial/ChangeLog b/app-pda/synce-serial/ChangeLog
index e0ff67cecf0d..afbbdf047634 100644
--- a/app-pda/synce-serial/ChangeLog
+++ b/app-pda/synce-serial/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/synce-serial
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.7 2004/03/26 12:34:10 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/ChangeLog,v 1.8 2004/04/25 22:42:12 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-serial-0.4.ebuild,
+ synce-serial-0.7.ebuild, synce-serial-0.8-r1.ebuild,
+ synce-serial-0.8.9.ebuild, synce-serial-0.8.ebuild:
+ Add die following econf for bug 48950
*synce-serial-0.8.9 (26 Mar 2004)
diff --git a/app-pda/synce-serial/synce-serial-0.4.ebuild b/app-pda/synce-serial/synce-serial-0.4.ebuild
index a3f99a95a5c2..97e2ea07542c 100644
--- a/app-pda/synce-serial/synce-serial-0.4.ebuild
+++ b/app-pda/synce-serial/synce-serial-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/synce-serial/synce-serial-0.4.ebuild,v 1.5 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.4.ebuild,v 1.6 2004/04/25 22:42:12 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-serial/synce-serial-0.7.ebuild b/app-pda/synce-serial/synce-serial-0.7.ebuild
index c7c24df1771f..5d20d309d051 100644
--- a/app-pda/synce-serial/synce-serial-0.7.ebuild
+++ b/app-pda/synce-serial/synce-serial-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-serial/synce-serial-0.7.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.7.ebuild,v 1.4 2004/04/25 22:42:12 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-serial/synce-serial-0.8-r1.ebuild b/app-pda/synce-serial/synce-serial-0.8-r1.ebuild
index 6c36b7f680e2..16dbe9493c7b 100644
--- a/app-pda/synce-serial/synce-serial-0.8-r1.ebuild
+++ b/app-pda/synce-serial/synce-serial-0.8-r1.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-serial/synce-serial-0.8-r1.ebuild,v 1.2 2004/02/29 00:07:14 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8-r1.ebuild,v 1.3 2004/04/25 22:42:12 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=""
RDEPEND=">=net-dialup/ppp-2.4.1"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/synce-serial/synce-serial-0.8.9.ebuild b/app-pda/synce-serial/synce-serial-0.8.9.ebuild
index 4cfed4b79539..8b81da80c958 100644
--- a/app-pda/synce-serial/synce-serial-0.8.9.ebuild
+++ b/app-pda/synce-serial/synce-serial-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-serial/synce-serial-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8.9.ebuild,v 1.2 2004/04/25 22:42:12 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=""
RDEPEND=">=net-dialup/ppp-2.4.1"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/app-pda/synce-serial/synce-serial-0.8.ebuild b/app-pda/synce-serial/synce-serial-0.8.ebuild
index 035cf679e8cb..0a33fd758e64 100644
--- a/app-pda/synce-serial/synce-serial-0.8.ebuild
+++ b/app-pda/synce-serial/synce-serial-0.8.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-serial/synce-serial-0.8.ebuild,v 1.2 2003/09/06 22:21:40 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-serial/synce-serial-0.8.ebuild,v 1.3 2004/04/25 22:42:12 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
}