net-analyzer/prelude-correlator: Bump version 4.0.0

This commit is contained in:
Thomas Andrejak
2017-08-31 01:21:42 +02:00
committed by Michał Górny
parent a7f9ac58c0
commit 60566cc539
2 changed files with 30 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST prelude-correlator-3.0.1.tar.gz 181019 SHA256 8e19a2c90dfe0a5715062c3f0e3399439a7ba914e1c19e3b3fd24a69f4a98fac SHA512 2aa159251cf7f9fead117737f67cc01e7cb2012c4fd9db77454c7d639cf477888d5ea6476661bf501c2da7aaef58ea7101b7780669f025af1480acd9480ce8d3 WHIRLPOOL b7538e1e6e4f7504c4dbb0044e74c667d8edd49f4b8a52f03eb7620b3213e9de44a6b5beef02316c7c722989286c8f7fc1204822bcdbb3f320ee30aaacd60aa7
DIST prelude-correlator-3.1.0.tar.gz 185812 SHA256 0aba8c32d4ca2d086fba336a4211afc29d5133c2f11fd500a43b441de77b9fd3 SHA512 f44d805445c19af1f80f2662b7c5d2678e9928fd5cea17e1938a712157ca3ac51eaf361bd164ec6fa38836461b3719cf739232c130f3c784cf692e1588256d79 WHIRLPOOL 3bbc87f4d449e7a7c2c67b28b4bd6b6369d37f4514393a1de898cec65d92777643ed7e2a42cc9c076ad999b9cb6a6955015f1eb83074d5110905bc49ee40f196
DIST prelude-correlator-4.0.0.tar.gz 347973 SHA256 9a8dac2b2864563a000c6f8a23b3d3e19a803d8dc6f5e32b6a64bca299b26197 SHA512 aeeb5d1e29a464afa41b8a04f5324e0915b8450eceea68a07cb6d8bb61823ab8da8df51e1a331f5a66fd295bd2a514f484da5c396e0508c4fc5634c98382779b WHIRLPOOL 99cafad23cbb5ed7cfd1c387da510163ad67263e45e1e6e1666e75436aef0477db6600946a2e4c33e53ed093ead689ca3a776793c6b9207780a75d02ac74d14f

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1 systemd
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/${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="~dev-libs/libprelude-${PV}[python,${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]"
src_install() {
distutils-r1_src_install
systemd_dounit "${FILESDIR}/${PN}.service"
systemd_newtmpfilesd "${FILESDIR}/${PN}.run" "${PN}.conf"
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
}