diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /net-analyzer/tcpslice | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'net-analyzer/tcpslice')
| -rw-r--r-- | net-analyzer/tcpslice/Manifest | 2 | ||||
| -rw-r--r-- | net-analyzer/tcpslice/metadata.xml | 12 | ||||
| -rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.8.ebuild | 22 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-analyzer/tcpslice/Manifest b/net-analyzer/tcpslice/Manifest new file mode 100644 index 000000000000..09601ebd70b9 --- /dev/null +++ b/net-analyzer/tcpslice/Manifest @@ -0,0 +1,2 @@ +DIST tcpslice-1.8.tar.xz 109956 BLAKE2B 684a74738d3b9b61dc019219fad04669963fef6785d8e112592c887f02045daacf9a19832520fe0f6338875f59b44c4336ea89827c849d2e2ce0bd53e3a8134f SHA512 94a2b312a97c4a1e38c176d6c8bb06fa64bdaa96915d0d2530b193013354704830f00a72f20077765262a3a59d6085ae581585b31856f5c37175571c99a23207 +DIST tcpslice-1.8.tar.xz.sig 442 BLAKE2B 351104c3409cb531203157013582d8920189f574d7a127a45ede0a1e3c162fed907aab1f67bdf1cc80a7b639ac76537915e79481883c037982be8fa9c88a5d81 SHA512 69e7a54444b5ad4f6dd8b108637baac3fbb132c0cc5c2a8308157b9bde199e9b43d6ea8a1ff0a7a641f98ec9cb464fe8d92635d686e254e6b5f504eca7bd8370 diff --git a/net-analyzer/tcpslice/metadata.xml b/net-analyzer/tcpslice/metadata.xml new file mode 100644 index 000000000000..b6405c108426 --- /dev/null +++ b/net-analyzer/tcpslice/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>netmon@gentoo.org</email> + <name>Gentoo network monitoring and analysis project</name> + </maintainer> + <upstream> + <remote-id type="cpe">cpe:/a:tcpdump:tcpslice</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/net-analyzer/tcpslice/tcpslice-1.8.ebuild b/net-analyzer/tcpslice/tcpslice-1.8.ebuild new file mode 100644 index 000000000000..09a3a01b633f --- /dev/null +++ b/net-analyzer/tcpslice/tcpslice-1.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tcpdump.asc" +inherit verify-sig + +DESCRIPTION="Extract and concatenate portions of pcap files" +HOMEPAGE="https://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice" +SRC_URI=" + https://www.tcpdump.org/release/${P}.tar.xz + verify-sig? ( https://www.tcpdump.org/release/${P}.tar.xz.sig ) +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc x86" + +RDEPEND="net-libs/libpcap" +DEPEND="${RDEPEND}" +BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tcpdump-20240308 )" |
