diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-06 05:22:44 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-06 05:22:44 +0000 |
commit | 1706899fe8f9e6f72b13c8a81088027ee813cf48 (patch) | |
tree | 40b1fe6ec573e8580f09f408a0a37abeca035d7a /net-dialup | |
parent | New release: 2.12.1 (diff) | |
download | historical-1706899fe8f9e6f72b13c8a81088027ee813cf48.tar.gz historical-1706899fe8f9e6f72b13c8a81088027ee813cf48.tar.bz2 historical-1706899fe8f9e6f72b13c8a81088027ee813cf48.zip |
replace useq with use
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild | 6 | ||||
-rw-r--r-- | net-dialup/gnuradius/gnuradius-1.3.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild b/net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild index a26929a350d4..4783296bd81b 100644 --- a/net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild +++ b/net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild,v 1.9 2005/05/14 17:40:35 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.32.ebuild,v 1.10 2005/10/06 05:21:24 mrness Exp $ inherit linux-mod rpm eutils @@ -97,10 +97,10 @@ pkg_setup() { #Filter build targets by USE for ((CARD=0; CARD < ${#FRITZCAPI_MODULES[*]}; CARD++)); do - if [ "${FRITZCAPI_MODULES[CARD]/pcmcia/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! useq pcmcia; then + if [ "${FRITZCAPI_MODULES[CARD]/pcmcia/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! use pcmcia; then continue fi - if [ "${FRITZCAPI_MODULES[CARD]/usb/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! useq usb; then + if [ "${FRITZCAPI_MODULES[CARD]/usb/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! use usb; then continue fi FRITZCAPI_BUILD_CARDS="${FRITZCAPI_BUILD_CARDS} ${FRITZCAPI_MODULES[CARD]}" diff --git a/net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild b/net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild index 9903b20d6370..9fd10c873ffc 100644 --- a/net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild +++ b/net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild,v 1.2 2005/08/23 10:27:04 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.35.ebuild,v 1.3 2005/10/06 05:21:24 mrness Exp $ inherit linux-mod rpm eutils @@ -99,10 +99,10 @@ pkg_setup() { #Filter build targets by USE for ((CARD=0; CARD < ${#FRITZCAPI_MODULES[*]}; CARD++)); do - if [ "${FRITZCAPI_MODULES[CARD]/pcmcia/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! useq pcmcia; then + if [ "${FRITZCAPI_MODULES[CARD]/pcmcia/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! use pcmcia; then continue fi - if [ "${FRITZCAPI_MODULES[CARD]/usb/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! useq usb; then + if [ "${FRITZCAPI_MODULES[CARD]/usb/}" != ${FRITZCAPI_MODULES[CARD]} ] && ! use usb; then continue fi FRITZCAPI_BUILD_CARDS="${FRITZCAPI_BUILD_CARDS} ${FRITZCAPI_MODULES[CARD]}" diff --git a/net-dialup/gnuradius/gnuradius-1.3.ebuild b/net-dialup/gnuradius/gnuradius-1.3.ebuild index a1dbc9257d7d..4b31813d463f 100644 --- a/net-dialup/gnuradius/gnuradius-1.3.ebuild +++ b/net-dialup/gnuradius/gnuradius-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3.ebuild,v 1.5 2005/10/04 18:43:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.3.ebuild,v 1.6 2005/10/06 05:22:44 mrness Exp $ MY_P=radius-${PV} @@ -40,7 +40,7 @@ src_compile() { `use_enable debug` \ `use_enable static` " - if useq guile; then + if use guile; then myconf="$myconf --with-client --with-server-guile" fi |