dev-cpp/valijson: clean up old

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1501
Merges: https://codeberg.org/gentoo/gentoo/pulls/1501
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2026-07-22 19:20:01 +02:00
committed by Viorel Munteanu
parent 933200fe87
commit b115bd2b3a
2 changed files with 0 additions and 22 deletions

View File

@@ -1,3 +1,2 @@
DIST valijson-1.1.0.tar.gz 740497 BLAKE2B e03fdf7838145df065699be48569d2e7b1e054f436f5ad5fbf91991c2cfb88eed1dba6250f7ff24c26c18aeb451efdd1dccb85df5013005734daae9d76d7855b SHA512 4916e12dc45312462a7abbc2707f5c1edfe129feb03e73afebf11a80ac6fb2f4469fdb4d83174d1c0565f8553ff958b1dc0ea78132d7063bbf640de0ade1676b
DIST valijson-1.1.2.tar.gz 758642 BLAKE2B dcb05f674b6d42234b9717d39dd72a42e7b5aa7c1fc2697ba9d2e95f834f1830a64a2dcd992b11f0fafa58eed539d2412df484d247ce2e9777b9ccada1605dc8 SHA512 664f6bb8eda93b57c6ec7dd8a0f8fdbc52578bf22d342b74a0a54662d34d99a27927440ce40380405817d9ad3db10ad4f9d9458ff9967ddbc0cd6842a9ac6b55
DIST valijson-1.1.3.tar.gz 762821 BLAKE2B 50a02f9739c52ea6d3e8737f2154dbe21ab3d9320a0e6cee93598fa21451229d2fa518c2d8210e954b4aa9518151a4e10e16abd789e6a633ce15a54eaffb99a5 SHA512 bca797e9198a230476788b008c759115ce36f7a5301d8d87afd7160f6207c9a2dbd769f60ad9baaf87983ee08f772a16d01fee1944e053a602b716907e7a7d7b

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Header-only C++ library for JSON Schema validation"
HOMEPAGE="https://github.com/tristanpenman/valijson"
SRC_URI="https://github.com/tristanpenman/valijson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2 Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# Bundled test dependencies are included as submodules, so not in github
# autogenerated tarballs. The dependencies are largely packaged, but
# needs patching to use those.
RESTRICT="test"
# unused inspector/CMakeLists.txt (bug #957461)
CMAKE_QA_COMPAT_SKIP=1