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/cpp-driver/
Date: Sun, 02 May 2021 20:09:49
Message-Id: 1619986177.27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c.zlogene@gentoo
1 commit: 27024b1ec0ced85db57b578d9d7ecf3a3b2c7c2c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 20:09:37 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:09:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27024b1e
7
8 dev-db/cpp-driver: 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/cpp-driver/cpp-driver-2.11.0.ebuild | 7 +++----
14 dev-db/cpp-driver/cpp-driver-2.9.0.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild
18 index 60a578597de..d9088c8dee8 100644
19 --- a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild
20 +++ b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,13 +12,12 @@ SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="libressl ssl"
32 +IUSE="ssl"
33
34 RDEPEND="
35 dev-libs/libuv:=
36 ssl? (
37 - !libressl? ( dev-libs/openssl:0= )
38 - libressl? ( dev-libs/libressl:0= )
39 + dev-libs/openssl:0=
40 )"
41 DEPEND="${RDEPEND}"
42
43
44 diff --git a/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild b/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
45 index 961a2bbec06..69593833d3b 100644
46 --- a/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
47 +++ b/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2019 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=6
54 @@ -12,13 +12,12 @@ SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
55 LICENSE="Apache-2.0"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 -IUSE="libressl ssl"
59 +IUSE="ssl"
60
61 RDEPEND="
62 dev-libs/libuv:=
63 ssl? (
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 )"
68 DEPEND="${RDEPEND}"