Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prelude-correlator/
Date: Mon, 31 May 2021 20:53:40
Message-Id: 1622494410.1ea2a2a30b88669f49a61affe26d6cbf594b7066.mgorny@gentoo
1 commit: 1ea2a2a30b88669f49a61affe26d6cbf594b7066
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:48:52 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:53:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea2a2a3
7
8 net-analyzer/prelude-correlator: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/prelude-correlator/Manifest | 1 -
13 .../prelude-correlator-5.1.0.ebuild | 29 ----------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/net-analyzer/prelude-correlator/Manifest b/net-analyzer/prelude-correlator/Manifest
17 index 064bcdfec7c..cc6b68131e9 100644
18 --- a/net-analyzer/prelude-correlator/Manifest
19 +++ b/net-analyzer/prelude-correlator/Manifest
20 @@ -1,2 +1 @@
21 -DIST prelude-correlator-5.1.0.tar.gz 242620 BLAKE2B 70d4c4cc620fe4aa605812a83979b097e78ea97c5684d0d7ac8f0de2975f68d54f712f0d6dcd341f2928c846663fdf5182f8481fe6142de7648ba8fd2443d369 SHA512 db3a4cb1c4a8254270f63552ee2a959bc28cec8fdb48340f1c301fa65df73115292060067bed4b5945da4717a216313aa6eb2525bc02de4a6a45716b9827f5fd
22 DIST prelude-correlator-5.2.0.tar.gz 216556 BLAKE2B 9ccdbaf01224d34a507191521aeda8a8fe91004dc0b7a6113cbfc4b0d7ebab345a160b0e498b3c3477e3cc52cda1501d11a558842bb286444a925463a66ff7b5 SHA512 96e0c7637f3d17dc7cd76603e95f29eba0a1ec86ae603dcb6900b26a12e410e62884f9e339a228e3dd4a0db0fd0e8849bbd098caeb7e3c15db917ed33ebb5b43
23
24 diff --git a/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild b/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild
25 deleted file mode 100644
26 index fda7b5819ad..00000000000
27 --- a/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_7 )
36 -
37 -inherit distutils-r1 systemd tmpfiles
38 -
39 -DESCRIPTION="Real time correlator of events received by Prelude Manager"
40 -HOMEPAGE="https://www.prelude-siem.org"
41 -SRC_URI="https://www.prelude-siem.org/pkg/src/5.1.0/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -RDEPEND=">=dev-libs/libprelude-5.1.0[python,${PYTHON_USEDEP}]
48 - <dev-libs/libprelude-6[python,${PYTHON_USEDEP}]
49 - dev-python/netaddr[${PYTHON_USEDEP}]"
50 -
51 -src_install() {
52 - distutils-r1_src_install
53 -
54 - systemd_dounit "${FILESDIR}/${PN}.service"
55 - newtmpfiles "${FILESDIR}/${PN}.run" "${PN}.conf"
56 -
57 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
58 -}