Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/edac-utils/
Date: Mon, 31 May 2021 09:20:24
Message-Id: 1622452775.255b9b21e25f25c2d9f56e9016b0c23e012ba721.soap@gentoo
1 commit: 255b9b21e25f25c2d9f56e9016b0c23e012ba721
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:35 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255b9b21
7
8 sys-apps/edac-utils: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-apps/edac-utils/edac-utils-0.18.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/sys-apps/edac-utils/edac-utils-0.18.ebuild b/sys-apps/edac-utils/edac-utils-0.18.ebuild
17 index c0e1edb052e..86bafa9ff0d 100644
18 --- a/sys-apps/edac-utils/edac-utils-0.18.ebuild
19 +++ b/sys-apps/edac-utils/edac-utils-0.18.ebuild
20 @@ -3,8 +3,6 @@
21
22 EAPI=5
23
24 -inherit ltprune
25 -
26 DESCRIPTION="Userspace helper for Linux kernel EDAC drivers"
27 HOMEPAGE="https://github.com/grondo/edac-utils"
28 SRC_URI="https://github.com/grondo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 @@ -38,7 +36,7 @@ src_install() {
30 # The rest is done via the udev-rule
31 rm -rf "${D}/etc/init.d"
32
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 }
36
37 pkg_postinst() {