diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-26 19:52:34 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-26 19:52:34 -0500 |
commit | b23eb422e0a17104c7c25e227e39df5a32833116 (patch) | |
tree | 920a64e142f16f2c2481973fec65782cf8fd853f /net-analyzer/hunt | |
parent | net-analyzer/nast: x86 stable (bug #757015) (diff) | |
download | gentoo-b23eb422e0a17104c7c25e227e39df5a32833116.tar.gz gentoo-b23eb422e0a17104c7c25e227e39df5a32833116.tar.bz2 gentoo-b23eb422e0a17104c7c25e227e39df5a32833116.zip |
net-analyzer/hunt: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/hunt')
-rw-r--r-- | net-analyzer/hunt/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/hunt/hunt-1.5-r1.ebuild | 33 | ||||
-rw-r--r-- | net-analyzer/hunt/hunt-1.5-r3.ebuild | 32 |
3 files changed, 0 insertions, 66 deletions
diff --git a/net-analyzer/hunt/Manifest b/net-analyzer/hunt/Manifest index 9d632564e419..d2eafa941c98 100644 --- a/net-analyzer/hunt/Manifest +++ b/net-analyzer/hunt/Manifest @@ -1,3 +1,2 @@ -DIST hunt-1.5.tgz 99241 BLAKE2B df9092cdf6de0016ae5fe8d360a712eccd3c0f71bead3c93142ba2c3c421031cb5e6ff8c3b4782856286fd41a61e40a6453b48f240365ba88f6805bb3bbdd909 SHA512 b016f7ae0ac7568b4a5006b7c5e6f3e80df71a67d94a1e62afc46fb0f10cb661df7e3bff1f0229836a2247ef368dc2681ad955821e97cb6a91fcfe489b871a61 DIST hunt_1.5-6.1.diff.gz 4556 BLAKE2B 74c27722ae61494ca922b013cc691c0e835d7cdcc01399aaf7fe9bc7da4532954c4da2023fc92e3a4f664bb2b5ab8ef22ff1c04694dc1ab7c205125ccea1ff84 SHA512 45ff3f977a32202d8ab9b7daa76a0ebb507d0b73d635c0f3649cf3b2bcb9fdc3094c9631d696dfaf27371bc5fb5eb62dbdc258795979755c7713a45357938a05 DIST hunt_1.5.orig.tar.gz 99241 BLAKE2B df9092cdf6de0016ae5fe8d360a712eccd3c0f71bead3c93142ba2c3c421031cb5e6ff8c3b4782856286fd41a61e40a6453b48f240365ba88f6805bb3bbdd909 SHA512 b016f7ae0ac7568b4a5006b7c5e6f3e80df71a67d94a1e62afc46fb0f10cb661df7e3bff1f0229836a2247ef368dc2681ad955821e97cb6a91fcfe489b871a61 diff --git a/net-analyzer/hunt/hunt-1.5-r1.ebuild b/net-analyzer/hunt/hunt-1.5-r1.ebuild deleted file mode 100644 index 299342dba80e..000000000000 --- a/net-analyzer/hunt/hunt-1.5-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="tool for checking well known weaknesses in the TCP/IP protocol" -HOMEPAGE="http://lin.fsid.cvut.cz/~kra/index.html" -SRC_URI="http://lin.fsid.cvut.cz/~kra/hunt/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -src_prepare() { - sed -i Makefile \ - -e 's:^CFLAGS=:CFLAGS += -I. :g' \ - -e '/^LDFLAGS=/d' \ - -e 's:${LDFLAGS}:$(LDFLAGS):g' \ - -e 's:-O2 -g::' \ - || die -} - -src_compile() { - emake CC=$(tc-getCC) -} - -src_install() { - dobin hunt - doman man/hunt.1 - dodoc CHANGES README* TODO tpsetup/transproxy -} diff --git a/net-analyzer/hunt/hunt-1.5-r3.ebuild b/net-analyzer/hunt/hunt-1.5-r3.ebuild deleted file mode 100644 index 7e824be3caa3..000000000000 --- a/net-analyzer/hunt/hunt-1.5-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="tool for checking well known weaknesses in the TCP/IP protocol" -HOMEPAGE="http://lin.fsid.cvut.cz/~kra/index.html" -SRC_URI="http://lin.fsid.cvut.cz/~kra/hunt/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-exit.patch \ - "${FILESDIR}"/${P}-flags.patch \ - "${FILESDIR}"/${P}-log2.patch -} - -src_compile() { - append-cflags -std=gnu89 - emake CC=$(tc-getCC) -} - -src_install() { - dobin hunt - doman man/hunt.1 - dodoc CHANGES README* TODO tpsetup/transproxy -} |