Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/launchmon/
Date: Tue, 13 Jul 2021 15:36:37
Message-Id: 1626190079.a94f61c0592f4e53ef40373a63c82b6ac34fc005.Alessandro-Barbieri@gentoo
1 commit: a94f61c0592f4e53ef40373a63c82b6ac34fc005
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 13 15:27:59 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 13 15:27:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94f61c0
7
8 sys-cluster/launchmon: remove static libs
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 ...chmon-1.0.2_p20210430.ebuild => launchmon-1.0.2_p20210430-r1.ebuild} | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild b/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild
16 similarity index 92%
17 rename from sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild
18 rename to sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild
19 index 211de8df8..e957c101e 100644
20 --- a/sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild
21 +++ b/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild
22 @@ -50,4 +50,6 @@ src_configure() {
23 src_install() {
24 default
25 mv "${ED}/usr/etc" "${ED}" || die
26 + find "${ED}" -name '*.la' -delete || die
27 + find "${ED}" -name '*.a' -delete || die
28 }