commit: 359f99383d3bee49df3be31a4dc5a20f9227a713 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Fri Jan 30 16:24:15 2026 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Jan 30 16:24:15 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359f9938
net-analyzer/ttl: drop 0.15.2 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> net-analyzer/ttl/ttl-0.15.2.ebuild | 47 -------------------------------------- 1 file changed, 47 deletions(-) diff --git a/net-analyzer/ttl/ttl-0.15.2.ebuild b/net-analyzer/ttl/ttl-0.15.2.ebuild deleted file mode 100644 index f0cb95769d4e..000000000000 --- a/net-analyzer/ttl/ttl-0.15.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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 -}
