diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-02-17 15:28:45 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-02-17 15:29:14 +0100 |
commit | ae132ca7e64318c49a40b547681c07ba684ccd55 (patch) | |
tree | 8ef571cd96898619ff47b769f2b0e33ea40a0a27 /net-analyzer/fragroute | |
parent | net-analyzer/fragroute: Stable for x86 too. (diff) | |
download | gentoo-ae132ca7e64318c49a40b547681c07ba684ccd55.tar.gz gentoo-ae132ca7e64318c49a40b547681c07ba684ccd55.tar.bz2 gentoo-ae132ca7e64318c49a40b547681c07ba684ccd55.zip |
net-analyzer/fragroute: Old
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.6.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/net-analyzer/fragroute/fragroute-1.2.6.ebuild b/net-analyzer/fragroute/fragroute-1.2.6.ebuild deleted file mode 100644 index 480dc836096d..000000000000 --- a/net-analyzer/fragroute/fragroute-1.2.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_IN_SOURCE_BUILD=1 -MY_P="${P}-ipv6" - -inherit autotools-utils - -DESCRIPTION="Testing of network intrusion detection systems, firewalls and TCP/IP stacks" -HOMEPAGE="https://github.com/stsi/fragroute-ipv6" -SRC_URI="https://fragroute-ipv6.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" - -RDEPEND=" - dev-libs/libevent - net-libs/libpcap - >=dev-libs/libdnet-1.12[ipv6] -" -DEPEND="${RDEPEND} - virtual/awk" - -S="${WORKDIR}/${MY_P}" - -DOCS=( INSTALL README TODO ) - -src_prepare() { - # Remove broken and old files, autotools will regen needed files - rm *.m4 acconfig.h missing Makefile.in || die - # Add missing includes - sed -i -e "/#define IPUTIL_H/a#include <stdio.h>\n#include <stdint.h>" iputil.h || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --with-libevent="${EPREFIX}"/usr \ - --with-libdnet="${EPREFIX}"/usr \ - --with-libpcap="${EPREFIX}"/usr - ) - autotools-utils_src_configure -} |