diff options
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/Manifest.gz | bin | 13118 -> 12953 bytes | |||
-rw-r--r-- | www-apps/prewikka/Manifest | 4 | ||||
-rw-r--r-- | www-apps/prewikka/files/prewikka-5.2.0-fix_siteconfig.patch | 10 | ||||
-rw-r--r-- | www-apps/prewikka/metadata.xml | 13 | ||||
-rw-r--r-- | www-apps/prewikka/prewikka-5.2.0.ebuild | 52 |
5 files changed, 0 insertions, 79 deletions
diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz Binary files differindex 1ba0cff3d1b2..170be23fbc0f 100644 --- a/www-apps/Manifest.gz +++ b/www-apps/Manifest.gz diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest deleted file mode 100644 index 387b61872373..000000000000 --- a/www-apps/prewikka/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX prewikka-5.2.0-fix_siteconfig.patch 331 BLAKE2B 0aa3a6ce4d31067b1ce38976bfa6081527d760f0b5461494c36a9fccedba2fbf8bf44691090fea285d70c6743fa948708c32561beaea80758fc528bfd71b360d SHA512 9d7c48ffa8f225f6927961a94da2d69b011209c1c69fe98efb3d37343f7ad78774ac8d5b1a56b5831605800471117e34ec0ec49309385976a41557c3713702df -DIST prewikka-5.2.0.tar.gz 1808717 BLAKE2B 5713b0ce47a3ef137795035ca074410abf9e934c3e9c90b48d127396f0c92e48969e755b48a8519f52cc63bf56e7200c285fb7ad7069f4489cd552eddaa1be5a SHA512 034040e22c2b122289f6af5a2221024585c671327f158e61845feef720c7f70b06a6aa4caaaeba7b48394aa95cd67c45061d97cdaecc3902e26175df9b86c411 -EBUILD prewikka-5.2.0.ebuild 1358 BLAKE2B ab958dde5680c367dc316f1e7981c782abd881d046c16e984dec5ea909f060843fc4d3625cd555922e9c46163879faeca75ff68b37ae5487c623efab196fc5b4 SHA512 4c6c3456ab23ed7e961517210e69a20a7b2597095ec4f78f6a1a2225600c190f4abce9a057f232d8296e7f2b95947ec70eef2bcfb98301a4cdf4809a41259cfc -MISC metadata.xml 584 BLAKE2B c13f4e7cf2fbecfb8dac6a4e671328bcc68d922d5b7b06dab0fe63d1e2d1c38a93a6a15e062813f6a7e28953e2e40f27332d19824a0e3951142d755dc631c2da SHA512 6615399a41608faaf3c48540da110f6b547fb4401aeb9aa2f7cf544b62c9065d9ff00e0dec7a728a80ebe9747b5654ddf5093c799c0d858041df679233ed4339 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 -} |