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 6F698158087 for ; Wed, 19 Jan 2022 14:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A54332BC00C; Wed, 19 Jan 2022 14:25:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 139A42BC00C for ; Wed, 19 Jan 2022 14:25:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36991342E01 for ; Wed, 19 Jan 2022 14:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92F70233 for ; Wed, 19 Jan 2022 14:25:45 +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: <1642602340.ced426784be071c67cbcc1aaadf49d1a489948c1.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1100.3.ebuild www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.13.ebuild www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.15.ebuild X-VCS-Directories: www-client/microsoft-edge-dev/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: ced426784be071c67cbcc1aaadf49d1a489948c1 X-VCS-Branch: master Date: Wed, 19 Jan 2022 14:25:45 +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: 1faa312c-15ec-435d-af95-d43911e00286 X-Archives-Hash: 3661ee87b154696c4281bb3cfef84197 commit: ced426784be071c67cbcc1aaadf49d1a489948c1 Author: Stephan Hartmann gentoo org> AuthorDate: Wed Jan 19 14:24:55 2022 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Wed Jan 19 14:25:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced42678 www-client/microsoft-edge-dev: sync ebuild with other channels Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Stephan Hartmann gentoo.org> www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1100.3.ebuild | 6 +++++- .../microsoft-edge-dev/microsoft-edge-dev-98.0.1108.13.ebuild | 4 ++++ .../microsoft-edge-dev/microsoft-edge-dev-98.0.1108.15.ebuild | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1100.3.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1100.3.ebuild index a14f69804a04..ae99bf2a06bb 100644 --- a/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1100.3.ebuild +++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1100.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2021 Gentoo Authors +# Copyright 2011-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -91,6 +91,10 @@ src_install() { gzip -d usr/share/doc/${PF}/changelog.gz || die gzip -d usr/share/man/man1/${MY_PN}.1.gz || die + if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then + rm usr/share/man/man1/${PN}.1.gz || die + dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1 + fi local suffix= [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.13.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.13.ebuild index 77f09f692939..ae99bf2a06bb 100644 --- a/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.13.ebuild +++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.13.ebuild @@ -91,6 +91,10 @@ src_install() { gzip -d usr/share/doc/${PF}/changelog.gz || die gzip -d usr/share/man/man1/${MY_PN}.1.gz || die + if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then + rm usr/share/man/man1/${PN}.1.gz || die + dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1 + fi local suffix= [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.15.ebuild b/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.15.ebuild index 77f09f692939..ae99bf2a06bb 100644 --- a/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.15.ebuild +++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-98.0.1108.15.ebuild @@ -91,6 +91,10 @@ src_install() { gzip -d usr/share/doc/${PF}/changelog.gz || die gzip -d usr/share/man/man1/${MY_PN}.1.gz || die + if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then + rm usr/share/man/man1/${PN}.1.gz || die + dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1 + fi local suffix= [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta