commit:     30830bd55d8a9fc5dfefd876e5cc557e9524af6f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 14:42:10 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 14:42:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30830bd5

net-analyzer/sec: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/sec/Manifest            |  3 ---
 net-analyzer/sec/sec-2.7.6-r1.ebuild | 27 ---------------------------
 net-analyzer/sec/sec-2.8.1.ebuild    | 27 ---------------------------
 net-analyzer/sec/sec-2.8.2.ebuild    | 27 ---------------------------
 4 files changed, 84 deletions(-)

diff --git a/net-analyzer/sec/Manifest b/net-analyzer/sec/Manifest
index 36b999b24a3..445d76d447c 100644
--- a/net-analyzer/sec/Manifest
+++ b/net-analyzer/sec/Manifest
@@ -1,4 +1 @@
-DIST sec-2.7.6.tar.gz 121621 BLAKE2B 
43dbccd05aa274459ba8746c8aba33bae0307929524a9ad77087a6c28305b2f0b7d34f9cb79b7503d2269b84524687b24441263ee99a7061c0e033e15e4b9f01
 SHA512 
9c050b89970663784f5c149d46c6c6ab941590ef4300ca09ea35b347b2eaa3bad12083bd6e619f25d5024a35de69e020c354b507ac49e3faef1013336ea2d5f5
-DIST sec-2.8.1.tar.gz 143700 BLAKE2B 
4101883ccd947140546659c799f9641d496912f22e08debbae5bc9b8b65301ddfeb4c005a9885063c6381383d1f0581a7b96f56cf53bf2401438cfa6cf1755f0
 SHA512 
03c7acd1e1cfd6dc11143e0ff35758925ddc75e460987a91d5606564f0caa45afade497b8653ec2d8865cfcfab4d87743777eb104e1a16f79069cf61e17d0661
-DIST sec-2.8.2.tar.gz 144131 BLAKE2B 
d2c9e33be815c1e2321e94e2f679ca6eb6d272b4f68bbf575508c916293c39a36bb4e675a09986395fb34dcc04e356a0dcbf88d076f4c27f532337b4493138d9
 SHA512 
846a0671d5d774f74645e5e4f6d7a01c04079be19ea9b2ec9cb862fb48173dac0e1131981bb6e1fae525c74610dfdabc1535ff5818ae893bec35daab46e05c07
 DIST sec-2.8.3.tar.gz 144950 BLAKE2B 
03e6f3077628a1e4221149875878642574ab00d87a0e601144b4c2f35f1d54cb937053a22d30ee7c5f13c4079e845dcccdf743a71a5afd75d2c46a34e4dadcf6
 SHA512 
9eba7db0dfa3661a3ef4e8aad3eeef1db710784f7a71131991a06918cc4f5634577b8bff3f00fcc1c5d998bf0c1e80efe88e1c1df3f5530b6ab4905ff00f2269

diff --git a/net-analyzer/sec/sec-2.7.6-r1.ebuild 
b/net-analyzer/sec/sec-2.7.6-r1.ebuild
deleted file mode 100644
index 9d01d54b155..00000000000
--- a/net-analyzer/sec/sec-2.7.6-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="http://simple-evcorr.sourceforge.net/";
-SRC_URI="mirror://sourceforge/simple-evcorr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-       dobin sec
-
-       dodoc ChangeLog README
-       docinto contrib
-       dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-       newman sec.man sec.1
-
-       newinitd "${FILESDIR}"/sec.init.d sec
-       newconfd "${FILESDIR}"/sec.conf.d sec
-}

diff --git a/net-analyzer/sec/sec-2.8.1.ebuild 
b/net-analyzer/sec/sec-2.8.1.ebuild
deleted file mode 100644
index 8d81eebd4d0..00000000000
--- a/net-analyzer/sec/sec-2.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="https://github.com/simple-evcorr/sec";
-SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-       dobin sec
-
-       dodoc ChangeLog README
-       docinto contrib
-       dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-       newman sec.man sec.1
-
-       newinitd "${FILESDIR}"/sec.init.d sec
-       newconfd "${FILESDIR}"/sec.conf.d sec
-}

diff --git a/net-analyzer/sec/sec-2.8.2.ebuild 
b/net-analyzer/sec/sec-2.8.2.ebuild
deleted file mode 100644
index 89e843baa33..00000000000
--- a/net-analyzer/sec/sec-2.8.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Simple Event Correlator"
-HOMEPAGE="https://github.com/simple-evcorr/sec";
-SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
-
-RDEPEND=">=dev-lang/perl-5.8.0"
-
-src_install() {
-       dobin sec
-
-       dodoc ChangeLog README
-       docinto contrib
-       dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl}
-
-       newman sec.man sec.1
-
-       newinitd "${FILESDIR}"/sec.init.d sec
-       newconfd "${FILESDIR}"/sec.conf.d sec
-}

Reply via email to