From c83216b264e57b2be5931431fc5581cc7d1fbbf4 Mon Sep 17 00:00:00 2001
From: Michał Górny <mgorny@gentoo.org>
Date: Thu, 31 Dec 2020 09:57:02 +0100
Subject: net-analyzer/dosdetector: Remove last-rited pkg
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes: https://bugs.gentoo.org/603866
Closes: https://bugs.gentoo.org/713620
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 net-analyzer/dosdetector/Manifest                  |  1 -
 .../dosdetector/dosdetector-20060621-r1.ebuild     | 22 ----------------------
 .../dosdetector/dosdetector-20060621.ebuild        | 20 --------------------
 .../files/dosdetector-20060621-isdigit.patch       | 10 ----------
 .../files/dosdetector-20060621-sizeof.patch        | 11 -----------
 net-analyzer/dosdetector/metadata.xml              |  8 --------
 6 files changed, 72 deletions(-)
 delete mode 100644 net-analyzer/dosdetector/Manifest
 delete mode 100644 net-analyzer/dosdetector/dosdetector-20060621-r1.ebuild
 delete mode 100644 net-analyzer/dosdetector/dosdetector-20060621.ebuild
 delete mode 100644 net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch
 delete mode 100644 net-analyzer/dosdetector/files/dosdetector-20060621-sizeof.patch
 delete mode 100644 net-analyzer/dosdetector/metadata.xml

(limited to 'net-analyzer/dosdetector')

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>
-- 
cgit v1.2.3-65-gdbad