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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F344315808E for ; Tue, 26 Apr 2022 10:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C827DE07D0; Tue, 26 Apr 2022 10:33:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6F40E07C9 for ; Tue, 26 Apr 2022 10:33:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A9B83415AC for ; Tue, 26 Apr 2022 10:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E620430 for ; Tue, 26 Apr 2022 10:33:37 +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: <1650969214.eb229bfa88d004aac53f2a1513078b6e535dcb9e.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/synapse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/synapse/synapse-2.0.1-r1.ebuild sys-cluster/synapse/synapse-2.0.1.ebuild X-VCS-Directories: sys-cluster/synapse/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: eb229bfa88d004aac53f2a1513078b6e535dcb9e X-VCS-Branch: dev Date: Tue, 26 Apr 2022 10:33:37 +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: 8cc737a2-568d-4dd5-adfc-e2c4f260a07d X-Archives-Hash: d9f11a9fdbb369d61598c220ca0e94c9 commit: eb229bfa88d004aac53f2a1513078b6e535dcb9e Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 25 17:58:31 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Apr 26 10:33:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb229bfa sys-cluster/synapse: remove .la files Closes: https://bugs.gentoo.org/840716 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/synapse/{synapse-2.0.1.ebuild => synapse-2.0.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/synapse/synapse-2.0.1.ebuild b/sys-cluster/synapse/synapse-2.0.1-r1.ebuild similarity index 91% rename from sys-cluster/synapse/synapse-2.0.1.ebuild rename to sys-cluster/synapse/synapse-2.0.1-r1.ebuild index df1e7566c..7ae88ad37 100644 --- a/sys-cluster/synapse/synapse-2.0.1.ebuild +++ b/sys-cluster/synapse/synapse-2.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,6 +38,6 @@ src_configure() { src_install() { MAKEOPTS="-j1" DESTDIR="${D}" emake install - find "${ED}" -name '*.a' -delete || die + find "${ED}" -name '*.la' -delete || die find "${ED}" -name '*.a' -delete || die }