From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEB6813933E for ; Tue, 13 Jul 2021 15:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B33D5E08F4; Tue, 13 Jul 2021 15:36:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 999F7E08F4 for ; Tue, 13 Jul 2021 15:36:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BA463406DD for ; Tue, 13 Jul 2021 15:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B9EE7D5 for ; Tue, 13 Jul 2021 15:36:31 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1626190079.a94f61c0592f4e53ef40373a63c82b6ac34fc005.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/launchmon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild X-VCS-Directories: sys-cluster/launchmon/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a94f61c0592f4e53ef40373a63c82b6ac34fc005 X-VCS-Branch: dev Date: Tue, 13 Jul 2021 15:36:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f450f455-7f4f-451e-8ecf-b098be7b432c X-Archives-Hash: c0d4dd5b83e1c1f12ab27b694baad078 commit: a94f61c0592f4e53ef40373a63c82b6ac34fc005 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jul 13 15:27:59 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jul 13 15:27:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94f61c0 sys-cluster/launchmon: remove static libs Signed-off-by: Alessandro Barbieri gmail.com> ...chmon-1.0.2_p20210430.ebuild => launchmon-1.0.2_p20210430-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild b/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild similarity index 92% rename from sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild rename to sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild index 211de8df8..e957c101e 100644 --- a/sys-cluster/launchmon/launchmon-1.0.2_p20210430.ebuild +++ b/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild @@ -50,4 +50,6 @@ src_configure() { src_install() { default mv "${ED}/usr/etc" "${ED}" || die + find "${ED}" -name '*.la' -delete || die + find "${ED}" -name '*.a' -delete || die }