diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-01 03:01:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-01 03:01:17 +0100 |
commit | 2a972bab0ce2f746c32c435f0ebc9e1f3a693b82 (patch) | |
tree | aad01dffe01ee9ca6ffa64e81aa5969cd6442bd1 /www-apps | |
parent | www-apps/novnc: Remove old (py3.6) (diff) | |
download | gentoo-2a972bab0ce2f746c32c435f0ebc9e1f3a693b82.tar.gz gentoo-2a972bab0ce2f746c32c435f0ebc9e1f3a693b82.tar.bz2 gentoo-2a972bab0ce2f746c32c435f0ebc9e1f3a693b82.zip |
www-apps/prewikka: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/prewikka/Manifest | 1 | ||||
-rw-r--r-- | www-apps/prewikka/prewikka-5.1.1.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest index 9404de59ccab..0a7f8b6a4c93 100644 --- a/www-apps/prewikka/Manifest +++ b/www-apps/prewikka/Manifest @@ -1,2 +1 @@ -DIST prewikka-5.1.1.tar.gz 1662093 BLAKE2B a4057ee35bb2dbc55ee86c4f41c32074d20712e79fe62b4a409fb0c842ee6aac06418aeace8d11d3c74c99b6787a2e507d0e424180849b4acb3296ebc6c785f0 SHA512 97ac557964fc7a3a633d879830dbda1a263061acc7d943798638686a67db46f08371af081b07eded60dc9856dd47641fae5df50603e190f36acb71a45ee6089a DIST prewikka-5.2.0.tar.gz 1808717 BLAKE2B 5713b0ce47a3ef137795035ca074410abf9e934c3e9c90b48d127396f0c92e48969e755b48a8519f52cc63bf56e7200c285fb7ad7069f4489cd552eddaa1be5a SHA512 034040e22c2b122289f6af5a2221024585c671327f158e61845feef720c7f70b06a6aa4caaaeba7b48394aa95cd67c45061d97cdaecc3902e26175df9b86c411 diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild deleted file mode 100644 index 179788ef3d6b..000000000000 --- a/www-apps/prewikka/prewikka-5.1.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) -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/5.1.0/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-libs/libprelude-5.1.0[python,${PYTHON_USEDEP}] - <dev-libs/libprelude-6[python,${PYTHON_USEDEP}] - >=dev-libs/libpreludedb-5.1.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-parser[${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" - -pkg_postinst() { - optfeature "Asynchronous DNS" dev-python/twisted[${PYTHON_USEDEP}] -} - -src_install() { - distutils-r1_src_install - - keepdir /var/lib/prewikka -} |