commit:     22977abc5e69c5bc9e3c0b29de30d47bc6c05465
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 00:26:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 00:26:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22977abc

net-analyzer/ike-scan: drop 99999

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/ike-scan/ike-scan-99999.ebuild | 43 -----------------------------
 1 file changed, 43 deletions(-)

diff --git a/net-analyzer/ike-scan/ike-scan-99999.ebuild 
b/net-analyzer/ike-scan/ike-scan-99999.ebuild
deleted file mode 100644
index 4e89ede7807a..000000000000
--- a/net-analyzer/ike-scan/ike-scan-99999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools git-r3
-
-DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers"
-HOMEPAGE="https://github.com/royhills/ike-scan/";
-EGIT_REPO_URI="https://github.com/royhills/ike-scan";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl"
-KEYWORDS=""
-
-DEPEND="
-       ssl? (
-               dev-libs/openssl:0=
-       )
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-src_prepare() {
-       # Fix buffer overflow, bug #277556
-       sed \
-               -e "/MAXLINE/s:255:511:g" \
-               -i ike-scan.h || die
-
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_with ssl openssl)
-}
-
-src_install() {
-       default
-       dodoc udp-backoff-fingerprinting-paper.txt
-}

Reply via email to