summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-06-30 22:47:13 +0000
committerEldad Zack <eldad@gentoo.org>2004-06-30 22:47:13 +0000
commit5337ce57242725a773bfea4fa77fba68203292fa (patch)
tree56ea010a2a6b04e7b3f0174e20f7e7a7a68f75b3 /net-analyzer
parentglibc -> libc (Manifest recommit) (diff)
downloadgentoo-2-5337ce57242725a773bfea4fa77fba68203292fa.tar.gz
gentoo-2-5337ce57242725a773bfea4fa77fba68203292fa.tar.bz2
gentoo-2-5337ce57242725a773bfea4fa77fba68203292fa.zip
Added extra docs, closes #52234
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hping/ChangeLog5
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc3.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
index 0a218730ef11..7082d0d9e6e2 100644
--- a/net-analyzer/hping/ChangeLog
+++ b/net-analyzer/hping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hping
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.18 2004/06/24 22:03:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.19 2004/06/30 22:47:13 eldad Exp $
+
+ 01 Jul 2004; Eldad Zack <eldad@gentoo.org> hping-2.0.0_rc3.ebuild:
+ Added extra docs. Closes #52234. Thanks to Devon <gentoo@noved.org>.
09 Jun 2004; Aron Griffis <agriffis@gentoo.org> hping-2.0.0_rc1.ebuild,
hping-2.0.0_rc2-r1.ebuild, hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3.ebuild:
diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild
index d7a6d0a430a2..c8cd6b138fd2 100644
--- a/net-analyzer/hping/hping-2.0.0_rc3.ebuild
+++ b/net-analyzer/hping/hping-2.0.0_rc3.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.3 2004/06/24 22:03:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.4 2004/06/30 22:47:13 eldad Exp $
inherit eutils
MY_P="${PN}${PV//_/-}"
S="${WORKDIR}/${MY_P//\.[0-9]}"
-DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer."
+DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer"
SRC_URI="http://www.hping.org/${MY_P}.tar.gz"
HOMEPAGE="http://www.hping.org"
@@ -19,7 +19,7 @@ DEPEND="net-libs/libpcap"
src_compile() {
./configure || die
- if use debug
+ if [ `use debug` ]
then
make CCOPT="${CFLAGS}" || die
else
@@ -33,5 +33,5 @@ src_install () {
dosym /usr/sbin/hping2 /usr/sbin/hping
doman docs/hping2.8
- dodoc INSTALL KNOWN-BUGS NEWS README TODO AUTHORS BUGS CHANGES COPYING
+ dodoc INSTALL KNOWN-BUGS NEWS README TODO AUTHORS BUGS CHANGES COPYING docs/AS-BACKDOOR docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/*.txt
}