diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-01-14 08:31:32 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-01-14 08:32:10 +0100 |
commit | d1ca2a9734f90ebf65b51db30771f59c7a108fe1 (patch) | |
tree | 20844a91cd77ad20108e68ab62716163a99e0331 /net-analyzer/hunt | |
parent | net-analyzer/hunt: Fix building with gcc-5 (bug #517774 by Willard Dawson). (diff) | |
download | gentoo-d1ca2a9734f90ebf65b51db30771f59c7a108fe1.tar.gz gentoo-d1ca2a9734f90ebf65b51db30771f59c7a108fe1.tar.bz2 gentoo-d1ca2a9734f90ebf65b51db30771f59c7a108fe1.zip |
net-analyzer/hunt: Old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer/hunt')
-rw-r--r-- | net-analyzer/hunt/hunt-1.5-r2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-analyzer/hunt/hunt-1.5-r2.ebuild b/net-analyzer/hunt/hunt-1.5-r2.ebuild deleted file mode 100644 index f9ce55c25250..000000000000 --- a/net-analyzer/hunt/hunt-1.5-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils 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() { - emake CC=$(tc-getCC) -} - -src_install() { - dobin hunt - doman man/hunt.1 - dodoc CHANGES README* TODO tpsetup/transproxy -} |