diff options
-rw-r--r-- | net-analyzer/iplog/iplog-2.2.3.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.6.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild | 4 | ||||
-rw-r--r-- | net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.0.4a.ebuild | 4 | ||||
-rw-r--r-- | net-misc/pimpd/pimpd-0.5.ebuild | 6 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.4.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.4.6-r4.ebuild | 6 | ||||
-rw-r--r-- | net-misc/wget/wget-1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.7.ebuild | 4 | ||||
-rw-r--r-- | net-print/gtklp/gtklp-0.6g.ebuild | 7 | ||||
-rw-r--r-- | net-print/kups/kups-1.0.ebuild | 7 |
13 files changed, 25 insertions, 35 deletions
diff --git a/net-analyzer/iplog/iplog-2.2.3.ebuild b/net-analyzer/iplog/iplog-2.2.3.ebuild index d8f77765179c..7be46d535149 100644 --- a/net-analyzer/iplog/iplog-2.2.3.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3.ebuild @@ -13,7 +13,7 @@ DEPEND="virtual/glibc net-libs/libpcap" src_compile() { try ./configure --prefix=/usr - try make CFLAGS=\"${CFLAGS} -D_REENTRANT\" all + try make CFLAGS="${CFLAGS} -D_REENTRANT" all } diff --git a/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild index 081b2bfbd6a1..f59681ed7a86 100644 --- a/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild,v 1.3 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -24,7 +24,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 $myconf #--disable-ipv6 - try make CCOPT=\"$CFLAGS\" + try make CCOPT="$CFLAGS" } src_install() { diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild index 69ac5982f02c..fccc811f4009 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.4 2001/06/09 14:11:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.5 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -30,7 +30,7 @@ src_compile() { fi try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \ $myconf --with-zlib --enable-shared --enable-ipv6 \ - --with-sys-contact=\"root\@Unknown\" \ + --with-sys-contact="root@Unknown" \ --with-sys-location="Unknown" \ --with-logfile=/var/log/snmpd.log \ --with-persistent-directory=/var/lib/ucd-snmp diff --git a/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild b/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild index 549a8dd90917..ab496511a042 100644 --- a/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild +++ b/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild,v 1.5 2001/08/11 04:53:17 drobbins Exp $ S=${WORKDIR}/QtWvDialer-${PV} DESCRIPTION="QT Frontend for wvdial" @@ -24,7 +24,7 @@ src_compile() { sed -e "s:TMAKEPATH/\.\./\.\./bin/tmake:TMAKEPATH/../../../bin/tmake:" \ configure.orig > configure try ./configure - try make -e CFLAGS=\"$CFLAGS\" + try make -e CFLAGS="$CFLAGS" } diff --git a/net-fs/openafs/openafs-1.0.4-r1.ebuild b/net-fs/openafs/openafs-1.0.4-r1.ebuild index 0424ac2dc609..c6d2fef9d870 100644 --- a/net-fs/openafs/openafs-1.0.4-r1.ebuild +++ b/net-fs/openafs/openafs-1.0.4-r1.ebuild @@ -37,8 +37,8 @@ src_compile() { try make links try make SYS_NAME="${SYSARCH}_${SYSTEM}${KERNELSHORT}" \ LINUX_VERS="${KERNELVERSION}" TXLIBS=/lib/libncurses.so \ - OPTMZ=\"$CFLAGS\" XCFLAGS=\"$CFLAGS\" \ - PAM_CFLAGS=\"$CFLAGS -Dlinux -DLINUX_PAM -fPIC\" + OPTMZ="$CFLAGS" XCFLAGS="$CFLAGS" \ + PAM_CFLAGS="$CFLAGS -Dlinux -DLINUX_PAM -fPIC" } src_install () { diff --git a/net-fs/openafs/openafs-1.0.4a.ebuild b/net-fs/openafs/openafs-1.0.4a.ebuild index 8b423aa495a2..385eb2440238 100644 --- a/net-fs/openafs/openafs-1.0.4a.ebuild +++ b/net-fs/openafs/openafs-1.0.4a.ebuild @@ -37,8 +37,8 @@ src_compile() { try make links try make SYS_NAME="${SYSARCH}_${SYSTEM}${KERNELSHORT}" \ LINUX_VERS="${KERNELVERSION}" TXLIBS=/lib/libncurses.so \ - OPTMZ=\"$CFLAGS\" XCFLAGS=\"$CFLAGS\" \ - PAM_CFLAGS=\"$CFLAGS -Dlinux -DLINUX_PAM -fPIC\" + OPTMZ="$CFLAGS" XCFLAGS="$CFLAGS" \ + PAM_CFLAGS="$CFLAGS -Dlinux -DLINUX_PAM -fPIC" } src_install () { diff --git a/net-misc/pimpd/pimpd-0.5.ebuild b/net-misc/pimpd/pimpd-0.5.ebuild index b3f11f9ceb01..3ea9f475521b 100644 --- a/net-misc/pimpd/pimpd-0.5.ebuild +++ b/net-misc/pimpd/pimpd-0.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.1 2001/05/08 05:45:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.2 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,9 +11,7 @@ HOMEPAGE="http://cats.meow.at/~peter/pimpd.html" src_compile() { - - try make CFLAGS=\"$CFLAGS\" - + try make CFLAGS="$CFLAGS" } src_install () { diff --git a/net-misc/rsync/rsync-2.4.6-r3.ebuild b/net-misc/rsync/rsync-2.4.6-r3.ebuild index c8db98ad3c8b..6f334afeab2e 100644 --- a/net-misc/rsync/rsync-2.4.6-r3.ebuild +++ b/net-misc/rsync/rsync-2.4.6-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6-r3.ebuild,v 1.2 2001/05/02 17:23:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6-r3.ebuild,v 1.3 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -26,7 +26,7 @@ src_compile() { try ./configure --prefix=/usr --host=${CHOST} if [ "`use static`" ] ; then - try make LDFLAGS=\"-static\" + try make LDFLAGS="-static" else try make fi diff --git a/net-misc/rsync/rsync-2.4.6-r4.ebuild b/net-misc/rsync/rsync-2.4.6-r4.ebuild index b159b27e53d6..5bb6b218a4e6 100644 --- a/net-misc/rsync/rsync-2.4.6-r4.ebuild +++ b/net-misc/rsync/rsync-2.4.6-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6-r4.ebuild,v 1.2 2001/08/04 18:22:45 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6-r4.ebuild,v 1.3 2001/08/11 04:53:17 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -23,14 +23,12 @@ src_unpack() { } src_compile() { - try ./configure --prefix=/usr --host=${CHOST} if [ "`use static`" ] ; then - try make LDFLAGS=\"-static\" + try make LDFLAGS="-static" else try make fi - } src_install () { diff --git a/net-misc/wget/wget-1.7-r1.ebuild b/net-misc/wget/wget-1.7-r1.ebuild index ba8ed23f6bd2..4f266e42a31f 100644 --- a/net-misc/wget/wget-1.7-r1.ebuild +++ b/net-misc/wget/wget-1.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.7-r1.ebuild,v 1.2 2001/08/04 18:22:45 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.7-r1.ebuild,v 1.3 2001/08/11 04:53:17 drobbins Exp $ A="${P}.tar.gz wget-new-percentage-1.7-20010606.diff" S=${WORKDIR}/${P} @@ -36,7 +36,7 @@ src_compile() { try ./configure --prefix=/usr --sysconfdir=/etc/wget \ --infodir=/usr/share/info --mandir=usr/share/man $myconf if [ "`use static`" ] ; then - try make -e LDFLAGS=\"--static\" + try make -e LDFLAGS="--static" else try make fi diff --git a/net-misc/wget/wget-1.7.ebuild b/net-misc/wget/wget-1.7.ebuild index 04f436950451..5d49a410bf00 100644 --- a/net-misc/wget/wget-1.7.ebuild +++ b/net-misc/wget/wget-1.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.7.ebuild,v 1.3 2001/06/17 14:43:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.7.ebuild,v 1.4 2001/08/11 04:53:17 drobbins Exp $ A="${P}.tar.gz wget-new-percentage-1.7-20010606.diff" S=${WORKDIR}/${P} @@ -36,7 +36,7 @@ src_compile() { try ./configure --prefix=/usr --sysconfdir=/etc/wget \ --infodir=/usr/share/info --mandir=usr/share/man $myconf if [ "`use static`" ] ; then - try make -e LDFLAGS=\"--static\" + try make -e LDFLAGS="--static" else try make fi diff --git a/net-print/gtklp/gtklp-0.6g.ebuild b/net-print/gtklp/gtklp-0.6g.ebuild index 299f348f1a7d..7a81cbf068e9 100644 --- a/net-print/gtklp/gtklp-0.6g.ebuild +++ b/net-print/gtklp/gtklp-0.6g.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/gtklp-0.6g.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/gtklp-0.6g.ebuild,v 1.2 2001/08/11 04:53:17 drobbins Exp $ S=${WORKDIR}/src DESCRIPTION="A GUI fort cupsd" @@ -12,13 +12,10 @@ DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.10 >=net-print/cups-1.1.7" src_compile() { - - try make CCFLAGS=\"$CFLAGS\" - + try make CCFLAGS="$CFLAGS" } src_install () { - into /usr/X11R6 dobin gtklp dodoc gtklprc.path.sample diff --git a/net-print/kups/kups-1.0.ebuild b/net-print/kups/kups-1.0.ebuild index 17d2e24a2dec..1d4c63e0fdfc 100644 --- a/net-print/kups/kups-1.0.ebuild +++ b/net-print/kups/kups-1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-print/kups/kups-1.0.ebuild,v 1.3 2001/06/07 21:10:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/kups/kups-1.0.ebuild,v 1.4 2001/08/11 04:53:17 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A CUPS front-end for KDE" @@ -14,16 +14,13 @@ RDEPEND=">=kde-base/kdelibs-2.1.1 >=net-print/qtcups-2.0" src_compile() { - rm configure try autoconf - try CFLAGS=\"${CFLAGS} -L/usr/X11R6/lib\" ./configure --prefix=${KDEDIR} --host=${CHOST} + try CFLAGS="${CFLAGS} -L/usr/X11R6/lib" ./configure --prefix=${KDEDIR} --host=${CHOST} try make - } src_install () { - try make DESTDIR=${D} CUPS_MODEL_DIR=/usr/share/cups/model install dodoc AUTHORS ChangeLog COPYING NEWS README TODO } |