From d5f0be2ee2777ab330a39d6bd00d1c632edafcd3 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 29 Sep 2025 19:14:04 +0100 Subject: dev-cpp/jsoncons: drop 1.4.1 Signed-off-by: Alexey Sokolov Part-of: https://github.com/gentoo/gentoo/pull/43986 Closes: https://github.com/gentoo/gentoo/pull/43986 Signed-off-by: Sam James --- dev-cpp/jsoncons/jsoncons-1.4.1.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-cpp/jsoncons/jsoncons-1.4.1.ebuild (limited to 'dev-cpp/jsoncons/jsoncons-1.4.1.ebuild') diff --git a/dev-cpp/jsoncons/jsoncons-1.4.1.ebuild b/dev-cpp/jsoncons/jsoncons-1.4.1.ebuild deleted file mode 100644 index 79fff7668853..000000000000 --- a/dev-cpp/jsoncons/jsoncons-1.4.1.ebuild +++ /dev/null @@ -1,27 +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 )" - -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 -} -- cgit v1.2.3