From e79618d2286e15df4892b907b8f5fe63ebf4e62b Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 8 May 2026 07:13:11 +0000 Subject: Adding metadata --- dev-cpp/rapidyaml/Manifest | 2 +- dev-cpp/rapidyaml/rapidyaml-0.12.0.ebuild | 30 ------------------------------ dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 31 deletions(-) delete mode 100644 dev-cpp/rapidyaml/rapidyaml-0.12.0.ebuild create mode 100644 dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/rapidyaml/Manifest b/dev-cpp/rapidyaml/Manifest index bf59fbcf3f70..77afb8eb5e66 100644 --- a/dev-cpp/rapidyaml/Manifest +++ b/dev-cpp/rapidyaml/Manifest @@ -1,4 +1,4 @@ DIST rapidyaml-0.10.0-src.tgz 10267123 BLAKE2B 6f926dc72a04a89cec858ee1729f08e27f0f1c6c2ee50c975573a5b9b3fd84cf3e394d0ba88ddebb3e85f804ba9f7283a4b8df63011491eb4386b487c4eb2573 SHA512 c512529954b411dc37c7471ecc149687f686ccffb40ea5bec43f4f710f812958462158e5f13b21ab630bea88578c786b8744593c91659e9a414d2db48e7e14af DIST rapidyaml-0.11.1-src.tgz 10339484 BLAKE2B 1348476f61ecb9df43ed65faef2692f113e5d32e3b8f65fe273e188009031e0956f31ee5f337fa3bbd5e026fa24dbdd5ea0008fe10d2542491d225305de0790a SHA512 ce9e4031cef915ee3fc280f4a655e5206cde42446d0b1425b5e3656893a9441e34c0479097ab55aa9d532187333f5a57d888b3afe1f315692b6e044e8a0db37b -DIST rapidyaml-0.12.0-src.tgz 10384245 BLAKE2B d4bd4fa24589cc490e25bf9d85f968957ead9a9fc9b73b9fd41ff57c64ba9e0eb6239debfc502afdc0e7c77c8116a5ec40dbd6880c22c59f5c3d97452e045333 SHA512 2ebb7257e0b1538a8998db8a77ade526e4796c87819d0c6fb636a96d176fead9e6dbb0aca0249e8d8ba414fb116116e2b94e6270e55aceac85200c95652a7788 +DIST rapidyaml-0.12.1-src.tgz 10391033 BLAKE2B 5f6c674e23c9ac2b535cbf17bff8e497abbb199156c32dbae5d039af82d7aba567248b5e79f9e830c97ec9bbc07136a97cd730a24fa974e9f6f4b3b570534fb9 SHA512 043d48c7ff4c4751a69b4d0852ee4ccc0a6b4984cc78a3aa33ddf520519cb3c798d0a934d8d7769137748681fc60c60ba4053f6548e9e48221e60be53c67d6b4 DIST rapidyaml-0.9.0-src.tgz 10233562 BLAKE2B 270fa4b2277e978e56d16e173f8ec83691016ffab8911b23528204b88109ae58ca113258681f36fee411f6fe62433fa79e4395c798e10c0b6609ca1e68651c7c SHA512 77c2c27c23274789982a9aaaa54e184a635326ce509ad8c2a4eb1c4e2927cd2f1fa7ad66c71f221677d2d36d69ae0d9a7260872739662a0ee66870fd3421ab54 diff --git a/dev-cpp/rapidyaml/rapidyaml-0.12.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.12.0.ebuild deleted file mode 100644 index f83843490660..000000000000 --- a/dev-cpp/rapidyaml/rapidyaml-0.12.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Library to parse and emit YAML, and do it fast" -HOMEPAGE="https://github.com/biojppm/rapidyaml/" -SRC_URI=" - https://github.com/biojppm/rapidyaml/releases/download/v${PV}/${P}-src.tgz -" -S=${WORKDIR}/${P}-src - -LICENSE="MIT Boost-1.0 BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -# in general would rather keep this package low maintenance due to -# its build system, and tests + python bindings give headaches -RESTRICT="test" - -DOCS=( README.md ROADMAP.md changelog ) - -src_prepare() { - cmake_src_prepare - - sed -E "/set\(_(ARCHIVE|LIBRARY)_INSTALL/s:lib/:$(get_libdir)/:" \ - -i ext/c4core/cmake/c4Project.cmake || die -} diff --git a/dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild new file mode 100644 index 000000000000..d58ef139c5cb --- /dev/null +++ b/dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Library to parse and emit YAML, and do it fast" +HOMEPAGE="https://github.com/biojppm/rapidyaml/" +SRC_URI=" + https://github.com/biojppm/rapidyaml/releases/download/v${PV}/${P}-src.tgz +" +S=${WORKDIR}/${P}-src + +LICENSE="MIT Boost-1.0 BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +# in general would rather keep this package low maintenance due to +# its build system, and tests + python bindings give headaches +RESTRICT="test" + +DOCS=( README.md ROADMAP.md changelog ) -- cgit v1.3