summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-17 18:21:28 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-17 18:21:28 +0000
commit1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5 (patch)
tree362e374531b213979df6687a6b31c0f456494054 /net-analyzer/hunt
parentOld. (diff)
downloadhistorical-1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5.tar.gz
historical-1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5.tar.bz2
historical-1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5.zip
Old.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/hunt')
-rw-r--r--net-analyzer/hunt/ChangeLog5
-rw-r--r--net-analyzer/hunt/hunt-1.5.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/net-analyzer/hunt/ChangeLog b/net-analyzer/hunt/ChangeLog
index 9054f545ad40..59fdf24d3d12 100644
--- a/net-analyzer/hunt/ChangeLog
+++ b/net-analyzer/hunt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hunt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.11 2012/01/15 15:37:03 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.12 2012/01/17 18:21:28 jer Exp $
+
+ 17 Jan 2012; Jeroen Roovers <jer@gentoo.org> -hunt-1.5.ebuild:
+ Old.
15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hunt-1.5-r1.ebuild:
x86 stable wrt bug #397129
diff --git a/net-analyzer/hunt/hunt-1.5.ebuild b/net-analyzer/hunt/hunt-1.5.ebuild
deleted file mode 100644
index 20d90e43748e..000000000000
--- a/net-analyzer/hunt/hunt-1.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/hunt-1.5.ebuild,v 1.7 2009/09/23 18:19:17 patrick Exp $
-
-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"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-O2 -g:${CFLAGS}:" Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dobin hunt
- doman man/hunt.1
- dodoc CHANGES README* TODO tpsetup/transproxy
-}