diff --git a/profiles/package.mask b/profiles/package.mask index 411220b47ff6e..ac9f4f32004a1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -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 (2022-11-13) # Dead upstream diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest deleted file mode 100644 index 0a7f8b6a4c93b..0000000000000 --- a/www-apps/prewikka/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST prewikka-5.2.0.tar.gz 1808717 BLAKE2B 5713b0ce47a3ef137795035ca074410abf9e934c3e9c90b48d127396f0c92e48969e755b48a8519f52cc63bf56e7200c285fb7ad7069f4489cd552eddaa1be5a SHA512 034040e22c2b122289f6af5a2221024585c671327f158e61845feef720c7f70b06a6aa4caaaeba7b48394aa95cd67c45061d97cdaecc3902e26175df9b86c411 diff --git a/www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch b/www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch deleted file mode 100644 index 03a20ab36efeb..0000000000000 --- a/www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch +++ /dev/null @@ -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() diff --git a/www-apps/prewikka/metadata.xml b/www-apps/prewikka/metadata.xml deleted file mode 100644 index 32f02839d2d02..0000000000000 --- a/www-apps/prewikka/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - 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. - - diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild b/www-apps/prewikka/prewikka-5.2.0.ebuild deleted file mode 100644 index 05a33df39048a..0000000000000 --- a/www-apps/prewikka/prewikka-5.2.0.ebuild +++ /dev/null @@ -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/libpreludedb-5.2.0[python,${PYTHON_USEDEP}] -