Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/
Date: Mon, 03 May 2021 08:18:25
Message-Id: 1620029798.5899b2a67db444d52c24a08af75600cc725662f7.zlogene@gentoo
1 commit: 5899b2a67db444d52c24a08af75600cc725662f7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 08:16:38 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 08:16:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5899b2a6
7
8 dev-db/mysql-connector-c++: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild | 7 +++----
14 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild | 9 ++++-----
15 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.20.ebuild | 9 ++++-----
16 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild | 9 ++++-----
17 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.22.ebuild | 9 ++++-----
18 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.23.ebuild | 7 +++----
19 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild | 7 +++----
20 7 files changed, 25 insertions(+), 32 deletions(-)
21
22 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild
23 index 8ba7f35606b..a80ceec4db3 100644
24 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild
25 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2020 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI="7"
32 @@ -13,12 +13,11 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz"
33 LICENSE="Artistic GPL-2"
34 SLOT="0/7"
35 KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86"
36 -IUSE="debug examples gcov libressl static-libs"
37 +IUSE="debug examples gcov static-libs"
38
39 DEPEND="dev-db/mysql-connector-c:=
40 dev-libs/boost:=
41 - !libressl? ( dev-libs/openssl:0= )
42 - libressl? ( dev-libs/libressl:0= )
43 + dev-libs/openssl:0=
44 !<dev-db/mysql-connector-c-6.1.8"
45 RDEPEND="${DEPEND}"
46
47
48 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
49 index 1e2ef79a9a7..b02bf3f85f0 100644
50 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
51 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.19.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 +# Copyright 1999-2021 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI="7"
58 @@ -14,7 +14,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"
59 LICENSE="Artistic GPL-2"
60 SLOT="0"
61 KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
62 -IUSE="+legacy libressl"
63 +IUSE="+legacy"
64
65 RDEPEND="
66 dev-libs/protobuf:=
67 @@ -22,14 +22,13 @@ RDEPEND="
68 dev-libs/boost:=
69 >=dev-db/mysql-connector-c-6.1.8:=
70 )
71 - !libressl? ( dev-libs/openssl:0= )
72 - libressl? ( dev-libs/libressl:0= )"
73 + dev-libs/openssl:0=
74 +"
75 DEPEND="${RDEPEND}"
76 S="${WORKDIR}/${P}-src"
77
78 PATCHES=(
79 "${FILESDIR}"/${PN}-8.0.19-fix-build.patch
80 - "${FILESDIR}"/${PN}-8.0.19-fix-libressl-support.patch
81 )
82
83 src_configure() {
84
85 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.20.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.20.ebuild
86 index fcacc48a054..bad1c840c8f 100644
87 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.20.ebuild
88 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.20.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2020 Gentoo Authors
91 +# Copyright 1999-2021 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI="7"
95 @@ -14,7 +14,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"
96 LICENSE="Artistic GPL-2"
97 SLOT="0"
98 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
99 -IUSE="+legacy libressl"
100 +IUSE="+legacy"
101
102 RDEPEND="
103 dev-libs/protobuf:=
104 @@ -22,14 +22,13 @@ RDEPEND="
105 dev-libs/boost:=
106 >=dev-db/mysql-connector-c-6.1.8:=
107 )
108 - !libressl? ( dev-libs/openssl:0= )
109 - libressl? ( dev-libs/libressl:0= )"
110 + dev-libs/openssl:0=
111 + "
112 DEPEND="${RDEPEND}"
113 S="${WORKDIR}/${P}-src"
114
115 PATCHES=(
116 "${FILESDIR}"/${PN}-8.0.19-fix-build.patch
117 - "${FILESDIR}"/${PN}-8.0.20-fix-libressl-support.patch
118 )
119
120 src_configure() {
121
122 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild
123 index 679e73b030f..40911b8f944 100644
124 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild
125 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild
126 @@ -1,4 +1,4 @@
127 -# Copyright 1999-2020 Gentoo Authors
128 +# Copyright 1999-2021 Gentoo Authors
129 # Distributed under the terms of the GNU General Public License v2
130
131 EAPI="7"
132 @@ -14,7 +14,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"
133 LICENSE="Artistic GPL-2"
134 SLOT="0"
135 KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
136 -IUSE="+legacy libressl"
137 +IUSE="+legacy"
138
139 RDEPEND="
140 dev-libs/protobuf:=
141 @@ -22,14 +22,13 @@ RDEPEND="
142 dev-libs/boost:=
143 >=dev-db/mysql-connector-c-6.1.8:=
144 )
145 - !libressl? ( dev-libs/openssl:0= )
146 - libressl? ( dev-libs/libressl:0= )"
147 + dev-libs/openssl:0=
148 +"
149 DEPEND="${RDEPEND}"
150 S="${WORKDIR}/${P}-src"
151
152 PATCHES=(
153 "${FILESDIR}"/${PN}-8.0.19-fix-build.patch
154 - "${FILESDIR}"/${PN}-8.0.20-fix-libressl-support.patch
155 )
156
157 src_configure() {
158
159 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.22.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.22.ebuild
160 index 3f0eadd2941..99d319d98c9 100644
161 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.22.ebuild
162 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.22.ebuild
163 @@ -1,4 +1,4 @@
164 -# Copyright 1999-2020 Gentoo Authors
165 +# Copyright 1999-2021 Gentoo Authors
166 # Distributed under the terms of the GNU General Public License v2
167
168 EAPI="7"
169 @@ -14,7 +14,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"
170 LICENSE="Artistic GPL-2"
171 SLOT="0"
172 KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
173 -IUSE="+legacy libressl"
174 +IUSE="+legacy"
175
176 RDEPEND="
177 dev-libs/protobuf:=
178 @@ -22,14 +22,13 @@ RDEPEND="
179 dev-libs/boost:=
180 >=dev-db/mysql-connector-c-6.1.8:=
181 )
182 - !libressl? ( dev-libs/openssl:0= )
183 - libressl? ( dev-libs/libressl:0= )"
184 + dev-libs/openssl:0=
185 + "
186 DEPEND="${RDEPEND}"
187 S="${WORKDIR}/${P}-src"
188
189 PATCHES=(
190 "${FILESDIR}"/${PN}-8.0.22-fix-build.patch
191 - "${FILESDIR}"/${PN}-8.0.20-fix-libressl-support.patch
192 )
193
194 src_configure() {
195
196 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.23.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.23.ebuild
197 index a48f5e39011..629a5b274f4 100644
198 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.23.ebuild
199 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.23.ebuild
200 @@ -14,7 +14,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"
201 LICENSE="Artistic GPL-2"
202 SLOT="0"
203 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
204 -IUSE="+legacy libressl"
205 +IUSE="+legacy"
206
207 RDEPEND="
208 dev-libs/protobuf:=
209 @@ -22,14 +22,13 @@ RDEPEND="
210 dev-libs/boost:=
211 >=dev-db/mysql-connector-c-6.1.8:=
212 )
213 - !libressl? ( dev-libs/openssl:0= )
214 - libressl? ( dev-libs/libressl:0= )"
215 + dev-libs/openssl:0=
216 + "
217 DEPEND="${RDEPEND}"
218 S="${WORKDIR}/${P}-src"
219
220 PATCHES=(
221 "${FILESDIR}"/${PN}-8.0.22-fix-build.patch
222 - "${FILESDIR}"/${PN}-8.0.20-fix-libressl-support.patch
223 )
224
225 src_configure() {
226
227 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
228 index 8edd7e9d054..a7c6ee2c227 100644
229 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
230 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
231 @@ -14,7 +14,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz"
232 LICENSE="Artistic GPL-2"
233 SLOT="0"
234 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
235 -IUSE="+legacy libressl"
236 +IUSE="+legacy"
237
238 RDEPEND="
239 dev-libs/protobuf:=
240 @@ -22,14 +22,13 @@ RDEPEND="
241 dev-libs/boost:=
242 >=dev-db/mysql-connector-c-6.1.8:=
243 )
244 - !libressl? ( dev-libs/openssl:0= )
245 - libressl? ( dev-libs/libressl:0= )"
246 + dev-libs/openssl:0=
247 + "
248 DEPEND="${RDEPEND}"
249 S="${WORKDIR}/${P}-src"
250
251 PATCHES=(
252 "${FILESDIR}"/${PN}-8.0.22-fix-build.patch
253 - "${FILESDIR}"/${PN}-8.0.20-fix-libressl-support.patch
254 "${FILESDIR}"/${PN}-8.0.24-gcc11-numeric_limits.patch
255 )