public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/eventlog/
@ 2021-04-19  4:31 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-19  4:31 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-19  4:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19  4:31 [gentoo-commits] repo/gentoo:master commit in: dev-libs/eventlog/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox