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 C731515ACFC for ; Fri, 5 May 2023 04:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4FA0E0986; Fri, 5 May 2023 04:39:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AD55AE0986 for ; Fri, 5 May 2023 04:39:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 15716341298 for ; Fri, 5 May 2023 04:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85202A68 for ; Fri, 5 May 2023 04:39:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683261436.a1d41ac16afe665f2facd12633530b8e33884e9b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi-calc/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild x11-misc/rofi-calc/rofi-calc-9999.ebuild X-VCS-Directories: x11-misc/rofi-calc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1d41ac16afe665f2facd12633530b8e33884e9b X-VCS-Branch: master Date: Fri, 5 May 2023 04:39:35 +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: ec1b2c4d-4c94-4df3-93c5-aa7551adba7d X-Archives-Hash: 58a4acbc8ba63dd41f77f20fe0a197c6 commit: a1d41ac16afe665f2facd12633530b8e33884e9b Author: Michael Vetter iodoru org> AuthorDate: Wed May 3 09:39:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 5 04:37:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d41ac1 x11-misc/rofi-calc: remove libtool files Bug: https://bugs.gentoo.org/852902 Signed-off-by: Michael Vetter iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/30854 Signed-off-by: Sam James gentoo.org> x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild | 7 ++++++- x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 5 +++++ x11-misc/rofi-calc/rofi-calc-9999.ebuild | 7 ++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild index a267871cd50b..ce53ee1c9e75 100644 --- a/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,3 +24,8 @@ src_prepare() { default eautoreconf -i } + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild index b7c73415246d..ce53ee1c9e75 100644 --- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild @@ -24,3 +24,8 @@ src_prepare() { default eautoreconf -i } + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/x11-misc/rofi-calc/rofi-calc-9999.ebuild b/x11-misc/rofi-calc/rofi-calc-9999.ebuild index c70193f7e119..80022c3bb2d4 100644 --- a/x11-misc/rofi-calc/rofi-calc-9999.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,3 +25,8 @@ src_prepare() { default eautoreconf -i } + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +}