commit: b04885fd245988cb16021b590987816478632a01 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 18 20:38:23 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 20:50:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04885fd
dev-libs/rinutils: drop 0.10.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/rinutils/rinutils-0.10.2.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-libs/rinutils/rinutils-0.10.2.ebuild b/dev-libs/rinutils/rinutils-0.10.2.ebuild deleted file mode 100644 index adbba7d33280..000000000000 --- a/dev-libs/rinutils/rinutils-0.10.2.ebuild +++ /dev/null @@ -1,23 +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" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc64 ~riscv ~sparc x86" - -src_configure() { - local mycmakeargs=( - -DDISABLE_APPLYING_RPATH=OFF - -DWITH_TEST_SUITE=OFF # tests require perl - ) - - cmake_src_configure -}
