Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/
Date: Sun, 02 May 2021 10:16:42
Message-Id: 1619950592.9632de401c72a688f7010abb888818e4fc08bfb9.zlogene@gentoo
1 commit: 9632de401c72a688f7010abb888818e4fc08bfb9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 10:01:55 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 10:16:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9632de40
7
8 net-libs/grpc: 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 net-libs/grpc/grpc-1.28.1-r1.ebuild | 7 +++----
14 net-libs/grpc/grpc-1.32.0.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-libs/grpc/grpc-1.28.1-r1.ebuild b/net-libs/grpc/grpc-1.28.1-r1.ebuild
18 index 3619635f8bc..f0cc36db8c2 100644
19 --- a/net-libs/grpc/grpc-1.28.1-r1.ebuild
20 +++ b/net-libs/grpc/grpc-1.28.1-r1.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 @@ -14,15 +14,14 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 KEYWORDS="~amd64 ~ppc64 ~x86"
31 -IUSE="doc examples libressl"
32 +IUSE="doc examples"
33
34 DEPEND="
35 =dev-cpp/abseil-cpp-20200225*:=
36 >=dev-libs/protobuf-3.11.2:=
37 >=net-dns/c-ares-1.15.0:=
38 sys-libs/zlib:=
39 - !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist] )
40 - libressl? ( dev-libs/libressl:0= )
41 + >=dev-libs/openssl-1.0.2:0=[-bindist]
42 "
43
44 RDEPEND="${DEPEND}"
45
46 diff --git a/net-libs/grpc/grpc-1.32.0.ebuild b/net-libs/grpc/grpc-1.32.0.ebuild
47 index e76d5389780..e4306625c91 100644
48 --- a/net-libs/grpc/grpc-1.32.0.ebuild
49 +++ b/net-libs/grpc/grpc-1.32.0.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 +# Copyright 1999-2021 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=7
56 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
57 LICENSE="Apache-2.0"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc64 ~x86"
60 -IUSE="doc examples libressl test"
61 +IUSE="doc examples test"
62
63 RDEPEND="
64 =dev-cpp/abseil-cpp-20200225*:=
65 @@ -22,8 +22,7 @@ RDEPEND="
66 >=dev-libs/protobuf-3.13.0:=
67 >=net-dns/c-ares-1.15.0:=
68 sys-libs/zlib:=
69 - !libressl? ( >=dev-libs/openssl-1.1.1:0=[-bindist] )
70 - libressl? ( dev-libs/libressl:0= )
71 + >=dev-libs/openssl-1.1.1:0=[-bindist]
72 "
73
74 DEPEND="${RDEPEND}