diff options
| author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2025-09-18 23:00:29 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-09-18 23:55:41 +0100 |
| commit | e1902d67012ece9b6c1e056c622c43435ef544ed (patch) | |
| tree | a1f4fa8579e5091aaa0cc48e8fc1eb729e5196c8 /dev-cpp/jsoncons/jsoncons-1.4.0.ebuild | |
| parent | beea7c40d5a09fbb999834cc9b4de629593c6847 (diff) | |
| download | gentoo-e1902d67012ece9b6c1e056c622c43435ef544ed.tar.gz gentoo-e1902d67012ece9b6c1e056c622c43435ef544ed.tar.bz2 gentoo-e1902d67012ece9b6c1e056c622c43435ef544ed.zip | |
dev-cpp/jsoncons: drop 1.4.0
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/43843
Closes: https://github.com/gentoo/gentoo/pull/43843
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/jsoncons/jsoncons-1.4.0.ebuild')
| -rw-r--r-- | dev-cpp/jsoncons/jsoncons-1.4.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-cpp/jsoncons/jsoncons-1.4.0.ebuild b/dev-cpp/jsoncons/jsoncons-1.4.0.ebuild deleted file mode 100644 index 19801daab74f..000000000000 --- a/dev-cpp/jsoncons/jsoncons-1.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++ header-only library for JSON and JSON-like data formats" -HOMEPAGE="https://danielaparker.github.io/jsoncons/ https://github.com/danielaparker/jsoncons" -SRC_URI="https://github.com/danielaparker/jsoncons/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${P}-uninit.patch -) - -DOCS=( doc ) - -# uses modified version of catch.hpp, doesn't work with upstream catch2 - -src_configure() { - local mycmakeargs=( - -DJSONCONS_BUILD_TESTS=$(usex test) - ) - cmake_src_configure -} |
