diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:43:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:43:19 +0000 |
commit | d06717a4afb0dc2ea2810786baa0cb86e52ebe08 (patch) | |
tree | c3a0e1dcea231dba799c35c64276da8272536980 /app-pda | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-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')
20 files changed, 70 insertions, 48 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 } 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 } |