commit:     1ea2a2a30b88669f49a61affe26d6cbf594b7066
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:48:52 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:53:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea2a2a3

net-analyzer/prelude-correlator: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/prelude-correlator/Manifest           |  1 -
 .../prelude-correlator-5.1.0.ebuild                | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/net-analyzer/prelude-correlator/Manifest 
b/net-analyzer/prelude-correlator/Manifest
index 064bcdfec7c..cc6b68131e9 100644
--- a/net-analyzer/prelude-correlator/Manifest
+++ b/net-analyzer/prelude-correlator/Manifest
@@ -1,2 +1 @@
-DIST prelude-correlator-5.1.0.tar.gz 242620 BLAKE2B 
70d4c4cc620fe4aa605812a83979b097e78ea97c5684d0d7ac8f0de2975f68d54f712f0d6dcd341f2928c846663fdf5182f8481fe6142de7648ba8fd2443d369
 SHA512 
db3a4cb1c4a8254270f63552ee2a959bc28cec8fdb48340f1c301fa65df73115292060067bed4b5945da4717a216313aa6eb2525bc02de4a6a45716b9827f5fd
 DIST prelude-correlator-5.2.0.tar.gz 216556 BLAKE2B 
9ccdbaf01224d34a507191521aeda8a8fe91004dc0b7a6113cbfc4b0d7ebab345a160b0e498b3c3477e3cc52cda1501d11a558842bb286444a925463a66ff7b5
 SHA512 
96e0c7637f3d17dc7cd76603e95f29eba0a1ec86ae603dcb6900b26a12e410e62884f9e339a228e3dd4a0db0fd0e8849bbd098caeb7e3c15db917ed33ebb5b43

diff --git a/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild 
b/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild
deleted file mode 100644
index fda7b5819ad..00000000000
--- a/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1 systemd tmpfiles
-
-DESCRIPTION="Real time correlator of events received by Prelude Manager"
-HOMEPAGE="https://www.prelude-siem.org";
-SRC_URI="https://www.prelude-siem.org/pkg/src/5.1.0/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-libs/libprelude-5.1.0[python,${PYTHON_USEDEP}]
-       <dev-libs/libprelude-6[python,${PYTHON_USEDEP}]
-       dev-python/netaddr[${PYTHON_USEDEP}]"
-
-src_install() {
-       distutils-r1_src_install
-
-       systemd_dounit "${FILESDIR}/${PN}.service"
-       newtmpfiles "${FILESDIR}/${PN}.run" "${PN}.conf"
-
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-}

Reply via email to