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