summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 14:29:15 +0100
committerSam James <sam@gentoo.org>2023-05-01 14:29:15 +0100
commitef1c49437bd54762ec9c7349a934e239e624f903 (patch)
treece34412594ecc333d80ba0c7d8daf00d844d903f /net-analyzer
parentnet-analyzer/tcpreplay: drop 4.4.2-r1 (diff)
downloadgentoo-ef1c49437bd54762ec9c7349a934e239e624f903.tar.gz
gentoo-ef1c49437bd54762ec9c7349a934e239e624f903.tar.bz2
gentoo-ef1c49437bd54762ec9c7349a934e239e624f903.zip
net-analyzer/tcpslice: drop 1.2a_p3_p4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tcpslice/Manifest2
-rw-r--r--net-analyzer/tcpslice/files/tcpslice-1.2a_p3-exit.patch10
-rw-r--r--net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild41
3 files changed, 0 insertions, 53 deletions
diff --git a/net-analyzer/tcpslice/Manifest b/net-analyzer/tcpslice/Manifest
index cba0de9b4b5c..a3d471e9d157 100644
--- a/net-analyzer/tcpslice/Manifest
+++ b/net-analyzer/tcpslice/Manifest
@@ -1,4 +1,2 @@
DIST tcpslice-1.5.tar.gz 136597 BLAKE2B 04512feb49d905458b06150846ea1ae5439db42567e652afb49ddfca179f60fef425db71c0a1ea0aa8c4863e170385bb0f57599ae50cc2417b2fd16e57bd02da SHA512 b9d8192c6aea60661898633a47679c8890813530c7ef7a331c1e3b711127028ccc90e6748cbf23666d74f1639ce8f71d4d7703aac707821d8abf9b9c73f2402e
DIST tcpslice-1.5.tar.gz.sig 442 BLAKE2B c7fb1b09c9fe2c0dbfd9728ff95d2414a583ed95a21c1e0476e0ed2a7b32eff2c8cf848fdb52414162e7c7df480e722f28063905e9e03093814590a474da86bc SHA512 4b948ac72672066ba679aa58b6e7fdb672d5be36ae24a503fe4093b67185d0f9466c7fe820199fb1043e6c21e015be07cf9ed020414ebf0c801aac30e3b84afe
-DIST tcpslice_1.2a3-4.debian.tar.gz 5784 BLAKE2B c85beab03b494984d721ca64fb75ccb29746dee4184e4daecf2703e80f3b3d3e4330b911831960caa17d631a4760a21d17368cd7017e61c05766fd1f50c66e0e SHA512 43a0ad5811c84639be0c6d162ea92101e73240e9689e4b647ee060697382062ec0e22dcb951ca000e05bac829455b7aa37f8dd73c5b1dd87f55e6d61a8a9b59b
-DIST tcpslice_1.2a3.orig.tar.gz 76879 BLAKE2B 38b20ef09c2c0fc2c956c421d131ce27748bea684bb459da13f0d29b008a4561b7f61381cfbdb9c1dbdf53478c55b412efa9af689d5425f7fbfc9f0ee32016d5 SHA512 04e12d592807022c78eb4941580ed103995680c69af885bb8f13828a12ec570f7fe93c34c1b20a01d3d99f445d5da17a1fcfbe25b2e3b41abe28304c034654c5
diff --git a/net-analyzer/tcpslice/files/tcpslice-1.2a_p3-exit.patch b/net-analyzer/tcpslice/files/tcpslice-1.2a_p3-exit.patch
deleted file mode 100644
index befcfdc9defe..000000000000
--- a/net-analyzer/tcpslice/files/tcpslice-1.2a_p3-exit.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/util.c
-+++ b/util.c
-@@ -25,6 +25,7 @@
- #endif
-
- #include <sys/types.h>
-+#include <stdlib.h> /* exit() */
-
- #include <stdio.h>
- #if __STDC__
diff --git a/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild b/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild
deleted file mode 100644
index eca9e30b0bd3..000000000000
--- a/net-analyzer/tcpslice/tcpslice-1.2a_p3_p4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P="${PN}_$(ver_cut 1).$(ver_cut 2-3)$(ver_cut 5)"
-
-DESCRIPTION="Extract and concatenate portions of pcap files"
-HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice"
-SRC_URI="
- mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}-$(ver_cut 7).debian.tar.gz
-"
-S="${WORKDIR}"/${MY_P/_/-}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- eapply "${WORKDIR}"/debian/patches/[0-]*
- eapply "${FILESDIR}"/${PN}-1.2a_p3-exit.patch
-
- default
-
- sed -i -e 's|ifndef lint|if 0|g' *.c || die
-
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_install() {
- dosbin tcpslice
- doman tcpslice.1
- dodoc README
-}