summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-31 09:57:02 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-31 09:57:12 +0100
commitc83216b264e57b2be5931431fc5581cc7d1fbbf4 (patch)
treed2084136fc24349a586e5031c8a724efaa912353 /net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild
parentdev-libs/libclangformat-ide: Remove last-rited pkg (diff)
downloadgentoo-c83216b264e57b2be5931431fc5581cc7d1fbbf4.tar.gz
gentoo-c83216b264e57b2be5931431fc5581cc7d1fbbf4.tar.bz2
gentoo-c83216b264e57b2be5931431fc5581cc7d1fbbf4.zip
net-analyzer/dosdetector: Remove last-rited pkg
Closes: https://bugs.gentoo.org/603866 Closes: https://bugs.gentoo.org/713620 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild')
-rw-r--r--net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild b/net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild
deleted file mode 100644
index 81aecb194510..000000000000
--- a/net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert about it"
-HOMEPAGE="http://dark-zone.eu/resources/unix/dosdetector/"
-SRC_URI="http://dark-zone.eu/resources/unix/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-isdigit.patch \
- "${FILESDIR}"/${P}-sizeof.patch
-}