summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-16 18:24:15 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-16 18:24:15 +0000
commitef2174aac95cd8d606882e55b6d6cc3e160939eb (patch)
treee57eeec05c1f82d7440226647a1e8d9743f836c1 /net-misc/dhcpcd
parentver bump #46535 (diff)
downloadgentoo-2-ef2174aac95cd8d606882e55b6d6cc3e160939eb.tar.gz
gentoo-2-ef2174aac95cd8d606882e55b6d6cc3e160939eb.tar.bz2
gentoo-2-ef2174aac95cd8d606882e55b6d6cc3e160939eb.zip
touchups
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild12
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild7
2 files changed, 8 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild
index be4f21d4fc59..12a6f28fb19c 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild
@@ -1,8 +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-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.1 2004/03/08 23:49:00 seemant Exp $
-
-IUSE="build static"
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.2 2004/04/16 18:24:15 vapier Exp $
inherit gnuconfig flag-o-matic eutils
@@ -13,12 +11,12 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz
http://dev.gentoo.org/~drobbins/${P}.diff.bz2
http://dev.gentoo.org/~drobbins/${P}-keepCacheAndResolv.diff.bz2"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64"
+IUSE="build static"
DEPEND="virtual/glibc"
-
PROVIDE="virtual/dhcpc"
src_unpack() {
@@ -56,9 +54,9 @@ src_compile() {
src_install() {
einstall sbindir=${D}/sbin || die "Install failed"
- if [ -z "`use build`" ]
+ if ! use build
then
- dodoc AUTHORS COPYING ChangeLog NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
else
rm -rf ${D}/usr/share
fi
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild
index 9105e3b499ec..f6f2a5253aa9 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.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-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild,v 1.1 2004/03/08 23:49:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild,v 1.2 2004/04/16 18:24:15 vapier Exp $
inherit gnuconfig flag-o-matic eutils
@@ -17,7 +17,6 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ppc64 s390"
IUSE="build static"
DEPEND="virtual/glibc"
-
PROVIDE="virtual/dhcpc"
src_unpack() {
@@ -60,9 +59,9 @@ src_compile() {
src_install() {
einstall sbindir=${D}/sbin || die "Install failed"
rmdir ${D}/etc/dhcpc
- if [ -z "`use build`" ]
+ if ! use build
then
- dodoc AUTHORS COPYING ChangeLog NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
else
rm -rf ${D}/usr/share
fi