public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/valijson/
Date: Sat, 27 May 2023 07:49:30 +0000 (UTC)	[thread overview]
Message-ID: <1685173758.8907498d925ed490841e9208e84c01994316c3af.juippis@gentoo> (raw)

commit:     8907498d925ed490841e9208e84c01994316c3af
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Mon May 15 09:44:49 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 27 07:49:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8907498d

dev-cpp/valijson: clean up old

Can be cleaned up since 1.0 is stable.

Closes: https://bugs.gentoo.org/891683
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/31040
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-cpp/valijson/Manifest            |  1 -
 dev-cpp/valijson/valijson-0.7.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-cpp/valijson/Manifest b/dev-cpp/valijson/Manifest
index 3094c2282938..b112a7c010c0 100644
--- a/dev-cpp/valijson/Manifest
+++ b/dev-cpp/valijson/Manifest
@@ -1,2 +1 @@
-DIST valijson-0.7.tar.gz 2060214 BLAKE2B d2e1c58e37213e44d7d6af173691cad3853e87648948c229ea683bfcba8b19256b0230852b0537c2dbdd7084fcf1ac068e320c5f59a69e446610390b82e76474 SHA512 662e53bf1cac4def19792392cda7cbfe2cbadf77b768eb69b2dec693b16f85f32fa2e9b97eae36569cfcc9ac45f1e6338967423cf415d6bcd90372bc49793a2d
 DIST valijson-1.0.tar.gz 721078 BLAKE2B 74f4a061266a6ee8fba9d93b4e1df20dc828d85169f865bdb60ba9f5217ee422324a09788b02b4ddd18a92d906c64863a5bd7c1250f8bdb62fd9f00f3d73c7e7 SHA512 a206954b11e92cbebbebf094e6f0925a270ebd6bec49cbdb7adda5a4cec93587a5a61ebbce105846c3950cf5df74bfdd5f5bb1ffbf73315f45c7a6cda2b77db9

diff --git a/dev-cpp/valijson/valijson-0.7.ebuild b/dev-cpp/valijson/valijson-0.7.ebuild
deleted file mode 100644
index ca723120f1e0..000000000000
--- a/dev-cpp/valijson/valijson-0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 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"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local mycmakeargs=(
-		-Dvalijson_BUILD_TESTS=$(usex test)
-	)
-
-	if use test; then
-		# Fix relative paths to test data
-		sed -i -e "s:../tests/data/documents/:../${P}/tests/data/documents/:" tests/test_adapter_comparison.cpp || die
-		sed -i -e "s:../tests/data:../${P}/tests/data:" tests/test_validation_errors.cpp || die
-		sed -i -e "s:../thirdparty/:../${P}/thirdparty/:" -e "s:../doc/schema/:../${P}/doc/schema/:" tests/test_validator.cpp || die
-	fi
-
-	# -Werror is too aggressive due to false positives with gcc-12, see bug #866153
-	sed -i -e 's/-Werror//g' ../${P}/CMakeLists.txt || die
-
-	cmake_src_configure
-}
-
-src_test() {
-	cd "${BUILD_DIR}" || die
-	./test_suite || die
-}
-
-src_install() {
-	# there is no target for installing headers, so do it manually
-	doheader -r include/*
-}


             reply	other threads:[~2023-05-27  7:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-27  7:49 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 13:39 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/valijson/ 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-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=1685173758.8907498d925ed490841e9208e84c01994316c3af.juippis@gentoo \
    --to=juippis@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