diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:37:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:37:38 +0000 |
commit | 132695b70fbbf8e1bc25d13bcf5c23a7ae5bd2d9 (patch) | |
tree | b42df30c4af5b1211a5ace602bbcdfca5a389218 /app-pda/rapip | |
parent | added mirror://gentoo as primary (Manifest recommit) (diff) | |
download | gentoo-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/rapip')
-rw-r--r-- | app-pda/rapip/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/rapip/rapip-0.4.1.ebuild | 6 | ||||
-rw-r--r-- | app-pda/rapip/rapip-0.4.ebuild | 6 |
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 } |