commit:     f60762fcc0491741bbb3270aa20cef7291ab1991
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 19:19:13 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 19:19:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60762fc

net-analyzer/thc-ipv6: drop 3.2-r1, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/thc-ipv6/Manifest               |  1 -
 net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild | 52 ----------------------------
 2 files changed, 53 deletions(-)

diff --git a/net-analyzer/thc-ipv6/Manifest b/net-analyzer/thc-ipv6/Manifest
index 689dcd41d86b..2f99cfa8c685 100644
--- a/net-analyzer/thc-ipv6/Manifest
+++ b/net-analyzer/thc-ipv6/Manifest
@@ -1,2 +1 @@
-DIST thc-ipv6-3.2.tar.gz 1595453 BLAKE2B 
f1bb1cdc31f4cf4d067b39997ca3cc2d6d8c15e7a8c585c7c494f03e229fccbcd65677e382a65f0e650d79278f5ede89173db1cdf313ade7c48dff1566856afa
 SHA512 
648db4618ebb83572e2e318cdbb284fe96a86adf335f7dd9b26fd010c76d12e9137ed7367207c66c93c1961c868d3917d706db9f597289ac47ea3f9b83c03441
 DIST thc-ipv6-3.8.tar.gz 705821 BLAKE2B 
a2b57e13a47aacf1205b87c6f30cbea2468f47aad7232b92190995bf7ffbb64904d4d0cd187657c12584cd41e66cb0e4db3b6d826d41287aa020398de8ca7f91
 SHA512 
e3d8c80e1383e4825a3db717192446754d01e8e3098deb3075df0d60f79f014cefbd62a16c04379539e42c74513aa0f8bb97fc59221e100563aa7c6398a8b893

diff --git a/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild 
b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
deleted file mode 100644
index b5817554f26c..000000000000
--- a/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Complete tool set to attack the inherent protocol weaknesses of 
IPV6 and ICMP6"
-HOMEPAGE="https://www.thc.org/thc-ipv6/";
-
-if [[ ${PV} == *9999 ]]; then
-       EGIT_REPO_URI="https://github.com/vanhauser-thc/thc-ipv6.git";
-       EGIT_BRANCH=master
-       inherit git-r3
-else
-       SRC_URI="https://github.com/vanhauser-thc/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="AGPL-3 openssl"
-SLOT="0"
-IUSE="ssl"
-
-DEPEND="
-       net-libs/libnetfilter_queue
-       net-libs/libpcap
-       ssl? ( dev-libs/openssl:0= )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" )
-
-src_prepare() {
-       sed -e '/^CFLAGS=/s,CFLAGS=,CFLAGS?=,' \
-               -i Makefile || die
-
-       if ! use ssl; then
-               sed -e '/^HAVE_SSL/s:^:#:' \
-                       -i Makefile || die
-       fi
-
-       default
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX="/usr" STRIP="true" install
-       dodoc CHANGES HOWTO-INJECT README
-}

Reply via email to