diff options
author | John Helmert III <ajak@gentoo.org> | 2022-01-06 00:56:31 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-01-09 01:40:26 -0600 |
commit | fc753cec4a8697606ab5eeb9299097d1ffededd3 (patch) | |
tree | 6c1a60f42450ca0a195be84f42e4330651ad65b4 /net-analyzer/tcpslice | |
parent | dev-util/rizin: add 0.3.3 (diff) | |
download | gentoo-fc753cec4a8697606ab5eeb9299097d1ffededd3.tar.gz gentoo-fc753cec4a8697606ab5eeb9299097d1ffededd3.tar.bz2 gentoo-fc753cec4a8697606ab5eeb9299097d1ffededd3.zip |
net-analyzer/tcpslice: add 1.5
Bug: https://bugs.gentoo.org/830640
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpslice')
-rw-r--r-- | net-analyzer/tcpslice/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.5.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-analyzer/tcpslice/Manifest b/net-analyzer/tcpslice/Manifest index 41ade7a38751..cba0de9b4b5c 100644 --- a/net-analyzer/tcpslice/Manifest +++ b/net-analyzer/tcpslice/Manifest @@ -1,2 +1,4 @@ +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/tcpslice-1.5.ebuild b/net-analyzer/tcpslice/tcpslice-1.5.ebuild new file mode 100644 index 000000000000..3a527c4395da --- /dev/null +++ b/net-analyzer/tcpslice/tcpslice-1.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit verify-sig + +DESCRIPTION="Extract and concatenate portions of pcap files" +HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" +SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz + verify-sig? ( https://www.tcpdump.org/release/${P}.tar.gz.sig )" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-tcpdump )" +RDEPEND="net-libs/libpcap" +DEPEND="${RDEPEND}" + +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/tcpdump.asc" |