Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
Date: Fri, 01 Jan 2021 02:03:08
Message-Id: 1609466477.2a972bab0ce2f746c32c435f0ebc9e1f3a693b82.mgorny@gentoo
1 commit: 2a972bab0ce2f746c32c435f0ebc9e1f3a693b82
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 02:01:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 02:01:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a972bab
7
8 www-apps/prewikka: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-apps/prewikka/Manifest | 1 -
13 www-apps/prewikka/prewikka-5.1.1.ebuild | 48 ---------------------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
17 index 9404de59cca..0a7f8b6a4c9 100644
18 --- a/www-apps/prewikka/Manifest
19 +++ b/www-apps/prewikka/Manifest
20 @@ -1,2 +1 @@
21 -DIST prewikka-5.1.1.tar.gz 1662093 BLAKE2B a4057ee35bb2dbc55ee86c4f41c32074d20712e79fe62b4a409fb0c842ee6aac06418aeace8d11d3c74c99b6787a2e507d0e424180849b4acb3296ebc6c785f0 SHA512 97ac557964fc7a3a633d879830dbda1a263061acc7d943798638686a67db46f08371af081b07eded60dc9856dd47641fae5df50603e190f36acb71a45ee6089a
22 DIST prewikka-5.2.0.tar.gz 1808717 BLAKE2B 5713b0ce47a3ef137795035ca074410abf9e934c3e9c90b48d127396f0c92e48969e755b48a8519f52cc63bf56e7200c285fb7ad7069f4489cd552eddaa1be5a SHA512 034040e22c2b122289f6af5a2221024585c671327f158e61845feef720c7f70b06a6aa4caaaeba7b48394aa95cd67c45061d97cdaecc3902e26175df9b86c411
23
24 diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild
25 deleted file mode 100644
26 index 179788ef3d6..00000000000
27 --- a/www-apps/prewikka/prewikka-5.1.1.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -PYTHON_REQ_USE="ssl"
37 -
38 -inherit distutils-r1 optfeature
39 -
40 -DESCRIPTION="Graphical front-end analysis console for the Prelude Framework"
41 -HOMEPAGE="https://www.prelude-siem.org"
42 -SRC_URI="https://www.prelude-siem.org/pkg/src/5.1.0/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -RDEPEND=">=dev-libs/libprelude-5.1.0[python,${PYTHON_USEDEP}]
49 - <dev-libs/libprelude-6[python,${PYTHON_USEDEP}]
50 - >=dev-libs/libpreludedb-5.1.0[python,${PYTHON_USEDEP}]
51 - <dev-libs/libpreludedb-6[python,${PYTHON_USEDEP}]
52 - dev-python/Babel[${PYTHON_USEDEP}]
53 - dev-python/croniter[${PYTHON_USEDEP}]
54 - dev-python/gevent[${PYTHON_USEDEP}]
55 - dev-python/lark-parser[${PYTHON_USEDEP}]
56 - dev-python/mako[${PYTHON_USEDEP}]
57 - dev-python/python-dateutil[${PYTHON_USEDEP}]
58 - dev-python/pytz[${PYTHON_USEDEP}]
59 - dev-python/pyyaml[${PYTHON_USEDEP}]
60 - dev-python/voluptuous[${PYTHON_USEDEP}]
61 - dev-python/werkzeug[${PYTHON_USEDEP}]
62 - media-fonts/font-xfree86-type1"
63 -
64 -DEPEND="${RDEPEND}"
65 -
66 -BDEPEND="dev-python/lesscpy[${PYTHON_USEDEP}]
67 - sys-devel/gettext"
68 -
69 -pkg_postinst() {
70 - optfeature "Asynchronous DNS" dev-python/twisted[${PYTHON_USEDEP}]
71 -}
72 -
73 -src_install() {
74 - distutils-r1_src_install
75 -
76 - keepdir /var/lib/prewikka
77 -}