commit:     12ee25c79597ee3fd31c56c06379db63a3852333
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 22:16:56 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 22:16:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ee25c7

dev-libs/rremove: update to EAPI 7

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-libs/rremove/rremove-1.0.5.ebuild | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-libs/rremove/rremove-1.0.5.ebuild 
b/dev-libs/rremove/rremove-1.0.5.ebuild
index d2f3c32d9e5..ff834f43a16 100644
--- a/dev-libs/rremove/rremove-1.0.5.ebuild
+++ b/dev-libs/rremove/rremove-1.0.5.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
-
-inherit autotools-utils
+EAPI=7
 
 DESCRIPTION="A simple library to recursively delete non-empty directories"
 HOMEPAGE="https://frigidcode.com/code/rremove/";
@@ -13,3 +11,12 @@ LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
+
+src_configure() {
+       econf $(use_enable static-libs static)
+}
+
+src_install() {
+       default
+       use static-libs || find "${ED}" -name '*.la' -delete
+}

Reply via email to