summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidyaml
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-cpp/rapidyaml
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-cpp/rapidyaml')
-rw-r--r--dev-cpp/rapidyaml/Manifest4
-rw-r--r--dev-cpp/rapidyaml/metadata.xml12
-rw-r--r--dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild30
-rw-r--r--dev-cpp/rapidyaml/rapidyaml-0.11.1.ebuild30
-rw-r--r--dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild23
-rw-r--r--dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild30
6 files changed, 0 insertions, 129 deletions
diff --git a/dev-cpp/rapidyaml/Manifest b/dev-cpp/rapidyaml/Manifest
deleted file mode 100644
index 77afb8eb5e66..000000000000
--- a/dev-cpp/rapidyaml/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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.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/metadata.xml b/dev-cpp/rapidyaml/metadata.xml
deleted file mode 100644
index 0955cf954630..000000000000
--- a/dev-cpp/rapidyaml/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ionen@gentoo.org</email>
- <name>Ionen Wolkens</name>
- </maintainer>
- <upstream>
- <remote-id type="github">biojppm/rapidyaml</remote-id>
- <remote-id type="pypi">rapidyaml</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.10.0.ebuild
deleted file mode 100644
index f83843490660..000000000000
--- a/dev-cpp/rapidyaml/rapidyaml-0.10.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.11.1.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.11.1.ebuild
deleted file mode 100644
index f83843490660..000000000000
--- a/dev-cpp/rapidyaml/rapidyaml-0.11.1.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
deleted file mode 100644
index d58ef139c5cb..000000000000
--- a/dev-cpp/rapidyaml/rapidyaml-0.12.1.ebuild
+++ /dev/null
@@ -1,23 +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 )
diff --git a/dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.9.0.ebuild
deleted file mode 100644
index f83843490660..000000000000
--- a/dev-cpp/rapidyaml/rapidyaml-0.9.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
-}