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 | ec14878ef318ef1f49502d05c3a2983861378cd2 (patch) | |
tree | 8a500c7625863b952613b99e26a8332a7f9957ae /net-dialup/pptpclient | |
parent | only enable faac when we are not on ia64 or alpha in src_compile (Manifest re... (diff) | |
download | gentoo-2-ec14878ef318ef1f49502d05c3a2983861378cd2.tar.gz gentoo-2-ec14878ef318ef1f49502d05c3a2983861378cd2.tar.bz2 gentoo-2-ec14878ef318ef1f49502d05c3a2983861378cd2.zip |
Fix use invocation
Diffstat (limited to 'net-dialup/pptpclient')
-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 |
6 files changed, 15 insertions, 10 deletions
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} |