diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-23 15:58:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-23 15:58:34 +0000 |
commit | 0cec7836a96da76ecc265062da1b1e4d33f83bfe (patch) | |
tree | 0348b52a4b6e63dff841dd2017c0a0f9e0c558c8 /net-misc | |
parent | new release (Manifest recommit) (diff) | |
download | gentoo-2-0cec7836a96da76ecc265062da1b1e4d33f83bfe.tar.gz gentoo-2-0cec7836a96da76ecc265062da1b1e4d33f83bfe.tar.bz2 gentoo-2-0cec7836a96da76ecc265062da1b1e4d33f83bfe.zip |
Closing #44555.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iputils/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iputils/iputils-021109-r1.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/iputils/ChangeLog b/net-misc/iputils/ChangeLog index 9085b475c135..63797c07a3fb 100644 --- a/net-misc/iputils/ChangeLog +++ b/net-misc/iputils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iputils # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.21 2004/03/01 20:13:04 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/ChangeLog,v 1.22 2004/03/23 15:58:33 aliz Exp $ + + 23 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> iputils-021109-r1.ebuild: + Closing #44555. 01 Mar 2004; Tom Gall <tgall@gentoo.org> iputils-021109-r1.ebuild: make sure ppc64 has yacc dependancy diff --git a/net-misc/iputils/iputils-021109-r1.ebuild b/net-misc/iputils/iputils-021109-r1.ebuild index 8795f659b47a..7185d55e0461 100644 --- a/net-misc/iputils/iputils-021109-r1.ebuild +++ b/net-misc/iputils/iputils-021109-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r1.ebuild,v 1.6 2004/03/22 05:56:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r1.ebuild,v 1.7 2004/03/23 15:58:34 aliz Exp $ -inherit flag-o-matic gcc +inherit flag-o-matic gcc gnuconfig DESCRIPTION="Network monitoring tools including ping and ping6" HOMEPAGE="ftp://ftp.inr.ac.ru/ip-routing" @@ -15,7 +15,8 @@ IUSE="static ipv6" #doc DEPEND="virtual/glibc virtual/os-headers - dev-util/yacc" + dev-util/yacc + sys-devel/autoconf" # doc? ( app-text/openjade # dev-perl/SGMLSpm # app-text/docbook-sgml-dtd @@ -39,6 +40,8 @@ src_unpack() { # not everybody wants ipv6 suids laying around on the filesystems use ipv6 || sed -i -e s:"IPV6_TARGETS=":"#IPV6_TARGETS=":g Makefile + + cd ${S}/racoon && gnuconfig_update } src_compile() { @@ -70,7 +73,7 @@ src_compile() { src_install() { if [ -e ${ROOT}/usr/include/linux/pfkeyv2.h ] ; then - dodir /usr/sbin /usr/share/man/man{5,8} + dodir /usr/sbin /usr/share/man/man{5,8} cd ${S}/racoon && einstall || die into /usr |