summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-12 19:02:44 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-12 20:02:37 -0500
commit839f5f243f4a45f09227f5305b5c6b27e106f120 (patch)
tree937f8f47a65ca8143d34456cdeb796d1af5e9799 /net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild
parentnet-analyzer/ike-scan: ALLARCHES EAPI bump (diff)
downloadgentoo-839f5f243f4a45f09227f5305b5c6b27e106f120.tar.gz
gentoo-839f5f243f4a45f09227f5305b5c6b27e106f120.tar.bz2
gentoo-839f5f243f4a45f09227f5305b5c6b27e106f120.zip
net-analyzer/ike-scan: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild')
-rw-r--r--net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild b/net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild
deleted file mode 100644
index 72e47e829d53..000000000000
--- a/net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers"
-HOMEPAGE="http://www.nta-monitor.com/ike-scan/"
-SRC_URI="http://www.nta-monitor.com/ike-scan/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="ssl"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- # Fix buffer overflow, bug #277556
- sed \
- -e "/MAXLINE/s:255:511:g" \
- -i ike-scan.h || die
-}
-
-src_configure() {
- # --disable-lookup prevents ike-scan from phoning home
- # for more information, please see bug 157507
- econf $(use_with ssl openssl) --disable-lookup
-}
-
-src_install() {
- default
- dodoc udp-backoff-fingerprinting-paper.txt
-}