diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 12:45:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 12:45:06 +0000 |
commit | f3b97b371f720e789ae4428f33b965c8aaba3df1 (patch) | |
tree | ef3e9e9da5ab6169baf3a73b1df959204186e242 /app-pda/pilot-link | |
parent | bugfixes & cleanup of old stuff (Manifest recommit) (diff) | |
download | gentoo-2-f3b97b371f720e789ae4428f33b965c8aaba3df1.tar.gz gentoo-2-f3b97b371f720e789ae4428f33b965c8aaba3df1.tar.bz2 gentoo-2-f3b97b371f720e789ae4428f33b965c8aaba3df1.zip |
Fix use invocation
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 | 2 | ||||
-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 | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8.ebuild | 2 |
5 files changed, 14 insertions, 9 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index c5af3d1c8f9e..122bfd6618a6 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/pilot-link # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.10 2004/06/02 12:45:06 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> pilot-link-0.11.3.ebuild, + pilot-link-0.11.5-r2.ebuild, pilot-link-0.11.7-r1.ebuild, + pilot-link-0.11.8.ebuild: + Fix use invocation 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pilot-link-0.11.5-r2.ebuild: Add die following econf for bug 48950 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 30a269201426..369589ba02f7 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-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.4 2004/04/25 22:32:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.3.ebuild,v 1.5 2004/06/02 12:45:06 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 1771fb1eabdc..daf1908b3b67 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-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.3 2004/04/25 22:32:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.5-r2.ebuild,v 1.4 2004/06/02 12:45:06 agriffis Exp $ inherit perl-module @@ -79,7 +79,7 @@ src_compile() { # java fails w/emake make || die - if [ `use perl` ] ; then + if use perl ; then cd ${S}/bindings/Perl perl-module_src_prep perl-module_src_compile @@ -91,7 +91,7 @@ src_install() { dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS - if [ `use perl` ] ; then + if use perl ; then cd ${S}/bindings/Perl perl-module_src_install fi 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 88cabfe3a9aa..57db0bfa09be 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-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.3 2004/04/25 22:32:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.4 2004/06/02 12:45:06 agriffis Exp $ inherit perl-module @@ -51,7 +51,7 @@ src_compile() { # java fails w/emake make || die - if [ `use perl` ] ; then + if use perl ; then cd ${S}/bindings/Perl perl-module_src_prep perl-module_src_compile @@ -63,7 +63,7 @@ src_install() { dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS - if [ `use perl` ] ; then + if use perl ; then cd ${S}/bindings/Perl perl-module_src_install fi diff --git a/app-pda/pilot-link/pilot-link-0.11.8.ebuild b/app-pda/pilot-link/pilot-link-0.11.8.ebuild index f04971bb3741..ec2a47fd2e55 100644 --- a/app-pda/pilot-link/pilot-link-0.11.8.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.8.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/pilot-link/pilot-link-0.11.8.ebuild,v 1.7 2004/04/07 19:23:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.8 2004/06/02 12:45:06 agriffis Exp $ inherit perl-module eutils |