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 D8F8C139345 for ; Wed, 14 Jul 2021 19:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D9A0E0A7E; Wed, 14 Jul 2021 19:43:08 +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 5ADD3E0A7E for ; Wed, 14 Jul 2021 19:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3BE48342D25 for ; Wed, 14 Jul 2021 19:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723967D9 for ; Wed, 14 Jul 2021 19:43:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1626190079.a94f61c0592f4e53ef40373a63c82b6ac34fc005.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a94f61c0592f4e53ef40373a63c82b6ac34fc005 X-VCS-Branch: master Date: Wed, 14 Jul 2021 19:43:04 +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: c9d7b8ce-0f2b-408a-91d0-3c3d93c6e702 X-Archives-Hash: b7c7b9720eb33f78ef52430ab2b1759c commit: a94f61c0592f4e53ef40373a63c82b6ac34fc005 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jul 13 15:27:59 2021 +0000 Commit: Andrew Ammerlaan gentoo org> 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 }