summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-06 13:21:25 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-06 13:21:25 +0000
commit7bc8a6e1eaaa86cbd0f44fbd5326e90b95e95037 (patch)
treeb551cde9097a1d53139c1f9c4e09fc95eda1e1c4 /net-analyzer/hping
parentAdded DTDDECL to xhtml1.soc. Thanks to Peter Simons <simons@cryp.to>; bug #33... (diff)
downloadgentoo-2-7bc8a6e1eaaa86cbd0f44fbd5326e90b95e95037.tar.gz
gentoo-2-7bc8a6e1eaaa86cbd0f44fbd5326e90b95e95037.tar.bz2
gentoo-2-7bc8a6e1eaaa86cbd0f44fbd5326e90b95e95037.zip
x86 stable, pruning
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r--net-analyzer/hping/ChangeLog6
-rw-r--r--net-analyzer/hping/files/digest-hping-2.0.0_rc11
-rw-r--r--net-analyzer/hping/files/digest-hping-2.0.0_rc21
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc1.ebuild35
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc2.ebuild37
-rw-r--r--net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild4
6 files changed, 7 insertions, 77 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
index 31b3f3fe9e3d..c256e78cdd32 100644
--- a/net-analyzer/hping/ChangeLog
+++ b/net-analyzer/hping/ChangeLog
@@ -1,6 +1,10 @@
# 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.28 2004/10/19 10:39:58 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.29 2004/11/06 13:21:25 eldad Exp $
+
+ 06 Nov 2004; Eldad Zack <eldad@gentoo.org> -hping-2.0.0_rc1.ebuild,
+ -hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3-r1.ebuild:
+ x86 stable.
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> hping-2.0.0_rc2.ebuild,
hping-2.0.0_rc3.ebuild:
diff --git a/net-analyzer/hping/files/digest-hping-2.0.0_rc1 b/net-analyzer/hping/files/digest-hping-2.0.0_rc1
deleted file mode 100644
index 4041316f832c..000000000000
--- a/net-analyzer/hping/files/digest-hping-2.0.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f915af241bfac510d1a51b7113503a17 hping2.0.0-rc1.tar.gz 90496
diff --git a/net-analyzer/hping/files/digest-hping-2.0.0_rc2 b/net-analyzer/hping/files/digest-hping-2.0.0_rc2
deleted file mode 100644
index 30bfb232cf07..000000000000
--- a/net-analyzer/hping/files/digest-hping-2.0.0_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f9ab1f84ec89f2a1c428988231d554b0 hping2.0.0-rc2.tar.gz 100501
diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild
deleted file mode 100644
index 6eba02bb86ea..000000000000
--- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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_rc1.ebuild,v 1.15 2004/07/08 06:28:55 eldad Exp $
-
-# NOTE: author couldn't make up mind over tarball names, directory names,
-# etc... hense the need to hardcode S and SRC_URI :(
-S=${WORKDIR}/hping2
-DESCRIPTION="hping is a command-line oriented TCP/IP packet assembler/analyzer whose interface is inspired by the unix ping command"
-SRC_URI="http://www.hping.org/hping2.0.0-rc1.tar.gz"
-HOMEPAGE="http://www.hping.org"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-DEPEND="net-libs/libpcap"
-
-src_compile() {
- ./configure || die
- make CCOPT="$CFLAGS" || die
- make strip
-}
-
-src_install () {
- cd ${S}
-
- dodir /usr/sbin
- dosbin hping2
- dosym /usr/sbin/hping2 /usr/sbin/hping
-
- doman docs/hping2.8
- dodoc INSTALL KNOWN-BUGS MIRRORS NEWS README TODO AUTHORS BUGS CHANGES COPYING
-
-}
diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild
deleted file mode 100644
index 2ba63135a5b5..000000000000
--- a/net-analyzer/hping/hping-2.0.0_rc2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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_rc2.ebuild,v 1.14 2004/10/19 10:39:58 absinthe Exp $
-
-S=${WORKDIR}/hping2-rc2
-DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer."
-SRC_URI="http://www.hping.org/hping2.0.0-rc2.tar.gz"
-HOMEPAGE="http://www.hping.org"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc hppa ia64 amd64 ~alpha ppc"
-
-DEPEND="net-libs/libpcap"
-IUSE="debug"
-
-src_compile() {
- ./configure || die
-
- if use debug
- then
- make CCOPT="${CFLAGS}" || die
- else
- make CCOPT="${CFLAGS}" || die
- fi
-}
-
-src_install () {
- cd ${S}
-
- dodir /usr/sbin
- dosbin hping2
- dosym /usr/sbin/hping2 /usr/sbin/hping
-
- doman docs/hping2.8
- dodoc INSTALL KNOWN-BUGS NEWS README TODO AUTHORS BUGS CHANGES COPYING
-}
diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild
index cfee2b814d78..47e08e455f72 100644
--- a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild
+++ b/net-analyzer/hping/hping-2.0.0_rc3-r1.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-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.2 2004/10/04 23:04:20 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.3 2004/11/06 13:21:25 eldad Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~hppa ~ia64 ~amd64 ~alpha ~ppc"
+KEYWORDS="x86 ~sparc ~hppa ~ia64 ~amd64 ~alpha ~ppc"
IUSE="debug"
DEPEND="net-libs/libpcap"