* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2016-08-05 1:13 Göktürk Yüksek
0 siblings, 0 replies; 13+ messages in thread
From: Göktürk Yüksek @ 2016-08-05 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 12bb33072e9eb6cde14aa23f74bd0619cd552718
Author: Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
AuthorDate: Sun Jul 17 13:14:57 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 01:10:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bb3307
www-apps/prewikka: New package
Prewikka is the graphical front-end analysis console for the Prelude
Universal SIM.
www-apps/prewikka/Manifest | 1 +
www-apps/prewikka/metadata.xml | 20 ++++++++++++++++++++
www-apps/prewikka/prewikka-3.0.0.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
new file mode 100644
index 0000000..f316bdc
--- /dev/null
+++ b/www-apps/prewikka/Manifest
@@ -0,0 +1 @@
+DIST prewikka-3.0.0.tar.gz 1333924 SHA256 fe32c83c6d159c9a724656ea5d15808cfbf7b6398886f736d0ed723fcdbdfe8f SHA512 17d23ac0d5fbd1709133d7403d55ebf8f7d983f0f40be800bbd43d85b862a58a932614f5b08d9a1ce787010073232e78188cffcf009d2b7d3b88ead622deb445 WHIRLPOOL 137ff0e33a21aba96cd2b080a643fe9d45d0705aabfca0ec833c9a88756fd72bdbcb6342edb0a6b81c432394259f53d3eda21a824231d3eaffd3d21bde852e8f
diff --git a/www-apps/prewikka/metadata.xml b/www-apps/prewikka/metadata.xml
new file mode 100644
index 0000000..6f2383f
--- /dev/null
+++ b/www-apps/prewikka/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>thomas.andrejak@gmail.com</email>
+ <name>Thomas Andrejak</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <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-3.0.0.ebuild b/www-apps/prewikka/prewikka-3.0.0.ebuild
new file mode 100644
index 0000000..76eba12
--- /dev/null
+++ b/www-apps/prewikka/prewikka-3.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+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/3.0.0/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="adns"
+
+DEPEND="dev-python/setuptools
+ dev-python/lesscpy
+ sys-devel/gettext"
+
+RDEPEND="dev-python/cheetah[${PYTHON_USEDEP}]
+ dev-python/Babel[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ adns? ( dev-python/twisted-names[${PYTHON_USEDEP}] )
+ media-fonts/font-xfree86-type1
+ dev-libs/libprelude[${PYTHON_USEDEP}]
+ dev-libs/libpreludedb[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2016-08-11 12:50 Göktürk Yüksek
0 siblings, 0 replies; 13+ messages in thread
From: Göktürk Yüksek @ 2016-08-11 12:50 UTC (permalink / raw
To: gentoo-commits
commit: 262a1ce67f0a5817e6618342c9ca1ff47c71244e
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 12:49:37 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 12:49:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262a1ce6
www-apps/prewikka: fix runtime deps, requires libprelude{,db}[python]
Package-Manager: portage-2.2.28
www-apps/prewikka/{prewikka-3.0.0.ebuild => prewikka-3.0.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/prewikka/prewikka-3.0.0.ebuild b/www-apps/prewikka/prewikka-3.0.0-r1.ebuild
similarity index 88%
rename from www-apps/prewikka/prewikka-3.0.0.ebuild
rename to www-apps/prewikka/prewikka-3.0.0-r1.ebuild
index 76eba12..772cd70 100644
--- a/www-apps/prewikka/prewikka-3.0.0.ebuild
+++ b/www-apps/prewikka/prewikka-3.0.0-r1.ebuild
@@ -27,5 +27,5 @@ RDEPEND="dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
adns? ( dev-python/twisted-names[${PYTHON_USEDEP}] )
media-fonts/font-xfree86-type1
- dev-libs/libprelude[${PYTHON_USEDEP}]
- dev-libs/libpreludedb[${PYTHON_USEDEP}]"
+ dev-libs/libprelude[python,${PYTHON_USEDEP}]
+ dev-libs/libpreludedb[python,${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2016-12-06 17:48 Göktürk Yüksek
0 siblings, 0 replies; 13+ messages in thread
From: Göktürk Yüksek @ 2016-12-06 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 6772e823616d78fa8f6d6751685cf0d906e509dc
Author: Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
AuthorDate: Sun Nov 27 22:39:11 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 17:27:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6772e823
www-apps/prewikka: Bump version 3.1.0
www-apps/prewikka/Manifest | 1 +
www-apps/prewikka/prewikka-3.1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
index f316bdc..d3f7282 100644
--- a/www-apps/prewikka/Manifest
+++ b/www-apps/prewikka/Manifest
@@ -1 +1,2 @@
DIST prewikka-3.0.0.tar.gz 1333924 SHA256 fe32c83c6d159c9a724656ea5d15808cfbf7b6398886f736d0ed723fcdbdfe8f SHA512 17d23ac0d5fbd1709133d7403d55ebf8f7d983f0f40be800bbd43d85b862a58a932614f5b08d9a1ce787010073232e78188cffcf009d2b7d3b88ead622deb445 WHIRLPOOL 137ff0e33a21aba96cd2b080a643fe9d45d0705aabfca0ec833c9a88756fd72bdbcb6342edb0a6b81c432394259f53d3eda21a824231d3eaffd3d21bde852e8f
+DIST prewikka-3.1.0.tar.gz 1349193 SHA256 f7e27fe9ef2acb0df7e28586e675e9a783a13f3f7b762eb0350f835366200649 SHA512 7321e7383d6205f18dffd00a23d07e9154dd79e35eb58d04a6af77bc9f70e476b67a953eb5d09685b4a7c386ecdb9111d40c77bf3b570ffc27a1c90b612a4803 WHIRLPOOL aef9f3876f840ad43b78ac27cbefb6ef6555e411b9d2bd54163368ff8c769e030b9736e8957e592605b1c14d0aa792bb5ee3cb4eff5aab4a80b793665207dae2
diff --git a/www-apps/prewikka/prewikka-3.1.0.ebuild b/www-apps/prewikka/prewikka-3.1.0.ebuild
new file mode 100644
index 00000000..9783421
--- /dev/null
+++ b/www-apps/prewikka/prewikka-3.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+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"
+
+PYTHON_REQ_USE="ssl"
+
+DEPEND="dev-python/setuptools
+ dev-python/lesscpy
+ sys-devel/gettext
+ dev-python/cheetah"
+
+RDEPEND="dev-python/Babel[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
+ adns? ( dev-python/twisted-names[${PYTHON_USEDEP}] )
+ media-fonts/font-xfree86-type1
+ ~dev-libs/libprelude-${PV}[python,${PYTHON_USEDEP}]
+ ~dev-libs/libpreludedb-${PV}[python,${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2017-05-14 10:45 Manuel Rüger
0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2017-05-14 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 5ed19a8772d59e8009ac97d1887f6d2bf4fd7bec
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:39:55 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:43:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed19a87
www-apps/prewikka: Add missed PYTHON_USEDEP
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-apps/prewikka/prewikka-3.1.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apps/prewikka/prewikka-3.1.0.ebuild b/www-apps/prewikka/prewikka-3.1.0.ebuild
index 06e65b72103..708a8bd0e99 100644
--- a/www-apps/prewikka/prewikka-3.1.0.ebuild
+++ b/www-apps/prewikka/prewikka-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,10 +18,10 @@ IUSE="adns"
PYTHON_REQ_USE="ssl"
-DEPEND="dev-python/setuptools
- dev-python/lesscpy
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/lesscpy[${PYTHON_USEDEP}]
sys-devel/gettext
- dev-python/cheetah"
+ dev-python/cheetah[${PYTHON_USEDEP}]"
RDEPEND="dev-python/Babel[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2017-05-14 10:45 Manuel Rüger
0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2017-05-14 10:45 UTC (permalink / raw
To: gentoo-commits
commit: f358bec9fce1099672d899dc18ffe5505cc33a10
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:38:19 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:43:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f358bec9
www-apps/prewikka: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
www-apps/prewikka/Manifest | 1 -
www-apps/prewikka/prewikka-3.0.0-r1.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
index d3f7282255f..baafafcb764 100644
--- a/www-apps/prewikka/Manifest
+++ b/www-apps/prewikka/Manifest
@@ -1,2 +1 @@
-DIST prewikka-3.0.0.tar.gz 1333924 SHA256 fe32c83c6d159c9a724656ea5d15808cfbf7b6398886f736d0ed723fcdbdfe8f SHA512 17d23ac0d5fbd1709133d7403d55ebf8f7d983f0f40be800bbd43d85b862a58a932614f5b08d9a1ce787010073232e78188cffcf009d2b7d3b88ead622deb445 WHIRLPOOL 137ff0e33a21aba96cd2b080a643fe9d45d0705aabfca0ec833c9a88756fd72bdbcb6342edb0a6b81c432394259f53d3eda21a824231d3eaffd3d21bde852e8f
DIST prewikka-3.1.0.tar.gz 1349193 SHA256 f7e27fe9ef2acb0df7e28586e675e9a783a13f3f7b762eb0350f835366200649 SHA512 7321e7383d6205f18dffd00a23d07e9154dd79e35eb58d04a6af77bc9f70e476b67a953eb5d09685b4a7c386ecdb9111d40c77bf3b570ffc27a1c90b612a4803 WHIRLPOOL aef9f3876f840ad43b78ac27cbefb6ef6555e411b9d2bd54163368ff8c769e030b9736e8957e592605b1c14d0aa792bb5ee3cb4eff5aab4a80b793665207dae2
diff --git a/www-apps/prewikka/prewikka-3.0.0-r1.ebuild b/www-apps/prewikka/prewikka-3.0.0-r1.ebuild
deleted file mode 100644
index 7a2602d86c2..00000000000
--- a/www-apps/prewikka/prewikka-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-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/3.0.0/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="adns"
-
-DEPEND="dev-python/setuptools
- dev-python/lesscpy
- sys-devel/gettext"
-
-RDEPEND="dev-python/cheetah[${PYTHON_USEDEP}]
- dev-python/Babel[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- adns? ( dev-python/twisted-names[${PYTHON_USEDEP}] )
- media-fonts/font-xfree86-type1
- dev-libs/libprelude[python,${PYTHON_USEDEP}]
- dev-libs/libpreludedb[python,${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2017-09-08 8:19 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2017-09-08 8:19 UTC (permalink / raw
To: gentoo-commits
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}] )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2019-12-24 21:55 Göktürk Yüksek
0 siblings, 0 replies; 13+ messages in thread
From: Göktürk Yüksek @ 2019-12-24 21:55 UTC (permalink / raw
To: gentoo-commits
commit: b96ac1a5c074bdd68204cde4b02fc3abb8efe7c5
Author: Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
AuthorDate: Thu Nov 7 01:40:36 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 21:54:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96ac1a5
www-apps/prewikka: Bump version 5.1
Closes: https://github.com/gentoo/gentoo/pull/13578
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
www-apps/prewikka/Manifest | 1 +
www-apps/prewikka/prewikka-5.1.1.ebuild | 42 +++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
index 1024ef2e42d..f38c408eb20 100644
--- a/www-apps/prewikka/Manifest
+++ b/www-apps/prewikka/Manifest
@@ -1,3 +1,4 @@
DIST prewikka-3.1.0.tar.gz 1349193 BLAKE2B b87021ecec490b44f080dfd7a29b301ec55c1e6316fbaa385edfd9a9c586c8eb964bd8aa637041eda3fff3b7d3463845de207bc9e6cb6a209d3c15c8c661daaa SHA512 7321e7383d6205f18dffd00a23d07e9154dd79e35eb58d04a6af77bc9f70e476b67a953eb5d09685b4a7c386ecdb9111d40c77bf3b570ffc27a1c90b612a4803
DIST prewikka-4.0.0.tar.gz 1365985 BLAKE2B 2248c80bebccf4a5f4b99f46d3af6f2aff433c19105e02dfa6c8570a6e41436a9f74971774f3963cbec9abcf70a2bf52b04cd99d930f3e193033aeb1246d1a18 SHA512 01e69b89543cac6b7a694a48cb184759641d37a5987530ce5b738a287a9cd72cc37f6bb85a621d6eb973e957730a6cb438fd302a33f2324359232e4325970bb6
DIST prewikka-4.1.5.tar.gz 1432885 BLAKE2B aa899eae92b7eee10c4e80544fc02c80fce403dd808464ef3ca21a6d8ddb052730314bd4b83970c684401c53f8398df0f9ca5180c946999e08a2faf9eb7b94f4 SHA512 f68fb6c893727e1bfc2611ef8e3327e6c44d24ea36239fb998675d0e8102dd9849990dbd344c9f584a045f9ed6b4208c3a9928c952ed6248e691687827677dd3
+DIST prewikka-5.1.1.tar.gz 1662093 BLAKE2B a4057ee35bb2dbc55ee86c4f41c32074d20712e79fe62b4a409fb0c842ee6aac06418aeace8d11d3c74c99b6787a2e507d0e424180849b4acb3296ebc6c785f0 SHA512 97ac557964fc7a3a633d879830dbda1a263061acc7d943798638686a67db46f08371af081b07eded60dc9856dd47641fae5df50603e190f36acb71a45ee6089a
diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild
new file mode 100644
index 00000000000..1ab92c9ebfd
--- /dev/null
+++ b/www-apps/prewikka/prewikka-5.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+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/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}]
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2020-02-16 20:24 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2020-02-16 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 51557c2c738b0ac6a5cba8474774488ff89212ca
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:24:29 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:24:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51557c2c
www-apps/prewikka: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-apps/prewikka/prewikka-5.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild
index b15b4998aae..64f10b7f378 100644
--- a/www-apps/prewikka/prewikka-5.1.1.ebuild
+++ b/www-apps/prewikka/prewikka-5.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="ssl"
-inherit distutils-r1
+inherit distutils-r1 eutils
DESCRIPTION="Graphical front-end analysis console for the Prelude Framework"
HOMEPAGE="https://www.prelude-siem.org"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2020-04-16 6:51 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-04-16 6:51 UTC (permalink / raw
To: gentoo-commits
commit: 289114d78f3884b48b9ea014a5a287765b063579
Author: Thomas Andrejak <thomas.andrejak <AT> gmail <DOT> com>
AuthorDate: Fri Apr 10 22:07:13 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:50:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289114d7
www-apps/prewikka: fix empty dirs needed to be preserved
Signed-off-by: Thomas Andrejak <thomas.andrejak <AT> gmail.com>
Closes: https://bugs.gentoo.org/703690
Closes: https://github.com/gentoo/gentoo/pull/15298
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
www-apps/prewikka/prewikka-5.1.1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild
index 64f10b7f378..a585591bd98 100644
--- a/www-apps/prewikka/prewikka-5.1.1.ebuild
+++ b/www-apps/prewikka/prewikka-5.1.1.ebuild
@@ -40,3 +40,9 @@ BDEPEND="dev-python/lesscpy[${PYTHON_USEDEP}]
pkg_postinst() {
optfeature "Asynchronous DNS" dev-python/twisted[${PYTHON_USEDEP}]
}
+
+src_install() {
+ distutils-r1_src_install
+
+ keepdir /var/lib/prewikka
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2020-09-07 8:55 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2020-09-07 8:55 UTC (permalink / raw
To: gentoo-commits
commit: 7d09548fc7f7f988073c8e84ac5e988b3b00684b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 08:54:29 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 08:54:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d09548f
www-apps/prewikka: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-apps/prewikka/prewikka-5.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/prewikka/prewikka-5.1.1.ebuild b/www-apps/prewikka/prewikka-5.1.1.ebuild
index a585591bd98..179788ef3d6 100644
--- a/www-apps/prewikka/prewikka-5.1.1.ebuild
+++ b/www-apps/prewikka/prewikka-5.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="ssl"
-inherit distutils-r1 eutils
+inherit distutils-r1 optfeature
DESCRIPTION="Graphical front-end analysis console for the Prelude Framework"
HOMEPAGE="https://www.prelude-siem.org"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2021-01-01 2:03 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2021-01-01 2:03 UTC (permalink / raw
To: gentoo-commits
commit: 2a972bab0ce2f746c32c435f0ebc9e1f3a693b82
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 02:01:17 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 02:01:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a972bab
www-apps/prewikka: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apps/prewikka/Manifest | 1 -
www-apps/prewikka/prewikka-5.1.1.ebuild | 48 ---------------------------------
2 files changed, 49 deletions(-)
diff --git a/www-apps/prewikka/Manifest b/www-apps/prewikka/Manifest
index 9404de59cca..0a7f8b6a4c9 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 179788ef3d6..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2021-09-30 12:11 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2021-09-30 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 26ac99379043596129babab3e97b5ae096ae3be0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 12:09:15 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 12:11:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ac9937
www-apps/prewikka: enable py3.9, enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apps/prewikka/prewikka-5.2.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild b/www-apps/prewikka/prewikka-5.2.0.ebuild
index 592238c984e..8771dc75800 100644
--- a/www-apps/prewikka/prewikka-5.2.0.ebuild
+++ b/www-apps/prewikka/prewikka-5.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="ssl"
inherit distutils-r1 optfeature
@@ -48,5 +48,5 @@ src_install() {
}
pkg_postinst() {
- optfeature "Asynchronous DNS" dev-python/twisted[${PYTHON_USEDEP}]
+ optfeature "Asynchronous DNS" dev-python/twisted
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/
@ 2021-09-30 12:11 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2021-09-30 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 4a1c17fc321220f3be313535540b4fc9cd762686
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 12:09:41 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 12:11:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1c17fc
www-apps/prewikka: update SRC_URI
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apps/prewikka/prewikka-5.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild b/www-apps/prewikka/prewikka-5.2.0.ebuild
index 8771dc75800..112641e2219 100644
--- a/www-apps/prewikka/prewikka-5.2.0.ebuild
+++ b/www-apps/prewikka/prewikka-5.2.0.ebuild
@@ -10,7 +10,7 @@ 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.2.0/${P}.tar.gz"
+SRC_URI="https://www.prelude-siem.org/pkg/src/${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2021-09-30 12:11 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-01 2:03 [gentoo-commits] repo/gentoo:master commit in: www-apps/prewikka/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-09-30 12:11 Arthur Zamarin
2021-09-30 12:11 Arthur Zamarin
2020-09-07 8:55 David Seifert
2020-04-16 6:51 Joonas Niilola
2020-02-16 20:24 David Seifert
2019-12-24 21:55 Göktürk Yüksek
2017-09-08 8:19 Michał Górny
2017-05-14 10:45 Manuel Rüger
2017-05-14 10:45 Manuel Rüger
2016-12-06 17:48 Göktürk Yüksek
2016-08-11 12:50 Göktürk Yüksek
2016-08-05 1:13 Göktürk Yüksek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox