diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 14:50:45 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 15:25:24 +0100 |
commit | a750b6a419a4ed38314dc2f3441a5d59bba00121 (patch) | |
tree | e15dbc6222878985c35f4200dc8e6e053a27e5f0 /dev-libs | |
parent | net-analyzer/prelude-correlator: treeclean (diff) | |
download | gentoo-a750b6a419a4ed38314dc2f3441a5d59bba00121.tar.gz gentoo-a750b6a419a4ed38314dc2f3441a5d59bba00121.tar.bz2 gentoo-a750b6a419a4ed38314dc2f3441a5d59bba00121.zip |
dev-libs/libpreludedb: treeclean
Closes: https://bugs.gentoo.org/778323
Closes: https://bugs.gentoo.org/815457
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpreludedb/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libpreludedb/files/libpreludedb-4.0.0-fix-python-bindings.patch | 39 | ||||
-rw-r--r-- | dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_gtkdoc_1.32.patch | 13 | ||||
-rw-r--r-- | dev-libs/libpreludedb/libpreludedb-5.2.0.ebuild | 93 | ||||
-rw-r--r-- | dev-libs/libpreludedb/metadata.xml | 12 |
5 files changed, 0 insertions, 159 deletions
diff --git a/dev-libs/libpreludedb/Manifest b/dev-libs/libpreludedb/Manifest deleted file mode 100644 index 6e250e91e8e9..000000000000 --- a/dev-libs/libpreludedb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libpreludedb-5.1.0-update_m4_postgresql.patch 20562 BLAKE2B 5db9a213c47296b308a641942e41c82eb9642dc7817ac1134ac52c8f24e38b68e0dacc5adedc30ba0611e84c97bb51f444b75b2b98884c0f21312da58f40b6d8 SHA512 24881cfe0e471e934fc9b1bd64dd901303f68615e1700ce92d6bc7324b28587aef8cc05be9cc7c2545f86666064607d8113c5273381bf9306ef69f569ab9d1bf -DIST libpreludedb-5.2.0.tar.gz 1372810 BLAKE2B 5a6bed23eba77591b8e97bb3c6f2b321970c94f88fb86094146a1a3fa64cc0f0c97ca1d1488b2202ab7042207ca2ca4f74029415ef1ca6ea13c84d158a23473f SHA512 357e3ce69927ed405bc757774466631d34cad9b53031be6ce456238dd8aef3781471ecbb36ab4a3131468f4686a635095aaf837d23a0efc9db758322298e7744 diff --git a/dev-libs/libpreludedb/files/libpreludedb-4.0.0-fix-python-bindings.patch b/dev-libs/libpreludedb/files/libpreludedb-4.0.0-fix-python-bindings.patch deleted file mode 100644 index 7fb93c269ef2..000000000000 --- a/dev-libs/libpreludedb/files/libpreludedb-4.0.0-fix-python-bindings.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/bindings/python/Makefile.am 2017-07-18 12:27:27.278000000 +0200 -+++ b/bindings/python/Makefile.am 2017-09-07 23:41:21.279920258 +0200 -@@ -6,36 +6,6 @@ - all-am: python-build - - python-build: _preludedb.cxx --if HAVE_PYTHON2 -- CC="$(CXX)" $(PYTHON2) setup.py build --endif --if HAVE_PYTHON3 -- CC="$(CXX)" $(PYTHON3) setup.py build --endif --install-exec-hook: --if HAVE_PYTHON2 -- $(PYTHON2) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` --endif --if HAVE_PYTHON3 -- $(PYTHON3) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` --endif -- --uninstall-hook: --if HAVE_PYTHON2 -- $(PYTHON2) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` --endif --if HAVE_PYTHON3 -- $(PYTHON3) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` --endif -- --clean-local: --if HAVE_PYTHON2 -- $(PYTHON2) setup.py clean -a --endif --if HAVE_PYTHON3 -- $(PYTHON3) setup.py clean -a --endif -- - - _preludedb.cxx preludedb.py: $(top_srcdir)/bindings/c++/include/*.hxx $(top_srcdir)/bindings/libpreludedbcpp.i libpreludedbcpp-python.i - if HAVE_SWIG diff --git a/dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_gtkdoc_1.32.patch b/dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_gtkdoc_1.32.patch deleted file mode 100644 index ecc6d5dc4e02..000000000000 --- a/dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_gtkdoc_1.32.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/docs/api/libpreludedb-docs.xml -+++ b/docs/api/libpreludedb-docs.xml -@@ -26,10 +26,6 @@ - <xi:include href="xml/preludedb-sql-settings.xml"/> - - </chapter> -- <chapter id="object-tree"> -- <title>Object Hierarchy</title> -- <xi:include href="xml/tree_index.sgml"/> -- </chapter> - <index id="api-index-full"> - <title>API Index</title> - <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> diff --git a/dev-libs/libpreludedb/libpreludedb-5.2.0.ebuild b/dev-libs/libpreludedb/libpreludedb-5.2.0.ebuild deleted file mode 100644 index e3db909f7abf..000000000000 --- a/dev-libs/libpreludedb/libpreludedb-5.2.0.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_OPTIONAL=1 - -inherit autotools distutils-r1 - -DESCRIPTION="Framework to easy access to the Prelude database" -HOMEPAGE="https://www.prelude-siem.org" -SRC_URI="https://www.prelude-siem.org/pkg/src/${PV}/${P}.tar.gz - https://dev.gentoo.org/~juippis/distfiles/tmp/libpreludedb-5.1.0-update_m4_postgresql.patch" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mysql postgres python sqlite" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=">=dev-libs/libprelude-5.2.0 - <dev-libs/libprelude-6 - net-libs/gnutls:= - mysql? ( dev-db/mysql-connector-c:= ) - postgres? ( dev-db/postgresql:* ) - python? ( ${PYTHON_DEPS} ) - sqlite? ( dev-db/sqlite:3 )" - -DEPEND="${RDEPEND}" - -BDEPEND=">=dev-lang/swig-4.0.0 - dev-util/gtk-doc-am - sys-devel/flex - virtual/pkgconfig - app-alternatives/yacc - python? ( ${PYTHON_DEPS} )" - -PATCHES=( - "${FILESDIR}/${PN}-4.0.0-fix-python-bindings.patch" - "${FILESDIR}/${PN}-5.1.0-fix_gtkdoc_1.32.patch" - "${DISTDIR}/${PN}-5.1.0-update_m4_postgresql.patch" -) - -src_prepare() { - default - - eautoreconf - - if use python; then - cd bindings/python || die - distutils-r1_src_prepare - fi -} - -src_configure() { - local myconf=( - --enable-easy-bindings - --without-swig - --without-python2 - --localstatedir="${EPREFIX}/var" - $(use_with mysql) - $(use_with postgres postgresql) - $(use_with sqlite sqlite3) - ) - - if use python; then - python_setup - myconf+=( --with-python3="${EPYTHON}" ) - else - myconf+=( --without-python3 ) - fi - - econf "${myconf[@]}" -} - -src_compile() { - default - if use python; then - cd bindings/python || die - distutils-r1_src_compile - fi -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die - if use python; then - cd bindings/python || die - distutils-r1_src_install - fi -} diff --git a/dev-libs/libpreludedb/metadata.xml b/dev-libs/libpreludedb/metadata.xml deleted file mode 100644 index 7bc26282c762..000000000000 --- a/dev-libs/libpreludedb/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - The PreludeDB Library provides an abstraction layer upon the type and the - format of the database used to store IDMEF alerts. It allows developers - to use the Prelude IDMEF database easily and efficiently without - worrying about SQL, and to access the database independently of the - type/format of the database. - </longdescription> -</pkgmetadata> |