diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:32:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 22:32:19 +0000 |
commit | 0beac9cc690987ceb2fa36564dd7eef6c693b5c0 (patch) | |
tree | 34131c78d58a591d93ac7dc7039cec2f42b41c34 /app-pda/pilot-link | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.gz gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.tar.bz2 gentoo-2-0beac9cc690987ceb2fa36564dd7eef6c693b5c0.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-pda/pilot-link')
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.3.ebuild | 4 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild | 4 |
4 files changed, 12 insertions, 9 deletions
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 |