commit:     7dedda13212e86f3a842fb1860e654e3bd6b5acb
Author:     Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
AuthorDate: Thu Aug 31 06:03:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 08:19:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dedda13

www-apps/prewikka: Bump version 4.0.0

Closes: https://github.com/gentoo/gentoo/pull/5566

 www-apps/prewikka/Manifest              |  1 +
 www-apps/prewikka/prewikka-4.0.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
index baafafcb764..597f8f9715b 100644
--- a/www-apps/prewikka/Manifest
+++ b/www-apps/prewikka/Manifest
@@ -1 +1,2 @@
 DIST prewikka-3.1.0.tar.gz 1349193 SHA256 
f7e27fe9ef2acb0df7e28586e675e9a783a13f3f7b762eb0350f835366200649 SHA512 
7321e7383d6205f18dffd00a23d07e9154dd79e35eb58d04a6af77bc9f70e476b67a953eb5d09685b4a7c386ecdb9111d40c77bf3b570ffc27a1c90b612a4803
 WHIRLPOOL 
aef9f3876f840ad43b78ac27cbefb6ef6555e411b9d2bd54163368ff8c769e030b9736e8957e592605b1c14d0aa792bb5ee3cb4eff5aab4a80b793665207dae2
+DIST prewikka-4.0.0.tar.gz 1365985 SHA256 
9346b9c3d0ea0cfaba4d1685b6bfa28075e26d558b0eaa20c4d8647994f657e5 SHA512 
01e69b89543cac6b7a694a48cb184759641d37a5987530ce5b738a287a9cd72cc37f6bb85a621d6eb973e957730a6cb438fd302a33f2324359232e4325970bb6
 WHIRLPOOL 
359feebc1881b51d67e7925ab2d3e976da07e63c38744d6bdf5f2f7c19b14bcb0a748d0e645edbbbf77be06e897d31fcded6566f622c6996673faecc0b1b07d1

diff --git a/www-apps/prewikka/prewikka-4.0.0.ebuild 
b/www-apps/prewikka/prewikka-4.0.0.ebuild
new file mode 100644
index 00000000000..5d997575de1
--- /dev/null
+++ b/www-apps/prewikka/prewikka-4.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ssl"
+
+inherit distutils-r1
+
+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"
+IUSE="adns"
+
+DEPEND="dev-python/lesscpy[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       sys-devel/gettext"
+
+RDEPEND="~dev-libs/libprelude-${PV}[python,${PYTHON_USEDEP}]
+       ~dev-libs/libpreludedb-${PV}[python,${PYTHON_USEDEP}]
+       dev-python/Babel[${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/werkzeug[${PYTHON_USEDEP}]
+       media-fonts/font-xfree86-type1
+       adns? ( dev-python/twisted[${PYTHON_USEDEP}] )"

Reply via email to