mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/prewikka: treeclean
Closes: https://bugs.gentoo.org/879011 Closes: https://bugs.gentoo.org/718924 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -676,7 +676,6 @@ net-analyzer/prelude-correlator
|
||||
net-analyzer/prelude-lml-rules
|
||||
net-analyzer/prelude-lml
|
||||
sec-policy/selinux-prelude
|
||||
www-apps/prewikka
|
||||
|
||||
# Jonas Stein <jstein@gentoo.org> (2022-11-13)
|
||||
# Dead upstream
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST prewikka-5.2.0.tar.gz 1808717 BLAKE2B 5713b0ce47a3ef137795035ca074410abf9e934c3e9c90b48d127396f0c92e48969e755b48a8519f52cc63bf56e7200c285fb7ad7069f4489cd552eddaa1be5a SHA512 034040e22c2b122289f6af5a2221024585c671327f158e61845feef720c7f70b06a6aa4caaaeba7b48394aa95cd67c45061d97cdaecc3902e26175df9b86c411
|
||||
@@ -1,10 +0,0 @@
|
||||
--- a/setup.py 2020-09-09 16:44:23.000000000 +0200
|
||||
+++ b/setup.py 2020-09-29 01:07:56.522604785 +0200
|
||||
@@ -108,6 +108,7 @@
|
||||
ofile, copied = self.copy_file('scripts/prewikka.wsgi', share_dir)
|
||||
|
||||
def run(self):
|
||||
+ self.skip_build = 0
|
||||
os.umask(0o22)
|
||||
self.install_conf()
|
||||
self.install_wsgi()
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription lang="en">
|
||||
Prewikka is the graphical front-end analysis console for the
|
||||
Prelude Universal SIM. Providing numerous features, Prewikka
|
||||
facilitates the work of users and analysts. It provides alert
|
||||
aggregation and sensor and hearbeat views, and has user management
|
||||
and configurable filters. Prewikka also provides access to external
|
||||
tools such as whois and traceroute.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_REQ_USE="ssl"
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="Graphical front-end analysis console for the Prelude Framework"
|
||||
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"
|
||||
|
||||
RDEPEND=">=dev-libs/libprelude-5.2.0[python,${PYTHON_USEDEP}]
|
||||
<dev-libs/libprelude-6[python,${PYTHON_USEDEP}]
|
||||
>=dev-libs/libpreludedb-5.2.0[python,${PYTHON_USEDEP}]
|
||||
<dev-libs/libpreludedb-6[python,${PYTHON_USEDEP}]
|
||||
dev-python/Babel[${PYTHON_USEDEP}]
|
||||
dev-python/croniter[${PYTHON_USEDEP}]
|
||||
dev-python/gevent[${PYTHON_USEDEP}]
|
||||
dev-python/lark[${PYTHON_USEDEP}]
|
||||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
dev-python/werkzeug[${PYTHON_USEDEP}]
|
||||
media-fonts/font-xfree86-type1"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
BDEPEND="dev-python/lesscpy[${PYTHON_USEDEP}]
|
||||
sys-devel/gettext"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-5.2.0-fix_siteconfig.patch"
|
||||
)
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
keepdir /var/lib/prewikka
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "Asynchronous DNS" dev-python/twisted
|
||||
}
|
||||
Reference in New Issue
Block a user