mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-cpp/rapidyaml: drop 0.9.0, 0.10.0, 0.11.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,4 +1 @@
|
||||
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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user