Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
Date: Fri, 05 Aug 2016 01:13:46
Message-Id: 1470359412.12bb33072e9eb6cde14aa23f74bd0619cd552718.gokturk@gentoo
1 commit: 12bb33072e9eb6cde14aa23f74bd0619cd552718
2 Author: Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 17 13:14:57 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 01:10:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bb3307
7
8 www-apps/prewikka: New package
9
10 Prewikka is the graphical front-end analysis console for the Prelude
11 Universal SIM.
12
13 www-apps/prewikka/Manifest | 1 +
14 www-apps/prewikka/metadata.xml | 20 ++++++++++++++++++++
15 www-apps/prewikka/prewikka-3.0.0.ebuild | 31 +++++++++++++++++++++++++++++++
16 3 files changed, 52 insertions(+)
17
18 diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
19 new file mode 100644
20 index 0000000..f316bdc
21 --- /dev/null
22 +++ b/www-apps/prewikka/Manifest
23 @@ -0,0 +1 @@
24 +DIST prewikka-3.0.0.tar.gz 1333924 SHA256 fe32c83c6d159c9a724656ea5d15808cfbf7b6398886f736d0ed723fcdbdfe8f SHA512 17d23ac0d5fbd1709133d7403d55ebf8f7d983f0f40be800bbd43d85b862a58a932614f5b08d9a1ce787010073232e78188cffcf009d2b7d3b88ead622deb445 WHIRLPOOL 137ff0e33a21aba96cd2b080a643fe9d45d0705aabfca0ec833c9a88756fd72bdbcb6342edb0a6b81c432394259f53d3eda21a824231d3eaffd3d21bde852e8f
25
26 diff --git a/www-apps/prewikka/metadata.xml b/www-apps/prewikka/metadata.xml
27 new file mode 100644
28 index 0000000..6f2383f
29 --- /dev/null
30 +++ b/www-apps/prewikka/metadata.xml
31 @@ -0,0 +1,20 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="person">
36 + <email>thomas.andrejak@×××××.com</email>
37 + <name>Thomas Andrejak</name>
38 + </maintainer>
39 + <maintainer type="project">
40 + <email>proxy-maint@g.o</email>
41 + <name>Proxy Maintainers</name>
42 + </maintainer>
43 + <longdescription lang="en">
44 + Prewikka is the graphical front-end analysis console for the
45 + Prelude Universal SIM. Providing numerous features, Prewikka
46 + facilitates the work of users and analysts. It provides alert
47 + aggregation and sensor and hearbeat views, and has user management
48 + and configurable filters. Prewikka also provides access to external
49 + tools such as whois and traceroute.
50 + </longdescription>
51 +</pkgmetadata>
52
53 diff --git a/www-apps/prewikka/prewikka-3.0.0.ebuild b/www-apps/prewikka/prewikka-3.0.0.ebuild
54 new file mode 100644
55 index 0000000..76eba12
56 --- /dev/null
57 +++ b/www-apps/prewikka/prewikka-3.0.0.ebuild
58 @@ -0,0 +1,31 @@
59 +# Copyright 1999-2016 Gentoo Foundation
60 +# Distributed under the terms of the GNU General Public License v2
61 +# $Id$
62 +
63 +EAPI=6
64 +
65 +PYTHON_COMPAT=( python2_7 )
66 +
67 +inherit distutils-r1
68 +
69 +DESCRIPTION="Graphical front-end analysis console for the Prelude Framework"
70 +HOMEPAGE="https://www.prelude-siem.org"
71 +SRC_URI="https://www.prelude-siem.org/pkg/src/3.0.0/${P}.tar.gz"
72 +
73 +LICENSE="GPL-2+"
74 +SLOT="0"
75 +KEYWORDS="~amd64 ~x86"
76 +IUSE="adns"
77 +
78 +DEPEND="dev-python/setuptools
79 + dev-python/lesscpy
80 + sys-devel/gettext"
81 +
82 +RDEPEND="dev-python/cheetah[${PYTHON_USEDEP}]
83 + dev-python/Babel[${PYTHON_USEDEP}]
84 + dev-python/python-dateutil[${PYTHON_USEDEP}]
85 + dev-python/pytz[${PYTHON_USEDEP}]
86 + adns? ( dev-python/twisted-names[${PYTHON_USEDEP}] )
87 + media-fonts/font-xfree86-type1
88 + dev-libs/libprelude[${PYTHON_USEDEP}]
89 + dev-libs/libpreludedb[${PYTHON_USEDEP}]"