diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:03:00 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:07:26 +0100 |
| commit | bd0ee727e0e124e4eaa879ad390bef06ff7420bf (patch) | |
| tree | ec5b04c986aabe3b33c866c03c1bac1645a3531c /dev-cpp | |
| parent | ce9200747de99446af96c5a204195c89bada1872 (diff) | |
| download | gentoo-bd0ee727e0e124e4eaa879ad390bef06ff7420bf.tar.gz gentoo-bd0ee727e0e124e4eaa879ad390bef06ff7420bf.tar.bz2 gentoo-bd0ee727e0e124e4eaa879ad390bef06ff7420bf.zip | |
dev-*/*: update for virtual/zlib
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.26.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.27.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/fizz/fizz-2025.04.14.00.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/folly/folly-2023.06.19.00-r1.ebuild | 4 | ||||
| -rw-r--r-- | dev-cpp/folly/folly-2024.11.04.00-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/folly/folly-2025.04.14.00-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/folly/folly-2025.04.14.00-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.22.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/prometheus-cpp/prometheus-cpp-1.2.4.ebuild | 2 |
15 files changed, 19 insertions, 19 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.26.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.26.0.ebuild index 1f5bb6cc8e26..85395108639d 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.26.0.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.26.0.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] ) zlib? ( - sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/zlib[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd[${MULTILIB_USEDEP}] diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.27.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.27.0.ebuild index 7e4cba0f8a86..215fead6eafe 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.27.0.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.27.0.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] ) zlib? ( - sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/zlib[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd[${MULTILIB_USEDEP}] diff --git a/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild index e80ab350ff21..b47a838f5a4f 100644 --- a/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild +++ b/dev-cpp/fbthrift/fbthrift-2024.11.04.00-r1.ebuild @@ -40,7 +40,7 @@ DEPEND=" dev-libs/libfmt:= dev-libs/openssl:= dev-libs/xxhash:= - sys-libs/zlib:= + virtual/zlib:= " RDEPEND=" ${DEPEND} diff --git a/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild index f068080311b4..993e2ce18db8 100644 --- a/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild +++ b/dev-cpp/fbthrift/fbthrift-2025.04.14.00-r2.ebuild @@ -39,7 +39,7 @@ DEPEND=" dev-libs/libfmt:= dev-libs/openssl:= dev-libs/xxhash - sys-libs/zlib:= + virtual/zlib:= " RDEPEND=" ${DEPEND} diff --git a/dev-cpp/fizz/fizz-2025.04.14.00.ebuild b/dev-cpp/fizz/fizz-2025.04.14.00.ebuild index 3debe0b5d7a4..c5f1389a8c65 100644 --- a/dev-cpp/fizz/fizz-2025.04.14.00.ebuild +++ b/dev-cpp/fizz/fizz-2025.04.14.00.ebuild @@ -39,7 +39,7 @@ RDEPEND=" dev-libs/libfmt:= dev-libs/libsodium:= dev-libs/openssl:= - sys-libs/zlib + virtual/zlib " uEPEND=" ${RDEPEND} diff --git a/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild index 0257d178791a..445b63ab37a5 100644 --- a/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild +++ b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,7 @@ RDEPEND=" dev-libs/libsodium:= dev-libs/openssl:= >=sys-libs/liburing-2.3:= - sys-libs/zlib + virtual/zlib llvm-libunwind? ( llvm-runtimes/libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) " diff --git a/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild b/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild index 9cbed7021ae2..897686f2504a 100644 --- a/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild +++ b/dev-cpp/folly/folly-2024.11.04.00-r2.ebuild @@ -42,7 +42,7 @@ RDEPEND=" dev-libs/libsodium:= dev-libs/openssl:= >=sys-libs/liburing-2.3:= - sys-libs/zlib + virtual/zlib llvm-libunwind? ( llvm-runtimes/libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) " diff --git a/dev-cpp/folly/folly-2025.04.14.00-r1.ebuild b/dev-cpp/folly/folly-2025.04.14.00-r1.ebuild index c3bbe87a20b7..ae54a065c689 100644 --- a/dev-cpp/folly/folly-2025.04.14.00-r1.ebuild +++ b/dev-cpp/folly/folly-2025.04.14.00-r1.ebuild @@ -41,7 +41,7 @@ RDEPEND=" dev-libs/libfmt:= dev-libs/libsodium:= dev-libs/openssl:= - sys-libs/zlib + virtual/zlib llvm-libunwind? ( llvm-runtimes/libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) io-uring? ( >=sys-libs/liburing-2.10:= ) diff --git a/dev-cpp/folly/folly-2025.04.14.00-r2.ebuild b/dev-cpp/folly/folly-2025.04.14.00-r2.ebuild index 440014760b5a..b35847cae1da 100644 --- a/dev-cpp/folly/folly-2025.04.14.00-r2.ebuild +++ b/dev-cpp/folly/folly-2025.04.14.00-r2.ebuild @@ -41,7 +41,7 @@ RDEPEND=" dev-libs/libfmt:= dev-libs/libsodium:= dev-libs/openssl:= - sys-libs/zlib + virtual/zlib llvm-libunwind? ( llvm-runtimes/libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) io-uring? ( >=sys-libs/liburing-2.10:= ) diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild index caf19cd7e8f6..e5e33b3bb52d 100644 --- a/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild +++ b/dev-cpp/msgpack-cxx/msgpack-cxx-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND="boost? ( dev-libs/boost[context] ) !<dev-libs/msgpack-5.0.0" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-text/doxygen[dot] ) - test? ( sys-libs/zlib )" + test? ( virtual/zlib )" src_configure() { local mycmakeargs=( diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild index 35b5204d39c0..41fc11872df3 100644 --- a/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild +++ b/dev-cpp/msgpack-cxx/msgpack-cxx-6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND="boost? ( dev-libs/boost[context] ) !<dev-libs/msgpack-5.0.0" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-text/doxygen[dot] ) - test? ( sys-libs/zlib )" + test? ( virtual/zlib )" PATCHES=( "${FILESDIR}"/"${PN}"-6.0.0-gcc13.patch diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild index caf19cd7e8f6..e5e33b3bb52d 100644 --- a/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild +++ b/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND="boost? ( dev-libs/boost[context] ) !<dev-libs/msgpack-5.0.0" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-text/doxygen[dot] ) - test? ( sys-libs/zlib )" + test? ( virtual/zlib )" src_configure() { local mycmakeargs=( diff --git a/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild b/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild index 9d825d14faf0..e5e33b3bb52d 100644 --- a/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild +++ b/dev-cpp/msgpack-cxx/msgpack-cxx-6.1.1.ebuild @@ -22,7 +22,7 @@ RDEPEND="boost? ( dev-libs/boost[context] ) !<dev-libs/msgpack-5.0.0" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-text/doxygen[dot] ) - test? ( sys-libs/zlib )" + test? ( virtual/zlib )" src_configure() { local mycmakeargs=( diff --git a/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.22.0.ebuild b/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.22.0.ebuild index ab64d6bff5f5..52746264a954 100644 --- a/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.22.0.ebuild +++ b/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.22.0.ebuild @@ -36,7 +36,7 @@ RESTRICT="!test? ( test )" RDEPEND=" http? ( net-misc/curl - sys-libs/zlib + virtual/zlib ) elasticsearch? ( dev-cpp/nlohmann_json diff --git a/dev-cpp/prometheus-cpp/prometheus-cpp-1.2.4.ebuild b/dev-cpp/prometheus-cpp/prometheus-cpp-1.2.4.ebuild index 296f437914a3..77dd69bd5092 100644 --- a/dev-cpp/prometheus-cpp/prometheus-cpp-1.2.4.ebuild +++ b/dev-cpp/prometheus-cpp/prometheus-cpp-1.2.4.ebuild @@ -17,7 +17,7 @@ IUSE="test zlib" RESTRICT="!test? ( test )" RDEPEND="net-misc/curl - sys-libs/zlib + virtual/zlib www-servers/civetweb[cxx]" DEPEND="${RDEPEND} test? ( |
