diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-26 19:58:37 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-26 19:58:37 -0500 |
commit | a5756d00c23d234d9098232bd08b65eaaa373d3d (patch) | |
tree | 523669b818d53aa1d33a791e7ab77250bf83d22b /net-analyzer/tcpslice | |
parent | net-analyzer/ndsad: drop old (diff) | |
download | gentoo-a5756d00c23d234d9098232bd08b65eaaa373d3d.tar.gz gentoo-a5756d00c23d234d9098232bd08b65eaaa373d3d.tar.bz2 gentoo-a5756d00c23d234d9098232bd08b65eaaa373d3d.zip |
net-analyzer/tcpslice: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpslice')
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.2a_p3-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/tcpslice/tcpslice-1.2a_p3-r1.ebuild b/net-analyzer/tcpslice/tcpslice-1.2a_p3-r1.ebuild deleted file mode 100644 index 706c33979464..000000000000 --- a/net-analyzer/tcpslice/tcpslice-1.2a_p3-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 autotools eutils - -MY_P="${PN}_${PV/_p/}" - -DESCRIPTION="Extract and concatenate portions of pcap files" -HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" -LICENSE="BSD" -SLOT="0" -SRC_URI="mirror://debian/pool/main/t/${PN}/${MY_P}.orig.tar.gz - mirror://debian/pool/main/t/${PN}/${MY_P}-4.debian.tar.gz" -KEYWORDS="~amd64 ~ppc x86" - -RDEPEND="net-libs/libpcap" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P/_/-}" - -src_prepare() { - epatch \ - "${WORKDIR}"/debian/patches/[0-]* \ - "${FILESDIR}"/${P}-exit.patch - eautoreconf -} - -src_install() { - dosbin tcpslice - doman tcpslice.1 - dodoc README -} |