diff options
| author | Petr Vaněk <arkamar@gentoo.org> | 2025-02-24 09:39:05 +0100 |
|---|---|---|
| committer | Petr Vaněk <arkamar@gentoo.org> | 2025-02-24 09:51:16 +0100 |
| commit | a45d82dc4859b91d92f96c922ac7085c3d1f34ea (patch) | |
| tree | da7a4bd16b40096620b0d69801c5d2c139808feb /dev-libs/json-c/json-c-0.17.ebuild | |
| parent | ebfc5abfc2f8d93ba43af8c5cdcc359818a287d1 (diff) | |
| download | gentoo-a45d82dc4859b91d92f96c922ac7085c3d1f34ea.tar.gz gentoo-a45d82dc4859b91d92f96c922ac7085c3d1f34ea.tar.bz2 gentoo-a45d82dc4859b91d92f96c922ac7085c3d1f34ea.zip | |
dev-libs/json-c: drop 0.17
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-libs/json-c/json-c-0.17.ebuild')
| -rw-r--r-- | dev-libs/json-c/json-c-0.17.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-libs/json-c/json-c-0.17.ebuild b/dev-libs/json-c/json-c-0.17.ebuild deleted file mode 100644 index 7a9b3a414bca..000000000000 --- a/dev-libs/json-c/json-c-0.17.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="A JSON implementation in C" -HOMEPAGE="https://github.com/json-c/json-c/wiki" -SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/5" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="cpu_flags_x86_rdrand static-libs threads" - -MULTILIB_WRAPPED_HEADERS=( - /usr/include/json-c/config.h -) - -multilib_src_configure() { - # Tests use Valgrind automagically otherwise (bug #927027) - export USE_VALGRIND=0 - - local mycmakeargs=( - # apps are not installed, so disable unconditionally. - # https://github.com/json-c/json-c/blob/json-c-0.17-20230812/apps/CMakeLists.txt#L119...L121 - -DBUILD_APPS=OFF - -DBUILD_STATIC_LIBS=$(usex static-libs) - -DDISABLE_EXTRA_LIBS=ON - -DDISABLE_WERROR=ON - -DENABLE_RDRAND=$(usex cpu_flags_x86_rdrand) - -DENABLE_THREADING=$(usex threads) - ) - - cmake_src_configure -} - -multilib_src_test() { - multilib_is_native_abi && cmake_src_test -} - -multilib_src_install_all() { - HTML_DOCS=( "${S}"/doc/html/. ) - einstalldocs -} |
