commit: 6e86b36f1281734323a2766694ba67e09c7ee23e Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Fri Jan 23 17:10:09 2026 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Jan 23 17:10:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e86b36f
net-analyzer/ttl: new package, add 0.13.3 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> net-analyzer/ttl/Manifest | 2 ++ net-analyzer/ttl/metadata.xml | 11 +++++++++ net-analyzer/ttl/ttl-0.13.3.ebuild | 47 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/net-analyzer/ttl/Manifest b/net-analyzer/ttl/Manifest new file mode 100644 index 000000000000..0893e04a1f9c --- /dev/null +++ b/net-analyzer/ttl/Manifest @@ -0,0 +1,2 @@ +DIST ttl-0.13.3-crates.tar.xz 31881568 BLAKE2B ddf4a963ed741ec957440a4605537550f0d6abffc0a28ac1c16c88c23049a1676a0619e98e24ee2d5b8c02a2ed023e8af007edcf6fd18335e257dbc73bce4130 SHA512 74a998e7d7588c7273a06e1c5809d3724d62980e93b35bd5f78422283551a1e46aef85bece137a56bf82bc55f2ca8a09e42b05c2c491c54aa3aea67e98ae787f +DIST ttl-0.13.3.tar.gz 826986 BLAKE2B d418e652d2a1b7f88067285d95e05e18cf8fa0221d05f484cfa176f1d03d1ad03126773fd0b05da8aba9750089c8837d0c1bd1ecd730b034963f7df46cb78ab4 SHA512 a46bcfd2609f33772136fabec883aee86ccdbf70f18491d91e9ff6a1cd654ffacc5fdf7780bf97a6278beb5744734f6f1c88f350244e6e80b32a0d78ea0bac6e diff --git a/net-analyzer/ttl/metadata.xml b/net-analyzer/ttl/metadata.xml new file mode 100644 index 000000000000..8a535a1ed146 --- /dev/null +++ b/net-analyzer/ttl/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Patrick McLean</name> + </maintainer> + <upstream> + <remote-id type="github">lance0/ttl</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-analyzer/ttl/ttl-0.13.3.ebuild b/net-analyzer/ttl/ttl-0.13.3.ebuild new file mode 100644 index 000000000000..f0cb95769d4e --- /dev/null +++ b/net-analyzer/ttl/ttl-0.13.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.15.1 + +EAPI=8 + +CRATES=" +" + +RUST_MIN_VER="1.88.0" + +inherit desktop cargo + +DESCRIPTION="Modern traceroute/mtr-style TUI with hop stats and optional ASN/geo enrichment" +HOMEPAGE="https://github.com/lance0/ttl" +SRC_URI=" + https://github.com/lance0/ttl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS} +" +if [[ ${PKGBUMPING} != ${PVR} ]]; then + SRC_URI+=" + mirror://gentoo/ttl-${PV}-crates.tar.xz + " +fi + +LICENSE="|| ( Apache-2.0 MIT )" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl + Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB +" +SLOT="0" +KEYWORDS="~amd64" + +DOCS=( + CHANGELOG.md + README.md + SECURITY.md +) + +src_install() { + cargo_src_install + + doicon ttl.png ttlss.png + make_desktop_entry /usr/bin/ttl ttl ttl Network +}
