Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/
Date: Fri, 31 May 2019 19:26:48
Message-Id: 1559330747.056704d24f97bdc39df889f12347913f775269a0.gyakovlev@gentoo
1 commit: 056704d24f97bdc39df889f12347913f775269a0
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 19:25:47 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 19:25:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056704d2
7
8 net-libs/grpc: revbump 1.2x series, bump protobuf dep to >=3.7.0
9
10 Closes: https://bugs.gentoo.org/686988
11 Package-Manager: Portage-2.3.67, Repoman-2.3.13
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 net-libs/grpc/{grpc-1.20.1.ebuild => grpc-1.20.1-r1.ebuild} | 2 +-
15 net-libs/grpc/{grpc-1.21.1.ebuild => grpc-1.21.1-r1.ebuild} | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/grpc/grpc-1.20.1.ebuild b/net-libs/grpc/grpc-1.20.1-r1.ebuild
19 similarity index 98%
20 rename from net-libs/grpc/grpc-1.20.1.ebuild
21 rename to net-libs/grpc/grpc-1.20.1-r1.ebuild
22 index bc5eefc6e92..f34a772f778 100644
23 --- a/net-libs/grpc/grpc-1.20.1.ebuild
24 +++ b/net-libs/grpc/grpc-1.20.1-r1.ebuild
25 @@ -18,7 +18,7 @@ IUSE="examples doc perftools systemtap static-libs"
26
27 RDEPEND="
28 >=dev-libs/openssl-1.0.2:0=[-bindist]
29 - dev-libs/protobuf:=
30 + >=dev-libs/protobuf-3.7.0:=
31 >=net-dns/c-ares-1.15.0:=
32 sys-libs/zlib:=
33 perftools? ( dev-util/google-perftools:= )
34
35 diff --git a/net-libs/grpc/grpc-1.21.1.ebuild b/net-libs/grpc/grpc-1.21.1-r1.ebuild
36 similarity index 98%
37 rename from net-libs/grpc/grpc-1.21.1.ebuild
38 rename to net-libs/grpc/grpc-1.21.1-r1.ebuild
39 index 79d4eff6fd6..f90bab18e1c 100644
40 --- a/net-libs/grpc/grpc-1.21.1.ebuild
41 +++ b/net-libs/grpc/grpc-1.21.1-r1.ebuild
42 @@ -18,7 +18,7 @@ IUSE="examples doc perftools systemtap static-libs"
43
44 DEPEND="
45 >=dev-libs/openssl-1.0.2:0=[-bindist]
46 - dev-libs/protobuf:=
47 + >=dev-libs/protobuf-3.7.0:=
48 >=net-dns/c-ares-1.15.0:=
49 sys-libs/zlib:=
50 perftools? ( dev-util/google-perftools:= )