summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-30 03:32:36 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-30 03:32:36 +0000
commit67c27d158d5b6195d363d82405caf1b8e39d4cec (patch)
treeac00f9b73cb1f61bb95eab3f48a08bd963605491 /net-misc
parentAdded macos keyword. (diff)
downloadhistorical-67c27d158d5b6195d363d82405caf1b8e39d4cec.tar.gz
historical-67c27d158d5b6195d363d82405caf1b8e39d4cec.tar.bz2
historical-67c27d158d5b6195d363d82405caf1b8e39d4cec.zip
dont run nroff if FEATURES=noman
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcp/Manifest8
-rw-r--r--net-misc/dhcp/dhcp-3.0.1.ebuild3
2 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/dhcp/Manifest b/net-misc/dhcp/Manifest
index c52ce02e16db..4c42603fd516 100644
--- a/net-misc/dhcp/Manifest
+++ b/net-misc/dhcp/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 a090774a90afbcd6e234c005e95772dc ChangeLog 7090
-MD5 63f358022d82a849890e755b4e71a56c dhcp-3.0.1.ebuild 3828
+MD5 4521c2b83f6c80e95c4a070331291acb dhcp-3.0.1.ebuild 3893
MD5 9384ae7ba3e9f56b8027ea92f607042d metadata.xml 215
MD5 b0de173ad7421c26fb21ae878db5df1e dhcp-3.0_p2-r4.ebuild 2816
MD5 cfb1b7d604eca6d6fb13f4effe6707ed dhcp-3.0_p2-r5.ebuild 3846
@@ -24,7 +24,7 @@ MD5 66becf9870e0293bbd35d1fba770751a files/dhcp-3.0+paranoia.patch 5366
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.8 (GNU/Linux)
-iD8DBQFA/d75HTu7gpaalycRAlsFAJ91MD/KYtRA+lXwOMoCB0AuNJU8FgCg70TF
-f/C6xjc14TbQUVmI4rw9vFQ=
-=UFHO
+iD8DBQFBCcFkHTu7gpaalycRAremAJ4sglfIkFIVBJ2ouDH27M5fzGLpDACgyRod
+B2RVbdg1pq+OS6uDkH3Z/uM=
+=HSIf
-----END PGP SIGNATURE-----
diff --git a/net-misc/dhcp/dhcp-3.0.1.ebuild b/net-misc/dhcp/dhcp-3.0.1.ebuild
index a317c02660a6..13307ab33da3 100644
--- a/net-misc/dhcp/dhcp-3.0.1.ebuild
+++ b/net-misc/dhcp/dhcp-3.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.1.ebuild,v 1.2 2004/07/21 03:11:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.1.ebuild,v 1.3 2004/07/30 03:32:36 vapier Exp $
inherit eutils flag-o-matic
@@ -24,6 +24,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/dhcp-3.0+paranoia.patch
epatch ${FILESDIR}/dhcp-3.0pl2-fix-perms.patch
+ has noman ${FEATURES} && sed -i 's:nroff:echo:' */Makefile.dist
}
src_compile() {