diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-04 19:14:59 +0000 |
| commit | eb879137397b2780739bdbeddd7ea01439186c1c (patch) | |
| tree | ba318372285287dd4fa2c6661bc832810bd34b26 /dev-cpp/rapidyaml | |
| parent | 50a73c5441045f14bdb49aededf33cd7f23ff891 (diff) | |
| download | baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.gz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.tar.xz baldeagleos-repo-eb879137397b2780739bdbeddd7ea01439186c1c.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/rapidyaml')
| -rw-r--r-- | dev-cpp/rapidyaml/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild | 8 | ||||
| -rw-r--r-- | dev-cpp/rapidyaml/rapidyaml-0.11.1.ebuild | 30 | ||||
| -rw-r--r-- | dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild | 8 |
4 files changed, 37 insertions, 10 deletions
diff --git a/dev-cpp/rapidyaml/Manifest b/dev-cpp/rapidyaml/Manifest index e35f06231bce..8b86347fac04 100644 --- a/dev-cpp/rapidyaml/Manifest +++ b/dev-cpp/rapidyaml/Manifest @@ -1,2 +1,3 @@ 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.9.0-src.tgz 10233562 BLAKE2B 270fa4b2277e978e56d16e173f8ec83691016ffab8911b23528204b88109ae58ca113258681f36fee411f6fe62433fa79e4395c798e10c0b6609ca1e68651c7c SHA512 77c2c27c23274789982a9aaaa54e184a635326ce509ad8c2a4eb1c4e2927cd2f1fa7ad66c71f221677d2d36d69ae0d9a7260872739662a0ee66870fd3421ab54 diff --git a/dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild index 20e4fcd677d9..f83843490660 100644 --- a/dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild +++ b/dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,10 +16,8 @@ LICENSE="MIT Boost-1.0 BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -# tests here are a maintenance headache, and current maintainer does -# not need this package anymore -- please take the package over if you -# want to handle this properly (keeping this in low maintenance mode -# incl. ignoring some features like python bindings) +# 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 ) diff --git a/dev-cpp/rapidyaml/rapidyaml-0.11.1.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.11.1.ebuild new file mode 100644 index 000000000000..f83843490660 --- /dev/null +++ b/dev-cpp/rapidyaml/rapidyaml-0.11.1.ebuild @@ -0,0 +1,30 @@ +# 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.9.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild index 20e4fcd677d9..f83843490660 100644 --- a/dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild +++ b/dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,10 +16,8 @@ LICENSE="MIT Boost-1.0 BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -# tests here are a maintenance headache, and current maintainer does -# not need this package anymore -- please take the package over if you -# want to handle this properly (keeping this in low maintenance mode -# incl. ignoring some features like python bindings) +# 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 ) |
