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
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')
-rw-r--r--net-analyzer/dosdetector/Manifest1
-rw-r--r--net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild22
-rw-r--r--net-analyzer/dosdetector/dosdetector-20060621.ebuild20
-rw-r--r--net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch10
-rw-r--r--net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch11
-rw-r--r--net-analyzer/dosdetector/metadata.xml8
6 files changed, 0 insertions, 72 deletions
diff --git a/net-analyzer/dosdetector/Manifest b/net-analyzer/dosdetector/Manifest
deleted file mode 100644
index 51cee04f0987..000000000000
--- a/net-analyzer/dosdetector/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dosdetector-20060621.tar.gz 164768 BLAKE2B 467b6f45fadecfc6260e90797b7bd5eba042860bdc42ef5aed7538ac70259bd2d34ccecadb46255c02488aef4e929d7eb1cc49884ef649210006aa8ef267965a SHA512 30b6980920920a05668165a1c3dcbd07a94f964367d5f48ca443e017806cfcce85a11ad57183d3cc29ac06e8a1ef122227187f6cacd237fe327db4a768b992f6
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
-}
diff --git a/net-analyzer/dosdetector/dosdetector-20060621.ebuild b/net-analyzer/dosdetector/dosdetector-20060621.ebuild
deleted file mode 100644
index c7d8681ca3b5..000000000000
--- a/net-analyzer/dosdetector/dosdetector-20060621.ebuild
+++ /dev/null
@@ -1,20 +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
-}
diff --git a/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch b/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch
deleted file mode 100644
index 11cd3170ded9..000000000000
--- a/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/dos.h
-+++ b/include/dos.h
-@@ -26,6 +26,7 @@
- #include <net/ppp_defs.h>
- #include <sys/ioctl.h>
- #include <time.h>
-+#include <ctype.h> /* isdigit() */
-
- /*
- #define DEBUG_TREE 1
diff --git a/net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch b/net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch
deleted file mode 100644
index aea9cfba19ee..000000000000
--- a/net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/main.c
-+++ b/src/main.c
-@@ -306,8 +306,6 @@
- hosts = calloc(2, sizeof(struct host));
- rules = calloc(1, sizeof(struct rule));
- rules_num = 0;
-- bzero(hosts, sizeof(hosts));
-- bzero(rules, sizeof(rules));
-
- /* Init rules table */
- if (init_rules(opt.rules) != 0) {
diff --git a/net-analyzer/dosdetector/metadata.xml b/net-analyzer/dosdetector/metadata.xml
deleted file mode 100644
index 74c2baebb4ec..000000000000
--- a/net-analyzer/dosdetector/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
-</maintainer>
-</pkgmetadata>