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: Wed, 05 Feb 2020 16:53:27
Message-Id: 1580921576.288114e141860c3d013214b07ef817e48d31cd5c.mgorny@gentoo
1 commit: 288114e141860c3d013214b07ef817e48d31cd5c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:41:43 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:52:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288114e1
7
8 net-analyzer/prelude-correlator: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/prelude-correlator/Manifest | 1 -
13 .../prelude-correlator-3.0.1-r1.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/net-analyzer/prelude-correlator/Manifest b/net-analyzer/prelude-correlator/Manifest
17 index 4060d70625a..0f892ef7335 100644
18 --- a/net-analyzer/prelude-correlator/Manifest
19 +++ b/net-analyzer/prelude-correlator/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST prelude-correlator-3.0.1.tar.gz 181019 BLAKE2B 9156b7c76ac641326dcbb6e89f336ad1a65ed9c0af3b32acaa2d4430d3ba0b5015b5baf6372bdeb8e08d269b7742304f84ac026c512b63ca8710cc757697d0c6 SHA512 2aa159251cf7f9fead117737f67cc01e7cb2012c4fd9db77454c7d639cf477888d5ea6476661bf501c2da7aaef58ea7101b7780669f025af1480acd9480ce8d3
22 DIST prelude-correlator-4.0.0.tar.gz 347973 BLAKE2B 93f383d5d3ca3632f841b8523efa829f00ee36e4fdce76c982ef638f468dc574fa69452b4e9e5abcdaec87697a4a824faf543f0383756d15a72e99c0ac02cabe SHA512 aeeb5d1e29a464afa41b8a04f5324e0915b8450eceea68a07cb6d8bb61823ab8da8df51e1a331f5a66fd295bd2a514f484da5c396e0508c4fc5634c98382779b
23 DIST prelude-correlator-4.1.1.tar.gz 237036 BLAKE2B f3965b179d101450bd5b64805d0c982cc093de47fbbc4b4e0077f231cffcf152f3ace78cab5e96d7e18d8af0fae7de0fb5c70c17b8888245558ab091bee6438d SHA512 ac6eb554ab8d20325afbe49fcec9e238d84579cb68ee5731e6ec7d1da11c1b745e60117fade76d8747c93f57d4ae91461fd6e82160f659f88a0bb545e4990597
24 DIST prelude-correlator-5.1.0.tar.gz 242620 BLAKE2B 70d4c4cc620fe4aa605812a83979b097e78ea97c5684d0d7ac8f0de2975f68d54f712f0d6dcd341f2928c846663fdf5182f8481fe6142de7648ba8fd2443d369 SHA512 db3a4cb1c4a8254270f63552ee2a959bc28cec8fdb48340f1c301fa65df73115292060067bed4b5945da4717a216313aa6eb2525bc02de4a6a45716b9827f5fd
25
26 diff --git a/net-analyzer/prelude-correlator/prelude-correlator-3.0.1-r1.ebuild b/net-analyzer/prelude-correlator/prelude-correlator-3.0.1-r1.ebuild
27 deleted file mode 100644
28 index 68d50b36d69..00000000000
29 --- a/net-analyzer/prelude-correlator/prelude-correlator-3.0.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit systemd distutils-r1
40 -
41 -DESCRIPTION="Real time correlator of events received by Prelude Manager"
42 -HOMEPAGE="https://www.prelude-siem.org"
43 -SRC_URI="https://www.prelude-siem.org/pkg/src/3.0.0/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -DEPEND="dev-python/setuptools"
50 -
51 -RDEPEND="dev-python/netaddr[${PYTHON_USEDEP}]
52 - dev-libs/libprelude[python,${PYTHON_USEDEP}]"
53 -
54 -src_install() {
55 - distutils-r1_src_install
56 -
57 - systemd_dounit "${FILESDIR}/${PN}.service"
58 - systemd_newtmpfilesd "${FILESDIR}/${PN}.run" "${PN}.conf"
59 -
60 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
61 -}