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 588B6158087 for ; Thu, 27 Jan 2022 21:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 902582BC018; Thu, 27 Jan 2022 21:38:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89DAD2BC018 for ; Thu, 27 Jan 2022 21:38:00 +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 D8A11342CD2 for ; Thu, 27 Jan 2022 21:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 535D3250 for ; Thu, 27 Jan 2022 21:37: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: <1643319460.21b77ea34e77290ef48a6e5519706a175ac5926b.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/metadata.xml www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23-r1.ebuild www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23.ebuild www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27-r1.ebuild www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27.ebuild X-VCS-Directories: www-client/microsoft-edge-beta/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 21b77ea34e77290ef48a6e5519706a175ac5926b X-VCS-Branch: master Date: Thu, 27 Jan 2022 21:37: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: 3be70319-15ab-4778-a551-0443d5d1f7e0 X-Archives-Hash: 4c18ff84753d14341420200b8aa19153 commit: 21b77ea34e77290ef48a6e5519706a175ac5926b Author: Stephan Hartmann gentoo org> AuthorDate: Thu Jan 27 21:37:26 2022 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Thu Jan 27 21:37:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b77ea3 www-client/microsoft-edge-beta: add USE=mip Closes: https://bugs.gentoo.org/832097 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Stephan Hartmann gentoo.org> www-client/microsoft-edge-beta/metadata.xml | 3 +++ ....0.1108.23.ebuild => microsoft-edge-beta-98.0.1108.23-r1.ebuild} | 6 ++++++ ....0.1108.27.ebuild => microsoft-edge-beta-98.0.1108.27-r1.ebuild} | 6 ++++++ 3 files changed, 15 insertions(+) diff --git a/www-client/microsoft-edge-beta/metadata.xml b/www-client/microsoft-edge-beta/metadata.xml index c4f491930d33..a7689ec3a837 100644 --- a/www-client/microsoft-edge-beta/metadata.xml +++ b/www-client/microsoft-edge-beta/metadata.xml @@ -9,4 +9,7 @@ Microsoft Edge is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. + + Install Microsoft Information Protection plugin. + diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23-r1.ebuild similarity index 94% rename from www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23.ebuild rename to www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23-r1.ebuild index ae99bf2a06bb..3e1b323cccbf 100644 --- a/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23.ebuild +++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.23-r1.ebuild @@ -23,6 +23,7 @@ SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_ LICENSE="microsoft-edge" SLOT="0" RESTRICT="bindist mirror strip" +IUSE="+mip" RDEPEND=" app-accessibility/at-spi2-atk:2 @@ -55,6 +56,7 @@ RDEPEND=" x11-libs/libxshmfence x11-libs/pango x11-misc/xdg-utils + mip? ( app-crypt/libsecret ) " QA_PREBUILT="*" @@ -105,5 +107,9 @@ src_install() { newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png done + if ! use mip; then + rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die + fi + pax-mark m "${EDGE_HOME}/msedge" } diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27-r1.ebuild similarity index 94% rename from www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27.ebuild rename to www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27-r1.ebuild index ae99bf2a06bb..3e1b323cccbf 100644 --- a/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27.ebuild +++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-98.0.1108.27-r1.ebuild @@ -23,6 +23,7 @@ SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_ LICENSE="microsoft-edge" SLOT="0" RESTRICT="bindist mirror strip" +IUSE="+mip" RDEPEND=" app-accessibility/at-spi2-atk:2 @@ -55,6 +56,7 @@ RDEPEND=" x11-libs/libxshmfence x11-libs/pango x11-misc/xdg-utils + mip? ( app-crypt/libsecret ) " QA_PREBUILT="*" @@ -105,5 +107,9 @@ src_install() { newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png done + if ! use mip; then + rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die + fi + pax-mark m "${EDGE_HOME}/msedge" }