Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpreludedb/
Date: Fri, 01 Jan 2021 00:35:50
Message-Id: 1609461342.602220d2c477042ef42fb0bcfc0740dcf7e3ffdf.mgorny@gentoo
1 commit: 602220d2c477042ef42fb0bcfc0740dcf7e3ffdf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:33:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:35:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602220d2
7
8 dev-libs/libpreludedb: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/libpreludedb/Manifest | 2 -
13 dev-libs/libpreludedb/libpreludedb-4.0.0-r1.ebuild | 86 ----------------------
14 dev-libs/libpreludedb/libpreludedb-4.1.0-r1.ebuild | 86 ----------------------
15 3 files changed, 174 deletions(-)
16
17 diff --git a/dev-libs/libpreludedb/Manifest b/dev-libs/libpreludedb/Manifest
18 index 7e89a2aceed..47b6710121d 100644
19 --- a/dev-libs/libpreludedb/Manifest
20 +++ b/dev-libs/libpreludedb/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST libpreludedb-4.0.0.tar.gz 1325812 BLAKE2B 7a506f7cd7b51898e26201f2cc640b1f34227f9cf7c5c6e2385480f1fc0ad854b6d747293ab502b641cc65f1ee9ae4a8f225e6a1d4489bcaa59901c6342f1279 SHA512 13f5dbcfa6af965f2075d60c645ebb19cbd6b18807b26f4f13a7a05f1cf552996f9846e856728a4e1dc621efda693016e82623d4a3cbf74849b3e7114f19faca
23 -DIST libpreludedb-4.1.0.tar.gz 1333638 BLAKE2B 380a6d4ef8836555510f9f9882b6100417f2567520c421355fb7eec8d2cd7e2f3942c4cb90ea21fa1557327026edd5c1e35e338a79e06a21cfb2bd6813a289c2 SHA512 de1fa5106d7f34edb5a23e726c968de84bb8b10257587b6ee36276ed75ddc54f4f9539aecb7836e114eb3bfa90104dd3b5e097be0c3d12347dcbded94f293dc4
24 DIST libpreludedb-5.1.0-update_m4_postgresql.patch 20562 BLAKE2B 5db9a213c47296b308a641942e41c82eb9642dc7817ac1134ac52c8f24e38b68e0dacc5adedc30ba0611e84c97bb51f444b75b2b98884c0f21312da58f40b6d8 SHA512 24881cfe0e471e934fc9b1bd64dd901303f68615e1700ce92d6bc7324b28587aef8cc05be9cc7c2545f86666064607d8113c5273381bf9306ef69f569ab9d1bf
25 DIST libpreludedb-5.1.0.tar.gz 1374511 BLAKE2B 569324a5ae484b1d13ac729f25a2f7f8924a8dced923859cdc393289acf0c0cf098ae6e0f9f572a707c85aa9af4a27bbaa0927e20d610b423e2aae86718d232b SHA512 9e45e0f7a945eef254f8e59c0c7212c6afca897584ea8f2c88e16478fde448abdeeb991828cc2482373d2c735e1229f1a11fe9780e40da1a8aed867fe158f481
26 DIST libpreludedb-5.2.0.tar.gz 1372810 BLAKE2B 5a6bed23eba77591b8e97bb3c6f2b321970c94f88fb86094146a1a3fa64cc0f0c97ca1d1488b2202ab7042207ca2ca4f74029415ef1ca6ea13c84d158a23473f SHA512 357e3ce69927ed405bc757774466631d34cad9b53031be6ce456238dd8aef3781471ecbb36ab4a3131468f4686a635095aaf837d23a0efc9db758322298e7744
27
28 diff --git a/dev-libs/libpreludedb/libpreludedb-4.0.0-r1.ebuild b/dev-libs/libpreludedb/libpreludedb-4.0.0-r1.ebuild
29 deleted file mode 100644
30 index bf8921fc1f2..00000000000
31 --- a/dev-libs/libpreludedb/libpreludedb-4.0.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,86 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python3_6 )
39 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
40 -DISTUTILS_OPTIONAL=1
41 -
42 -inherit autotools distutils-r1 ruby-single
43 -
44 -DESCRIPTION="Framework to easy access to the Prelude database"
45 -HOMEPAGE="https://www.prelude-siem.org"
46 -SRC_URI="https://www.prelude-siem.org/pkg/src/${PV}/${P}.tar.gz"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="mysql postgres python sqlite"
52 -
53 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
54 -
55 -RDEPEND="~dev-libs/libprelude-${PV}
56 - net-libs/gnutls:=
57 - mysql? ( dev-db/mysql-connector-c:= )
58 - postgres? ( dev-db/postgresql:* )
59 - python? ( ${PYTHON_DEPS} )
60 - sqlite? ( dev-db/sqlite:3 )"
61 -
62 -DEPEND="${RDEPEND}
63 - >=dev-lang/swig-3.0.7
64 - dev-util/gtk-doc-am
65 - sys-devel/flex
66 - virtual/pkgconfig
67 - virtual/yacc"
68 -
69 -PATCHES=(
70 - "${FILESDIR}/${P}-fix-python-bindings.patch"
71 -)
72 -
73 -src_prepare() {
74 - default
75 -
76 - eautoreconf
77 -
78 - if use python; then
79 - cd bindings/python || die
80 - distutils-r1_src_prepare
81 - fi
82 -}
83 -
84 -src_configure() {
85 - local myconf=(
86 - --enable-easy-bindings
87 - --with-swig
88 - --without-python2
89 - $(use_with mysql)
90 - $(use_with postgres postgresql)
91 - $(use_with sqlite sqlite3)
92 - )
93 -
94 - if use python; then
95 - python_setup
96 - myconf+=( --with-python3="${EPYTHON}" )
97 - else
98 - myconf+=( --without-python3 )
99 - fi
100 -
101 - econf "${myconf[@]}"
102 -}
103 -
104 -src_compile() {
105 - default
106 - if use python; then
107 - cd bindings/python || die
108 - distutils-r1_src_compile
109 - fi
110 -}
111 -
112 -src_install() {
113 - default
114 - find "${D}" -name '*.la' -delete || die
115 - if use python; then
116 - cd bindings/python || die
117 - distutils-r1_src_install
118 - fi
119 -}
120
121 diff --git a/dev-libs/libpreludedb/libpreludedb-4.1.0-r1.ebuild b/dev-libs/libpreludedb/libpreludedb-4.1.0-r1.ebuild
122 deleted file mode 100644
123 index 2cc2fe00385..00000000000
124 --- a/dev-libs/libpreludedb/libpreludedb-4.1.0-r1.ebuild
125 +++ /dev/null
126 @@ -1,86 +0,0 @@
127 -# Copyright 1999-2020 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=6
131 -PYTHON_COMPAT=( python3_6 )
132 -USE_RUBY="ruby22 ruby23 ruby24 ruby25"
133 -DISTUTILS_OPTIONAL=1
134 -
135 -inherit autotools distutils-r1 ruby-single
136 -
137 -DESCRIPTION="Framework to easy access to the Prelude database"
138 -HOMEPAGE="https://www.prelude-siem.org"
139 -SRC_URI="https://www.prelude-siem.org/pkg/src/${PV}/${P}.tar.gz"
140 -
141 -LICENSE="GPL-2+"
142 -SLOT="0"
143 -KEYWORDS="~amd64 ~x86"
144 -IUSE="mysql postgres python sqlite"
145 -
146 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
147 -
148 -RDEPEND="~dev-libs/libprelude-${PV}
149 - net-libs/gnutls:=
150 - mysql? ( dev-db/mysql-connector-c:= )
151 - postgres? ( dev-db/postgresql:* )
152 - python? ( ${PYTHON_DEPS} )
153 - sqlite? ( dev-db/sqlite:3 )"
154 -
155 -DEPEND="${RDEPEND}
156 - >=dev-lang/swig-3.0.11
157 - dev-util/gtk-doc-am
158 - sys-devel/flex
159 - virtual/pkgconfig
160 - virtual/yacc"
161 -
162 -PATCHES=(
163 - "${FILESDIR}/${PN}-4.0.0-fix-python-bindings.patch"
164 -)
165 -
166 -src_prepare() {
167 - default
168 -
169 - eautoreconf
170 -
171 - if use python; then
172 - cd bindings/python || die
173 - distutils-r1_src_prepare
174 - fi
175 -}
176 -
177 -src_configure() {
178 - local myconf=(
179 - --enable-easy-bindings
180 - --with-swig
181 - --without-python2
182 - $(use_with mysql)
183 - $(use_with postgres postgresql)
184 - $(use_with sqlite sqlite3)
185 - )
186 -
187 - if use python; then
188 - python_setup
189 - myconf+=( --with-python3="${EPYTHON}" )
190 - else
191 - myconf+=( --without-python3 )
192 - fi
193 -
194 - econf "${myconf[@]}"
195 -}
196 -
197 -src_compile() {
198 - default
199 - if use python; then
200 - cd bindings/python || die
201 - distutils-r1_src_compile
202 - fi
203 -}
204 -
205 -src_install() {
206 - default
207 - find "${D}" -name '*.la' -delete || die
208 - if use python; then
209 - cd bindings/python || die
210 - distutils-r1_src_install
211 - fi
212 -}