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 CE54E158094 for ; Tue, 4 Oct 2022 12:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BDBEE08FA; Tue, 4 Oct 2022 12:53:00 +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 E050AE08FA for ; Tue, 4 Oct 2022 12:52:59 +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 08B82340F65 for ; Tue, 4 Oct 2022 12:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E62E5A0 for ; Tue, 4 Oct 2022 12:52:57 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1664887971.fd5d168c47f7d551321a2e4a2b70af08a1063802.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.17.ebuild www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.26.ebuild www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.30.ebuild X-VCS-Directories: www-client/microsoft-edge-beta/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: fd5d168c47f7d551321a2e4a2b70af08a1063802 X-VCS-Branch: master Date: Tue, 4 Oct 2022 12:52:57 +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: 8a477674-eb4b-4de1-838b-e12a784436e1 X-Archives-Hash: 1acde11c196661bf47da270a8894dd04 commit: fd5d168c47f7d551321a2e4a2b70af08a1063802 Author: Stephan Hartmann gentoo org> AuthorDate: Tue Oct 4 12:52:11 2022 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Tue Oct 4 12:52:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5d168c www-client/microsoft-edge-beta: force removal of _gpgorigin Closes: https://bugs.gentoo.org/873691 Signed-off-by: Stephan Hartmann gentoo.org> www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.17.ebuild | 2 +- www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.26.ebuild | 2 +- www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.30.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.17.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.17.ebuild index a8cc7e730ebf..510027ee12b1 100644 --- a/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.17.ebuild +++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.17.ebuild @@ -87,7 +87,7 @@ src_install() { cd "${ED}" || die unpacker - rm _gpgorigin || die + rm -f _gpgorigin || die rm -r etc usr/share/menu || die mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.26.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.26.ebuild index a8cc7e730ebf..510027ee12b1 100644 --- a/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.26.ebuild +++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.26.ebuild @@ -87,7 +87,7 @@ src_install() { cd "${ED}" || die unpacker - rm _gpgorigin || die + rm -f _gpgorigin || die rm -r etc usr/share/menu || die mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.30.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.30.ebuild index a8cc7e730ebf..510027ee12b1 100644 --- a/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.30.ebuild +++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-106.0.1370.30.ebuild @@ -87,7 +87,7 @@ src_install() { cd "${ED}" || die unpacker - rm _gpgorigin || die + rm -f _gpgorigin || die rm -r etc usr/share/menu || die mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die