From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- sys-libs/librtas/librtas-2.0.2-r1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 sys-libs/librtas/librtas-2.0.2-r1.ebuild (limited to 'sys-libs/librtas/librtas-2.0.2-r1.ebuild') diff --git a/sys-libs/librtas/librtas-2.0.2-r1.ebuild b/sys-libs/librtas/librtas-2.0.2-r1.ebuild deleted file mode 100644 index 61863ff24d39..000000000000 --- a/sys-libs/librtas/librtas-2.0.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)" -HOMEPAGE="https://github.com/ibm-power-utilities/librtas" -SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="ppc ppc64 ~ppc64-linux" -IUSE="static-libs" - -PATCHES=( "${FILESDIR}"/${P}-musl.patch ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install docdir="${EPREFIX}"/usr/share/doc/${PF} - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3