commit:     c83216b264e57b2be5931431fc5581cc7d1fbbf4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 08:57:02 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 08:57:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83216b2

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 <AT> 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 --------
 profiles/package.mask                              |  5 -----
 7 files changed, 77 deletions(-)

diff --git a/net-analyzer/dosdetector/Manifest 
b/net-analyzer/dosdetector/Manifest
deleted file mode 100644
index 51cee04f098..00000000000
--- 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 81aecb19451..00000000000
--- 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 c7d8681ca3b..00000000000
--- 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 11cd3170ded..00000000000
--- 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 aea9cfba19e..00000000000
--- 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 74c2baebb4e..00000000000
--- 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>[email protected]</email>
-       <name>Gentoo network monitoring and analysis project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a408ebecc2a..07ec1921824 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -253,11 +253,6 @@ net-wireless/qradiolink
 net-libs/liba53
 app-emulation/qt-virt-manager
 
-# Aaron Bauman <[email protected]> (2020-11-30)
-# EAPI=5. Multiple open bugs #603866 #713620
-# Dead upstream. Removal in 30 days.
-net-analyzer/dosdetector
-
 # Thomas Deutschmann <[email protected]> (2020-11-24)
 # Serious data corruption bug when using XFS, see 
https://www.spinics.net/lists/linux-xfs/msg47004.html
 # Feel free to manually unmask when not using XFS.

Reply via email to