commit:     09857974ae0d9a2e9518df47fb72da21ae43f83a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 04:06:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 04:30:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09857974

dev-libs/eventlog: port to EAPI 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/eventlog/eventlog-0.2.12.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/eventlog/eventlog-0.2.12.ebuild 
b/dev-libs/eventlog/eventlog-0.2.12.ebuild
index 74bc2d049d1..528c481f39e 100644
--- a/dev-libs/eventlog/eventlog-0.2.12.ebuild
+++ b/dev-libs/eventlog/eventlog-0.2.12.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils libtool ltprune
+inherit libtool
 
 DESCRIPTION="Support library for syslog-ng"
 HOMEPAGE="http://www.balabit.com/products/syslog_ng/";
@@ -17,6 +17,8 @@ IUSE="static-libs"
 DOCS=( AUTHORS CREDITS ChangeLog NEWS PORTS README )
 
 src_prepare() {
+       default
+
        elibtoolize
 }
 
@@ -26,6 +28,6 @@ src_configure() {
 
 src_install() {
        default
-       einstalldocs
-       prune_libtool_files
+
+       find "${ED}" -name '*.la' -delete || die
 }

Reply via email to