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 5FB57158041 for ; Wed, 20 Mar 2024 10:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF85BE29BB; Wed, 20 Mar 2024 10:32:20 +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 B88DEE29B6 for ; Wed, 20 Mar 2024 10:32:20 +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 D2DF734027D for ; Wed, 20 Mar 2024 10:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E90651595 for ; Wed, 20 Mar 2024 10:32:16 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1710930645.957a475fc722fda33ce187e43d97a1328271f623.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild X-VCS-Directories: www-client/microsoft-edge/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 957a475fc722fda33ce187e43d97a1328271f623 X-VCS-Branch: master Date: Wed, 20 Mar 2024 10:32:16 +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: 16db8128-2918-42cc-9b06-0a597a1cd01d X-Archives-Hash: c342b690a4fed6096e9f2dc959d8c8dc commit: 957a475fc722fda33ce187e43d97a1328271f623 Author: Matt Jolly gentoo org> AuthorDate: Wed Mar 20 05:02:59 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Mar 20 10:30:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957a475f www-client/microsoft-edge: Fix QA Issues - update HOMEPAGE to generic URI Signed-off-by: Matt Jolly gentoo.org> www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild index 89af4e4394fc..7ea339bd40f9 100644 --- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild +++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild @@ -6,7 +6,7 @@ EAPI="8" inherit chromium-2 desktop pax-utils unpacker xdg DESCRIPTION="The web browser from Microsoft" -HOMEPAGE="https://www.microsoft.com/en-us/edge" +HOMEPAGE="https://www.microsoft.com/edge" if [[ ${PN} == microsoft-edge ]]; then MY_PN=${PN}-stable @@ -14,16 +14,16 @@ else MY_PN=${PN} fi -KEYWORDS="-* amd64" - MY_P="${MY_PN}_${PV}-1" - SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb" +S=${WORKDIR} LICENSE="microsoft-edge" SLOT="0" -RESTRICT="bindist mirror strip" +KEYWORDS="-* amd64" + IUSE="+mip qt5 qt6" +RESTRICT="bindist mirror strip" RDEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 @@ -66,7 +66,6 @@ RDEPEND=" QA_PREBUILT="*" QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop" -S=${WORKDIR} EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}" pkg_nofetch() {