From 7dfa73123ca5218ae5f5cf878a90db9ea9a25321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 4 May 2023 17:28:36 +0100 Subject: gentoo auto-resync : 04:05:2023 - 17:28:36 --- dev-libs/rinutils/Manifest | 4 ++-- dev-libs/rinutils/rinutils-0.10.1.ebuild | 23 ----------------------- dev-libs/rinutils/rinutils-0.10.2.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 dev-libs/rinutils/rinutils-0.10.1.ebuild create mode 100644 dev-libs/rinutils/rinutils-0.10.2.ebuild (limited to 'dev-libs/rinutils') diff --git a/dev-libs/rinutils/Manifest b/dev-libs/rinutils/Manifest index c7f1aa18eae4..a5d420323fac 100644 --- a/dev-libs/rinutils/Manifest +++ b/dev-libs/rinutils/Manifest @@ -1,5 +1,5 @@ DIST rinutils-0.10.0.tar.xz 17268 BLAKE2B 2c651b70295d10690ca76bf1349ce83728cd5398fe4babf821ee6a0d61d4c7d107c6c68595e19a841fb5baaa0057237357b3917acd61c02599781bf0252fd512 SHA512 d3780b34b4eda4658f65cf7555553430441fcd45fb2d4fdba22a8f48c0df09c6c0a4e9543262c797c0602e2f9bace2d3f41514ae202ee13183286c9fb1f38677 -DIST rinutils-0.10.1.tar.xz 19160 BLAKE2B afefc834e3968d9cc32e3cb3368c1aadedaa90adf9f6e95c0d11367ce5ec9f2960b73685f55293aaa4c9aecb31b8a26a235f4d0aae60ffd4eaa8d229e31e84d6 SHA512 e743ee02258132830e7fd4436c1e6bfda33cdd90835978ad5a233562f85848274846ba0b46a1402cd70054da4dffba78f7e3d6e8fe484d97c569b4f9c7459abd +DIST rinutils-0.10.2.tar.xz 19452 BLAKE2B 45345ab9cdefaa789856d312a1fb3e595e2be9701d0dc33ddc8f49b5b45caf4b1e1de6463a20245a841902b82bdeb6f0c7dcd8c89071159f1e85938537f41d0b SHA512 e2bc6304e84235947aa9aeb09fae0a27c10892ce547d59ab82569e2f03219a783a20c3bf7bd8a471464c2c07fe465eb8f2985e31d1f0e060da7d7bd832a67b67 EBUILD rinutils-0.10.0.ebuild 574 BLAKE2B 5c5e80e6d6ea8f11d53cfbc150d3d7d6d0193158ac7cea68aec82dd0db3ba052a618518df5277201e42d3b13160ea34c8da28c634d1c85d9238d026b0684ee26 SHA512 8507f335499f14fc23d5ac82fe43d991b2b26a76a3213ae4f4e26248fe0214304467555a5eb5ed7e0a0c15d71dcf6e122d327f403a73d239866a82cbeb4c74f3 -EBUILD rinutils-0.10.1.ebuild 608 BLAKE2B bd8e2740100a17017713a0c2368ce91158eae5650c3b57df5be38a190d7fede8d603a0e00a5f036a7a8b86be5522326e784db4b67bb60383f8123f10ea69f373 SHA512 0381ac1c65fedf0e9788123207bb55875a0370e780f61d1b48b8d3f4de46a8179e416b4980acefd461f9c20768f1da45e22861ecabc66eade6bd68db105ff0f5 +EBUILD rinutils-0.10.2.ebuild 608 BLAKE2B bd8e2740100a17017713a0c2368ce91158eae5650c3b57df5be38a190d7fede8d603a0e00a5f036a7a8b86be5522326e784db4b67bb60383f8123f10ea69f373 SHA512 0381ac1c65fedf0e9788123207bb55875a0370e780f61d1b48b8d3f4de46a8179e416b4980acefd461f9c20768f1da45e22861ecabc66eade6bd68db105ff0f5 MISC metadata.xml 331 BLAKE2B 13bfca0ccb2a90655ee3b9c9ed39a893bdaabc7a9155e6cdee251f26ac5eaba68120b75a62ada42e2dbfae6aa1b007891ead4474cc3f7cfde0d5ce0b53c9ae36 SHA512 771495cfe5d20f7033d45ca1cff49be98d5b1c11d75b29a8e9ddea47a986c6567ca6662290def45fe7a6c6f3507372f8865ee8d3a9e078175e2aba755d561069 diff --git a/dev-libs/rinutils/rinutils-0.10.1.ebuild b/dev-libs/rinutils/rinutils-0.10.1.ebuild deleted file mode 100644 index 0fac0467ee39..000000000000 --- a/dev-libs/rinutils/rinutils-0.10.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Set of C headers containing macros and static functions" -HOMEPAGE="https://www.shlomifish.org/open-source/projects/ https://github.com/shlomif/rinutils" -SRC_URI="https://github.com/shlomif/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86" - -src_configure() { - local mycmakeargs=( - -DDISABLE_APPLYING_RPATH=OFF - -DWITH_TEST_SUITE=OFF # tests require perl - ) - - cmake_src_configure -} diff --git a/dev-libs/rinutils/rinutils-0.10.2.ebuild b/dev-libs/rinutils/rinutils-0.10.2.ebuild new file mode 100644 index 000000000000..0fac0467ee39 --- /dev/null +++ b/dev-libs/rinutils/rinutils-0.10.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Set of C headers containing macros and static functions" +HOMEPAGE="https://www.shlomifish.org/open-source/projects/ https://github.com/shlomif/rinutils" +SRC_URI="https://github.com/shlomif/${PN}/releases/download/${PV}/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86" + +src_configure() { + local mycmakeargs=( + -DDISABLE_APPLYING_RPATH=OFF + -DWITH_TEST_SUITE=OFF # tests require perl + ) + + cmake_src_configure +} -- cgit v1.2.3