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 DDB0415802F for ; Tue, 14 Mar 2023 20:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3245BE08AD; Tue, 14 Mar 2023 20:59:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1B9DAE08AD for ; Tue, 14 Mar 2023 20:59:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D91335CB4 for ; Tue, 14 Mar 2023 20:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A724A7F9 for ; Tue, 14 Mar 2023 20:59:08 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1678827498.1503d0042d370b246da79992dceae2e0d2de0c97.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmappl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmappl/wmappl-0.71-r1.ebuild X-VCS-Directories: x11-plugins/wmappl/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 1503d0042d370b246da79992dceae2e0d2de0c97 X-VCS-Branch: master Date: Tue, 14 Mar 2023 20:59:08 +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: ed219739-24cf-4493-a6e5-b0d99cf6e263 X-Archives-Hash: c19fbf81bc1fd1d329fab59afb5a1970 commit: 1503d0042d370b246da79992dceae2e0d2de0c97 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Mar 14 19:46:44 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Mar 14 20:58:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1503d004 x11-plugins/wmappl: remove stray CVS directory This fails install since the added autoreconf Closes: https://bugs.gentoo.org/900715 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmappl/wmappl-0.71-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild index 185a037c7024..895a0e04a33f 100644 --- a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild +++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild @@ -21,6 +21,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" src_prepare() { + rm -rf "${S}"/icons/CVS || die default eautoreconf }