diff options
46 files changed, 161 insertions, 110 deletions
diff --git a/app-pda/dynamite/ChangeLog b/app-pda/dynamite/ChangeLog index 598bfc03da20..e97afaf68818 100644 --- a/app-pda/dynamite/ChangeLog +++ b/app-pda/dynamite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/dynamite -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/ChangeLog,v 1.2 2003/10/12 08:21:44 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/ChangeLog,v 1.3 2004/04/25 22:29:42 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> dynamite-0.1.ebuild: + Add die following econf for bug 48950 12 Oct 2003; Abhishek Amit <abhishek@gentoo.org> dynamite-0.1.ebuild: Fixed DESCRIPTION diff --git a/app-pda/dynamite/dynamite-0.1.ebuild b/app-pda/dynamite/dynamite-0.1.ebuild index 5a74d0fc9016..744e56ecc631 100644 --- a/app-pda/dynamite/dynamite-0.1.ebuild +++ b/app-pda/dynamite/dynamite-0.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/dynamite/dynamite-0.1.ebuild,v 1.2 2003/10/12 08:21:44 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/dynamite/dynamite-0.1.ebuild,v 1.3 2004/04/25 22:29:42 agriffis Exp $ DESCRIPTION="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library" HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="" src_compile() { - econf + econf || die "econf failed" emake || die } 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 } diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index 8027b16a3c99..52708a885afd 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/orange -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.2 2003/10/12 07:51:30 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.3 2004/04/25 22:31:27 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> orange-0.2-r1.ebuild: + Add die following econf for bug 48950 *orange-0.2-r1 (12 Oct 2003) diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild index c791476f4cf8..4f7bb1c884c7 100644 --- a/app-pda/orange/orange-0.2-r1.ebuild +++ b/app-pda/orange/orange-0.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/orange/orange-0.2-r1.ebuild,v 1.2 2003/10/12 08:18:30 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.3 2004/04/25 22:31:27 agriffis Exp $ DESCRIPTION="Orange is a tool and library for squeezing out juicy \ installable Microsoft Cabinet Files from self-extracting installers \ @@ -17,7 +17,7 @@ DEPEND="app-pda/dynamite app-arch/unshield" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index 65253b2acf62..c5af3d1c8f9e 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/pilot-link -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.8 2003/12/14 01:11:25 pylon Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.9 2004/04/25 22:32:19 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pilot-link-0.11.5-r2.ebuild: + Add die following econf for bug 48950 14 Dec 2003; Lars Weiler <pylon@gentoo.org> pilot-link-0.11.8.ebuild: Make stable on ppc diff --git a/app-pda/pilot-link/pilot-link-0.11.3.ebuild b/app-pda/pilot-link/pilot-link-0.11.3.ebuild index d88f4f27e1b1..30a269201426 100644 --- a/app-pda/pilot-link/pilot-link-0.11.3.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.3.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/pilot-link/pilot-link-0.11.3.ebuild,v 1.3 2004/02/22 19:49:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.3.ebuild,v 1.4 2004/04/25 22:32:19 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A suite of tools contains a series of conduits for moving diff --git a/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild b/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild index cff2cb82bbaf..1771fb1eabdc 100644 --- a/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.5-r2.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/pilot-link/pilot-link-0.11.5-r2.ebuild,v 1.2 2004/02/22 19:49:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild,v 1.3 2004/04/25 22:32:19 agriffis Exp $ inherit perl-module @@ -68,7 +68,7 @@ src_compile() { sed -e 's:TCL_MINOR_VERSION <4:TCL_MINOR_VERSION <3:' \ src/pilot-debug.c.old > src/pilot-debug.c - econf ${myconf} + econf ${myconf} || die "econf failed" # so python doesnt violate sandbox # http://gnu-designs.com/bugs/view_bug_page.php?f_id=382 diff --git a/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild b/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild index 72868f1f9e13..88cabfe3a9aa 100644 --- a/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.7-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/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.2 2003/09/17 01:39:23 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.3 2004/04/25 22:32:19 agriffis Exp $ inherit perl-module 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 } diff --git a/app-pda/synce-dccm/ChangeLog b/app-pda/synce-dccm/ChangeLog index 91de8d41528a..9c6248e2d30f 100644 --- a/app-pda/synce-dccm/ChangeLog +++ b/app-pda/synce-dccm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-dccm # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/ChangeLog,v 1.5 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/ChangeLog,v 1.6 2004/04/25 22:35:00 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-dccm-0.3.1.ebuild, + synce-dccm-0.7.ebuild, synce-dccm-0.8.9.ebuild, synce-dccm-0.8.ebuild: + Add die following econf for bug 48950 *synce-dccm-0.8.9 (26 Mar 2004) diff --git a/app-pda/synce-dccm/synce-dccm-0.3.1.ebuild b/app-pda/synce-dccm/synce-dccm-0.3.1.ebuild index c07f2b17dacb..4cca498355a1 100644 --- a/app-pda/synce-dccm/synce-dccm-0.3.1.ebuild +++ b/app-pda/synce-dccm/synce-dccm-0.3.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-dccm/synce-dccm-0.3.1.ebuild,v 1.5 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/synce-dccm-0.3.1.ebuild,v 1.6 2004/04/25 22:35:00 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 } diff --git a/app-pda/synce-dccm/synce-dccm-0.7.ebuild b/app-pda/synce-dccm/synce-dccm-0.7.ebuild index 3ff20ec74e0c..f9d811248ff8 100644 --- a/app-pda/synce-dccm/synce-dccm-0.7.ebuild +++ b/app-pda/synce-dccm/synce-dccm-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-dccm/synce-dccm-0.7.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/synce-dccm-0.7.ebuild,v 1.4 2004/04/25 22:35:00 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 } diff --git a/app-pda/synce-dccm/synce-dccm-0.8.9.ebuild b/app-pda/synce-dccm/synce-dccm-0.8.9.ebuild index 165af4935b14..3f06f24540d9 100644 --- a/app-pda/synce-dccm/synce-dccm-0.8.9.ebuild +++ b/app-pda/synce-dccm/synce-dccm-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-dccm/synce-dccm-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/synce-dccm-0.8.9.ebuild,v 1.2 2004/04/25 22:35:00 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=">=app-pda/synce-libsynce-0.8.9" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/synce-dccm/synce-dccm-0.8.ebuild b/app-pda/synce-dccm/synce-dccm-0.8.ebuild index a7b7e2af37b4..bdc137280e88 100644 --- a/app-pda/synce-dccm/synce-dccm-0.8.ebuild +++ b/app-pda/synce-dccm/synce-dccm-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-dccm/synce-dccm-0.8.ebuild,v 1.2 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-dccm/synce-dccm-0.8.ebuild,v 1.3 2004/04/25 22:35:00 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=">=app-pda/synce-libsynce-0.8" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/synce-gnomevfs/ChangeLog b/app-pda/synce-gnomevfs/ChangeLog index 10dbc948e36e..beb0b41f7023 100644 --- a/app-pda/synce-gnomevfs/ChangeLog +++ b/app-pda/synce-gnomevfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-gnomevfs -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/ChangeLog,v 1.2 2003/09/02 19:40:09 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/ChangeLog,v 1.3 2004/04/25 22:36:23 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-gnomevfs-0.2.ebuild, + synce-gnomevfs-0.8.ebuild: + Add die following econf for bug 48950 *synce-gnomevfs-0.8 (02 Sep 2003) diff --git a/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild b/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild index 37e15c1f25aa..cb472b1027b9 100644 --- a/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild +++ b/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.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-gnomevfs/synce-gnomevfs-0.2.ebuild,v 1.3 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.2.ebuild,v 1.4 2004/04/25 22:36:23 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 } diff --git a/app-pda/synce-gnomevfs/synce-gnomevfs-0.8.ebuild b/app-pda/synce-gnomevfs/synce-gnomevfs-0.8.ebuild index b41be91fecb9..5be4d26ca7ff 100644 --- a/app-pda/synce-gnomevfs/synce-gnomevfs-0.8.ebuild +++ b/app-pda/synce-gnomevfs/synce-gnomevfs-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-gnomevfs/synce-gnomevfs-0.8.ebuild,v 1.2 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.8.ebuild,v 1.3 2004/04/25 22:36:23 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { - econf + econf || die "econf failed" emake || die "make failed" } 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 } 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 } diff --git a/app-pda/synce-multisync_plugin/ChangeLog b/app-pda/synce-multisync_plugin/ChangeLog index 048e5c396679..3266bbe2ab7a 100644 --- a/app-pda/synce-multisync_plugin/ChangeLog +++ b/app-pda/synce-multisync_plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/synce-multisync_plugin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.4 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.5 2004/04/25 22:40:23 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> + synce-multisync_plugin-0.8.2-r1.ebuild, synce-multisync_plugin-0.8.2.ebuild, + synce-multisync_plugin-0.8.9.ebuild: + Add die following econf for bug 48950 *synce-multisync_plugin-0.8.9 (26 Mar 2004) diff --git a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild index ada7623b159c..6eccafb58f5f 100644 --- a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild +++ b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.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/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild,v 1.1 2003/09/12 16:29:29 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2-r1.ebuild,v 1.2 2004/04/25 22:40:23 agriffis Exp $ DESCRIPTION="Multisync plugin to synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -18,7 +18,7 @@ DEPEND="virtual/glibc >=app-pda/multisync-0.80" src_compile() { - econf -with-multisync-include=/usr/include/multisync + econf -with-multisync-include=/usr/include/multisync || die "econf failed" emake || die } diff --git a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild index 6a2e3f1ba12e..cc48d92b626d 100644 --- a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild +++ b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.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-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild,v 1.1 2003/09/08 14:22:25 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild,v 1.2 2004/04/25 22:40:23 agriffis Exp $ DESCRIPTION="Multisync plugin to synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc >=app-pda/multisync-0.80" src_compile() { - econf -with-multisync-include=/usr/include/multisync + econf -with-multisync-include=/usr/include/multisync || die "econf failed" emake || die } diff --git a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.9.ebuild b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.9.ebuild index 0560536b2f50..e465ab540981 100644 --- a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.9.ebuild +++ b/app-pda/synce-multisync_plugin/synce-multisync_plugin-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-multisync_plugin/synce-multisync_plugin-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.9.ebuild,v 1.2 2004/04/25 22:40:23 agriffis Exp $ DESCRIPTION="Multisync plugin to synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -18,7 +18,7 @@ DEPEND="virtual/glibc >=app-pda/multisync-0.81" src_compile() { - econf --with-multisync-include=/usr/include/multisync --with-rra-include=/usr/include + econf --with-multisync-include=/usr/include/multisync --with-rra-include=/usr/include || die "econf failed" emake || die } diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog index 4ec98f592db7..638fb315f2e8 100644 --- a/app-pda/synce-rra/ChangeLog +++ b/app-pda/synce-rra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-rra # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.4 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.5 2004/04/25 22:41:06 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-rra-0.8.4-r1.ebuild, + synce-rra-0.8.4.ebuild: + Add die following econf for bug 48950 *synce-rra-0.8.9 (26 Mar 2004) diff --git a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild b/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild index c85ae6672ea3..1485144ff988 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.4-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/synce-rra/synce-rra-0.8.4-r1.ebuild,v 1.2 2004/01/02 13:09:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild,v 1.3 2004/04/25 22:41:06 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND=">=dev-libs/check-0.8.2 >=app-pda/synce-librapi2-0.8" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/synce-rra/synce-rra-0.8.4.ebuild b/app-pda/synce-rra/synce-rra-0.8.4.ebuild index b3b8bd381829..3e5861a9ee77 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.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-rra/synce-rra-0.8.4.ebuild,v 1.1 2003/09/08 14:24:00 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4.ebuild,v 1.2 2004/04/25 22:41:06 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-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 } diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog index 1fab1a4bc5fa..5f2edbe745d4 100644 --- a/app-pda/synce-trayicon/ChangeLog +++ b/app-pda/synce-trayicon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-trayicon -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.4 2003/09/02 19:40:09 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.5 2004/04/25 22:43:19 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-trayicon-0.1.ebuild, + synce-trayicon-0.7.ebuild, synce-trayicon-0.8.ebuild: + Add die following econf for bug 48950 *synce-trayicon-0.8 (02 Sep 2003) diff --git a/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild index f7596664b071..94e4f1c30194 100644 --- a/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild +++ b/app-pda/synce-trayicon/synce-trayicon-0.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-trayicon/synce-trayicon-0.1.ebuild,v 1.4 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild,v 1.5 2004/04/25 22:43:19 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc >=gnome-base/libgnomeui-2.0*" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild index 3cb5b0ccdf79..545d4c88ec27 100644 --- a/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild +++ b/app-pda/synce-trayicon/synce-trayicon-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-trayicon/synce-trayicon-0.7.ebuild,v 1.2 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild,v 1.3 2004/04/25 22:43:19 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc >=gnome-base/libgnomeui-2.0*" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild index bbfd381dfb61..3d3eee45ee6d 100644 --- a/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild +++ b/app-pda/synce-trayicon/synce-trayicon-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-trayicon/synce-trayicon-0.8.ebuild,v 1.2 2003/09/06 22:21:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild,v 1.3 2004/04/25 22:43:19 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc >=gnome-base/libgnomeui-2.0" src_compile() { - econf + econf || die "econf failed" emake || die } |