diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:42:09 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:42:09 +0000 |
commit | 35319005c50412f70d88dd64794a34e1cffe2a83 (patch) | |
tree | 6910bc5ad9068d8365d65ac5a644e328bb7c48b3 /net-analyzer/hping | |
parent | Fixed comparision in tape permission rule, thanks to Polynomial-C from #gento... (diff) | |
download | historical-35319005c50412f70d88dd64794a34e1cffe2a83.tar.gz historical-35319005c50412f70d88dd64794a34e1cffe2a83.tar.bz2 historical-35319005c50412f70d88dd64794a34e1cffe2a83.zip |
Cleanup
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hping/files/digest-hping-2.0.0_rc2-r1 | 3 | ||||
-rw-r--r-- | net-analyzer/hping/files/digest-hping-2.0.0_rc3 | 3 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild | 41 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3.ebuild | 40 |
5 files changed, 5 insertions, 88 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index 22565f8c0ae6..eec629c44ebf 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hping # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.43 2007/07/30 16:25:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.44 2007/09/06 16:42:08 jokey Exp $ + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -hping-2.0.0_rc2-r1.ebuild, + -hping-2.0.0_rc3.ebuild: + Cleanup 30 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> hping-3_pre20051105.ebuild: diff --git a/net-analyzer/hping/files/digest-hping-2.0.0_rc2-r1 b/net-analyzer/hping/files/digest-hping-2.0.0_rc2-r1 deleted file mode 100644 index 7eafb4389c6c..000000000000 --- a/net-analyzer/hping/files/digest-hping-2.0.0_rc2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f9ab1f84ec89f2a1c428988231d554b0 hping2.0.0-rc2.tar.gz 100501 -RMD160 e32479f8d1f7408eaeaa9e507c8050618c81825e hping2.0.0-rc2.tar.gz 100501 -SHA256 0a1ca67ef6617de865f6d269c9fffa6ed59af4e0f6b921bb245c10cb39b8c5dd hping2.0.0-rc2.tar.gz 100501 diff --git a/net-analyzer/hping/files/digest-hping-2.0.0_rc3 b/net-analyzer/hping/files/digest-hping-2.0.0_rc3 deleted file mode 100644 index bbec33778c15..000000000000 --- a/net-analyzer/hping/files/digest-hping-2.0.0_rc3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 029bf240f2e0545b664b2f8b9118d9e8 hping2.0.0-rc3.tar.gz 124573 -RMD160 345c6b29e48c2f9aea6b8bafb68c258f9ff8b083 hping2.0.0-rc3.tar.gz 124573 -SHA256 f59292de39b9a4010414bd120a494226399767148efa37278bd53d9613167964 hping2.0.0-rc3.tar.gz 124573 diff --git a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild deleted file mode 100644 index 2a7a8bd91550..000000000000 --- a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 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-r1.ebuild,v 1.12 2005/01/29 05:12:51 dragonheart Exp $ - -inherit eutils - -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="virtual/libpcap" -IUSE="debug" - -src_compile() { - epatch ${FILESDIR}/wlan-header-fix.patch - - ./configure || die - - if use debug - then - make CCOPT="${CFLAGS}" || die - else - make CCOPT="${CFLAGS}" DEBUG="" || 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.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild deleted file mode 100644 index 638868481a6b..000000000000 --- a/net-analyzer/hping/hping-2.0.0_rc3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 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.14 2005/01/29 05:12:51 dragonheart Exp $ - -inherit eutils - -MY_P="${PN}${PV//_/-}" -DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer" -HOMEPAGE="http://www.hping.org" -SRC_URI="http://www.hping.org/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc hppa ~ia64 amd64 alpha ppc" -IUSE="debug" - -DEPEND="virtual/libpcap" - -S="${WORKDIR}/${MY_P//\.[0-9]}" - -src_compile() { - ./configure || die - epatch ${FILESDIR}/bytesex.h.patch - - if use debug - then - make CCOPT="${CFLAGS}" || die - else - make CCOPT="${CFLAGS}" DEBUG="" || die - fi -} - -src_install () { - 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 docs/AS-BACKDOOR docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/*.txt -} |