diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-09-19 05:09:29 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-09-20 23:24:57 +0100 |
| commit | 1c759f98119b78056d9c50208b9452f462300e73 (patch) | |
| tree | 3d830db7b9a8934d46d1119ee20d858ae1803fe8 /dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.16.1.ebuild | |
| parent | 30fe512985b356de81ef6b36de75f06981eeb70e (diff) | |
| download | gentoo-1c759f98119b78056d9c50208b9452f462300e73.tar.gz gentoo-1c759f98119b78056d9c50208b9452f462300e73.tar.bz2 gentoo-1c759f98119b78056d9c50208b9452f462300e73.zip | |
dev-cpp/opentelemetry-cpp: drop 1.3.0-r2, 1.4.0, 1.16.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43853
Closes: https://github.com/gentoo/gentoo/pull/43853
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.16.1.ebuild')
| -rw-r--r-- | dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.16.1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.16.1.ebuild b/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.16.1.ebuild deleted file mode 100644 index 77c626523688..000000000000 --- a/dev-cpp/opentelemetry-cpp/opentelemetry-cpp-1.16.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="The OpenTelemetry C++ Client" -HOMEPAGE=" - https://opentelemetry.io/ - https://github.com/open-telemetry/opentelemetry-cpp -" -SRC_URI="https://github.com/open-telemetry/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" -IUSE="prometheus test" - -RDEPEND=" - net-misc/curl:= - dev-libs/boost:= -" -DEPEND=" - ${RDEPEND} - prometheus? ( - dev-cpp/prometheus-cpp - ) - test? ( - dev-cpp/gtest - dev-cpp/benchmark - ) -" - -RESTRICT="!test? ( test )" - -PATCHES=( - # remove tests the need network - "${FILESDIR}/${PN}-1.5.0-tests.patch" - "${FILESDIR}/${PN}-1.16.1-cstdint.patch" - "${FILESDIR}/${PN}-1.16.1-fix-clang-template.patch" -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON - -DBUILD_SHARED_LIBS:BOOL=ON - -DBUILD_TESTING:BOOL=$(usex test) - -DWITH_PROMETHEUS:BOOL=$(usex prometheus) - ) - - cmake_src_configure -} |
