diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 20:59:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 20:59:14 +0000 |
commit | 31531a9555f1a6fd33a618dd9cd1c9ac2b5bb60c (patch) | |
tree | 490689ebf6090d1dea94bfa83d8d0ac749ad08b9 /net-dialup | |
parent | only enable faac when we are not on ia64 or alpha in src_compile (diff) | |
download | historical-31531a9555f1a6fd33a618dd9cd1c9ac2b5bb60c.tar.gz historical-31531a9555f1a6fd33a618dd9cd1c9ac2b5bb60c.tar.bz2 historical-31531a9555f1a6fd33a618dd9cd1c9ac2b5bb60c.zip |
Fix use invocation
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.1-r14.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r2.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/pptpclient/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.3.1.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/pptpclient/pptpclient-1.4.0.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/rp-pppoe/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild | 8 | ||||
-rw-r--r-- | net-dialup/speedtouch/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.1.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.2.ebuild | 2 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.2_beta2.ebuild | 8 |
17 files changed, 50 insertions, 34 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 96982fd018c3..aae2e24f4054 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.60 2004/05/04 00:06:47 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.61 2004/06/09 20:57:51 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.1-r14.ebuild, + ppp-2.4.2-r1.ebuild, ppp-2.4.2-r2.ebuild, ppp-2.4.2.ebuild: + Fix use invocation 03 May 2004; Jason Eric Huebel <jhuebel@gentoo.org> ppp-2.4.2-r2.ebuild: gnuconfig update diff --git a/net-dialup/ppp/ppp-2.4.1-r14.ebuild b/net-dialup/ppp/ppp-2.4.1-r14.ebuild index d989585242c6..ff5fe6655acc 100644 --- a/net-dialup/ppp/ppp-2.4.1-r14.ebuild +++ b/net-dialup/ppp/ppp-2.4.1-r14.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/net-dialup/ppp/ppp-2.4.1-r14.ebuild,v 1.17 2004/04/27 21:42:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.1-r14.ebuild,v 1.18 2004/06/09 20:57:51 agriffis Exp $ inherit eutils @@ -50,7 +50,7 @@ src_compile() { #fix Makefiles to compile optimized cd ${S}/pppd mv Makefile Makefile.orig - if([ `use ipv6` ]) then + if use ipv6; then sed -e "s:COPTS = -O2 -pipe -Wall -g:COPTS = ${CFLAGS}:" \ -e "s/LIBS =/LIBS = -lcrypt/" \ -e "s/#HAVE_INET6/HAVE_INET6/" \ diff --git a/net-dialup/ppp/ppp-2.4.2-r1.ebuild b/net-dialup/ppp/ppp-2.4.2-r1.ebuild index 8eb377ff8791..58f3ecd1a2df 100644 --- a/net-dialup/ppp/ppp-2.4.2-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-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/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.6 2004/04/30 12:12:07 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.7 2004/06/09 20:57:51 agriffis Exp $ inherit eutils @@ -29,7 +29,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}/pcap.patch epatch ${FILESDIR}/${PV}/stdopt-mppe-mppc-0.82.patch.gz - if [ "`use atm`" -a "`use x86`" ]; then + if use atm && use x86; then einfo "Enabling PPPoATM support" epatch ${FILESDIR}/${PV}/pppoatm.diff.gz fi @@ -100,7 +100,7 @@ src_install() { dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) mv ${D}/usr/lib/*.so ${D}/usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) - if [ "`use atm`" -a "`use x86`" ]; then + if use atm && use x86; then dolib.so pppd/plugins/pppoatm.so fi diff --git a/net-dialup/ppp/ppp-2.4.2-r2.ebuild b/net-dialup/ppp/ppp-2.4.2-r2.ebuild index b11e6526c8a0..7584e722ae1d 100644 --- a/net-dialup/ppp/ppp-2.4.2-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-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/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.6 2004/06/07 16:52:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r2.ebuild,v 1.7 2004/06/09 20:57:51 agriffis Exp $ inherit eutils gnuconfig @@ -29,7 +29,7 @@ src_unpack() { epatch ${FILESDIR}/${PV}/pcap.patch epatch ${FILESDIR}/${PV}/stdopt-mppe-mppc-0.82.patch.gz - if [ "`use atm`" -a "`use x86`" ]; then + if use atm && use x86; then einfo "Enabling PPPoATM support" epatch ${FILESDIR}/${PV}/pppoatm-2.diff.gz sed -i -e "s/^LIBS =/LIBS = -latm/" pppd/Makefile.linux || die @@ -100,7 +100,7 @@ src_install() { dolib.so pppd/plugins/minconn.so dolib.so pppd/plugins/passprompt.so dolib.so pppd/plugins/rp-pppoe/rp-pppoe.so - if [ "`use atm`" -a "`use x86`" ]; then + if use atm && use x86; then dolib.so pppd/plugins/pppoatm.so fi dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' pppd/patchlevel.h) diff --git a/net-dialup/ppp/ppp-2.4.2.ebuild b/net-dialup/ppp/ppp-2.4.2.ebuild index 57957040a8f1..a1b80e2927a8 100644 --- a/net-dialup/ppp/ppp-2.4.2.ebuild +++ b/net-dialup/ppp/ppp-2.4.2.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/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.5 2004/04/27 21:42:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2.ebuild,v 1.6 2004/06/09 20:57:51 agriffis Exp $ inherit eutils diff --git a/net-dialup/pptpclient/ChangeLog b/net-dialup/pptpclient/ChangeLog index 12adace94670..a34eaccfdae9 100644 --- a/net-dialup/pptpclient/ChangeLog +++ b/net-dialup/pptpclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/pptpclient # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.11 2004/03/23 18:30:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.12 2004/06/09 20:56:37 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> pptpclient-1.1.0-r1.ebuild, + pptpclient-1.1.0.ebuild, pptpclient-1.2.0.ebuild, pptpclient-1.3.1.ebuild, + pptpclient-1.4.0.ebuild: + Fix use invocation *pptpclient-1.4.0 (23 Mar 2004) diff --git a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild index 80b9d58eb66e..e1284fdbd550 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0-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/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.6 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0-r1.ebuild,v 1.7 2004/06/09 20:56:37 agriffis Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 @@ -31,7 +31,7 @@ src_install() { doins options.pptp dosbin pptp-command pptp_fe.pl - if [ -n "`use tcltk`" ] ; then + if use tcltk ; then sed s/pptp_fe/pptp_fe.pl/g < xpptp_fe.pl > xpptp_fe.pl.new mv xpptp_fe.pl.new xpptp_fe.pl dosbin xpptp_fe.pl diff --git a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild b/net-dialup/pptpclient/pptpclient-1.1.0.ebuild index 336c614e913c..b1566448f198 100644 --- a/net-dialup/pptpclient/pptpclient-1.1.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.1.0.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/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.8 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.1.0.ebuild,v 1.9 2004/06/09 20:56:37 agriffis Exp $ S=${WORKDIR}/pptp-linux-${PV}-1 diff --git a/net-dialup/pptpclient/pptpclient-1.2.0.ebuild b/net-dialup/pptpclient/pptpclient-1.2.0.ebuild index 621a00d769e3..cc4dd1f0bcda 100644 --- a/net-dialup/pptpclient/pptpclient-1.2.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.2.0.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/net-dialup/pptpclient/pptpclient-1.2.0.ebuild,v 1.6 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.2.0.ebuild,v 1.7 2004/06/09 20:56:37 agriffis Exp $ MY_P=pptp-linux-${PV} S=${WORKDIR}/${MY_P} diff --git a/net-dialup/pptpclient/pptpclient-1.3.1.ebuild b/net-dialup/pptpclient/pptpclient-1.3.1.ebuild index 543ae2d9637b..ee1c0f2d77ab 100644 --- a/net-dialup/pptpclient/pptpclient-1.3.1.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.3.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/net-dialup/pptpclient/pptpclient-1.3.1.ebuild,v 1.2 2004/03/23 18:30:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.3.1.ebuild,v 1.3 2004/06/09 20:56:37 agriffis Exp $ MY_P=pptp-linux-${PV} S=${WORKDIR}/${MY_P} diff --git a/net-dialup/pptpclient/pptpclient-1.4.0.ebuild b/net-dialup/pptpclient/pptpclient-1.4.0.ebuild index 2c247865da7c..1f24ccb334a6 100644 --- a/net-dialup/pptpclient/pptpclient-1.4.0.ebuild +++ b/net-dialup/pptpclient/pptpclient-1.4.0.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/net-dialup/pptpclient/pptpclient-1.4.0.ebuild,v 1.1 2004/03/23 18:30:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.4.0.ebuild,v 1.2 2004/06/09 20:56:37 agriffis Exp $ MY_P=pptp-linux-${PV} S=${WORKDIR}/${MY_P} diff --git a/net-dialup/rp-pppoe/ChangeLog b/net-dialup/rp-pppoe/ChangeLog index 2af13f30ae4d..550904098513 100644 --- a/net-dialup/rp-pppoe/ChangeLog +++ b/net-dialup/rp-pppoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/rp-pppoe # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/ChangeLog,v 1.23 2004/02/12 20:29:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/ChangeLog,v 1.24 2004/06/09 20:57:29 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> rp-pppoe-3.5.ebuild: + Fix use invocation 12 Feb 2004; Heinrich Wendel <lanius@gentoo.org> files/rp-pppoe.rc: remove background option to fix bug #40164 diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild index 2e5dd95e8a8d..89d3077c0d7d 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.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/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.17 2004/01/01 18:25:55 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/rp-pppoe-3.5.ebuild,v 1.18 2004/06/09 20:57:29 agriffis Exp $ DESCRIPTION="A user-mode PPPoE client and server suite for Linux" SRC_URI="http://www.roaringpenguin.com/pppoe/${P}.tar.gz" @@ -23,7 +23,7 @@ src_compile() { econf || die emake || die "Failed to compile" - if [ `use X` ]; then + if use X; then cd ../gui ; make || die "Failed to compile the GUI" fi } @@ -32,7 +32,7 @@ src_install () { make RPM_INSTALL_ROOT=${D} docdir=/usr/share/doc/${PF} install || die "Failed to install" prepalldocs - if [ `use X` ]; then + if use X; then cd ../gui ; make RPM_INSTALL_ROOT=${D} \ datadir=/usr/share/doc/${PF}/ install || die "Failed to install the GUI" dosym /usr/share/doc/${PF}/tkpppoe /usr/share/tkpppoe diff --git a/net-dialup/speedtouch/ChangeLog b/net-dialup/speedtouch/ChangeLog index fe5438e8855d..1501d92608f4 100644 --- a/net-dialup/speedtouch/ChangeLog +++ b/net-dialup/speedtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/speedtouch # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.15 2004/04/14 02:35:53 steel300 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.16 2004/06/09 20:59:14 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> speedtouch-1.1.ebuild, + speedtouch-1.2.ebuild, speedtouch-1.2_beta2.ebuild: + Fix use invocation *speedtouch-1.2_beta1-r1 (13 Apr 2004) diff --git a/net-dialup/speedtouch/speedtouch-1.1.ebuild b/net-dialup/speedtouch/speedtouch-1.1.ebuild index db6eb3b7d8f0..ff3038708711 100644 --- a/net-dialup/speedtouch/speedtouch-1.1.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.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/net-dialup/speedtouch/speedtouch-1.1.ebuild,v 1.8 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.1.ebuild,v 1.9 2004/06/09 20:59:14 agriffis Exp $ DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix" HOMEPAGE="http://speedtouch.sf.net/" @@ -16,7 +16,7 @@ RDEPEND=">=net-dialup/ppp-2.4.1" src_compile() { local myconf - [ `use debug` ] && myconf="--enable-debug" + use debug && myconf="--enable-debug" use static && myconf="${myconf} --enable-static" sed 's/^C$/#&/' < configure > configure.new diff --git a/net-dialup/speedtouch/speedtouch-1.2.ebuild b/net-dialup/speedtouch/speedtouch-1.2.ebuild index 7196fffb4d8d..c93802a988c3 100644 --- a/net-dialup/speedtouch/speedtouch-1.2.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.2.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/net-dialup/speedtouch/speedtouch-1.2.ebuild,v 1.1 2004/04/14 02:27:05 steel300 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.2.ebuild,v 1.2 2004/06/09 20:59:14 agriffis Exp $ inherit flag-o-matic filter-flags -mpowerpc-gfxopt -mpowerpc-gpopt diff --git a/net-dialup/speedtouch/speedtouch-1.2_beta2.ebuild b/net-dialup/speedtouch/speedtouch-1.2_beta2.ebuild index a8477c79a84c..cf16f675460b 100644 --- a/net-dialup/speedtouch/speedtouch-1.2_beta2.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.2_beta2.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/net-dialup/speedtouch/speedtouch-1.2_beta2.ebuild,v 1.3 2003/10/01 19:57:16 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.2_beta2.ebuild,v 1.4 2004/06/09 20:59:14 agriffis Exp $ inherit flag-o-matic filter-flags -mpowerpc-gfxopt -mpowerpc-gpopt @@ -33,8 +33,8 @@ src_unpack() { src_compile() { local myconf - [ `use debug` ] && myconf="--enable-debug" - [ `use static` ] && myconf="${myconf} --enable-static" + use debug && myconf="--enable-debug" + use static && myconf="${myconf} --enable-static" econf --enable-syslog \ ${myconf} || die "./configure failed" |