public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/valijson/
Date: Mon, 20 Oct 2025 18:34:48 +0000 (UTC)	[thread overview]
Message-ID: <1760985270.3af53a266fdbe46277b86658db2d44511267c624.asturm@gentoo> (raw)

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/*
-}


             reply	other threads:[~2025-10-20 18:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-20 18:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 12:08 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/valijson/ Arthur Zamarin
2025-09-23 12:08 Arthur Zamarin
2025-08-15 16:43 Sam James
2025-08-15 16:43 Sam James
2025-08-08  8:54 Sam James
2025-06-08  6:48 Sam James
2025-06-08  6:48 Sam James
2025-05-24  2:36 Sam James
2025-04-16 17:17 Arthur Zamarin
2025-04-16 17:17 Arthur Zamarin
2025-04-14  6:12 Joonas Niilola
2025-04-14  6:06 Joonas Niilola
2025-02-15 13:39 Arthur Zamarin
2024-09-13  7:20 Joonas Niilola
2024-08-17  7:28 Michał Górny
2024-08-17  7:28 Michał Górny
2024-06-04 18:23 Arthur Zamarin
2023-05-27  7:49 Joonas Niilola
2023-03-27 20:51 Sam James
2023-03-27 20:51 Sam James
2023-01-04  6:30 Arthur Zamarin
2023-01-03 18:28 Sam James
2022-08-23 18:57 Sam James
2022-08-23  5:34 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1760985270.3af53a266fdbe46277b86658db2d44511267c624.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox