summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-12-20 14:48:46 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-12-20 15:25:19 +0100
commitf90ee42e6adf0e70847dec2d7dc76fe9a087b1e4 (patch)
treeedfdf075cb097ac0be875f2c68b9a9c81aa07716 /www-apps
parentdev-python/pytest-html: treeclean (diff)
downloadgentoo-f90ee42e6adf0e70847dec2d7dc76fe9a087b1e4.tar.gz
gentoo-f90ee42e6adf0e70847dec2d7dc76fe9a087b1e4.tar.bz2
gentoo-f90ee42e6adf0e70847dec2d7dc76fe9a087b1e4.zip
www-apps/prewikka: treeclean
Closes: https://bugs.gentoo.org/879011 Closes: https://bugs.gentoo.org/718924 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/prewikka/Manifest1
-rw-r--r--www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch10
-rw-r--r--www-apps/prewikka/metadata.xml13
-rw-r--r--www-apps/prewikka/prewikka-5.2.0.ebuild52
4 files changed, 0 insertions, 76 deletions
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
deleted file mode 100644
index 0a7f8b6a4c93..000000000000
--- 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 03a20ab36efe..000000000000
--- 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 32f02839d2d0..000000000000
--- a/www-apps/prewikka/metadata.xml
+++ /dev/null
@@ -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>
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 05a33df39048..000000000000
--- 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/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
-}