net-libs / google-cloud-cpp

Google Cloud Client Library for C++

Official package sites : https://cloud.google.com/ ·

v2.19.0 :: 0 :: gentoo

Modified
License
Apache-2.0
Keywords
~amd64 ~arm64 ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-cpp / abseil-cpp : Abseil Common Libraries (C++), LTS Branch

dev-cpp / benchmark : A microbenchmark support library

dev-cpp / gtest : Google C++ Testing Framework

dev-cpp / nlohmann_json : JSON for Modern C++

dev-libs / crc32c : CRC32C implementation with support for CPU-specific acceleration instructions

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data

dev-libs / re2 : An efficient, principled regular expression library

net-libs / grpc : Modern open source high performance RPC framework

net-misc / curl : A Client that groks URLs

sys-libs / zlib : Standard (de)compression library

dev-cpp / abseil-cpp : Abseil Common Libraries (C++), LTS Branch

dev-cpp / nlohmann_json : JSON for Modern C++

dev-libs / crc32c : CRC32C implementation with support for CPU-specific acceleration instructions

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data

dev-libs / re2 : An efficient, principled regular expression library

net-libs / grpc : Modern open source high performance RPC framework

net-misc / curl : A Client that groks URLs

sys-libs / zlib : Standard (de)compression library

935665
net-libs/google-cloud-cpp-2.19.0 - [perl-5.40] [icu-75.1] cmake failed
Repository mirror & CI · gentoo
Merge updates from master
Filip Kobierski · gentoo
net-libs/google-cloud-cpp: drop old
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matoro Mahri · gentoo
net-libs/google-cloud-cpp: Keyword 2.19.0 arm64, #906576
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matoro Mahri · gentoo
net-libs/google-cloud-cpp: disable test broken under portage
ClogEnvironment fails (segfault) under portage sandbox, doesn't fail outside, unsure why. Most of other large test suite is fine, just disable this one for now. Bug: https://bugs.gentoo.org/906576 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34408 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matoro Mahri · gentoo
net-libs/google-cloud-cpp: add 2.19.0
Closes: https://bugs.gentoo.org/913108 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34140 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: drop 0.10.0-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Jason Zaman · gentoo
net-libs/google-cloud-cpp: bump 1.36.0
Closes: https://bugs.gentoo.org/815904 Closes: https://bugs.gentoo.org/744661 Closes: https://bugs.gentoo.org/727786 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: Drop old
Keep last cmake-utils version for now Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Jason Zaman · gentoo
net-libs/google-cloud-cpp: port to cmake.eclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
net-libs/google-cloud-cpp: new revision depending on OpenSSL.
As of v0.9.0, google-cloud-cpp now depends unconditionally on OpenSSL (according to upstream). We carry a patch that tries to eliminate the dependency, but several people (including myself) have reported that it only results in link failures these days. This commit introduces a new revision of google-cloud-cpp-0.10.0 without the patch. Note that the patch also dropped some zlib stuff, and no one remembers why. We might find out! Closes: https://bugs.gentoo.org/691352 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: bump to 0.10.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: bump 0.9.0
Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Arfrever Frehtes Taifersar Arahesis · gentoo
net-libs/google-cloud-cpp: Depend on dev-libs/protobuf:=.
Bug: https://bugs.gentoo.org/683928 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: add gtest bdep
Closes: https://bugs.gentoo.org/677258 Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: add missing crc32c dep
Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: bump to 0.5.0
Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: revbump with patches that are now upstream
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: Add gtest dep
Fixes: https://bugs.gentoo.org/665478 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Repository mirror & CI · gentoo
Merge updates from master
Jason Zaman · gentoo
net-libs/google-cloud-cpp: new package
ebuild by me Package-Manager: Portage-2.3.40, Repoman-2.3.9