commit: 3af53a266fdbe46277b86658db2d44511267c624 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 17 15:44:21 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 20 18:34:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af53a26
dev-cpp/valijson: drop 1.0.4, 1.0.5, 1.0.6 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-cpp/valijson/Manifest | 2 -- dev-cpp/valijson/valijson-1.0.4.ebuild | 23 ----------------------- dev-cpp/valijson/valijson-1.0.5.ebuild | 26 -------------------------- dev-cpp/valijson/valijson-1.0.6.ebuild | 26 -------------------------- 4 files changed, 77 deletions(-) diff --git a/dev-cpp/valijson/Manifest b/dev-cpp/valijson/Manifest index e32eb00ba729..ad52dfdcb49b 100644 --- a/dev-cpp/valijson/Manifest +++ b/dev-cpp/valijson/Manifest @@ -1,3 +1 @@ -DIST valijson-1.0.4.tar.gz 741124 BLAKE2B 3fad58546efcd3f08a6f92f4bc6c1f429c423da4076233a6159dffc0cb8d81e6be655072cbc08667140d7f4076149ae69a9edd6abc38190b03818353d257eafa SHA512 acd8971d3afd3c89255f45367a6b40e71f3b155dd2968afdc49f0b4d381d25da116383a8c7853f93a47e69333b99b969db0abcb25c646d97143afa9523c9d4b9 -DIST valijson-1.0.5.tar.gz 739302 BLAKE2B 7283d0e748975e6df60d5e112e4d68556bf2d77745d58ad41f2334d695fd420c30dd7ad7db714964c9644ed6ebda272ec05f478dbc9dc66e1895ab68a1c685ab SHA512 2b3a3f6f29d576bfdd7460f69bb8efceee886ab352d2b09c60ced24e1707bbf3e05329d6ec36758905a424f7d615f18cdb874fe9d9a5d1b2efd9cc4a2cbf9a29 DIST valijson-1.0.6.tar.gz 739545 BLAKE2B 54a7c81db610cb8a2eab8d1ed24e0e7e3d6976a52a7a1e0026a97bb90bc5479467dc44a895ce7ba0c51e2afa6f7c7c2f0bc2699f0a60daec73d7e7b5b11d4607 SHA512 d62fd57c10ef5343f2ba16c23f0c327ead21dabe637a9100c3a4ab88920b7feb55b53f6abc966da37e3cebbb44c19bc2588470dd036f0ff6e58054b41b71758a diff --git a/dev-cpp/valijson/valijson-1.0.4.ebuild b/dev-cpp/valijson/valijson-1.0.4.ebuild deleted file mode 100644 index 3b5871f18f9a..000000000000 --- a/dev-cpp/valijson/valijson-1.0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 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" -RESTRICT="test" - -# unused inspector/CMakeLists.txt (bug #957461) -CMAKE_QA_COMPAT_SKIP=1 - -src_install() { - # there is no target for installing headers, so do it manually - doheader -r include/* -} diff --git a/dev-cpp/valijson/valijson-1.0.5.ebuild b/dev-cpp/valijson/valijson-1.0.5.ebuild deleted file mode 100644 index a27cb9a9a7f9..000000000000 --- a/dev-cpp/valijson/valijson-1.0.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 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 - -src_install() { - # there is no target for installing headers, so do it manually - doheader -r include/* -} diff --git a/dev-cpp/valijson/valijson-1.0.6.ebuild b/dev-cpp/valijson/valijson-1.0.6.ebuild deleted file mode 100644 index a27cb9a9a7f9..000000000000 --- a/dev-cpp/valijson/valijson-1.0.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 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 - -src_install() { - # there is no target for installing headers, so do it manually - doheader -r include/* -}
