net-analyzer/sec: drop 2.9.1, 2.9.2

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-02-18 13:22:39 +00:00
parent a7636b9292
commit d7d20b5daa
3 changed files with 0 additions and 60 deletions

View File

@@ -1,4 +1,2 @@
DIST sec-2.9.1.tar.gz 153305 BLAKE2B 0bbc70f786badb24153f4f124aaedbf6f34970556630ee3e8763e7854dc1765d0eb8f7d10efce119ca936eade2af8064188f3372e63f7977240a0b10327269a3 SHA512 c6764cf660ad969d260e4993c38809580e448a9d941d1a763c1b70630c5d55a7f215feb6b0fa50cbf23d68fb442e34f0d270d03e1172850d63d64042a689ac90
DIST sec-2.9.2.tar.gz 153482 BLAKE2B d2f099b034b2ab59b4abdea0d824fc63e2d340d56b4f43324e2e477e0f33b433b5f54e4172c873e1579b544504a2a5f1ba20a3c8468eab43e4587c9efc54446b SHA512 441c543f9abcfff46c5cd86c9be8fd5c57fef988519f2c9f431b715717e0500ce1b89365e16c0d3b6e76369cf5ee5f6d5318b32e4374c614ec0083833021f17c
DIST sec-2.9.3.tar.gz 153606 BLAKE2B 25a6dbade8b2442450fc7d7d03364b1a0554903906c614b74295ad7f5420a95f5e92b17f127e20112b9f7797f3d1bdcffbac3c62306398fbc9f4d4dab5f45701 SHA512 7facf3f5d80ec5466e1e35cc1ab186bbac092bb011816a72e8be6c60eadffca75c5765a914e8700eacf90d7f8c46088bdb17213a7c670c4ca5b852ce30fbdf26
DIST sec-2.9.4.tar.gz 155430 BLAKE2B fe58c6706e7c80f461200a100384dec900cb3ba42174a8e9d39be4c518653c6f33f40af7c224257bf02d44d644bc997249f244861638f9028b4e3bf8caa90abf SHA512 e049ea61e52420faddc2ad3373d9ec65cc6187d59e89537d919eb0342688e494c3d9db334347dbaf9a42260930c99756d46ed3f9f015a38bd95f6959ded047d9

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Simple Event Correlator"
HOMEPAGE="https://simple-evcorr.github.io/ 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"
RDEPEND=">=dev-lang/perl-5.8.0
virtual/perl-JSON-PP"
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
}

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Simple Event Correlator"
HOMEPAGE="https://simple-evcorr.github.io/ 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"
RDEPEND="
>=dev-lang/perl-5.8.0
virtual/perl-JSON-PP
"
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
}