commit:     4f7d0ed6e661425f65895938c5a90bc0da5b141d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:21:41 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:21:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7d0ed6

dev-libs/libpreludedb: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libpreludedb/Manifest                     |  1 -
 .../files/libpreludedb-5.1.0-fix_py38.patch        | 11 ---
 dev-libs/libpreludedb/libpreludedb-5.1.0.ebuild    | 93 ----------------------
 3 files changed, 105 deletions(-)

diff --git a/dev-libs/libpreludedb/Manifest b/dev-libs/libpreludedb/Manifest
index 47b6710121d..6e250e91e8e 100644
--- a/dev-libs/libpreludedb/Manifest
+++ b/dev-libs/libpreludedb/Manifest
@@ -1,3 +1,2 @@
 DIST libpreludedb-5.1.0-update_m4_postgresql.patch 20562 BLAKE2B 
5db9a213c47296b308a641942e41c82eb9642dc7817ac1134ac52c8f24e38b68e0dacc5adedc30ba0611e84c97bb51f444b75b2b98884c0f21312da58f40b6d8
 SHA512 
24881cfe0e471e934fc9b1bd64dd901303f68615e1700ce92d6bc7324b28587aef8cc05be9cc7c2545f86666064607d8113c5273381bf9306ef69f569ab9d1bf
-DIST libpreludedb-5.1.0.tar.gz 1374511 BLAKE2B 
569324a5ae484b1d13ac729f25a2f7f8924a8dced923859cdc393289acf0c0cf098ae6e0f9f572a707c85aa9af4a27bbaa0927e20d610b423e2aae86718d232b
 SHA512 
9e45e0f7a945eef254f8e59c0c7212c6afca897584ea8f2c88e16478fde448abdeeb991828cc2482373d2c735e1229f1a11fe9780e40da1a8aed867fe158f481
 DIST libpreludedb-5.2.0.tar.gz 1372810 BLAKE2B 
5a6bed23eba77591b8e97bb3c6f2b321970c94f88fb86094146a1a3fa64cc0f0c97ca1d1488b2202ab7042207ca2ca4f74029415ef1ca6ea13c84d158a23473f
 SHA512 
357e3ce69927ed405bc757774466631d34cad9b53031be6ce456238dd8aef3781471ecbb36ab4a3131468f4686a635095aaf837d23a0efc9db758322298e7744

diff --git a/dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_py38.patch 
b/dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_py38.patch
deleted file mode 100644
index a2a6a0a8be0..00000000000
--- a/dev-libs/libpreludedb/files/libpreludedb-5.1.0-fix_py38.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bindings/python/_preludedb.cxx
-+++ b/bindings/python/_preludedb.cxx
-@@ -3133,7 +3133,7 @@
- 
- SWIGINTERN void
- SwigPyStaticVar_dealloc(PyDescrObject *descr) {
--  _PyObject_GC_UNTRACK(descr);
-+  PyObject_GC_UnTrack(descr);
-   Py_XDECREF(PyDescr_TYPE(descr));
-   Py_XDECREF(PyDescr_NAME(descr));
-   PyObject_GC_Del(descr);

diff --git a/dev-libs/libpreludedb/libpreludedb-5.1.0.ebuild 
b/dev-libs/libpreludedb/libpreludedb-5.1.0.ebuild
deleted file mode 100644
index 2d7d6e0157e..00000000000
--- a/dev-libs/libpreludedb/libpreludedb-5.1.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-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.1.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-3.0.11
-       dev-util/gtk-doc-am
-       sys-devel/flex
-       virtual/pkgconfig
-       virtual/yacc
-       python? ( ${PYTHON_DEPS} )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-4.0.0-fix-python-bindings.patch"
-       "${FILESDIR}/${PN}-5.1.0-fix_gtkdoc_1.32.patch"
-       "${FILESDIR}/${PN}-5.1.0-fix_py38.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
-               --with-swig
-               --without-python2
-               $(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
-}

Reply via email to