commit: 4c60adb10c08383985adda3b9dd81754c25eca46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 5 05:55:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 05:56:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c60adb1
net-analyzer/ipv6toolkit: drop 99999999 Low upstream activity and essentially maintainer-needed in Gentoo. Signed-off-by: Sam James <sam <AT> gentoo.org> .../ipv6toolkit/ipv6toolkit-99999999.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/net-analyzer/ipv6toolkit/ipv6toolkit-99999999.ebuild b/net-analyzer/ipv6toolkit/ipv6toolkit-99999999.ebuild deleted file mode 100644 index 329213a59e55..000000000000 --- a/net-analyzer/ipv6toolkit/ipv6toolkit-99999999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit git-r3 toolchain-funcs - -DESCRIPTION="Set of IPv6 security/trouble-shooting tools to send arbitrary IPv6-based packets" -HOMEPAGE="https://www.si6networks.com/tools/ipv6toolkit/" -EGIT_REPO_URI="https://github.com/fgont/ipv6toolkit" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" - -DEPEND=" - net-libs/libpcap[ipv6(+)] -" -RDEPEND=" - ${DEPEND} - sys-apps/hwdata -" - -src_prepare() { - default -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" PREFIX="${EPREFIX}/usr" - sed -i -e "s:ipv6toolkit/oui.txt:hwdata/oui.txt:" data/ipv6toolkit.conf manuals/ipv6toolkit.conf.5 || die -} - -src_install() { - dodir /etc - emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr" - #remove the included oui file - rm "${ED}"/usr/share/ipv6toolkit/oui.txt || die - dodoc CHANGES.TXT README.TXT -}
