commit:     d4f56474ded8c2b535e5b7cb3062c773472a18c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 12 12:37:21 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 12 12:43:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f56474

dev-libs/rinutils: drop 0.10.2-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/rinutils/Manifest                  |  1 -
 dev-libs/rinutils/rinutils-0.10.2-r1.ebuild | 43 -----------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-libs/rinutils/Manifest b/dev-libs/rinutils/Manifest
index 47daee6591c0..90e033169eaf 100644
--- a/dev-libs/rinutils/Manifest
+++ b/dev-libs/rinutils/Manifest
@@ -1,2 +1 @@
-DIST rinutils-0.10.2.tar.xz 19452 BLAKE2B 
45345ab9cdefaa789856d312a1fb3e595e2be9701d0dc33ddc8f49b5b45caf4b1e1de6463a20245a841902b82bdeb6f0c7dcd8c89071159f1e85938537f41d0b
 SHA512 
e2bc6304e84235947aa9aeb09fae0a27c10892ce547d59ab82569e2f03219a783a20c3bf7bd8a471464c2c07fe465eb8f2985e31d1f0e060da7d7bd832a67b67
 DIST rinutils-0.10.3.tar.xz 19192 BLAKE2B 
32875b3b8afcdbe66fb0f68b5b6d67599b55577b80d2e6d90c04e670592b253964be8dcf7db0521d96b05d52feccd5379a26e20f965a2867f6c290057cbb05f4
 SHA512 
fe9e774c597012bb0d86b867bb05d27d00234edcca89a61f715f96464e06d5985286328b2cb8960f1582ea25fb5b04eb37b6384b3d178b8dca959f4e3d86a0ff

diff --git a/dev-libs/rinutils/rinutils-0.10.2-r1.ebuild 
b/dev-libs/rinutils/rinutils-0.10.2-r1.ebuild
deleted file mode 100644
index b9b62c877e05..000000000000
--- a/dev-libs/rinutils/rinutils-0.10.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 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"
-IUSE="test"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc64 ~riscv ~sparc x86"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       test? (
-               dev-perl/Env-Path
-               dev-perl/Path-Tiny
-               dev-perl/Inline
-               dev-perl/Inline-C
-               dev-perl/Test-TrailingSpace
-               dev-perl/Test-Differences
-               dev-perl/IO-All
-               dev-perl/Perl-Critic
-               dev-perl/Perl-Tidy
-               dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage
-               dev-perl/Test-Trap
-               dev-util/cmocka
-       )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DDISABLE_APPLYING_RPATH=OFF
-               -DWITH_TEST_SUITE=$(usex test ON OFF)
-       )
-
-       cmake_src_configure
-}

Reply via email to