diff options
Diffstat (limited to 'dev-libs/rinutils/rinutils-0.10.2-r1.ebuild')
| -rw-r--r-- | dev-libs/rinutils/rinutils-0.10.2-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
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 -} |
