commit:     0f7ec1da8d1b0ad184aedf0173b20f54f875e4aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 05:15:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 05:15:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7ec1da

dev-libs/rinutils: drop 0.10.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/rinutils/Manifest               |  1 -
 dev-libs/rinutils/rinutils-0.10.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-libs/rinutils/Manifest b/dev-libs/rinutils/Manifest
index 2dd7c8337c8c..892e90ffdfd6 100644
--- a/dev-libs/rinutils/Manifest
+++ b/dev-libs/rinutils/Manifest
@@ -1,2 +1 @@
-DIST rinutils-0.10.0.tar.xz 17268 BLAKE2B 
2c651b70295d10690ca76bf1349ce83728cd5398fe4babf821ee6a0d61d4c7d107c6c68595e19a841fb5baaa0057237357b3917acd61c02599781bf0252fd512
 SHA512 
d3780b34b4eda4658f65cf7555553430441fcd45fb2d4fdba22a8f48c0df09c6c0a4e9543262c797c0602e2f9bace2d3f41514ae202ee13183286c9fb1f38677
 DIST rinutils-0.10.2.tar.xz 19452 BLAKE2B 
45345ab9cdefaa789856d312a1fb3e595e2be9701d0dc33ddc8f49b5b45caf4b1e1de6463a20245a841902b82bdeb6f0c7dcd8c89071159f1e85938537f41d0b
 SHA512 
e2bc6304e84235947aa9aeb09fae0a27c10892ce547d59ab82569e2f03219a783a20c3bf7bd8a471464c2c07fe465eb8f2985e31d1f0e060da7d7bd832a67b67

diff --git a/dev-libs/rinutils/rinutils-0.10.0.ebuild 
b/dev-libs/rinutils/rinutils-0.10.0.ebuild
deleted file mode 100644
index 090feb7a7fd7..000000000000
--- a/dev-libs/rinutils/rinutils-0.10.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 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 arm64 ~riscv x86"
-
-src_configure() {
-       local mycmakeargs=(
-               -DDISABLE_APPLYING_RPATH=OFF
-               -DWITH_TEST_SUITE=OFF # tests require perl
-       )
-
-       cmake_src_configure
-}

Reply via email to