public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-10-28 21:15 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-10-28 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a563d3d0b48e0c4ff14952bcfff0c9e4c71d784a
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 21:15:06 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 21:15:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a563d3d0

www-client/microsoft-edge: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 www-client/microsoft-edge/metadata.xml             |  12 +++
 .../microsoft-edge-95.0.1020.38.ebuild             | 109 +++++++++++++++++++++
 3 files changed, 122 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
new file mode 100644
index 00000000000..2a99c6ebd4a
--- /dev/null
+++ b/www-client/microsoft-edge/Manifest
@@ -0,0 +1 @@
+DIST microsoft-edge-stable_95.0.1020.38-1_amd64.deb 115540916 BLAKE2B a009ba2ac3fe5ddd570456d978420cb2307baaa6e925488721f038d196516e228e3a25d3e93c62e729365cf833fa634587c4bc09be3dda7d528068446747cbd7 SHA512 896d9fc55331763f0db87065d63b67a02b861d429f18288dd3bbe01e51b7cb5315b59400489f1522ffa57d202db21f6df99f56666fec42fd6be1db054ce951be

diff --git a/www-client/microsoft-edge/metadata.xml b/www-client/microsoft-edge/metadata.xml
new file mode 100644
index 00000000000..c4f491930d3
--- /dev/null
+++ b/www-client/microsoft-edge/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>chromium@gentoo.org</email>
+		<name>Chromium in Gentoo Project</name>
+	</maintainer>
+	<longdescription>
+		Microsoft Edge is a browser that combines a minimal design with
+		sophisticated technology to make the web faster, safer, and easier.
+	</longdescription>
+</pkgmetadata>

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.38.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.38.ebuild
new file mode 100644
index 00000000000..098697866ec
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.38.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-10-30  8:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-10-30  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e63a01e2ce124d0f33e6f9e6552bacc4b543187e
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 08:19:42 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 08:19:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63a01e2

www-client/microsoft-edge: bump to 95.0.1020.40

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-95.0.1020.40.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2a99c6ebd4a..cdc14eb999b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_95.0.1020.38-1_amd64.deb 115540916 BLAKE2B a009ba2ac3fe5ddd570456d978420cb2307baaa6e925488721f038d196516e228e3a25d3e93c62e729365cf833fa634587c4bc09be3dda7d528068446747cbd7 SHA512 896d9fc55331763f0db87065d63b67a02b861d429f18288dd3bbe01e51b7cb5315b59400489f1522ffa57d202db21f6df99f56666fec42fd6be1db054ce951be
+DIST microsoft-edge-stable_95.0.1020.40-1_amd64.deb 115596848 BLAKE2B 1c9cb1cf87e0881a625468b5295e5738571a52ccef06dcc771f26e67f0b27c812b5d86fb5119be971c821786b409f501e67b98e8426a16253262980b1cd162bb SHA512 687a3e8e547dc8f66f252f0afc9edf1dcc1aa01f4b3bf43a36c5971f3f2853dea8c5ed78a1a5f97e082f5342bf7bdd111d5c3ef69052c2c3d3689d05cc43b514

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
new file mode 100644
index 00000000000..098697866ec
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-10-30  8:20 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-10-30  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5478b02b61142c12d87bcde9e99ef95bbf84ad98
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 08:20:30 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 08:20:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5478b02b

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
index 098697866ec..e93899591b0 100644
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-10-30  8:21 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-10-30  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     96e02bb987e516beab964a8e78fcf80501ef4369
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 08:20:59 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 08:20:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e02bb9

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-95.0.1020.38.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index cdc14eb999b..94434d569c7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_95.0.1020.38-1_amd64.deb 115540916 BLAKE2B a009ba2ac3fe5ddd570456d978420cb2307baaa6e925488721f038d196516e228e3a25d3e93c62e729365cf833fa634587c4bc09be3dda7d528068446747cbd7 SHA512 896d9fc55331763f0db87065d63b67a02b861d429f18288dd3bbe01e51b7cb5315b59400489f1522ffa57d202db21f6df99f56666fec42fd6be1db054ce951be
 DIST microsoft-edge-stable_95.0.1020.40-1_amd64.deb 115596848 BLAKE2B 1c9cb1cf87e0881a625468b5295e5738571a52ccef06dcc771f26e67f0b27c812b5d86fb5119be971c821786b409f501e67b98e8426a16253262980b1cd162bb SHA512 687a3e8e547dc8f66f252f0afc9edf1dcc1aa01f4b3bf43a36c5971f3f2853dea8c5ed78a1a5f97e082f5342bf7bdd111d5c3ef69052c2c3d3689d05cc43b514

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.38.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.38.ebuild
deleted file mode 100644
index 098697866ec..00000000000
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.38.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-07 17:13 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-07 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c2914256ab2630e1e215f543f8f803a82aa0a862
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 17:13:45 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 17:13:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2914256

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-95.0.1020.40.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ff694ace9ae..e4c510b3bf6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_95.0.1020.40-1_amd64.deb 115596848 BLAKE2B 1c9cb1cf87e0881a625468b5295e5738571a52ccef06dcc771f26e67f0b27c812b5d86fb5119be971c821786b409f501e67b98e8426a16253262980b1cd162bb SHA512 687a3e8e547dc8f66f252f0afc9edf1dcc1aa01f4b3bf43a36c5971f3f2853dea8c5ed78a1a5f97e082f5342bf7bdd111d5c3ef69052c2c3d3689d05cc43b514
 DIST microsoft-edge-stable_95.0.1020.44-1_amd64.deb 115587992 BLAKE2B 94952d4f58bdbdbaa9dfcabb13bec0bea3d2cd6085836425d6b13bad38ffa71aa91c9b8b0b1f51b1de1393a59eb0dc871f554c398c4c5f2e58b3f081e582469b SHA512 1f0d5905b04ae28722b070a0fa565daef3c41fcda68b8c032da65e822c3fddbd52f617f3f99ab00b50ae37e383b95aac3595cf62e0b97ecb5c9a0b1b8f731fdd

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
deleted file mode 100644
index e93899591b0..00000000000
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.40.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-07 17:13 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-07 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4add6f1a4faf7dce4c791fb932677426c578b083
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 17:13:30 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 17:13:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4add6f1a

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
index 098697866ec..e93899591b0 100644
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-07 17:13 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-07 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c6482e46b621129dfcc96d35b32337be8cf65a24
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 17:13:06 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 17:13:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6482e46

www-client/microsoft-edge: bump to 95.0.1020.44

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-95.0.1020.44.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 94434d569c7..ff694ace9ae 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_95.0.1020.40-1_amd64.deb 115596848 BLAKE2B 1c9cb1cf87e0881a625468b5295e5738571a52ccef06dcc771f26e67f0b27c812b5d86fb5119be971c821786b409f501e67b98e8426a16253262980b1cd162bb SHA512 687a3e8e547dc8f66f252f0afc9edf1dcc1aa01f4b3bf43a36c5971f3f2853dea8c5ed78a1a5f97e082f5342bf7bdd111d5c3ef69052c2c3d3689d05cc43b514
+DIST microsoft-edge-stable_95.0.1020.44-1_amd64.deb 115587992 BLAKE2B 94952d4f58bdbdbaa9dfcabb13bec0bea3d2cd6085836425d6b13bad38ffa71aa91c9b8b0b1f51b1de1393a59eb0dc871f554c398c4c5f2e58b3f081e582469b SHA512 1f0d5905b04ae28722b070a0fa565daef3c41fcda68b8c032da65e822c3fddbd52f617f3f99ab00b50ae37e383b95aac3595cf62e0b97ecb5c9a0b1b8f731fdd

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
new file mode 100644
index 00000000000..098697866ec
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-14  9:51 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-14  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1066f1659badac857f4d8c969c64d91ba75aa58d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 09:51:31 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 09:51:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1066f165

www-client/microsoft-edge: bump to 95.0.1020.53

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-95.0.1020.53.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e4c510b3bf69..fb0fe7d07a64 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_95.0.1020.44-1_amd64.deb 115587992 BLAKE2B 94952d4f58bdbdbaa9dfcabb13bec0bea3d2cd6085836425d6b13bad38ffa71aa91c9b8b0b1f51b1de1393a59eb0dc871f554c398c4c5f2e58b3f081e582469b SHA512 1f0d5905b04ae28722b070a0fa565daef3c41fcda68b8c032da65e822c3fddbd52f617f3f99ab00b50ae37e383b95aac3595cf62e0b97ecb5c9a0b1b8f731fdd
+DIST microsoft-edge-stable_95.0.1020.53-1_amd64.deb 115576464 BLAKE2B 524a7137a290e96d4d6aa65326aacca74e6d8f29607c096eb94b20fa962c9d4bd45a8e8ed84460f218a8748157745e5053ea6d41eb43dc4a60ccf759c510a6d2 SHA512 51cad592fedbbfada8a864d877f65478cc13aa67da7ad2119ad0a4f0af5dc5e400901bcf712345d487ec67ae024d9427f38a601a2acfa7fe9e07f8147da005d6

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
new file mode 100644
index 000000000000..098697866ecf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-14  9:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-14  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ae1f0b6ab87781ff2c8d37e6fc07a1c6a880a010
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 09:52:06 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 09:52:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1f0b6a

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
index 098697866ecf..e93899591b03 100644
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-14  9:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-14  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fbc525b2ef647e22ccfa1004aa6cb2320e52ca76
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 09:52:31 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 09:52:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc525b2

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-95.0.1020.44.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fb0fe7d07a64..f2f2db8b469b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_95.0.1020.44-1_amd64.deb 115587992 BLAKE2B 94952d4f58bdbdbaa9dfcabb13bec0bea3d2cd6085836425d6b13bad38ffa71aa91c9b8b0b1f51b1de1393a59eb0dc871f554c398c4c5f2e58b3f081e582469b SHA512 1f0d5905b04ae28722b070a0fa565daef3c41fcda68b8c032da65e822c3fddbd52f617f3f99ab00b50ae37e383b95aac3595cf62e0b97ecb5c9a0b1b8f731fdd
 DIST microsoft-edge-stable_95.0.1020.53-1_amd64.deb 115576464 BLAKE2B 524a7137a290e96d4d6aa65326aacca74e6d8f29607c096eb94b20fa962c9d4bd45a8e8ed84460f218a8748157745e5053ea6d41eb43dc4a60ccf759c510a6d2 SHA512 51cad592fedbbfada8a864d877f65478cc13aa67da7ad2119ad0a4f0af5dc5e400901bcf712345d487ec67ae024d9427f38a601a2acfa7fe9e07f8147da005d6

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.44.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-24 22:05 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     293ff0ad3898327412f30a123fc5b0854bdb22b8
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 22:04:52 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 22:05:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293ff0ad

www-client/microsoft-edge: bump to 96.0.1054.34

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-96.0.1054.34.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f2f2db8b469b..cff7f6e7bd36 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_95.0.1020.53-1_amd64.deb 115576464 BLAKE2B 524a7137a290e96d4d6aa65326aacca74e6d8f29607c096eb94b20fa962c9d4bd45a8e8ed84460f218a8748157745e5053ea6d41eb43dc4a60ccf759c510a6d2 SHA512 51cad592fedbbfada8a864d877f65478cc13aa67da7ad2119ad0a4f0af5dc5e400901bcf712345d487ec67ae024d9427f38a601a2acfa7fe9e07f8147da005d6
+DIST microsoft-edge-stable_96.0.1054.34-1_amd64.deb 118393292 BLAKE2B d646bd3a57ac4b1e98e9b20f933a1fe5602d2f675eecd82a0e3b17762958257da923794e1ba24fbe6e2cfa151e8b1918eceeaccbf65154406d7dc3b77b3e8305 SHA512 2a37534c65b338a452fcc599057884b8d31146f9b97f1506d82cc0352c51791b6bbcbe8636a2e3a545d791dd365ac07888b5302db20b21d40ee682f35bb56579

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
new file mode 100644
index 000000000000..098697866ecf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-24 22:05 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-24 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     41702ec638d7c2ccbc5963117f83c4d3f5e217ee
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 22:05:43 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 22:05:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41702ec6

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
index 098697866ecf..e93899591b03 100644
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-11-24 22:06 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-11-24 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4aa741dac2884688ccd807a0a240784ce7fcf508
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 22:06:03 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 22:06:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa741da

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-95.0.1020.53.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index cff7f6e7bd36..7a32401209b1 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_95.0.1020.53-1_amd64.deb 115576464 BLAKE2B 524a7137a290e96d4d6aa65326aacca74e6d8f29607c096eb94b20fa962c9d4bd45a8e8ed84460f218a8748157745e5053ea6d41eb43dc4a60ccf759c510a6d2 SHA512 51cad592fedbbfada8a864d877f65478cc13aa67da7ad2119ad0a4f0af5dc5e400901bcf712345d487ec67ae024d9427f38a601a2acfa7fe9e07f8147da005d6
 DIST microsoft-edge-stable_96.0.1054.34-1_amd64.deb 118393292 BLAKE2B d646bd3a57ac4b1e98e9b20f933a1fe5602d2f675eecd82a0e3b17762958257da923794e1ba24fbe6e2cfa151e8b1918eceeaccbf65154406d7dc3b77b3e8305 SHA512 2a37534c65b338a452fcc599057884b8d31146f9b97f1506d82cc0352c51791b6bbcbe8636a2e3a545d791dd365ac07888b5302db20b21d40ee682f35bb56579

diff --git a/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild b/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-95.0.1020.53.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-02 19:36 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-02 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9bee3189375293efa6d751636cbbcbbae35f78bf
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 19:35:52 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 19:35:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bee3189

www-client/microsoft-edge: bump to 96.0.1054.41

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-96.0.1054.41.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7a32401209b1..b2cf3ed436bc 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_96.0.1054.34-1_amd64.deb 118393292 BLAKE2B d646bd3a57ac4b1e98e9b20f933a1fe5602d2f675eecd82a0e3b17762958257da923794e1ba24fbe6e2cfa151e8b1918eceeaccbf65154406d7dc3b77b3e8305 SHA512 2a37534c65b338a452fcc599057884b8d31146f9b97f1506d82cc0352c51791b6bbcbe8636a2e3a545d791dd365ac07888b5302db20b21d40ee682f35bb56579
+DIST microsoft-edge-stable_96.0.1054.41-1_amd64.deb 118508952 BLAKE2B 3b661b03676427b83d3bce59114a70f1bdd993bee617b31f667fedaaf668ac56fd3270c0c8e90af85b379bbe02028bcbd7c72f5297de122da43a15cb0b25ca65 SHA512 5ea58dc98561f6aa4cf1b0dfd45f35adfe4c4b3b9eea644b908e4889a18b0978177bf2ef054869435ed3f01b560dee7282c074d38209d1dca11d6a9985e52f4c

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
new file mode 100644
index 000000000000..098697866ecf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-02 19:36 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-02 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a8e4649b81350baa0c634142e6e6294e6061aa49
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 19:36:28 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 19:36:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e4649b

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
index 098697866ecf..e93899591b03 100644
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-02 19:36 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-02 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d1d22eba002df7d53ceddfe42daa2a8667ac957e
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  2 19:36:44 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Dec  2 19:36:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d22eba

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-96.0.1054.34.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b2cf3ed436bc..2d2c4724c397 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_96.0.1054.34-1_amd64.deb 118393292 BLAKE2B d646bd3a57ac4b1e98e9b20f933a1fe5602d2f675eecd82a0e3b17762958257da923794e1ba24fbe6e2cfa151e8b1918eceeaccbf65154406d7dc3b77b3e8305 SHA512 2a37534c65b338a452fcc599057884b8d31146f9b97f1506d82cc0352c51791b6bbcbe8636a2e3a545d791dd365ac07888b5302db20b21d40ee682f35bb56579
 DIST microsoft-edge-stable_96.0.1054.41-1_amd64.deb 118508952 BLAKE2B 3b661b03676427b83d3bce59114a70f1bdd993bee617b31f667fedaaf668ac56fd3270c0c8e90af85b379bbe02028bcbd7c72f5297de122da43a15cb0b25ca65 SHA512 5ea58dc98561f6aa4cf1b0dfd45f35adfe4c4b3b9eea644b908e4889a18b0978177bf2ef054869435ed3f01b560dee7282c074d38209d1dca11d6a9985e52f4c

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.34.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-10 18:09 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-10 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ef28fc41851263d9c4752fe82b35c20fc038eb0d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 18:09:07 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 18:09:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef28fc41

www-client/microsoft-edge: bump to 96.0.1054.53

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-96.0.1054.53.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2d2c4724c397..7effa0af25d8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_96.0.1054.41-1_amd64.deb 118508952 BLAKE2B 3b661b03676427b83d3bce59114a70f1bdd993bee617b31f667fedaaf668ac56fd3270c0c8e90af85b379bbe02028bcbd7c72f5297de122da43a15cb0b25ca65 SHA512 5ea58dc98561f6aa4cf1b0dfd45f35adfe4c4b3b9eea644b908e4889a18b0978177bf2ef054869435ed3f01b560dee7282c074d38209d1dca11d6a9985e52f4c
+DIST microsoft-edge-stable_96.0.1054.53-1_amd64.deb 119000772 BLAKE2B 83d83978cabc95abbda728aff3bd9392e8b9f0f8de7b1fb2960f92e7a10a3ff4d1405acdb2dc93cfee4a08b6796703db8a65e78eb6be58dfddaeee2d53b8c7ff SHA512 5d777a46384bbf89559c8100bab4811ab9999f8b76822543a22a6f6de80fd6db46ea1930b02c8c15ba8664c71f5f75378b5f1e743977c079f280e637e5e05302

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
new file mode 100644
index 000000000000..098697866ecf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-10 18:10 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-10 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     47a3a39015944145b31c875025d65b93b8fcb581
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 18:09:52 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 18:09:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a3a390

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
index 098697866ecf..e93899591b03 100644
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-10 18:10 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-10 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     52c760006febc22fa2f43f5016a15ee34ff2dabf
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 18:10:16 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 18:10:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c76000

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-96.0.1054.41.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7effa0af25d8..defccc9e9c42 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_96.0.1054.41-1_amd64.deb 118508952 BLAKE2B 3b661b03676427b83d3bce59114a70f1bdd993bee617b31f667fedaaf668ac56fd3270c0c8e90af85b379bbe02028bcbd7c72f5297de122da43a15cb0b25ca65 SHA512 5ea58dc98561f6aa4cf1b0dfd45f35adfe4c4b3b9eea644b908e4889a18b0978177bf2ef054869435ed3f01b560dee7282c074d38209d1dca11d6a9985e52f4c
 DIST microsoft-edge-stable_96.0.1054.53-1_amd64.deb 119000772 BLAKE2B 83d83978cabc95abbda728aff3bd9392e8b9f0f8de7b1fb2960f92e7a10a3ff4d1405acdb2dc93cfee4a08b6796703db8a65e78eb6be58dfddaeee2d53b8c7ff SHA512 5d777a46384bbf89559c8100bab4811ab9999f8b76822543a22a6f6de80fd6db46ea1930b02c8c15ba8664c71f5f75378b5f1e743977c079f280e637e5e05302

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.41.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-14 22:04 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-14 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     feb201d51a7507be26d3c0381a3f7eb001096bb8
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 22:04:31 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 22:04:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb201d5

www-client/microsoft-edge: bump to 96.0.1054.57

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-96.0.1054.57.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index defccc9e9c42..64d65623085a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_96.0.1054.53-1_amd64.deb 119000772 BLAKE2B 83d83978cabc95abbda728aff3bd9392e8b9f0f8de7b1fb2960f92e7a10a3ff4d1405acdb2dc93cfee4a08b6796703db8a65e78eb6be58dfddaeee2d53b8c7ff SHA512 5d777a46384bbf89559c8100bab4811ab9999f8b76822543a22a6f6de80fd6db46ea1930b02c8c15ba8664c71f5f75378b5f1e743977c079f280e637e5e05302
+DIST microsoft-edge-stable_96.0.1054.57-1_amd64.deb 118995000 BLAKE2B 14885621e782b5f720b1bdd98f6ad4069f7fd99f1d308ca90089758fcb4c653af0242c9fcb7d57fe9e726b0fd9274f246831a0182de508313bd1a989e173d972 SHA512 0a7b645bc45f591eca96487bef930dc60cf665a43f46c83cf2336ee5fde4e90d29d9a74fa7ff3fef9bacd29eb6a13b2c05cc23c54a1c4839dbfa6c7af37c5055

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
new file mode 100644
index 000000000000..098697866ecf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-14 22:05 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-14 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     89591d994f81f2c31b16d4c97021178eae6d9d4c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 22:05:14 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 22:05:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89591d99

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
index 098697866ecf..e93899591b03 100644
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-14 22:06 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-14 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3c9e7e8184272696144cae44f340633e26f44301
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 22:05:46 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 22:05:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e7e81

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-96.0.1054.53.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 64d65623085a..0459c4766a5c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_96.0.1054.53-1_amd64.deb 119000772 BLAKE2B 83d83978cabc95abbda728aff3bd9392e8b9f0f8de7b1fb2960f92e7a10a3ff4d1405acdb2dc93cfee4a08b6796703db8a65e78eb6be58dfddaeee2d53b8c7ff SHA512 5d777a46384bbf89559c8100bab4811ab9999f8b76822543a22a6f6de80fd6db46ea1930b02c8c15ba8664c71f5f75378b5f1e743977c079f280e637e5e05302
 DIST microsoft-edge-stable_96.0.1054.57-1_amd64.deb 118995000 BLAKE2B 14885621e782b5f720b1bdd98f6ad4069f7fd99f1d308ca90089758fcb4c653af0242c9fcb7d57fe9e726b0fd9274f246831a0182de508313bd1a989e173d972 SHA512 0a7b645bc45f591eca96487bef930dc60cf665a43f46c83cf2336ee5fde4e90d29d9a74fa7ff3fef9bacd29eb6a13b2c05cc23c54a1c4839dbfa6c7af37c5055

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.53.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-23 18:20 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-23 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7937dd6d51deaad8a6172787395b9d8032380c74
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 18:19:30 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 18:20:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7937dd6d

www-client/microsoft-edge: bump to 96.0.1054.62

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-96.0.1054.62.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0459c4766a5c..984df4f5940a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_96.0.1054.57-1_amd64.deb 118995000 BLAKE2B 14885621e782b5f720b1bdd98f6ad4069f7fd99f1d308ca90089758fcb4c653af0242c9fcb7d57fe9e726b0fd9274f246831a0182de508313bd1a989e173d972 SHA512 0a7b645bc45f591eca96487bef930dc60cf665a43f46c83cf2336ee5fde4e90d29d9a74fa7ff3fef9bacd29eb6a13b2c05cc23c54a1c4839dbfa6c7af37c5055
+DIST microsoft-edge-stable_96.0.1054.62-1_amd64.deb 119225788 BLAKE2B 26afac756e5b0346a62684f1a9126816714fd16fa5a5e2be070233dd192e34694af833550d76dfa2a8b492c1195c04acb90820c774577fe402758aa67b5ec59d SHA512 c135c54846cae0d5ad109315f5bda255c5eade0695f66e381f7486a736a28cc971dc4a30f7cdbb2913380287e13eadb61cb57ffeb4b6bf559a8e59bb68c2487d

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
new file mode 100644
index 000000000000..098697866ecf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-23 18:20 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-23 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     290d4a55318305c7137fa57ba324bc5c9f346d61
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 18:20:33 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 18:20:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290d4a55

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
index 098697866ecf..e93899591b03 100644
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2021-12-23 18:21 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2021-12-23 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     49d66c49d5805747f8be313a8b44ae0e09f1b069
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 18:20:59 2021 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 18:21:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d66c49

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-96.0.1054.57.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 984df4f5940a..496502efb72e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_96.0.1054.57-1_amd64.deb 118995000 BLAKE2B 14885621e782b5f720b1bdd98f6ad4069f7fd99f1d308ca90089758fcb4c653af0242c9fcb7d57fe9e726b0fd9274f246831a0182de508313bd1a989e173d972 SHA512 0a7b645bc45f591eca96487bef930dc60cf665a43f46c83cf2336ee5fde4e90d29d9a74fa7ff3fef9bacd29eb6a13b2c05cc23c54a1c4839dbfa6c7af37c5055
 DIST microsoft-edge-stable_96.0.1054.62-1_amd64.deb 119225788 BLAKE2B 26afac756e5b0346a62684f1a9126816714fd16fa5a5e2be070233dd192e34694af833550d76dfa2a8b492c1195c04acb90820c774577fe402758aa67b5ec59d SHA512 c135c54846cae0d5ad109315f5bda255c5eade0695f66e381f7486a736a28cc971dc4a30f7cdbb2913380287e13eadb61cb57ffeb4b6bf559a8e59bb68c2487d

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.57.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-06 20:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-06 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     047fa6536f75ca3945609ae8ad85c7727e62d53c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 20:22:54 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 20:23:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047fa653

www-client/microsoft-edge: bump to 97.0.1072.55

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-97.0.1072.55.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 496502efb72e..4ed6c9af8f60 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_96.0.1054.62-1_amd64.deb 119225788 BLAKE2B 26afac756e5b0346a62684f1a9126816714fd16fa5a5e2be070233dd192e34694af833550d76dfa2a8b492c1195c04acb90820c774577fe402758aa67b5ec59d SHA512 c135c54846cae0d5ad109315f5bda255c5eade0695f66e381f7486a736a28cc971dc4a30f7cdbb2913380287e13eadb61cb57ffeb4b6bf559a8e59bb68c2487d
+DIST microsoft-edge-stable_97.0.1072.55-1_amd64.deb 119842192 BLAKE2B e4013f602378c9958e61198e5cf27bad6e38e3123b7a6855ef23c320cb8dc096b6e332bb11be31668583ecec449a1756e926ba1cb679dde440281100b7eb91b7 SHA512 8bd3826135faef50f4aeafdd036b8f4bff4e8b8f1fca524704fd228fc01a1b2d75aeb690b74ec6c5f60872ba1cc9dad5a7c9f59c5d2b3642de8e764dd7dd36fd

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
new file mode 100644
index 000000000000..ae99bf2a06bb
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-06 20:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-06 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e04eac01c9518abf91bdac4814234bb0409ffc15
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 20:23:44 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 20:23:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04eac01

www-client/microsoft-edge: amd64 stable

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
index ae99bf2a06bb..ad61270c68ad 100644
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-06 20:24 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-06 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     97a2a231f6042dc1fb7a340bb648d078893c1c3e
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 20:24:08 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 20:24:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a2a231

www-client/microsoft-edge: remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-96.0.1054.62.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4ed6c9af8f60..11ffecd41d0b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_96.0.1054.62-1_amd64.deb 119225788 BLAKE2B 26afac756e5b0346a62684f1a9126816714fd16fa5a5e2be070233dd192e34694af833550d76dfa2a8b492c1195c04acb90820c774577fe402758aa67b5ec59d SHA512 c135c54846cae0d5ad109315f5bda255c5eade0695f66e381f7486a736a28cc971dc4a30f7cdbb2913380287e13eadb61cb57ffeb4b6bf559a8e59bb68c2487d
 DIST microsoft-edge-stable_97.0.1072.55-1_amd64.deb 119842192 BLAKE2B e4013f602378c9958e61198e5cf27bad6e38e3123b7a6855ef23c320cb8dc096b6e332bb11be31668583ecec449a1756e926ba1cb679dde440281100b7eb91b7 SHA512 8bd3826135faef50f4aeafdd036b8f4bff4e8b8f1fca524704fd228fc01a1b2d75aeb690b74ec6c5f60872ba1cc9dad5a7c9f59c5d2b3642de8e764dd7dd36fd

diff --git a/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild b/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
deleted file mode 100644
index e93899591b03..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-96.0.1054.62.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-19 14:39 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-19 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7d19046c6080556d307eb6572596b469418e1b60
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 14:33:56 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 14:39:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d19046c

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-97.0.1072.55.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 40f33df5b243..04d666423d7f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_97.0.1072.55-1_amd64.deb 119842192 BLAKE2B e4013f602378c9958e61198e5cf27bad6e38e3123b7a6855ef23c320cb8dc096b6e332bb11be31668583ecec449a1756e926ba1cb679dde440281100b7eb91b7 SHA512 8bd3826135faef50f4aeafdd036b8f4bff4e8b8f1fca524704fd228fc01a1b2d75aeb690b74ec6c5f60872ba1cc9dad5a7c9f59c5d2b3642de8e764dd7dd36fd
 DIST microsoft-edge-stable_97.0.1072.62-1_amd64.deb 119827536 BLAKE2B 38e844de680a80c5ced1665a04302b171ff111370ef8fdd0d0bf8549274cf6e587d07bc3fa40bc43b85c45560a961ec1efa378c96a6510a127591fde7c8c10c8 SHA512 35f075c366f91091865628d576bfc9e6fec6b9389b0e1b7577a8a0679ae22435d0bb53653495c6a367a7dbcffac5d28176cd808ad296d6f47c0938cfd9df3893

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
deleted file mode 100644
index ad61270c68ad..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.55.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-19 14:39 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-19 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     96ab74d74eb958d6e39d7cfa6498456f2667b690
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 14:33:54 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 14:35:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ab74d7

www-client/microsoft-edge: automated bump (97.0.1072.62)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-97.0.1072.62.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 11ffecd41d0b..40f33df5b243 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_97.0.1072.55-1_amd64.deb 119842192 BLAKE2B e4013f602378c9958e61198e5cf27bad6e38e3123b7a6855ef23c320cb8dc096b6e332bb11be31668583ecec449a1756e926ba1cb679dde440281100b7eb91b7 SHA512 8bd3826135faef50f4aeafdd036b8f4bff4e8b8f1fca524704fd228fc01a1b2d75aeb690b74ec6c5f60872ba1cc9dad5a7c9f59c5d2b3642de8e764dd7dd36fd
+DIST microsoft-edge-stable_97.0.1072.62-1_amd64.deb 119827536 BLAKE2B 38e844de680a80c5ced1665a04302b171ff111370ef8fdd0d0bf8549274cf6e587d07bc3fa40bc43b85c45560a961ec1efa378c96a6510a127591fde7c8c10c8 SHA512 35f075c366f91091865628d576bfc9e6fec6b9389b0e1b7577a8a0679ae22435d0bb53653495c6a367a7dbcffac5d28176cd808ad296d6f47c0938cfd9df3893

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
new file mode 100644
index 000000000000..ae99bf2a06bb
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-19 14:39 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-19 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     86f29e8a1ae3d74641755de0f3088ba4672f0ab9
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 14:38:42 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 14:39:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f29e8a

www-client/microsoft-edge: amd64 stable

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
index ae99bf2a06bb..ad61270c68ad 100644
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-20 21:32 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-20 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c7aeaeac8f11064c6937e4ca24c14aabcb94a03c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 21:31:16 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 21:32:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7aeaeac

www-client/microsoft-edge: automated bump (97.0.1072.69)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-97.0.1072.69.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 04d666423d7f..e309eb4aa338 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_97.0.1072.62-1_amd64.deb 119827536 BLAKE2B 38e844de680a80c5ced1665a04302b171ff111370ef8fdd0d0bf8549274cf6e587d07bc3fa40bc43b85c45560a961ec1efa378c96a6510a127591fde7c8c10c8 SHA512 35f075c366f91091865628d576bfc9e6fec6b9389b0e1b7577a8a0679ae22435d0bb53653495c6a367a7dbcffac5d28176cd808ad296d6f47c0938cfd9df3893
+DIST microsoft-edge-stable_97.0.1072.69-1_amd64.deb 119803088 BLAKE2B db910e03922d8bed314fd44e3c7bf1bfdbe29d27cebce3d50a4d2de8b582689857fe66f8dbf72665d2be2b7311fd7a4246c0f9294e49abb909ce07b72c9028cb SHA512 0353134a114fb59115f5268a7e5d5792c4b491e22870e6791daaef0fbe090ab43155ed717f9f2e868b75dc903027bdd2dcdc4df72c2d0b19e2766a1efe782865

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
new file mode 100644
index 000000000000..ae99bf2a06bb
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-20 21:32 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-20 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ca66cac0306a3492ead5245a71db0dbc74c6dab3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 21:31:19 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 21:32:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca66cac0

www-client/microsoft-edge: amd64 stable (97.0.1072.69)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
index ae99bf2a06bb..ad61270c68ad 100644
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-20 21:32 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-20 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9f9b873d42af7e09e212af7a24c186155bf6cf
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 21:31:22 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 21:32:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9f9b87

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-97.0.1072.62.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e309eb4aa338..e41973ff3da3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_97.0.1072.62-1_amd64.deb 119827536 BLAKE2B 38e844de680a80c5ced1665a04302b171ff111370ef8fdd0d0bf8549274cf6e587d07bc3fa40bc43b85c45560a961ec1efa378c96a6510a127591fde7c8c10c8 SHA512 35f075c366f91091865628d576bfc9e6fec6b9389b0e1b7577a8a0679ae22435d0bb53653495c6a367a7dbcffac5d28176cd808ad296d6f47c0938cfd9df3893
 DIST microsoft-edge-stable_97.0.1072.69-1_amd64.deb 119803088 BLAKE2B db910e03922d8bed314fd44e3c7bf1bfdbe29d27cebce3d50a4d2de8b582689857fe66f8dbf72665d2be2b7311fd7a4246c0f9294e49abb909ce07b72c9028cb SHA512 0353134a114fb59115f5268a7e5d5792c4b491e22870e6791daaef0fbe090ab43155ed717f9f2e868b75dc903027bdd2dcdc4df72c2d0b19e2766a1efe782865

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
deleted file mode 100644
index ad61270c68ad..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.62.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-27 21:40 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-27 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f149e72a56414dda262cba32994d4b86e420979c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 21:39:49 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 21:39:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f149e72a

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-97.0.1072.69.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 278f936a43c9..9b002ef13fa8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_97.0.1072.69-1_amd64.deb 119803088 BLAKE2B db910e03922d8bed314fd44e3c7bf1bfdbe29d27cebce3d50a4d2de8b582689857fe66f8dbf72665d2be2b7311fd7a4246c0f9294e49abb909ce07b72c9028cb SHA512 0353134a114fb59115f5268a7e5d5792c4b491e22870e6791daaef0fbe090ab43155ed717f9f2e868b75dc903027bdd2dcdc4df72c2d0b19e2766a1efe782865
 DIST microsoft-edge-stable_97.0.1072.76-1_amd64.deb 119913002 BLAKE2B 9157d9dd89479adaf3680c7227058af2804a85066e8820abc40c9be35e193bd42f15278d2f2d5bfbd4238183d72e5ccba45e21eac1362ebe6a57faebd5f18c0d SHA512 cfaedd5222b0de808eea4e8eab829466368575ac95e80cb66e1a125dfbccf6c0dd2742140fac1384ebb7574548b8f6b189a31b016eb7fd2578b79d023e484f14

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
deleted file mode 100644
index ad61270c68ad..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.69.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-27 21:40 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-27 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     10c77b21a32bb10c973ab4994a0afe15ecdc0b01
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 21:39:43 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 21:39:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c77b21

www-client/microsoft-edge: automated bump (97.0.1072.76)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-97.0.1072.76.ebuild             | 109 +++++++++++++++++++++
 2 files changed, 110 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e41973ff3da3..278f936a43c9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_97.0.1072.69-1_amd64.deb 119803088 BLAKE2B db910e03922d8bed314fd44e3c7bf1bfdbe29d27cebce3d50a4d2de8b582689857fe66f8dbf72665d2be2b7311fd7a4246c0f9294e49abb909ce07b72c9028cb SHA512 0353134a114fb59115f5268a7e5d5792c4b491e22870e6791daaef0fbe090ab43155ed717f9f2e868b75dc903027bdd2dcdc4df72c2d0b19e2766a1efe782865
+DIST microsoft-edge-stable_97.0.1072.76-1_amd64.deb 119913002 BLAKE2B 9157d9dd89479adaf3680c7227058af2804a85066e8820abc40c9be35e193bd42f15278d2f2d5bfbd4238183d72e5ccba45e21eac1362ebe6a57faebd5f18c0d SHA512 cfaedd5222b0de808eea4e8eab829466368575ac95e80cb66e1a125dfbccf6c0dd2742140fac1384ebb7574548b8f6b189a31b016eb7fd2578b79d023e484f14

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
new file mode 100644
index 000000000000..ae99bf2a06bb
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
@@ -0,0 +1,109 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+	done
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-01-27 21:40 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-01-27 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     65c2532c35905644c5fc05e5a91d45138ee3a192
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 21:39:47 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 21:39:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c2532c

www-client/microsoft-edge: amd64 stable (97.0.1072.76)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
index ae99bf2a06bb..ad61270c68ad 100644
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-04  8:26 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-04  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b956084b92ce80ec1077129d43b54527096ddf
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 08:24:49 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 08:26:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b95608

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-97.0.1072.76.ebuild             | 109 ---------------------
 2 files changed, 110 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b4d857d2d77a..2398d179ab3e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_97.0.1072.76-1_amd64.deb 119913002 BLAKE2B 9157d9dd89479adaf3680c7227058af2804a85066e8820abc40c9be35e193bd42f15278d2f2d5bfbd4238183d72e5ccba45e21eac1362ebe6a57faebd5f18c0d SHA512 cfaedd5222b0de808eea4e8eab829466368575ac95e80cb66e1a125dfbccf6c0dd2742140fac1384ebb7574548b8f6b189a31b016eb7fd2578b79d023e484f14
 DIST microsoft-edge-stable_98.0.1108.43-1_amd64.deb 124175258 BLAKE2B 34fdd3d3aed914d00909864cbdb49107f93a7e0e9b25f5d061d07b25895a2c6ae8f885bf084b9927d89b898aec67f94f6ecc402df50d4e5616eb89a37d11761f SHA512 7b4ea49f9526ad5053c3e235819d26dc4b04f63787bf90b230b125f6f6a19a19c0e954e15ed372d68e3b29015fe3d8cf25861e8b1935540506b24a6b87dd325f

diff --git a/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild b/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
deleted file mode 100644
index ad61270c68ad..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-97.0.1072.76.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-	done
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-04  8:26 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-04  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     05f4bc44b099139023185ab2b580b5e2c2896696
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 08:24:47 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 08:26:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f4bc44

www-client/microsoft-edge: amd64 stable (98.0.1108.43)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
index 3e1b323cccbf..2984b12cf6bd 100644
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-04  8:26 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-04  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     32cbcd88b3907b5b82ddebea11a9130c4a1fb0d1
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 08:24:39 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 08:25:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cbcd88

www-client/microsoft-edge: automated bump (98.0.1108.43)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 www-client/microsoft-edge/metadata.xml             |   3 +
 .../microsoft-edge-98.0.1108.43.ebuild             | 115 +++++++++++++++++++++
 3 files changed, 119 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9b002ef13fa8..b4d857d2d77a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_97.0.1072.76-1_amd64.deb 119913002 BLAKE2B 9157d9dd89479adaf3680c7227058af2804a85066e8820abc40c9be35e193bd42f15278d2f2d5bfbd4238183d72e5ccba45e21eac1362ebe6a57faebd5f18c0d SHA512 cfaedd5222b0de808eea4e8eab829466368575ac95e80cb66e1a125dfbccf6c0dd2742140fac1384ebb7574548b8f6b189a31b016eb7fd2578b79d023e484f14
+DIST microsoft-edge-stable_98.0.1108.43-1_amd64.deb 124175258 BLAKE2B 34fdd3d3aed914d00909864cbdb49107f93a7e0e9b25f5d061d07b25895a2c6ae8f885bf084b9927d89b898aec67f94f6ecc402df50d4e5616eb89a37d11761f SHA512 7b4ea49f9526ad5053c3e235819d26dc4b04f63787bf90b230b125f6f6a19a19c0e954e15ed372d68e3b29015fe3d8cf25861e8b1935540506b24a6b87dd325f

diff --git a/www-client/microsoft-edge/metadata.xml b/www-client/microsoft-edge/metadata.xml
index c4f491930d33..a7689ec3a837 100644
--- a/www-client/microsoft-edge/metadata.xml
+++ b/www-client/microsoft-edge/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.
 	</longdescription>
+	<use>
+		<flag name="mip">Install Microsoft Information Protection plugin.</flag>
+	</use>
 </pkgmetadata>

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
new file mode 100644
index 000000000000..3e1b323cccbf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
@@ -0,0 +1,115 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-10 19:56 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-10 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     629d1f5a8673ac683c0804a7a96815fdc82c8fbe
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 19:56:12 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 19:56:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629d1f5a

www-client/microsoft-edge: amd64 stable (98.0.1108.50)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-10 19:56 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-10 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     296ad751bf58d50dfe68af93356ac6787e690512
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 19:56:08 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 19:56:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296ad751

www-client/microsoft-edge: automated bump (98.0.1108.50)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-98.0.1108.50.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2398d179ab3e..49e3f8f5fbc3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_98.0.1108.43-1_amd64.deb 124175258 BLAKE2B 34fdd3d3aed914d00909864cbdb49107f93a7e0e9b25f5d061d07b25895a2c6ae8f885bf084b9927d89b898aec67f94f6ecc402df50d4e5616eb89a37d11761f SHA512 7b4ea49f9526ad5053c3e235819d26dc4b04f63787bf90b230b125f6f6a19a19c0e954e15ed372d68e3b29015fe3d8cf25861e8b1935540506b24a6b87dd325f
+DIST microsoft-edge-stable_98.0.1108.50-1_amd64.deb 124182902 BLAKE2B 5eb7b8b8adab26628f49b54433e563e7152579f133ee50686a8176fb20a6550236d7264a9e284303cd1d9d7973bb7e6871bfee2c8e1861de7b6e34ef60070aa2 SHA512 1e9fb67f3f3dd08770c850553fa75fcf372afeeb2e7bcc324c9f9f9d467122ac79583c93501d5e8e0339b9d44d7e6e3cb98c56a40a6364b3470de3ea98b0b2be

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-10 19:56 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-10 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a5298a269f2a5bd295654b82b3f2bef70511b8fb
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 19:56:15 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 19:56:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5298a26

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-98.0.1108.43.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 49e3f8f5fbc3..f0f61e68d53e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_98.0.1108.43-1_amd64.deb 124175258 BLAKE2B 34fdd3d3aed914d00909864cbdb49107f93a7e0e9b25f5d061d07b25895a2c6ae8f885bf084b9927d89b898aec67f94f6ecc402df50d4e5616eb89a37d11761f SHA512 7b4ea49f9526ad5053c3e235819d26dc4b04f63787bf90b230b125f6f6a19a19c0e954e15ed372d68e3b29015fe3d8cf25861e8b1935540506b24a6b87dd325f
 DIST microsoft-edge-stable_98.0.1108.50-1_amd64.deb 124182902 BLAKE2B 5eb7b8b8adab26628f49b54433e563e7152579f133ee50686a8176fb20a6550236d7264a9e284303cd1d9d7973bb7e6871bfee2c8e1861de7b6e34ef60070aa2 SHA512 1e9fb67f3f3dd08770c850553fa75fcf372afeeb2e7bcc324c9f9f9d467122ac79583c93501d5e8e0339b9d44d7e6e3cb98c56a40a6364b3470de3ea98b0b2be

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.43.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-16 19:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-16 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e3c9adedcb1188a2b0c58beda4fa7c72dc32b048
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 19:51:27 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 19:51:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c9aded

www-client/microsoft-edge: automated bump (98.0.1108.55)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-98.0.1108.55.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f0f61e68d53e..afcf776bca0e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_98.0.1108.50-1_amd64.deb 124182902 BLAKE2B 5eb7b8b8adab26628f49b54433e563e7152579f133ee50686a8176fb20a6550236d7264a9e284303cd1d9d7973bb7e6871bfee2c8e1861de7b6e34ef60070aa2 SHA512 1e9fb67f3f3dd08770c850553fa75fcf372afeeb2e7bcc324c9f9f9d467122ac79583c93501d5e8e0339b9d44d7e6e3cb98c56a40a6364b3470de3ea98b0b2be
+DIST microsoft-edge-stable_98.0.1108.55-1_amd64.deb 124169070 BLAKE2B 2bb007a0c719d1b68ce82af000171f24ea42b527cd2ded328164cd561e4646020a48b0e7037af68533ae0a26102311235cd78b6943511006ece7bdf3eb07b0db SHA512 a667b8ff061c8c1a8705d9581bd458a5011cd1da10307ebd66f20043bceeb1273449e992a25a87588e2062796dbd415eeb3952cc88fac267443129ae1555795a

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-16 19:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-16 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     60dc7a03ff2f4e2f3d247ba140c370f60eec4e20
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 19:51:34 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 19:51:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60dc7a03

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-98.0.1108.50.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index afcf776bca0e..7aa15aec1d87 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_98.0.1108.50-1_amd64.deb 124182902 BLAKE2B 5eb7b8b8adab26628f49b54433e563e7152579f133ee50686a8176fb20a6550236d7264a9e284303cd1d9d7973bb7e6871bfee2c8e1861de7b6e34ef60070aa2 SHA512 1e9fb67f3f3dd08770c850553fa75fcf372afeeb2e7bcc324c9f9f9d467122ac79583c93501d5e8e0339b9d44d7e6e3cb98c56a40a6364b3470de3ea98b0b2be
 DIST microsoft-edge-stable_98.0.1108.55-1_amd64.deb 124169070 BLAKE2B 2bb007a0c719d1b68ce82af000171f24ea42b527cd2ded328164cd561e4646020a48b0e7037af68533ae0a26102311235cd78b6943511006ece7bdf3eb07b0db SHA512 a667b8ff061c8c1a8705d9581bd458a5011cd1da10307ebd66f20043bceeb1273449e992a25a87588e2062796dbd415eeb3952cc88fac267443129ae1555795a

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.50.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-16 19:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-16 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     13b5db6b4517d274605c06bfcd0af63117ec2055
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 19:51:31 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 19:51:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b5db6b

www-client/microsoft-edge: amd64 stable (98.0.1108.55)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-18 18:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-18 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8706466c47ca081d76adc2de039399e7fba100e5
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 18:51:52 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 18:51:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8706466c

www-client/microsoft-edge: amd64 stable (98.0.1108.56)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-18 18:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-18 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     56172470ad46346e58957315aaec7b2849551e8b
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 18:51:48 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 18:51:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56172470

www-client/microsoft-edge: automated bump (98.0.1108.56)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-98.0.1108.56.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7aa15aec1d87..714e9a2f5f11 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_98.0.1108.55-1_amd64.deb 124169070 BLAKE2B 2bb007a0c719d1b68ce82af000171f24ea42b527cd2ded328164cd561e4646020a48b0e7037af68533ae0a26102311235cd78b6943511006ece7bdf3eb07b0db SHA512 a667b8ff061c8c1a8705d9581bd458a5011cd1da10307ebd66f20043bceeb1273449e992a25a87588e2062796dbd415eeb3952cc88fac267443129ae1555795a
+DIST microsoft-edge-stable_98.0.1108.56-1_amd64.deb 124147378 BLAKE2B 6568613b4e5df454f74bf8fc5b6f08c2a9a5bc2c7db8c895338591d3dcabb607cd6ffa258f6526fca3ae24234b2722cd7fe952bbc64cddeee531832bfb8261c9 SHA512 02134ab4ef21cfff63e6458b1d8ac9c5960fbfeb1810871b27be4bb5a09434187d77ebb8aa15040d7cf4b05b284dfbfb07055846d7b905af0d2774bfb205a55b

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-18 18:52 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-18 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     98dbc43380afbddbac328c5298fcafd7f3d13d8d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 18:51:55 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 18:51:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98dbc433

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-98.0.1108.55.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 714e9a2f5f11..8ed3a948c0c7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_98.0.1108.55-1_amd64.deb 124169070 BLAKE2B 2bb007a0c719d1b68ce82af000171f24ea42b527cd2ded328164cd561e4646020a48b0e7037af68533ae0a26102311235cd78b6943511006ece7bdf3eb07b0db SHA512 a667b8ff061c8c1a8705d9581bd458a5011cd1da10307ebd66f20043bceeb1273449e992a25a87588e2062796dbd415eeb3952cc88fac267443129ae1555795a
 DIST microsoft-edge-stable_98.0.1108.56-1_amd64.deb 124147378 BLAKE2B 6568613b4e5df454f74bf8fc5b6f08c2a9a5bc2c7db8c895338591d3dcabb607cd6ffa258f6526fca3ae24234b2722cd7fe952bbc64cddeee531832bfb8261c9 SHA512 02134ab4ef21cfff63e6458b1d8ac9c5960fbfeb1810871b27be4bb5a09434187d77ebb8aa15040d7cf4b05b284dfbfb07055846d7b905af0d2774bfb205a55b

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.55.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-25  7:36 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-25  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     dfca9e30431aafb572011be533c8e5b0f530a5f1
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 07:32:48 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 07:36:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca9e30

www-client/microsoft-edge: automated bump (98.0.1108.62)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-98.0.1108.62.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8ed3a948c0c7..d6cf2ac82412 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_98.0.1108.56-1_amd64.deb 124147378 BLAKE2B 6568613b4e5df454f74bf8fc5b6f08c2a9a5bc2c7db8c895338591d3dcabb607cd6ffa258f6526fca3ae24234b2722cd7fe952bbc64cddeee531832bfb8261c9 SHA512 02134ab4ef21cfff63e6458b1d8ac9c5960fbfeb1810871b27be4bb5a09434187d77ebb8aa15040d7cf4b05b284dfbfb07055846d7b905af0d2774bfb205a55b
+DIST microsoft-edge-stable_98.0.1108.62-1_amd64.deb 124104314 BLAKE2B c713fb160efafea36611aab14571e044ff8aa175839c8d11a12b72cd59c9363c3b0f2cbc6cb1413047dfa53d72b4ea5362d13d8a552489401cc8a9b646e24fc7 SHA512 d8e05b48bcac05f1cf2d3e5a0eacb6ca32601f283f3a4970dd59b6b4d5c42f5b17bd0fdc0bdf597e1e2b3944c2817b857753b68601d71ea0639fce16ca7027f9

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-25  7:36 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-25  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b6179b9a3367330111c3696c95ab63c9ea9b0a4f
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 07:33:00 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 07:36:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6179b9a

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-98.0.1108.56.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d6cf2ac82412..1f150fbd3b06 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_98.0.1108.56-1_amd64.deb 124147378 BLAKE2B 6568613b4e5df454f74bf8fc5b6f08c2a9a5bc2c7db8c895338591d3dcabb607cd6ffa258f6526fca3ae24234b2722cd7fe952bbc64cddeee531832bfb8261c9 SHA512 02134ab4ef21cfff63e6458b1d8ac9c5960fbfeb1810871b27be4bb5a09434187d77ebb8aa15040d7cf4b05b284dfbfb07055846d7b905af0d2774bfb205a55b
 DIST microsoft-edge-stable_98.0.1108.62-1_amd64.deb 124104314 BLAKE2B c713fb160efafea36611aab14571e044ff8aa175839c8d11a12b72cd59c9363c3b0f2cbc6cb1413047dfa53d72b4ea5362d13d8a552489401cc8a9b646e24fc7 SHA512 d8e05b48bcac05f1cf2d3e5a0eacb6ca32601f283f3a4970dd59b6b4d5c42f5b17bd0fdc0bdf597e1e2b3944c2817b857753b68601d71ea0639fce16ca7027f9

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.56.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-02-25  7:36 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-02-25  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7192ae0f3a0c8450b718b3d049408072e3c7bea8
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 07:32:57 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 07:36:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7192ae0f

www-client/microsoft-edge: amd64 stable (98.0.1108.62)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-04 16:43 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-04 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     64884d0b0a4e8d53e4f572bc87b045feb9017ae7
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 16:43:04 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 16:43:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64884d0b

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-98.0.1108.62.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5a6be44e6b94..793a960083e5 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_98.0.1108.62-1_amd64.deb 124104314 BLAKE2B c713fb160efafea36611aab14571e044ff8aa175839c8d11a12b72cd59c9363c3b0f2cbc6cb1413047dfa53d72b4ea5362d13d8a552489401cc8a9b646e24fc7 SHA512 d8e05b48bcac05f1cf2d3e5a0eacb6ca32601f283f3a4970dd59b6b4d5c42f5b17bd0fdc0bdf597e1e2b3944c2817b857753b68601d71ea0639fce16ca7027f9
 DIST microsoft-edge-stable_99.0.1150.30-1_amd64.deb 117570542 BLAKE2B d56e18fb796267f3b81c71fc551501953c22ade1f78cc7f5e84ccc5ca255c074848a6188ed3911b70dfb9ca2d73c3ac003a58d53b70a800bf5fcc6dce744dbe6 SHA512 b2b7df34a50d483749b678746af22955bf8cf0bddc6aa17910ffc574ff0a02a087c9961ce2a1456bd94c64ae87dd9c6d43b852c7a2424d22f8afd043ff996aba

diff --git a/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild b/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-98.0.1108.62.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-04 16:43 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-04 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     03a7fc57cb4119fa8accf01765c69c2d57a294c9
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 16:43:01 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 16:43:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a7fc57

www-client/microsoft-edge: amd64 stable (99.0.1150.30)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-04 16:43 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-04 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     34974abe646d45f8b2859c90a74e88d59f9e6a84
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 16:42:35 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 16:43:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34974abe

www-client/microsoft-edge: automated bump (99.0.1150.30)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-99.0.1150.30.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1f150fbd3b06..5a6be44e6b94 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_98.0.1108.62-1_amd64.deb 124104314 BLAKE2B c713fb160efafea36611aab14571e044ff8aa175839c8d11a12b72cd59c9363c3b0f2cbc6cb1413047dfa53d72b4ea5362d13d8a552489401cc8a9b646e24fc7 SHA512 d8e05b48bcac05f1cf2d3e5a0eacb6ca32601f283f3a4970dd59b6b4d5c42f5b17bd0fdc0bdf597e1e2b3944c2817b857753b68601d71ea0639fce16ca7027f9
+DIST microsoft-edge-stable_99.0.1150.30-1_amd64.deb 117570542 BLAKE2B d56e18fb796267f3b81c71fc551501953c22ade1f78cc7f5e84ccc5ca255c074848a6188ed3911b70dfb9ca2d73c3ac003a58d53b70a800bf5fcc6dce744dbe6 SHA512 b2b7df34a50d483749b678746af22955bf8cf0bddc6aa17910ffc574ff0a02a087c9961ce2a1456bd94c64ae87dd9c6d43b852c7a2424d22f8afd043ff996aba

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-07 21:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-07 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e33fa85837c9cb1fc074ee1e70e365ddd4659f7d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 21:21:02 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:22:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33fa858

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-99.0.1150.30.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4a716d469714..0d0d6159c3d0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_99.0.1150.30-1_amd64.deb 117570542 BLAKE2B d56e18fb796267f3b81c71fc551501953c22ade1f78cc7f5e84ccc5ca255c074848a6188ed3911b70dfb9ca2d73c3ac003a58d53b70a800bf5fcc6dce744dbe6 SHA512 b2b7df34a50d483749b678746af22955bf8cf0bddc6aa17910ffc574ff0a02a087c9961ce2a1456bd94c64ae87dd9c6d43b852c7a2424d22f8afd043ff996aba
 DIST microsoft-edge-stable_99.0.1150.36-1_amd64.deb 117587592 BLAKE2B 4d9bf2f71876d95594263b9df2be4b3185b269bdc611ad4beac0f93a0e0b4a5caf46a62e2813bb17ab8347c4c5f4476a595e25b16847217940d276874aad4ab0 SHA512 399eaaca8bf7a223986e9fe6ceb77ab3da19ecd458aa32eb4dd976fc1be351e9ed714664e1d1e8453fd051a4f4ab99cb58c5d889b132b4f96b281f75075eb8c7

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.30.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-07 21:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-07 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     89ecdd9b5a2cac8857db84b3ef5f6690b81618ee
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 21:20:51 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ecdd9b

www-client/microsoft-edge: automated bump (99.0.1150.36)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-99.0.1150.36.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 793a960083e5..4a716d469714 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_99.0.1150.30-1_amd64.deb 117570542 BLAKE2B d56e18fb796267f3b81c71fc551501953c22ade1f78cc7f5e84ccc5ca255c074848a6188ed3911b70dfb9ca2d73c3ac003a58d53b70a800bf5fcc6dce744dbe6 SHA512 b2b7df34a50d483749b678746af22955bf8cf0bddc6aa17910ffc574ff0a02a087c9961ce2a1456bd94c64ae87dd9c6d43b852c7a2424d22f8afd043ff996aba
+DIST microsoft-edge-stable_99.0.1150.36-1_amd64.deb 117587592 BLAKE2B 4d9bf2f71876d95594263b9df2be4b3185b269bdc611ad4beac0f93a0e0b4a5caf46a62e2813bb17ab8347c4c5f4476a595e25b16847217940d276874aad4ab0 SHA512 399eaaca8bf7a223986e9fe6ceb77ab3da19ecd458aa32eb4dd976fc1be351e9ed714664e1d1e8453fd051a4f4ab99cb58c5d889b132b4f96b281f75075eb8c7

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-07 21:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-07 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5bbc7ff1cfe6308cce372a858eabfc823d3c77dd
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 21:21:00 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbc7ff1

www-client/microsoft-edge: amd64 stable (99.0.1150.36)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-11 16:20 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-11 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ceb33685e10bcb477740d19885c5bcb4969c2835
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 16:19:33 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 16:19:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb33685

www-client/microsoft-edge: automated bump (99.0.1150.38)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-99.0.1150.38.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0d0d6159c3d0..e9278caf3d2b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_99.0.1150.36-1_amd64.deb 117587592 BLAKE2B 4d9bf2f71876d95594263b9df2be4b3185b269bdc611ad4beac0f93a0e0b4a5caf46a62e2813bb17ab8347c4c5f4476a595e25b16847217940d276874aad4ab0 SHA512 399eaaca8bf7a223986e9fe6ceb77ab3da19ecd458aa32eb4dd976fc1be351e9ed714664e1d1e8453fd051a4f4ab99cb58c5d889b132b4f96b281f75075eb8c7
+DIST microsoft-edge-stable_99.0.1150.38-1_amd64.deb 117586720 BLAKE2B 7810ab1e2653043b0d916fb6372d0842a8592cb123cef52558730c157230ae9604f78314b1ecf78ee0bd445879d306e93c35ba093c1efe724d3492328ff483a0 SHA512 1930a9c735e2d309fae8d0890bb5b4733546c09d86f0f9290ff1d88a63895eab2d6eb27e0ad39a62e3657915f2e10966bc36f0523a1ac7831f45e6833cc45cda

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-11 16:20 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-11 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6dc21da19f8ee0f5c59087245510aa5328073a39
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 16:19:39 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 16:19:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc21da1

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-99.0.1150.36.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e9278caf3d2b..205d24fc01a8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_99.0.1150.36-1_amd64.deb 117587592 BLAKE2B 4d9bf2f71876d95594263b9df2be4b3185b269bdc611ad4beac0f93a0e0b4a5caf46a62e2813bb17ab8347c4c5f4476a595e25b16847217940d276874aad4ab0 SHA512 399eaaca8bf7a223986e9fe6ceb77ab3da19ecd458aa32eb4dd976fc1be351e9ed714664e1d1e8453fd051a4f4ab99cb58c5d889b132b4f96b281f75075eb8c7
 DIST microsoft-edge-stable_99.0.1150.38-1_amd64.deb 117586720 BLAKE2B 7810ab1e2653043b0d916fb6372d0842a8592cb123cef52558730c157230ae9604f78314b1ecf78ee0bd445879d306e93c35ba093c1efe724d3492328ff483a0 SHA512 1930a9c735e2d309fae8d0890bb5b4733546c09d86f0f9290ff1d88a63895eab2d6eb27e0ad39a62e3657915f2e10966bc36f0523a1ac7831f45e6833cc45cda

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.36.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-11 16:20 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-11 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bde0011f55bf7cc934cd72144eb531017db07cfa
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 16:19:37 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 16:19:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde0011f

www-client/microsoft-edge: amd64 stable (99.0.1150.38)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-17 20:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-17 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2b67fc5aad6fb22da7d0a89a06aa1d717d8f3d6c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 20:17:52 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:22:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b67fc5a

www-client/microsoft-edge: automated bump (99.0.1150.46)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-99.0.1150.46.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 205d24fc01a8..5c534157b43c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_99.0.1150.38-1_amd64.deb 117586720 BLAKE2B 7810ab1e2653043b0d916fb6372d0842a8592cb123cef52558730c157230ae9604f78314b1ecf78ee0bd445879d306e93c35ba093c1efe724d3492328ff483a0 SHA512 1930a9c735e2d309fae8d0890bb5b4733546c09d86f0f9290ff1d88a63895eab2d6eb27e0ad39a62e3657915f2e10966bc36f0523a1ac7831f45e6833cc45cda
+DIST microsoft-edge-stable_99.0.1150.46-1_amd64.deb 117789352 BLAKE2B bc48bb1e7bcb716be3fae9367f4b81fc2f7c8e5e6a3413fe9585c079fa04ea5cce9870b6e3bb1aa8980508eb1774f3654b8913927e69adcbfb8c4f4031c32b36 SHA512 dcbde923e038e04ace82fd739446b4cf2384a262bbf47508e9fe8eb115d1aa1eba80cede1cd121afd8690d485531153821e901ea9650918ba1380f3566e10df3

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-17 20:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-17 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     447ad8646ade962915da0253ccc952129ab267c3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 20:17:56 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:22:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447ad864

www-client/microsoft-edge: amd64 stable (99.0.1150.46)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-17 20:23 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-17 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     620138585ad151d878ac2e8787cc84630120bf2e
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 20:17:58 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:22:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62013858

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-99.0.1150.38.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5c534157b43c..7884fd7dff99 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_99.0.1150.38-1_amd64.deb 117586720 BLAKE2B 7810ab1e2653043b0d916fb6372d0842a8592cb123cef52558730c157230ae9604f78314b1ecf78ee0bd445879d306e93c35ba093c1efe724d3492328ff483a0 SHA512 1930a9c735e2d309fae8d0890bb5b4733546c09d86f0f9290ff1d88a63895eab2d6eb27e0ad39a62e3657915f2e10966bc36f0523a1ac7831f45e6833cc45cda
 DIST microsoft-edge-stable_99.0.1150.46-1_amd64.deb 117789352 BLAKE2B bc48bb1e7bcb716be3fae9367f4b81fc2f7c8e5e6a3413fe9585c079fa04ea5cce9870b6e3bb1aa8980508eb1774f3654b8913927e69adcbfb8c4f4031c32b36 SHA512 dcbde923e038e04ace82fd739446b4cf2384a262bbf47508e9fe8eb115d1aa1eba80cede1cd121afd8690d485531153821e901ea9650918ba1380f3566e10df3

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.38.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-24 18:42 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-24 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     80abf504475c17066b0b7d567ebdda21158a70d5
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 18:42:01 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 18:42:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80abf504

www-client/microsoft-edge: amd64 stable (99.0.1150.52)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-24 18:42 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-24 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cd699fd652dc322e78d74db341f56f9b6a3abd11
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 18:42:04 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 18:42:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd699fd6

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-99.0.1150.46.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ead677e71e16..64bf41ede20f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_99.0.1150.46-1_amd64.deb 117789352 BLAKE2B bc48bb1e7bcb716be3fae9367f4b81fc2f7c8e5e6a3413fe9585c079fa04ea5cce9870b6e3bb1aa8980508eb1774f3654b8913927e69adcbfb8c4f4031c32b36 SHA512 dcbde923e038e04ace82fd739446b4cf2384a262bbf47508e9fe8eb115d1aa1eba80cede1cd121afd8690d485531153821e901ea9650918ba1380f3566e10df3
 DIST microsoft-edge-stable_99.0.1150.52-1_amd64.deb 117788060 BLAKE2B 0a77b949d71ab0473d56386a5af0b1f427729da2466f9023c5b3c143e37142c86be47000b891a82e801d57ac0f10090dd3cdaf43dfc247adb2f27d62924f8933 SHA512 071d104a80278ee4f8f44e9492007056b399d0fc33b7fb304633d7316b412f2dca6d7f7f285b8c064ab60cb19cccc532eb8cea4cc7cc88f6f35284a54188714c

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.46.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-24 18:42 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-24 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     df186d0b7f4ae066435c5ff7291d15e927a09fc2
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 18:41:59 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 18:42:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df186d0b

www-client/microsoft-edge: automated bump (99.0.1150.52)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-99.0.1150.52.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7884fd7dff99..ead677e71e16 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_99.0.1150.46-1_amd64.deb 117789352 BLAKE2B bc48bb1e7bcb716be3fae9367f4b81fc2f7c8e5e6a3413fe9585c079fa04ea5cce9870b6e3bb1aa8980508eb1774f3654b8913927e69adcbfb8c4f4031c32b36 SHA512 dcbde923e038e04ace82fd739446b4cf2384a262bbf47508e9fe8eb115d1aa1eba80cede1cd121afd8690d485531153821e901ea9650918ba1380f3566e10df3
+DIST microsoft-edge-stable_99.0.1150.52-1_amd64.deb 117788060 BLAKE2B 0a77b949d71ab0473d56386a5af0b1f427729da2466f9023c5b3c143e37142c86be47000b891a82e801d57ac0f10090dd3cdaf43dfc247adb2f27d62924f8933 SHA512 071d104a80278ee4f8f44e9492007056b399d0fc33b7fb304633d7316b412f2dca6d7f7f285b8c064ab60cb19cccc532eb8cea4cc7cc88f6f35284a54188714c

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-27  7:46 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6bec5dae32e931b277ed853bd55b4956013592cd
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 07:46:08 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 07:46:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bec5dae

www-client/microsoft-edge: amd64 stable (99.0.1150.55)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-27  7:46 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ca91eb609b76bd209417be8fdd52ad480f65290d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 07:46:09 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 07:46:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca91eb60

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-99.0.1150.52.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 671faa3d13ee..52ad23e8764b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_99.0.1150.52-1_amd64.deb 117788060 BLAKE2B 0a77b949d71ab0473d56386a5af0b1f427729da2466f9023c5b3c143e37142c86be47000b891a82e801d57ac0f10090dd3cdaf43dfc247adb2f27d62924f8933 SHA512 071d104a80278ee4f8f44e9492007056b399d0fc33b7fb304633d7316b412f2dca6d7f7f285b8c064ab60cb19cccc532eb8cea4cc7cc88f6f35284a54188714c
 DIST microsoft-edge-stable_99.0.1150.55-1_amd64.deb 117772024 BLAKE2B 009d6396b284ff620bb49fce6861a61d743692b8926a20d6d97ce7c2eceee5e91336db01272a07e0d78d3492ef99692b6861f826b23deff8126199b6a973b1f6 SHA512 b45e9c9cb13d871f0c8be79917da518e984d27fa61eb166dfd5d7e8030d23de2f8e5eac8f95f1888d42106d71764b6d25d4a5eab5217f2c91e9e19e219cd43d0

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.52.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-03-27  7:46 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-03-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     697bfa085e98bb67aed40ebc66ca1dc22292f7d6
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 07:45:36 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 07:46:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697bfa08

www-client/microsoft-edge: automated bump (99.0.1150.55)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-99.0.1150.55.ebuild             | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 64bf41ede20f..671faa3d13ee 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_99.0.1150.52-1_amd64.deb 117788060 BLAKE2B 0a77b949d71ab0473d56386a5af0b1f427729da2466f9023c5b3c143e37142c86be47000b891a82e801d57ac0f10090dd3cdaf43dfc247adb2f27d62924f8933 SHA512 071d104a80278ee4f8f44e9492007056b399d0fc33b7fb304633d7316b412f2dca6d7f7f285b8c064ab60cb19cccc532eb8cea4cc7cc88f6f35284a54188714c
+DIST microsoft-edge-stable_99.0.1150.55-1_amd64.deb 117772024 BLAKE2B 009d6396b284ff620bb49fce6861a61d743692b8926a20d6d97ce7c2eceee5e91336db01272a07e0d78d3492ef99692b6861f826b23deff8126199b6a973b1f6 SHA512 b45e9c9cb13d871f0c8be79917da518e984d27fa61eb166dfd5d7e8030d23de2f8e5eac8f95f1888d42106d71764b6d25d4a5eab5217f2c91e9e19e219cd43d0

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-01 18:18 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-01 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     99724c626d4c54155b50224aa797d8f0501778b7
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 18:18:06 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 18:18:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99724c62

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-99.0.1150.55.ebuild             | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 132c170381f1..584c68e3a8f0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
 DIST microsoft-edge-stable_100.0.1185.29-1_amd64.deb 119102768 BLAKE2B d47eb7c693efc288949616d121cbec66dc97f7b7d82d35f26b5751590a462568ad9d2204d62a45b43ea7d3ce7f0072cef32c44a2333505adb0aab40f80affb5b SHA512 0805ce05ec837b51a4e11a29c52976d785e31489f9f3ae7d11ce428fa5673ffa24fba2b2b948931efb49af63e97595e05b3791d70d30b9574c7f839c35dbc92f
-DIST microsoft-edge-stable_99.0.1150.55-1_amd64.deb 117772024 BLAKE2B 009d6396b284ff620bb49fce6861a61d743692b8926a20d6d97ce7c2eceee5e91336db01272a07e0d78d3492ef99692b6861f826b23deff8126199b6a973b1f6 SHA512 b45e9c9cb13d871f0c8be79917da518e984d27fa61eb166dfd5d7e8030d23de2f8e5eac8f95f1888d42106d71764b6d25d4a5eab5217f2c91e9e19e219cd43d0

diff --git a/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild b/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-99.0.1150.55.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-01 18:18 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-01 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0ba3bb2f1f6584ce5fd7456ca102d8b1fec5243b
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 18:18:02 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 18:18:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba3bb2f

www-client/microsoft-edge: automated bump (100.0.1185.29)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-100.0.1185.29.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 52ad23e8764b..132c170381f1 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_100.0.1185.29-1_amd64.deb 119102768 BLAKE2B d47eb7c693efc288949616d121cbec66dc97f7b7d82d35f26b5751590a462568ad9d2204d62a45b43ea7d3ce7f0072cef32c44a2333505adb0aab40f80affb5b SHA512 0805ce05ec837b51a4e11a29c52976d785e31489f9f3ae7d11ce428fa5673ffa24fba2b2b948931efb49af63e97595e05b3791d70d30b9574c7f839c35dbc92f
 DIST microsoft-edge-stable_99.0.1150.55-1_amd64.deb 117772024 BLAKE2B 009d6396b284ff620bb49fce6861a61d743692b8926a20d6d97ce7c2eceee5e91336db01272a07e0d78d3492ef99692b6861f826b23deff8126199b6a973b1f6 SHA512 b45e9c9cb13d871f0c8be79917da518e984d27fa61eb166dfd5d7e8030d23de2f8e5eac8f95f1888d42106d71764b6d25d4a5eab5217f2c91e9e19e219cd43d0

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-01 18:18 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-01 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     12c4968aed87837cc99291c3515862e49897ac43
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 18:18:04 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 18:18:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c4968a

www-client/microsoft-edge: amd64 stable (100.0.1185.29)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-07 19:08 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-07 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2ee888d92809af25913c1fd6bde9b2d191635229
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 19:07:09 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 19:08:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee888d9

www-client/microsoft-edge: automated bump (100.0.1185.36)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-100.0.1185.36.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 584c68e3a8f0..30328a452a86 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_100.0.1185.29-1_amd64.deb 119102768 BLAKE2B d47eb7c693efc288949616d121cbec66dc97f7b7d82d35f26b5751590a462568ad9d2204d62a45b43ea7d3ce7f0072cef32c44a2333505adb0aab40f80affb5b SHA512 0805ce05ec837b51a4e11a29c52976d785e31489f9f3ae7d11ce428fa5673ffa24fba2b2b948931efb49af63e97595e05b3791d70d30b9574c7f839c35dbc92f
+DIST microsoft-edge-stable_100.0.1185.36-1_amd64.deb 119086896 BLAKE2B f61083b3ab8722ee236f430d30ede0cbdf25cb3ce1117a81d7fa2754d4ea668885063357c3409505012dc9003d589623785087b97e8863b39869064e5efa0a13 SHA512 a7fdb30cf3551650f59c6f54e5ca153e07aa19eff3ce5cb0c665848f36e9c19fea01d8f36fce70261c85a528712d2efac4c7935d54608e777820d626469a5167

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-07 19:08 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-07 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3689a55ee65c3fc631a0551de8ff4b98e2b4999c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 19:07:19 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 19:08:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3689a55e

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-100.0.1185.29.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 30328a452a86..9e23ba033040 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_100.0.1185.29-1_amd64.deb 119102768 BLAKE2B d47eb7c693efc288949616d121cbec66dc97f7b7d82d35f26b5751590a462568ad9d2204d62a45b43ea7d3ce7f0072cef32c44a2333505adb0aab40f80affb5b SHA512 0805ce05ec837b51a4e11a29c52976d785e31489f9f3ae7d11ce428fa5673ffa24fba2b2b948931efb49af63e97595e05b3791d70d30b9574c7f839c35dbc92f
 DIST microsoft-edge-stable_100.0.1185.36-1_amd64.deb 119086896 BLAKE2B f61083b3ab8722ee236f430d30ede0cbdf25cb3ce1117a81d7fa2754d4ea668885063357c3409505012dc9003d589623785087b97e8863b39869064e5efa0a13 SHA512 a7fdb30cf3551650f59c6f54e5ca153e07aa19eff3ce5cb0c665848f36e9c19fea01d8f36fce70261c85a528712d2efac4c7935d54608e777820d626469a5167

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.29.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-07 19:08 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-07 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b2219cabda8eecb34bc2212162d731a072760b77
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 19:07:17 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 19:08:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2219cab

www-client/microsoft-edge: amd64 stable (100.0.1185.36)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-11 18:30 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-11 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5919c7508337de557d610b42814c1d8ae0f2fa46
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 18:29:19 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 18:29:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5919c750

www-client/microsoft-edge: automated bump (100.0.1185.39)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-100.0.1185.39.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9e23ba033040..f686574bdf4e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_100.0.1185.36-1_amd64.deb 119086896 BLAKE2B f61083b3ab8722ee236f430d30ede0cbdf25cb3ce1117a81d7fa2754d4ea668885063357c3409505012dc9003d589623785087b97e8863b39869064e5efa0a13 SHA512 a7fdb30cf3551650f59c6f54e5ca153e07aa19eff3ce5cb0c665848f36e9c19fea01d8f36fce70261c85a528712d2efac4c7935d54608e777820d626469a5167
+DIST microsoft-edge-stable_100.0.1185.39-1_amd64.deb 119213224 BLAKE2B 1dd6a953a6d4ac081e6542c2d8c320ab87dcb1d104a459ccc258c901991601ea71f33887c322a8692e98d8e7a8aa01b0bbf41db760bad4f173d221bb6720c56a SHA512 1c96fa51c8674e77af2d2ddc8eb6ccd3034418c22afd432c4744d7fbb5f21e8dd7b1a0cc5c0d02b7c10e802a2b519c0d9291610a8643457192acd2b3ee24091d

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-11 18:30 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-11 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     cb5f3e194fca8c6c02ba7c46140c5277552c41b4
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 18:29:45 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 18:30:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5f3e19

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-100.0.1185.36.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f686574bdf4e..0993cd95b667 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_100.0.1185.36-1_amd64.deb 119086896 BLAKE2B f61083b3ab8722ee236f430d30ede0cbdf25cb3ce1117a81d7fa2754d4ea668885063357c3409505012dc9003d589623785087b97e8863b39869064e5efa0a13 SHA512 a7fdb30cf3551650f59c6f54e5ca153e07aa19eff3ce5cb0c665848f36e9c19fea01d8f36fce70261c85a528712d2efac4c7935d54608e777820d626469a5167
 DIST microsoft-edge-stable_100.0.1185.39-1_amd64.deb 119213224 BLAKE2B 1dd6a953a6d4ac081e6542c2d8c320ab87dcb1d104a459ccc258c901991601ea71f33887c322a8692e98d8e7a8aa01b0bbf41db760bad4f173d221bb6720c56a SHA512 1c96fa51c8674e77af2d2ddc8eb6ccd3034418c22afd432c4744d7fbb5f21e8dd7b1a0cc5c0d02b7c10e802a2b519c0d9291610a8643457192acd2b3ee24091d

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.36.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-11 18:30 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-11 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a814392f541d81e162f4e48afd5f0f03a95c2db0
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 18:29:44 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 18:30:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a814392f

www-client/microsoft-edge: amd64 stable (100.0.1185.39)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-15 20:51 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-15 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d3a8859fe132fe40267048ba654e117838f1c912
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 20:48:52 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 20:50:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a8859f

www-client/microsoft-edge: automated bump (100.0.1185.44)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-100.0.1185.44.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0993cd95b667..637470fb120e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_100.0.1185.39-1_amd64.deb 119213224 BLAKE2B 1dd6a953a6d4ac081e6542c2d8c320ab87dcb1d104a459ccc258c901991601ea71f33887c322a8692e98d8e7a8aa01b0bbf41db760bad4f173d221bb6720c56a SHA512 1c96fa51c8674e77af2d2ddc8eb6ccd3034418c22afd432c4744d7fbb5f21e8dd7b1a0cc5c0d02b7c10e802a2b519c0d9291610a8643457192acd2b3ee24091d
+DIST microsoft-edge-stable_100.0.1185.44-1_amd64.deb 119252344 BLAKE2B a106e5cece8f03be7442d39d6d66ae050e3905a66cb7bb193352d70da894314a820cf11d81011bdae8836215ecbae4d3a4edc892fbf81d11b2b4bed60f979e06 SHA512 3e558e6fd38eaa8cd4f40a10a1c04955cefc751b74e4c6b429aad8df2ae257102903a1a1429f24d58a1bcded3e72e752dc4f741ea69da51faba62954989815fc

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-15 20:51 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-15 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     376d851290d3017fce26655fbab65b31538fcbca
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 20:48:55 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 20:51:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376d8512

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-100.0.1185.39.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 637470fb120e..6d44a9956986 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_100.0.1185.39-1_amd64.deb 119213224 BLAKE2B 1dd6a953a6d4ac081e6542c2d8c320ab87dcb1d104a459ccc258c901991601ea71f33887c322a8692e98d8e7a8aa01b0bbf41db760bad4f173d221bb6720c56a SHA512 1c96fa51c8674e77af2d2ddc8eb6ccd3034418c22afd432c4744d7fbb5f21e8dd7b1a0cc5c0d02b7c10e802a2b519c0d9291610a8643457192acd2b3ee24091d
 DIST microsoft-edge-stable_100.0.1185.44-1_amd64.deb 119252344 BLAKE2B a106e5cece8f03be7442d39d6d66ae050e3905a66cb7bb193352d70da894314a820cf11d81011bdae8836215ecbae4d3a4edc892fbf81d11b2b4bed60f979e06 SHA512 3e558e6fd38eaa8cd4f40a10a1c04955cefc751b74e4c6b429aad8df2ae257102903a1a1429f24d58a1bcded3e72e752dc4f741ea69da51faba62954989815fc

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.39.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-04-15 20:51 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-04-15 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4cf276dc1eda0224f21ef5e46b06bb6da8efc1c4
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 20:48:53 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 20:50:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf276dc

www-client/microsoft-edge: amd64 stable (100.0.1185.44)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-03 17:10 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-05-03 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     24cb0fed9838cdbe8e82a39150f6793ef1976267
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 16:57:19 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May  3 17:09:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cb0fed

www-client/microsoft-edge: amd64 stable (101.0.1210.32)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                            | 1 +
 www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9040f3b90fdd..abc331202400 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_100.0.1185.44-1_amd64.deb 119252344 BLAKE2B a106e5cece8f03be7442d39d6d66ae050e3905a66cb7bb193352d70da894314a820cf11d81011bdae8836215ecbae4d3a4edc892fbf81d11b2b4bed60f979e06 SHA512 3e558e6fd38eaa8cd4f40a10a1c04955cefc751b74e4c6b429aad8df2ae257102903a1a1429f24d58a1bcded3e72e752dc4f741ea69da51faba62954989815fc
 DIST microsoft-edge-stable_101.0.1210.32-1_amd64.deb 119486916 BLAKE2B 79da63b26b7609bc04841053728765e6f5e1579b736b806af8f5df5b4c9102e42db903d003bd2ac21551cba34f5eadde9d884b03b8c66cc0691a443e83eba15d SHA512 d334d93ec2fe1d906840ee6382f70264d3dbf544dcad870ac75224e11909720c5daa916a7fee5986649c5fc68d1ffd38fbc4f463218357579bb1b69dfec9f5b8

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-03 17:10 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-05-03 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7c1429633f7c45b474d8da4fcdcf2c3f735cb789
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 16:56:33 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May  3 17:09:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c142963

www-client/microsoft-edge: automated bump (101.0.1210.32)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   2 +-
 .../microsoft-edge-101.0.1210.32.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6d44a9956986..9040f3b90fdd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1 @@
-DIST microsoft-edge-stable_100.0.1185.44-1_amd64.deb 119252344 BLAKE2B a106e5cece8f03be7442d39d6d66ae050e3905a66cb7bb193352d70da894314a820cf11d81011bdae8836215ecbae4d3a4edc892fbf81d11b2b4bed60f979e06 SHA512 3e558e6fd38eaa8cd4f40a10a1c04955cefc751b74e4c6b429aad8df2ae257102903a1a1429f24d58a1bcded3e72e752dc4f741ea69da51faba62954989815fc
+DIST microsoft-edge-stable_101.0.1210.32-1_amd64.deb 119486916 BLAKE2B 79da63b26b7609bc04841053728765e6f5e1579b736b806af8f5df5b4c9102e42db903d003bd2ac21551cba34f5eadde9d884b03b8c66cc0691a443e83eba15d SHA512 d334d93ec2fe1d906840ee6382f70264d3dbf544dcad870ac75224e11909720c5daa916a7fee5986649c5fc68d1ffd38fbc4f463218357579bb1b69dfec9f5b8

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-03 17:10 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-05-03 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3893b8ae39959ff31287e7468996f34090621887
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 16:57:24 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May  3 17:09:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3893b8ae

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-100.0.1185.44.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index abc331202400..9040f3b90fdd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_100.0.1185.44-1_amd64.deb 119252344 BLAKE2B a106e5cece8f03be7442d39d6d66ae050e3905a66cb7bb193352d70da894314a820cf11d81011bdae8836215ecbae4d3a4edc892fbf81d11b2b4bed60f979e06 SHA512 3e558e6fd38eaa8cd4f40a10a1c04955cefc751b74e4c6b429aad8df2ae257102903a1a1429f24d58a1bcded3e72e752dc4f741ea69da51faba62954989815fc
 DIST microsoft-edge-stable_101.0.1210.32-1_amd64.deb 119486916 BLAKE2B 79da63b26b7609bc04841053728765e6f5e1579b736b806af8f5df5b4c9102e42db903d003bd2ac21551cba34f5eadde9d884b03b8c66cc0691a443e83eba15d SHA512 d334d93ec2fe1d906840ee6382f70264d3dbf544dcad870ac75224e11909720c5daa916a7fee5986649c5fc68d1ffd38fbc4f463218357579bb1b69dfec9f5b8

diff --git a/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild b/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-100.0.1185.44.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-06 10:01 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-06 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f5a38bc9786f44d434109eb47fd123fc501a31a3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 09:57:29 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri May  6 09:57:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a38bc9

www-client/microsoft-edge: automated bump (101.0.1210.39)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-101.0.1210.39.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9040f3b90fdd..5261dcb96fbe 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_101.0.1210.32-1_amd64.deb 119486916 BLAKE2B 79da63b26b7609bc04841053728765e6f5e1579b736b806af8f5df5b4c9102e42db903d003bd2ac21551cba34f5eadde9d884b03b8c66cc0691a443e83eba15d SHA512 d334d93ec2fe1d906840ee6382f70264d3dbf544dcad870ac75224e11909720c5daa916a7fee5986649c5fc68d1ffd38fbc4f463218357579bb1b69dfec9f5b8
+DIST microsoft-edge-stable_101.0.1210.39-1_amd64.deb 119390660 BLAKE2B c45385f86db5cf20f055165e3bff145fd7ad0fdb3e1784af6982e7460b9d182c77774b97422982c646427232385f23980a8ee554d2b8ad566cc013cad0af06ee SHA512 f522318fa4853a7f84e7f2abbd4b91ce2586411d4244afd19d0ae19667b74fae46c9b4f4e7090c5ec9f365eb603b76f9d501b107e040d1e1a144cca2f15d5eee

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-06 10:01 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-06 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     93c4dfc4f1c1f35fd5b300e973b2ffc8b0b46d03
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 09:57:31 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri May  6 09:57:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c4dfc4

www-client/microsoft-edge: amd64 stable (101.0.1210.39)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-06 10:01 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-06 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     018a37ee9b2815597b4c95fcb7ffb8c0acdc6cbf
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 09:57:34 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri May  6 09:57:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018a37ee

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-101.0.1210.32.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5261dcb96fbe..ef23c39e5563 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_101.0.1210.32-1_amd64.deb 119486916 BLAKE2B 79da63b26b7609bc04841053728765e6f5e1579b736b806af8f5df5b4c9102e42db903d003bd2ac21551cba34f5eadde9d884b03b8c66cc0691a443e83eba15d SHA512 d334d93ec2fe1d906840ee6382f70264d3dbf544dcad870ac75224e11909720c5daa916a7fee5986649c5fc68d1ffd38fbc4f463218357579bb1b69dfec9f5b8
 DIST microsoft-edge-stable_101.0.1210.39-1_amd64.deb 119390660 BLAKE2B c45385f86db5cf20f055165e3bff145fd7ad0fdb3e1784af6982e7460b9d182c77774b97422982c646427232385f23980a8ee554d2b8ad566cc013cad0af06ee SHA512 f522318fa4853a7f84e7f2abbd4b91ce2586411d4244afd19d0ae19667b74fae46c9b4f4e7090c5ec9f365eb603b76f9d501b107e040d1e1a144cca2f15d5eee

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.32.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-14 11:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-14 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     557bcb2d01eead27530412da4b0407990434450c
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 11:10:48 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat May 14 11:12:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557bcb2d

www-client/microsoft-edge: amd64 stable (101.0.1210.47)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-14 11:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-14 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     92cc11a05971f20654404e556debc1f8ad725786
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 11:10:40 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat May 14 11:11:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cc11a0

www-client/microsoft-edge: automated bump (101.0.1210.47)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-101.0.1210.47.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ef23c39e5563..81dc2ae4497b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_101.0.1210.39-1_amd64.deb 119390660 BLAKE2B c45385f86db5cf20f055165e3bff145fd7ad0fdb3e1784af6982e7460b9d182c77774b97422982c646427232385f23980a8ee554d2b8ad566cc013cad0af06ee SHA512 f522318fa4853a7f84e7f2abbd4b91ce2586411d4244afd19d0ae19667b74fae46c9b4f4e7090c5ec9f365eb603b76f9d501b107e040d1e1a144cca2f15d5eee
+DIST microsoft-edge-stable_101.0.1210.47-1_amd64.deb 119464064 BLAKE2B a7d673ea1a1ef49d3fc0c16866b335e8f9f92f8b1626803a5f93a312e9520506c6e38a9952ca27987a718c42442f7657fd7cf547e8779a409f9e86334e85c915 SHA512 57dc5da52807f88244309da24fb3c4d1366432836a5eeed13f8bf68e41b49206250dfe62e58cd963f7d38c071d8a33d4d5d56002a2b3189113d327ca05ec3389

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-14 11:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-14 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     58b1786b730fdf1009ee8571c5c1c0ef9700659a
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 11:10:49 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat May 14 11:12:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b1786b

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-101.0.1210.39.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 81dc2ae4497b..5ea4e220207a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_101.0.1210.39-1_amd64.deb 119390660 BLAKE2B c45385f86db5cf20f055165e3bff145fd7ad0fdb3e1784af6982e7460b9d182c77774b97422982c646427232385f23980a8ee554d2b8ad566cc013cad0af06ee SHA512 f522318fa4853a7f84e7f2abbd4b91ce2586411d4244afd19d0ae19667b74fae46c9b4f4e7090c5ec9f365eb603b76f9d501b107e040d1e1a144cca2f15d5eee
 DIST microsoft-edge-stable_101.0.1210.47-1_amd64.deb 119464064 BLAKE2B a7d673ea1a1ef49d3fc0c16866b335e8f9f92f8b1626803a5f93a312e9520506c6e38a9952ca27987a718c42442f7657fd7cf547e8779a409f9e86334e85c915 SHA512 57dc5da52807f88244309da24fb3c4d1366432836a5eeed13f8bf68e41b49206250dfe62e58cd963f7d38c071d8a33d4d5d56002a2b3189113d327ca05ec3389

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.39.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-20 18:25 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-20 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     31bf519a1e984412d9fd18eb151f2cc5037964b3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 18:25:23 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri May 20 18:25:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bf519a

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-101.0.1210.47.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 571fb6941c2c..4ab7b0d45e69 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_101.0.1210.47-1_amd64.deb 119464064 BLAKE2B a7d673ea1a1ef49d3fc0c16866b335e8f9f92f8b1626803a5f93a312e9520506c6e38a9952ca27987a718c42442f7657fd7cf547e8779a409f9e86334e85c915 SHA512 57dc5da52807f88244309da24fb3c4d1366432836a5eeed13f8bf68e41b49206250dfe62e58cd963f7d38c071d8a33d4d5d56002a2b3189113d327ca05ec3389
 DIST microsoft-edge-stable_101.0.1210.53-1_amd64.deb 119493496 BLAKE2B f21e86e48a4e03717e7d349e34ee9e966ad62ff155c9dee2a8417e3425aa2bf3b409a644a33e7e8798cc806e0b6d0787015a1c1e4f568313e86baa9efc77fabd SHA512 acfcf4690d4f8606c93b5a06623bac85ec5ca6b3dfd1587328a6f363b1120c06755f849d86577a56105b07c3411622c5af414e3f6a659f38bcf9193895164946

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.47.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-20 18:25 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-20 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c8fee048d03abd52dfc44609e2952f3209d1217d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 18:25:21 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri May 20 18:25:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8fee048

www-client/microsoft-edge: amd64 stable (101.0.1210.53)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-20 18:25 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-20 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6617a9ca4d12319bc68a4c7883e73b5d801ca3ce
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 18:25:12 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri May 20 18:25:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6617a9ca

www-client/microsoft-edge: automated bump (101.0.1210.53)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-101.0.1210.53.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5ea4e220207a..571fb6941c2c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_101.0.1210.47-1_amd64.deb 119464064 BLAKE2B a7d673ea1a1ef49d3fc0c16866b335e8f9f92f8b1626803a5f93a312e9520506c6e38a9952ca27987a718c42442f7657fd7cf547e8779a409f9e86334e85c915 SHA512 57dc5da52807f88244309da24fb3c4d1366432836a5eeed13f8bf68e41b49206250dfe62e58cd963f7d38c071d8a33d4d5d56002a2b3189113d327ca05ec3389
+DIST microsoft-edge-stable_101.0.1210.53-1_amd64.deb 119493496 BLAKE2B f21e86e48a4e03717e7d349e34ee9e966ad62ff155c9dee2a8417e3425aa2bf3b409a644a33e7e8798cc806e0b6d0787015a1c1e4f568313e86baa9efc77fabd SHA512 acfcf4690d4f8606c93b5a06623bac85ec5ca6b3dfd1587328a6f363b1120c06755f849d86577a56105b07c3411622c5af414e3f6a659f38bcf9193895164946

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-31 20:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-31 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     329c605dd658bce3d58159e81a1f4c74470ac01a
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 20:10:55 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue May 31 20:11:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329c605d

www-client/microsoft-edge: amd64 stable (102.0.1245.30)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-31 20:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-31 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f735ae3b4552292c9e411456ca9205d279e0cb49
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 20:10:53 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue May 31 20:11:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f735ae3b

www-client/microsoft-edge: automated bump (102.0.1245.30)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-102.0.1245.30.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4ab7b0d45e69..8abe3ab0e892 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_101.0.1210.53-1_amd64.deb 119493496 BLAKE2B f21e86e48a4e03717e7d349e34ee9e966ad62ff155c9dee2a8417e3425aa2bf3b409a644a33e7e8798cc806e0b6d0787015a1c1e4f568313e86baa9efc77fabd SHA512 acfcf4690d4f8606c93b5a06623bac85ec5ca6b3dfd1587328a6f363b1120c06755f849d86577a56105b07c3411622c5af414e3f6a659f38bcf9193895164946
+DIST microsoft-edge-stable_102.0.1245.30-1_amd64.deb 119467444 BLAKE2B 8b98a7228b37278390c65bb70d24355e9abb8fe8b703f7df534565812810faead955d823fb950481992876f07a4dde179fc0ba39457367f107ca2f26f3b46b7d SHA512 c7444e9a77280e82f9439d2874a0377ae2c04284177f4d04f2281ce71805cb05fc7b4b8e3dd4e3cdb13a39ca692342128734541f600880cd66a78069d07febf7

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-05-31 20:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-05-31 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bf6d1c5571b2c0da4c61bb7f401578d49c94b5f8
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 20:10:57 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue May 31 20:11:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d1c55

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-101.0.1210.53.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8abe3ab0e892..8b3052f35343 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_101.0.1210.53-1_amd64.deb 119493496 BLAKE2B f21e86e48a4e03717e7d349e34ee9e966ad62ff155c9dee2a8417e3425aa2bf3b409a644a33e7e8798cc806e0b6d0787015a1c1e4f568313e86baa9efc77fabd SHA512 acfcf4690d4f8606c93b5a06623bac85ec5ca6b3dfd1587328a6f363b1120c06755f849d86577a56105b07c3411622c5af414e3f6a659f38bcf9193895164946
 DIST microsoft-edge-stable_102.0.1245.30-1_amd64.deb 119467444 BLAKE2B 8b98a7228b37278390c65bb70d24355e9abb8fe8b703f7df534565812810faead955d823fb950481992876f07a4dde179fc0ba39457367f107ca2f26f3b46b7d SHA512 c7444e9a77280e82f9439d2874a0377ae2c04284177f4d04f2281ce71805cb05fc7b4b8e3dd4e3cdb13a39ca692342128734541f600880cd66a78069d07febf7

diff --git a/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild b/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-101.0.1210.53.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-05 13:16 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-05 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0615677e55da5e174a8666301afe5937440a2165
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 13:15:15 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 13:15:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0615677e

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-102.0.1245.30.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 44125bd190a6..e0fd499af798 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_102.0.1245.30-1_amd64.deb 119467444 BLAKE2B 8b98a7228b37278390c65bb70d24355e9abb8fe8b703f7df534565812810faead955d823fb950481992876f07a4dde179fc0ba39457367f107ca2f26f3b46b7d SHA512 c7444e9a77280e82f9439d2874a0377ae2c04284177f4d04f2281ce71805cb05fc7b4b8e3dd4e3cdb13a39ca692342128734541f600880cd66a78069d07febf7
 DIST microsoft-edge-stable_102.0.1245.33-1_amd64.deb 119481900 BLAKE2B e0c422adff4db09da4b28d51e541e7b6186454ab9be81e51a911b649892537324ce1c28265bbb742a662d2f1e3e1a172aad87b137ce5124d0b0fe700d27e9e74 SHA512 d1c5c8598fbf5f43674fe323d1a3b667c36ccdebe1e18b66fa6d510f718a3237003ada8685bee3b2c580397b3b1a981437cd80fb726c01cd900aee1ce27495a6

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.30.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-05 13:16 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-05 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     41bea13b54c0eccd28aff692fa2a3412ffef94f7
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 13:15:13 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 13:15:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bea13b

www-client/microsoft-edge: amd64 stable (102.0.1245.33)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-05 13:16 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-05 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac148a765df535bcf90c679065c47eb29de1cf6
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 13:15:11 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 13:15:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac148a7

www-client/microsoft-edge: automated bump (102.0.1245.33)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-102.0.1245.33.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8b3052f35343..44125bd190a6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_102.0.1245.30-1_amd64.deb 119467444 BLAKE2B 8b98a7228b37278390c65bb70d24355e9abb8fe8b703f7df534565812810faead955d823fb950481992876f07a4dde179fc0ba39457367f107ca2f26f3b46b7d SHA512 c7444e9a77280e82f9439d2874a0377ae2c04284177f4d04f2281ce71805cb05fc7b4b8e3dd4e3cdb13a39ca692342128734541f600880cd66a78069d07febf7
+DIST microsoft-edge-stable_102.0.1245.33-1_amd64.deb 119481900 BLAKE2B e0c422adff4db09da4b28d51e541e7b6186454ab9be81e51a911b649892537324ce1c28265bbb742a662d2f1e3e1a172aad87b137ce5124d0b0fe700d27e9e74 SHA512 d1c5c8598fbf5f43674fe323d1a3b667c36ccdebe1e18b66fa6d510f718a3237003ada8685bee3b2c580397b3b1a981437cd80fb726c01cd900aee1ce27495a6

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-10 12:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-10 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5ccbcec464051934faaaf8471ad7219b9cd4a775
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 12:11:36 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 12:11:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccbcec4

www-client/microsoft-edge: amd64 stable (102.0.1245.39)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-10 12:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-10 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     20c34e3d8926e8ee6b670941ea1b9f5cf7a7adc3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 12:11:39 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 12:11:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c34e3d

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-102.0.1245.33.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b7c2f938418b..674d30096ac0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_102.0.1245.33-1_amd64.deb 119481900 BLAKE2B e0c422adff4db09da4b28d51e541e7b6186454ab9be81e51a911b649892537324ce1c28265bbb742a662d2f1e3e1a172aad87b137ce5124d0b0fe700d27e9e74 SHA512 d1c5c8598fbf5f43674fe323d1a3b667c36ccdebe1e18b66fa6d510f718a3237003ada8685bee3b2c580397b3b1a981437cd80fb726c01cd900aee1ce27495a6
 DIST microsoft-edge-stable_102.0.1245.39-1_amd64.deb 119527670 BLAKE2B 768b0a5f1ccde5333fddac3d0ffba3095490e23eb933235bb6108cf5ca8767d419e7804d218227fe01139defb3a673c18f0bd80da868c48a093fbef18dacf9bd SHA512 01d8f893757585378e8870b4fa6c0d7548e217760418b334e3ad7f84480ed8b4eb7394c8b7f21eb847a8147d9dabf8fac97702e1e7cf37143694cd3a1116d962

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.33.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-10 12:12 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-10 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2c8c84b3da1839f5ccdd960d1193e5fa8e022602
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 12:11:33 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 12:11:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8c84b3

www-client/microsoft-edge: automated bump (102.0.1245.39)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-102.0.1245.39.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e0fd499af798..b7c2f938418b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_102.0.1245.33-1_amd64.deb 119481900 BLAKE2B e0c422adff4db09da4b28d51e541e7b6186454ab9be81e51a911b649892537324ce1c28265bbb742a662d2f1e3e1a172aad87b137ce5124d0b0fe700d27e9e74 SHA512 d1c5c8598fbf5f43674fe323d1a3b667c36ccdebe1e18b66fa6d510f718a3237003ada8685bee3b2c580397b3b1a981437cd80fb726c01cd900aee1ce27495a6
+DIST microsoft-edge-stable_102.0.1245.39-1_amd64.deb 119527670 BLAKE2B 768b0a5f1ccde5333fddac3d0ffba3095490e23eb933235bb6108cf5ca8767d419e7804d218227fe01139defb3a673c18f0bd80da868c48a093fbef18dacf9bd SHA512 01d8f893757585378e8870b4fa6c0d7548e217760418b334e3ad7f84480ed8b4eb7394c8b7f21eb847a8147d9dabf8fac97702e1e7cf37143694cd3a1116d962

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-14  9:03 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-14  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9c4e90de7703f94a23cc33fda68faf7768dfd470
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 09:03:02 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 09:03:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4e90de

www-client/microsoft-edge: amd64 stable (102.0.1245.41)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-14  9:03 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-14  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c26ffe9f5bfb557e6fff819144af2a53a2b36a41
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 09:03:01 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 09:03:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26ffe9f

www-client/microsoft-edge: automated bump (102.0.1245.41)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-102.0.1245.41.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 674d30096ac0..72deabc8077b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_102.0.1245.39-1_amd64.deb 119527670 BLAKE2B 768b0a5f1ccde5333fddac3d0ffba3095490e23eb933235bb6108cf5ca8767d419e7804d218227fe01139defb3a673c18f0bd80da868c48a093fbef18dacf9bd SHA512 01d8f893757585378e8870b4fa6c0d7548e217760418b334e3ad7f84480ed8b4eb7394c8b7f21eb847a8147d9dabf8fac97702e1e7cf37143694cd3a1116d962
+DIST microsoft-edge-stable_102.0.1245.41-1_amd64.deb 119503196 BLAKE2B 397526545cfe15c0e8e3cd21b49be4f2f26da7e0791fa1ceccc52a89f000c5b3f6e925d5f0aae1435cb4f137b158761c3f85e682bb5297f2536ba2b7e72ab908 SHA512 385bc11d4449835737f3d1c24d7a71300a60d089c9f2a3836d7f95c25add383a2ab277836134e8a7782b1f8db16cf133331c3edb805e3b0395c91116c2327084

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-14  9:03 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-14  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c66fca4d7a85bc6577c1a1fe8dfcc5035ec78450
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 09:03:04 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 09:03:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66fca4d

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-102.0.1245.39.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 72deabc8077b..1bab191412a0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_102.0.1245.39-1_amd64.deb 119527670 BLAKE2B 768b0a5f1ccde5333fddac3d0ffba3095490e23eb933235bb6108cf5ca8767d419e7804d218227fe01139defb3a673c18f0bd80da868c48a093fbef18dacf9bd SHA512 01d8f893757585378e8870b4fa6c0d7548e217760418b334e3ad7f84480ed8b4eb7394c8b7f21eb847a8147d9dabf8fac97702e1e7cf37143694cd3a1116d962
 DIST microsoft-edge-stable_102.0.1245.41-1_amd64.deb 119503196 BLAKE2B 397526545cfe15c0e8e3cd21b49be4f2f26da7e0791fa1ceccc52a89f000c5b3f6e925d5f0aae1435cb4f137b158761c3f85e682bb5297f2536ba2b7e72ab908 SHA512 385bc11d4449835737f3d1c24d7a71300a60d089c9f2a3836d7f95c25add383a2ab277836134e8a7782b1f8db16cf133331c3edb805e3b0395c91116c2327084

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.39.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-17 18:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-17 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     aded40919b62e27560fc294c554628576604146f
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 18:19:03 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 18:19:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aded4091

www-client/microsoft-edge: amd64 stable (102.0.1245.44)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-17 18:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-17 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c9d0dd0d4938fe43b62181d9c5c24c196e9e20c7
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 18:19:04 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 18:19:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d0dd0d

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-102.0.1245.41.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index feaa62c28498..e2d710e5cbce 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_102.0.1245.41-1_amd64.deb 119503196 BLAKE2B 397526545cfe15c0e8e3cd21b49be4f2f26da7e0791fa1ceccc52a89f000c5b3f6e925d5f0aae1435cb4f137b158761c3f85e682bb5297f2536ba2b7e72ab908 SHA512 385bc11d4449835737f3d1c24d7a71300a60d089c9f2a3836d7f95c25add383a2ab277836134e8a7782b1f8db16cf133331c3edb805e3b0395c91116c2327084
 DIST microsoft-edge-stable_102.0.1245.44-1_amd64.deb 119514084 BLAKE2B 0b56c5b2fb4288299c8707f0644b798b3e595b63cb184806d20b8dbde02b35d44cfe60b22e87afe2cc40ce68c00f95978989f8cec4a87835a8fabed4cf362a8d SHA512 e9cccd2c8748a8411036922f5a18b373cf5c6f7d5386ad6e5cb899d396c43e2fb007633963c3b06fce5ed83eb01bddf2a233a04e501fc0ffb637a64e9ee13cc9

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.41.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-17 18:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-17 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cfa432301c7406f9090c6ac93f554ffa41b4a02f
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 18:19:01 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 18:19:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa43230

www-client/microsoft-edge: automated bump (102.0.1245.44)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-102.0.1245.44.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1bab191412a0..feaa62c28498 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_102.0.1245.41-1_amd64.deb 119503196 BLAKE2B 397526545cfe15c0e8e3cd21b49be4f2f26da7e0791fa1ceccc52a89f000c5b3f6e925d5f0aae1435cb4f137b158761c3f85e682bb5297f2536ba2b7e72ab908 SHA512 385bc11d4449835737f3d1c24d7a71300a60d089c9f2a3836d7f95c25add383a2ab277836134e8a7782b1f8db16cf133331c3edb805e3b0395c91116c2327084
+DIST microsoft-edge-stable_102.0.1245.44-1_amd64.deb 119514084 BLAKE2B 0b56c5b2fb4288299c8707f0644b798b3e595b63cb184806d20b8dbde02b35d44cfe60b22e87afe2cc40ce68c00f95978989f8cec4a87835a8fabed4cf362a8d SHA512 e9cccd2c8748a8411036922f5a18b373cf5c6f7d5386ad6e5cb899d396c43e2fb007633963c3b06fce5ed83eb01bddf2a233a04e501fc0ffb637a64e9ee13cc9

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-26  7:43 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-26  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4ca60eefabbaa59b8084c45aa7edf8bb26e79fc3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 07:43:00 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 07:43:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca60eef

www-client/microsoft-edge: amd64 stable (103.0.1264.37)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-26  7:43 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-26  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c4127b7319ae6cf5682bdefd8fe4644f9bd28bb3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 07:43:02 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 07:43:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4127b73

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-102.0.1245.44.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 212402e33523..802f9ffe9bb9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_102.0.1245.44-1_amd64.deb 119514084 BLAKE2B 0b56c5b2fb4288299c8707f0644b798b3e595b63cb184806d20b8dbde02b35d44cfe60b22e87afe2cc40ce68c00f95978989f8cec4a87835a8fabed4cf362a8d SHA512 e9cccd2c8748a8411036922f5a18b373cf5c6f7d5386ad6e5cb899d396c43e2fb007633963c3b06fce5ed83eb01bddf2a233a04e501fc0ffb637a64e9ee13cc9
 DIST microsoft-edge-stable_103.0.1264.37-1_amd64.deb 120800512 BLAKE2B 03abbc5da0b9e2cb5614ac74c7cbdd078600364715e81591f9939d3e077c98b16970fa2a09df6e8d1bbca376da980e49b0923e0674befd4b80592b16c26dc5d5 SHA512 f0d2ccd3a073d3b7219b0eb1bb03d4f606eae5dc17efcbe1ef3837db634f99a0b33f9a45e8e7bb2654e13d30f086a87840a3c1cdc2dc9e40e02fc91d225d84e5

diff --git a/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild b/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-102.0.1245.44.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-06-26  7:43 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-06-26  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     de41824be00a950abbed70db6a97bb5245964411
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 07:42:58 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 07:42:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de41824b

www-client/microsoft-edge: automated bump (103.0.1264.37)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-103.0.1264.37.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e2d710e5cbce..212402e33523 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_102.0.1245.44-1_amd64.deb 119514084 BLAKE2B 0b56c5b2fb4288299c8707f0644b798b3e595b63cb184806d20b8dbde02b35d44cfe60b22e87afe2cc40ce68c00f95978989f8cec4a87835a8fabed4cf362a8d SHA512 e9cccd2c8748a8411036922f5a18b373cf5c6f7d5386ad6e5cb899d396c43e2fb007633963c3b06fce5ed83eb01bddf2a233a04e501fc0ffb637a64e9ee13cc9
+DIST microsoft-edge-stable_103.0.1264.37-1_amd64.deb 120800512 BLAKE2B 03abbc5da0b9e2cb5614ac74c7cbdd078600364715e81591f9939d3e077c98b16970fa2a09df6e8d1bbca376da980e49b0923e0674befd4b80592b16c26dc5d5 SHA512 f0d2ccd3a073d3b7219b0eb1bb03d4f606eae5dc17efcbe1ef3837db634f99a0b33f9a45e8e7bb2654e13d30f086a87840a3c1cdc2dc9e40e02fc91d225d84e5

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-07-15  2:47 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-07-15  2:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f00ee1d6094b4167c8bae304124bd1d575c2d4e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 02:42:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 02:46:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00ee1d6

www-client/microsoft-edge: automated bump (103.0.1264.62)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-103.0.1264.62.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 802f9ffe9bb9..b0f352c7e17d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_103.0.1264.37-1_amd64.deb 120800512 BLAKE2B 03abbc5da0b9e2cb5614ac74c7cbdd078600364715e81591f9939d3e077c98b16970fa2a09df6e8d1bbca376da980e49b0923e0674befd4b80592b16c26dc5d5 SHA512 f0d2ccd3a073d3b7219b0eb1bb03d4f606eae5dc17efcbe1ef3837db634f99a0b33f9a45e8e7bb2654e13d30f086a87840a3c1cdc2dc9e40e02fc91d225d84e5
+DIST microsoft-edge-stable_103.0.1264.62-1_amd64.deb 120908516 BLAKE2B 015121a28800c52c7f27a3e1776610bb21c3a58769d33fc4173232bec37bde2fccc54892df9d650f456cfe0068872f67406e012a29592df84b4993ff9e57282a SHA512 8c87f9248b00a1039c31adf576ae63238497a39d7058ed1731f54a89c4babc3f7c5a77fe288d353bcd5eb511aa245421641ea1ee26009e98c9ac622bd386e581

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-07-15  2:47 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-07-15  2:47 UTC (permalink / raw
  To: gentoo-commits

commit:     05c2345ba855447ed1fbf0128d08f9150c416918
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 02:42:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 02:46:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c2345b

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-103.0.1264.37.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b0f352c7e17d..bc48c989533e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_103.0.1264.37-1_amd64.deb 120800512 BLAKE2B 03abbc5da0b9e2cb5614ac74c7cbdd078600364715e81591f9939d3e077c98b16970fa2a09df6e8d1bbca376da980e49b0923e0674befd4b80592b16c26dc5d5 SHA512 f0d2ccd3a073d3b7219b0eb1bb03d4f606eae5dc17efcbe1ef3837db634f99a0b33f9a45e8e7bb2654e13d30f086a87840a3c1cdc2dc9e40e02fc91d225d84e5
 DIST microsoft-edge-stable_103.0.1264.62-1_amd64.deb 120908516 BLAKE2B 015121a28800c52c7f27a3e1776610bb21c3a58769d33fc4173232bec37bde2fccc54892df9d650f456cfe0068872f67406e012a29592df84b4993ff9e57282a SHA512 8c87f9248b00a1039c31adf576ae63238497a39d7058ed1731f54a89c4babc3f7c5a77fe288d353bcd5eb511aa245421641ea1ee26009e98c9ac622bd386e581

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-103.0.1264.37.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-07-15  2:47 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-07-15  2:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9d03473813a9153f98e8ac49bd0f39bfe7002cd1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 02:42:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 02:46:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d034738

www-client/microsoft-edge: amd64 stable (103.0.1264.62)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-04  3:51 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-04  3:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e06ee89832a43bed12a9d65b34915239361bcf5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:47:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:47:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06ee898

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-103.0.1264.62.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 73535a9f44cc..484f78a75d69 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_103.0.1264.62-1_amd64.deb 120908516 BLAKE2B 015121a28800c52c7f27a3e1776610bb21c3a58769d33fc4173232bec37bde2fccc54892df9d650f456cfe0068872f67406e012a29592df84b4993ff9e57282a SHA512 8c87f9248b00a1039c31adf576ae63238497a39d7058ed1731f54a89c4babc3f7c5a77fe288d353bcd5eb511aa245421641ea1ee26009e98c9ac622bd386e581
 DIST microsoft-edge-stable_103.0.1264.77-1_amd64.deb 120967200 BLAKE2B b7efc8da293cfbb88f3e3d97e5aeaf96172fad77882a7bdc53b9bb2e7cf880f630690f90ee790596448a0b55908a3f68738e7278d2f46a126cd62f81cea39d47 SHA512 034a60292464395eb9f8aa75869ddb034ff1286dcdbc0c389afe1d7a06ac6d71a6e40d1577a9c9a2e5e23af30b807ec04dd77596521c5a55dec059543cdb07e2

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-103.0.1264.62.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-04  3:51 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-04  3:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8f27f61d48addebd2a3a49a8155f51095d1f4681
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:47:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:47:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f27f61d

www-client/microsoft-edge: amd64 stable (103.0.1264.77)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-04  3:51 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-04  3:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5f656150da460205f0e302293fe1805c2f6d60f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:47:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:47:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f656150

www-client/microsoft-edge: automated bump (103.0.1264.77)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-103.0.1264.77.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index bc48c989533e..73535a9f44cc 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_103.0.1264.62-1_amd64.deb 120908516 BLAKE2B 015121a28800c52c7f27a3e1776610bb21c3a58769d33fc4173232bec37bde2fccc54892df9d650f456cfe0068872f67406e012a29592df84b4993ff9e57282a SHA512 8c87f9248b00a1039c31adf576ae63238497a39d7058ed1731f54a89c4babc3f7c5a77fe288d353bcd5eb511aa245421641ea1ee26009e98c9ac622bd386e581
+DIST microsoft-edge-stable_103.0.1264.77-1_amd64.deb 120967200 BLAKE2B b7efc8da293cfbb88f3e3d97e5aeaf96172fad77882a7bdc53b9bb2e7cf880f630690f90ee790596448a0b55908a3f68738e7278d2f46a126cd62f81cea39d47 SHA512 034a60292464395eb9f8aa75869ddb034ff1286dcdbc0c389afe1d7a06ac6d71a6e40d1577a9c9a2e5e23af30b807ec04dd77596521c5a55dec059543cdb07e2

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-07  5:07 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-07  5:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9a1e7ab5deb8fe8b168289943290e58d06bdf930
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 05:06:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 05:06:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1e7ab5

www-client/microsoft-edge: amd64 stable (104.0.1293.47)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-07  5:07 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-07  5:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6056da3f63cab4d53ce268a1c3046d0373f2a2d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 05:06:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 05:06:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6056da3f

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-103.0.1264.77.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b13031c1e4bb..a9333b29ead5 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_103.0.1264.77-1_amd64.deb 120967200 BLAKE2B b7efc8da293cfbb88f3e3d97e5aeaf96172fad77882a7bdc53b9bb2e7cf880f630690f90ee790596448a0b55908a3f68738e7278d2f46a126cd62f81cea39d47 SHA512 034a60292464395eb9f8aa75869ddb034ff1286dcdbc0c389afe1d7a06ac6d71a6e40d1577a9c9a2e5e23af30b807ec04dd77596521c5a55dec059543cdb07e2
 DIST microsoft-edge-stable_104.0.1293.47-1_amd64.deb 131244500 BLAKE2B 8ca7f51b04107ab98e182e0bdddf6f0c051d2b7935d8ca73e8b597f662e74db8235a4065bd3d85aaea9137cff1a75b541b257f577abbdcbfbe594637fc43ccaf SHA512 0db48a4a58b0af0733ee31857e3d7ee435daeaf84417f3b70bd74f4d31ee78c526d33f0039697f130b1dd98df94c7fcaa2abf1629af577a9d23ef0520974b265

diff --git a/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild b/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-103.0.1264.77.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-07  5:07 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-07  5:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ebd1c909a5748ebe580459fc0b6b5967737b15f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 05:06:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 05:06:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd1c909

www-client/microsoft-edge: automated bump (104.0.1293.47)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-104.0.1293.47.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 484f78a75d69..b13031c1e4bb 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_103.0.1264.77-1_amd64.deb 120967200 BLAKE2B b7efc8da293cfbb88f3e3d97e5aeaf96172fad77882a7bdc53b9bb2e7cf880f630690f90ee790596448a0b55908a3f68738e7278d2f46a126cd62f81cea39d47 SHA512 034a60292464395eb9f8aa75869ddb034ff1286dcdbc0c389afe1d7a06ac6d71a6e40d1577a9c9a2e5e23af30b807ec04dd77596521c5a55dec059543cdb07e2
+DIST microsoft-edge-stable_104.0.1293.47-1_amd64.deb 131244500 BLAKE2B 8ca7f51b04107ab98e182e0bdddf6f0c051d2b7935d8ca73e8b597f662e74db8235a4065bd3d85aaea9137cff1a75b541b257f577abbdcbfbe594637fc43ccaf SHA512 0db48a4a58b0af0733ee31857e3d7ee435daeaf84417f3b70bd74f4d31ee78c526d33f0039697f130b1dd98df94c7fcaa2abf1629af577a9d23ef0520974b265

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-15 23:40 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-15 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     249454c2a2b0c0ad57eb423dfc952b56944c8b57
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 23:38:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 23:38:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249454c2

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-104.0.1293.47.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e52ada003a1c..e216a8899844 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_104.0.1293.47-1_amd64.deb 131244500 BLAKE2B 8ca7f51b04107ab98e182e0bdddf6f0c051d2b7935d8ca73e8b597f662e74db8235a4065bd3d85aaea9137cff1a75b541b257f577abbdcbfbe594637fc43ccaf SHA512 0db48a4a58b0af0733ee31857e3d7ee435daeaf84417f3b70bd74f4d31ee78c526d33f0039697f130b1dd98df94c7fcaa2abf1629af577a9d23ef0520974b265
 DIST microsoft-edge-stable_104.0.1293.54-1_amd64.deb 131288252 BLAKE2B 720ca46f3a2ea38c4876d3db7c581f5d337b5ce54da80678ec09a3b4454ee9c2c006f0397f13be8c03a51a9c9c84ee8bf6e9b4ca25acad0855408d2738c49a8a SHA512 4318a49f294fc3ad867bef0804475e558c432adb6c810ef45cf9a0b9b6e6c0eba077a10bcc49f01074656eb8c2ef0fe78b369407f6be780df510a12b8a25b9ba

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.47.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-15 23:40 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-15 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cebb44b99a102bcd4fb2ebe98d3d87ebc769de1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 23:38:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 23:38:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebb44b9

www-client/microsoft-edge: automated bump (104.0.1293.54)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-104.0.1293.54.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index a9333b29ead5..e52ada003a1c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_104.0.1293.47-1_amd64.deb 131244500 BLAKE2B 8ca7f51b04107ab98e182e0bdddf6f0c051d2b7935d8ca73e8b597f662e74db8235a4065bd3d85aaea9137cff1a75b541b257f577abbdcbfbe594637fc43ccaf SHA512 0db48a4a58b0af0733ee31857e3d7ee435daeaf84417f3b70bd74f4d31ee78c526d33f0039697f130b1dd98df94c7fcaa2abf1629af577a9d23ef0520974b265
+DIST microsoft-edge-stable_104.0.1293.54-1_amd64.deb 131288252 BLAKE2B 720ca46f3a2ea38c4876d3db7c581f5d337b5ce54da80678ec09a3b4454ee9c2c006f0397f13be8c03a51a9c9c84ee8bf6e9b4ca25acad0855408d2738c49a8a SHA512 4318a49f294fc3ad867bef0804475e558c432adb6c810ef45cf9a0b9b6e6c0eba077a10bcc49f01074656eb8c2ef0fe78b369407f6be780df510a12b8a25b9ba

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-15 23:40 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-15 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d54b3911064e9a3def2a85d3f42be52427ab2a3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 23:38:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 23:38:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54b3911

www-client/microsoft-edge: amd64 stable (104.0.1293.54)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-20  0:52 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-20  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     912863ec8cc8842ca084795c0e11f62fa79f9539
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 00:51:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 00:51:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912863ec

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-104.0.1293.54.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8039a3142f9d..26d21a34d624 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_104.0.1293.54-1_amd64.deb 131288252 BLAKE2B 720ca46f3a2ea38c4876d3db7c581f5d337b5ce54da80678ec09a3b4454ee9c2c006f0397f13be8c03a51a9c9c84ee8bf6e9b4ca25acad0855408d2738c49a8a SHA512 4318a49f294fc3ad867bef0804475e558c432adb6c810ef45cf9a0b9b6e6c0eba077a10bcc49f01074656eb8c2ef0fe78b369407f6be780df510a12b8a25b9ba
 DIST microsoft-edge-stable_104.0.1293.63-1_amd64.deb 131357868 BLAKE2B 656e8496fa5ccde00ba31f1b888bcfc37880c206e96218e36f108cda8573967f9720a8a524dd1de454e3f04e04cd6346f83152fdaa29934adeef132037251408 SHA512 9ecb6337612268262e93d774f24dd7b49ba98187aa74248d9279f4611a10ee024444c94ef926257ac1f5cf3da8b54dbdb6e357d5e3a1c22a14e57778d92c5202

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.54.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-20  0:52 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-20  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     04b03afd4cac2031b6f7d8f75d02820be62e024d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 00:51:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 00:51:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b03afd

www-client/microsoft-edge: amd64 stable (104.0.1293.63)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-20  0:52 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-08-20  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f5f41578d3816a79e98ac66f322ee55dfeba88e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 00:51:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 00:51:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f41578

www-client/microsoft-edge: automated bump (104.0.1293.63)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-104.0.1293.63.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e216a8899844..8039a3142f9d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_104.0.1293.54-1_amd64.deb 131288252 BLAKE2B 720ca46f3a2ea38c4876d3db7c581f5d337b5ce54da80678ec09a3b4454ee9c2c006f0397f13be8c03a51a9c9c84ee8bf6e9b4ca25acad0855408d2738c49a8a SHA512 4318a49f294fc3ad867bef0804475e558c432adb6c810ef45cf9a0b9b6e6c0eba077a10bcc49f01074656eb8c2ef0fe78b369407f6be780df510a12b8a25b9ba
+DIST microsoft-edge-stable_104.0.1293.63-1_amd64.deb 131357868 BLAKE2B 656e8496fa5ccde00ba31f1b888bcfc37880c206e96218e36f108cda8573967f9720a8a524dd1de454e3f04e04cd6346f83152fdaa29934adeef132037251408 SHA512 9ecb6337612268262e93d774f24dd7b49ba98187aa74248d9279f4611a10ee024444c94ef926257ac1f5cf3da8b54dbdb6e357d5e3a1c22a14e57778d92c5202

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-26 12:09 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-08-26 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d1c92f4ef035fcde8dd3c411fb9a0183886b4fbc
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 12:09:22 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 12:09:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c92f4e

www-client/microsoft-edge: amd64 stable (104.0.1293.70)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-26 12:09 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-08-26 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     df8e7e17e6fd549318e7a7843240ef34c55da582
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 12:09:24 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 12:09:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8e7e17

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-104.0.1293.63.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index dd0c233c049f..ad7490844000 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_104.0.1293.63-1_amd64.deb 131357868 BLAKE2B 656e8496fa5ccde00ba31f1b888bcfc37880c206e96218e36f108cda8573967f9720a8a524dd1de454e3f04e04cd6346f83152fdaa29934adeef132037251408 SHA512 9ecb6337612268262e93d774f24dd7b49ba98187aa74248d9279f4611a10ee024444c94ef926257ac1f5cf3da8b54dbdb6e357d5e3a1c22a14e57778d92c5202
 DIST microsoft-edge-stable_104.0.1293.70-1_amd64.deb 131404896 BLAKE2B 646b1ef7aef9c31565f5136d0048c28afd577f879b25d3be971c7d4418770a673587c7a246f1bd2d042e84c9b39af939e576ade356f9847e47b7ea9fe11b35f9 SHA512 c5cf5227600b4a5749a8d270f5d64c3871ede5030e31cff17d6f5f56556cbc48fff3836ac59125ae1ec47671d7719227a5bdb4da815847f4592001679833157a

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.63.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-08-26 12:09 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-08-26 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f6f80ae151405fa42308dabf5bde337024f8c14e
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 12:09:20 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 12:09:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f80ae1

www-client/microsoft-edge: automated bump (104.0.1293.70)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-104.0.1293.70.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 26d21a34d624..dd0c233c049f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_104.0.1293.63-1_amd64.deb 131357868 BLAKE2B 656e8496fa5ccde00ba31f1b888bcfc37880c206e96218e36f108cda8573967f9720a8a524dd1de454e3f04e04cd6346f83152fdaa29934adeef132037251408 SHA512 9ecb6337612268262e93d774f24dd7b49ba98187aa74248d9279f4611a10ee024444c94ef926257ac1f5cf3da8b54dbdb6e357d5e3a1c22a14e57778d92c5202
+DIST microsoft-edge-stable_104.0.1293.70-1_amd64.deb 131404896 BLAKE2B 646b1ef7aef9c31565f5136d0048c28afd577f879b25d3be971c7d4418770a673587c7a246f1bd2d042e84c9b39af939e576ade356f9847e47b7ea9fe11b35f9 SHA512 c5cf5227600b4a5749a8d270f5d64c3871ede5030e31cff17d6f5f56556cbc48fff3836ac59125ae1ec47671d7719227a5bdb4da815847f4592001679833157a

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-02  0:25 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-02  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     255d51429999aa921342f9707610deccade35228
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 00:25:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 00:25:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255d5142

www-client/microsoft-edge: amd64 stable (105.0.1343.25)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-02  0:25 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-02  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5c4ac1cac93083ddcb0fe5bd1af7329392a42409
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 00:25:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 00:25:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4ac1ca

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-104.0.1293.70.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c5162291a5c8..15e0b17bf303 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_104.0.1293.70-1_amd64.deb 131404896 BLAKE2B 646b1ef7aef9c31565f5136d0048c28afd577f879b25d3be971c7d4418770a673587c7a246f1bd2d042e84c9b39af939e576ade356f9847e47b7ea9fe11b35f9 SHA512 c5cf5227600b4a5749a8d270f5d64c3871ede5030e31cff17d6f5f56556cbc48fff3836ac59125ae1ec47671d7719227a5bdb4da815847f4592001679833157a
 DIST microsoft-edge-stable_105.0.1343.25-1_amd64.deb 133588088 BLAKE2B 86740c6271067bb74031f61b62dc20b4556cde1292caabc55e05b2bb2f3e4db8a7924710aba8b3d94b7a60fc05374fea705b5f7be0a9688a33b9af7d547e6622 SHA512 e2cc93da122dc66340903187dc351cc7336d9af279edc1f35843340cdacb80eaece1325e45e40bc6a9df51bb527947bd2f5210ad6cd2858e1be41d7effcae201

diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-02  0:25 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-02  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1aaff1cca4caafeebcdef12b6ed2780c58ea79fd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 00:25:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 00:25:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aaff1cc

www-client/microsoft-edge: automated bump (105.0.1343.25)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-105.0.1343.25.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ad7490844000..c5162291a5c8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_104.0.1293.70-1_amd64.deb 131404896 BLAKE2B 646b1ef7aef9c31565f5136d0048c28afd577f879b25d3be971c7d4418770a673587c7a246f1bd2d042e84c9b39af939e576ade356f9847e47b7ea9fe11b35f9 SHA512 c5cf5227600b4a5749a8d270f5d64c3871ede5030e31cff17d6f5f56556cbc48fff3836ac59125ae1ec47671d7719227a5bdb4da815847f4592001679833157a
+DIST microsoft-edge-stable_105.0.1343.25-1_amd64.deb 133588088 BLAKE2B 86740c6271067bb74031f61b62dc20b4556cde1292caabc55e05b2bb2f3e4db8a7924710aba8b3d94b7a60fc05374fea705b5f7be0a9688a33b9af7d547e6622 SHA512 e2cc93da122dc66340903187dc351cc7336d9af279edc1f35843340cdacb80eaece1325e45e40bc6a9df51bb527947bd2f5210ad6cd2858e1be41d7effcae201

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-03  3:13 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-03  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6df4bf6b9be02b7326871528b5c265d33630bf33
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 03:12:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 03:12:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df4bf6b

www-client/microsoft-edge: automated bump (105.0.1343.27)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-105.0.1343.27.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 15e0b17bf303..025262971e41 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_105.0.1343.25-1_amd64.deb 133588088 BLAKE2B 86740c6271067bb74031f61b62dc20b4556cde1292caabc55e05b2bb2f3e4db8a7924710aba8b3d94b7a60fc05374fea705b5f7be0a9688a33b9af7d547e6622 SHA512 e2cc93da122dc66340903187dc351cc7336d9af279edc1f35843340cdacb80eaece1325e45e40bc6a9df51bb527947bd2f5210ad6cd2858e1be41d7effcae201
+DIST microsoft-edge-stable_105.0.1343.27-1_amd64.deb 133569784 BLAKE2B ecd343bee7d893af5828d6f2792d14cbb9dde973fa4cd7abe9a34259e3953bc381bdd72231df6a11f1c77e62fec07cd03b6511f404d7aa09acdc7be3ac671558 SHA512 124eea04fe68631fc983f9a03f317771193731b7f41aa270ff2652d6263eb34b6a01d0a7e9db6b8ae6f460b996ee35bea72557b2d18acc2eb1057cd5e0b53160

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-03  3:13 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-03  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ee5ba4d43c722860d2a578a3d22e2a417a7b3737
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 03:12:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 03:12:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5ba4d4

www-client/microsoft-edge: amd64 stable (105.0.1343.27)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-03  3:13 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-03  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     844babab80c7d661a5694b6cfea2488e51401db8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 03:12:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 03:12:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844babab

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-105.0.1343.25.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 025262971e41..ac3ed4f0e6bc 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_105.0.1343.25-1_amd64.deb 133588088 BLAKE2B 86740c6271067bb74031f61b62dc20b4556cde1292caabc55e05b2bb2f3e4db8a7924710aba8b3d94b7a60fc05374fea705b5f7be0a9688a33b9af7d547e6622 SHA512 e2cc93da122dc66340903187dc351cc7336d9af279edc1f35843340cdacb80eaece1325e45e40bc6a9df51bb527947bd2f5210ad6cd2858e1be41d7effcae201
 DIST microsoft-edge-stable_105.0.1343.27-1_amd64.deb 133569784 BLAKE2B ecd343bee7d893af5828d6f2792d14cbb9dde973fa4cd7abe9a34259e3953bc381bdd72231df6a11f1c77e62fec07cd03b6511f404d7aa09acdc7be3ac671558 SHA512 124eea04fe68631fc983f9a03f317771193731b7f41aa270ff2652d6263eb34b6a01d0a7e9db6b8ae6f460b996ee35bea72557b2d18acc2eb1057cd5e0b53160

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.25.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-09  2:46 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-09  2:46 UTC (permalink / raw
  To: gentoo-commits

commit:     466c0e886b3d56cd2875fbbc4d721f3630963904
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 02:45:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 02:45:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466c0e88

www-client/microsoft-edge: automated bump (105.0.1343.33)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-105.0.1343.33.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ac3ed4f0e6bc..2fbe3f521f72 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_105.0.1343.27-1_amd64.deb 133569784 BLAKE2B ecd343bee7d893af5828d6f2792d14cbb9dde973fa4cd7abe9a34259e3953bc381bdd72231df6a11f1c77e62fec07cd03b6511f404d7aa09acdc7be3ac671558 SHA512 124eea04fe68631fc983f9a03f317771193731b7f41aa270ff2652d6263eb34b6a01d0a7e9db6b8ae6f460b996ee35bea72557b2d18acc2eb1057cd5e0b53160
+DIST microsoft-edge-stable_105.0.1343.33-1_amd64.deb 133907676 BLAKE2B 8b0348ebbbf4fb6962e8003dc4a0cbcade96080c420962227428beb6c1117afac619cf6501b165df7b106fe2930f77056dc48481093c99bf33f8a7f4293b0d7c SHA512 e69e59b9cd39932a4171c9e346ccfe139d9ee076f35e6d8c6162ff6f9228375e4dec89b41a5abb2988fe997b6f71da10e4ecbcb71be9267bdf2d435c1299afd5

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-09  2:46 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-09  2:46 UTC (permalink / raw
  To: gentoo-commits

commit:     95f22c77f1e0f816d1f769421736a8e6888c4de8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 02:45:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 02:45:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f22c77

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-105.0.1343.27.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2fbe3f521f72..918fe09fe7f6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_105.0.1343.27-1_amd64.deb 133569784 BLAKE2B ecd343bee7d893af5828d6f2792d14cbb9dde973fa4cd7abe9a34259e3953bc381bdd72231df6a11f1c77e62fec07cd03b6511f404d7aa09acdc7be3ac671558 SHA512 124eea04fe68631fc983f9a03f317771193731b7f41aa270ff2652d6263eb34b6a01d0a7e9db6b8ae6f460b996ee35bea72557b2d18acc2eb1057cd5e0b53160
 DIST microsoft-edge-stable_105.0.1343.33-1_amd64.deb 133907676 BLAKE2B 8b0348ebbbf4fb6962e8003dc4a0cbcade96080c420962227428beb6c1117afac619cf6501b165df7b106fe2930f77056dc48481093c99bf33f8a7f4293b0d7c SHA512 e69e59b9cd39932a4171c9e346ccfe139d9ee076f35e6d8c6162ff6f9228375e4dec89b41a5abb2988fe997b6f71da10e4ecbcb71be9267bdf2d435c1299afd5

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.27.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-09  2:46 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-09-09  2:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9cc50fc3a49117c6eb9b7c21d54b9821c4695c60
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 02:45:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 02:45:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc50fc3

www-client/microsoft-edge: amd64 stable (105.0.1343.33)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-18 18:13 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-09-18 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2e3d8eef15d22433a5892110feafa1f1a12df9e5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 18:12:32 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 18:12:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3d8eef

www-client/microsoft-edge: amd64 stable (105.0.1343.42)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-18 18:13 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-09-18 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     fab458b9cb4ae09fcec586e78a004c91b8e04b97
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 18:12:27 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 18:12:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab458b9

www-client/microsoft-edge: automated bump (105.0.1343.42)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-105.0.1343.42.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 918fe09fe7f6..e303cde683c2 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_105.0.1343.33-1_amd64.deb 133907676 BLAKE2B 8b0348ebbbf4fb6962e8003dc4a0cbcade96080c420962227428beb6c1117afac619cf6501b165df7b106fe2930f77056dc48481093c99bf33f8a7f4293b0d7c SHA512 e69e59b9cd39932a4171c9e346ccfe139d9ee076f35e6d8c6162ff6f9228375e4dec89b41a5abb2988fe997b6f71da10e4ecbcb71be9267bdf2d435c1299afd5
+DIST microsoft-edge-stable_105.0.1343.42-1_amd64.deb 133869628 BLAKE2B 7717407d54dc035deb7f8ef1675d014da3456f1cfc3465fcfdf0baa25a285e4a4c82ef9c6c48069d219a96335ac234c70aa72e20377fcef7de72e3adf9961b96 SHA512 d230e3c562dbf168b6096ce2e83210d908b94511155d1d85a081e3fe17fc47a26ea00716855d81969a2041ca0115b6bda030c3ff7dd248269cf9e47738056f02

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-18 18:13 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-09-18 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     58ecfeca487d77022bde94ec9800ff58677197d1
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 18:12:36 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 18:12:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ecfeca

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-105.0.1343.33.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e303cde683c2..1157753ae7c2 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_105.0.1343.33-1_amd64.deb 133907676 BLAKE2B 8b0348ebbbf4fb6962e8003dc4a0cbcade96080c420962227428beb6c1117afac619cf6501b165df7b106fe2930f77056dc48481093c99bf33f8a7f4293b0d7c SHA512 e69e59b9cd39932a4171c9e346ccfe139d9ee076f35e6d8c6162ff6f9228375e4dec89b41a5abb2988fe997b6f71da10e4ecbcb71be9267bdf2d435c1299afd5
 DIST microsoft-edge-stable_105.0.1343.42-1_amd64.deb 133869628 BLAKE2B 7717407d54dc035deb7f8ef1675d014da3456f1cfc3465fcfdf0baa25a285e4a4c82ef9c6c48069d219a96335ac234c70aa72e20377fcef7de72e3adf9961b96 SHA512 d230e3c562dbf168b6096ce2e83210d908b94511155d1d85a081e3fe17fc47a26ea00716855d81969a2041ca0115b6bda030c3ff7dd248269cf9e47738056f02

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.33.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-24 18:11 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-24 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0831ebb3735a1b810fed1d30e9d1ccc796a0136f
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 18:10:48 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 18:10:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0831ebb3

www-client/microsoft-edge: automated bump (105.0.1343.50)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-105.0.1343.50.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1157753ae7c2..79bab52315e4 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_105.0.1343.42-1_amd64.deb 133869628 BLAKE2B 7717407d54dc035deb7f8ef1675d014da3456f1cfc3465fcfdf0baa25a285e4a4c82ef9c6c48069d219a96335ac234c70aa72e20377fcef7de72e3adf9961b96 SHA512 d230e3c562dbf168b6096ce2e83210d908b94511155d1d85a081e3fe17fc47a26ea00716855d81969a2041ca0115b6bda030c3ff7dd248269cf9e47738056f02
+DIST microsoft-edge-stable_105.0.1343.50-1_amd64.deb 133986520 BLAKE2B 4148f41469ce69596ef5b46e94a263f89c553476ccdb194a6204178afbce916d55001c29e0b89d8a39b5f5fcb6778c59b5e34cb9102bad61141c61448622b7a9 SHA512 cfcef99aa7466fa1c77a7b541f0e5b4b618b02ea25657b24da43bfde8a54cc3b90671fd03cba6587e676f31ab9155d74da4671fa4d293d21557cf870a69af4f2

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-24 18:11 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-24 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     491e37626f487bb00a488226a604a22317c7b942
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 18:10:50 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 18:10:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491e3762

www-client/microsoft-edge: amd64 stable (105.0.1343.50)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-24 18:11 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-24 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b026e212f526f8698dad5667dda571f2b138a28b
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 18:10:51 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 18:10:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b026e212

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-105.0.1343.42.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 79bab52315e4..4dc9bdc5dd7e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_105.0.1343.42-1_amd64.deb 133869628 BLAKE2B 7717407d54dc035deb7f8ef1675d014da3456f1cfc3465fcfdf0baa25a285e4a4c82ef9c6c48069d219a96335ac234c70aa72e20377fcef7de72e3adf9961b96 SHA512 d230e3c562dbf168b6096ce2e83210d908b94511155d1d85a081e3fe17fc47a26ea00716855d81969a2041ca0115b6bda030c3ff7dd248269cf9e47738056f02
 DIST microsoft-edge-stable_105.0.1343.50-1_amd64.deb 133986520 BLAKE2B 4148f41469ce69596ef5b46e94a263f89c553476ccdb194a6204178afbce916d55001c29e0b89d8a39b5f5fcb6778c59b5e34cb9102bad61141c61448622b7a9 SHA512 cfcef99aa7466fa1c77a7b541f0e5b4b618b02ea25657b24da43bfde8a54cc3b90671fd03cba6587e676f31ab9155d74da4671fa4d293d21557cf870a69af4f2

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.42.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-27  7:21 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-27  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6e52fec3c2457ff0ab37bc94346da00981f5a58d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 07:20:42 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 07:21:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e52fec3

www-client/microsoft-edge: amd64 stable (105.0.1343.53)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-27  7:21 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-27  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     42c7c1f80278494dfb2dfc7360fc74c96eda26a0
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 07:20:43 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 07:21:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c7c1f8

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-105.0.1343.50.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 09aa7be53d80..3746dfd1bf48 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_105.0.1343.50-1_amd64.deb 133986520 BLAKE2B 4148f41469ce69596ef5b46e94a263f89c553476ccdb194a6204178afbce916d55001c29e0b89d8a39b5f5fcb6778c59b5e34cb9102bad61141c61448622b7a9 SHA512 cfcef99aa7466fa1c77a7b541f0e5b4b618b02ea25657b24da43bfde8a54cc3b90671fd03cba6587e676f31ab9155d74da4671fa4d293d21557cf870a69af4f2
 DIST microsoft-edge-stable_105.0.1343.53-1_amd64.deb 134058304 BLAKE2B c8ed5af20796b714e4c5f53b0feb2b94abc3082d835fc34d85175752df67ebfb552373f75d2a2e44eed56c97771caa987993508f4e5ae01c284e9245a572e500 SHA512 7f77e0b1ec398d94a320f07aa29108b9be1e6aeb431c4b49c3e8b4dc7353820a0ea8363e4fd50a7b2de488b491b62b2c15d56ad036c19dcdc62b982963d47bab

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.50.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-27  7:21 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-27  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     41159b95827d169354f29d1ee173185b5ff18791
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 07:20:40 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 07:21:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41159b95

www-client/microsoft-edge: automated bump (105.0.1343.53)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-105.0.1343.53.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4dc9bdc5dd7e..09aa7be53d80 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_105.0.1343.50-1_amd64.deb 133986520 BLAKE2B 4148f41469ce69596ef5b46e94a263f89c553476ccdb194a6204178afbce916d55001c29e0b89d8a39b5f5fcb6778c59b5e34cb9102bad61141c61448622b7a9 SHA512 cfcef99aa7466fa1c77a7b541f0e5b4b618b02ea25657b24da43bfde8a54cc3b90671fd03cba6587e676f31ab9155d74da4671fa4d293d21557cf870a69af4f2
+DIST microsoft-edge-stable_105.0.1343.53-1_amd64.deb 134058304 BLAKE2B c8ed5af20796b714e4c5f53b0feb2b94abc3082d835fc34d85175752df67ebfb552373f75d2a2e44eed56c97771caa987993508f4e5ae01c284e9245a572e500 SHA512 7f77e0b1ec398d94a320f07aa29108b9be1e6aeb431c4b49c3e8b4dc7353820a0ea8363e4fd50a7b2de488b491b62b2c15d56ad036c19dcdc62b982963d47bab

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-09-29 11:55 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-09-29 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f779d16b543fb44ee7eb553331be77c07ef50b14
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 11:54:52 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 11:55:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f779d16b

www-client/microsoft-edge: force removal of _gpgorigin

Closes: https://bugs.gentoo.org/873430
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
index 3db12034b572..20a0a2b5bb94 100644
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.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


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-04  8:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-04  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6a4d034937ef908ecd3f9543455e104107e7c6cc
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 08:18:27 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 08:18:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4d0349

www-client/microsoft-edge: automated bump (106.0.1370.34)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-106.0.1370.34.ebuild            | 116 +++++++++++++++++++++
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3746dfd1bf48..7b6cf6052601 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_105.0.1343.53-1_amd64.deb 134058304 BLAKE2B c8ed5af20796b714e4c5f53b0feb2b94abc3082d835fc34d85175752df67ebfb552373f75d2a2e44eed56c97771caa987993508f4e5ae01c284e9245a572e500 SHA512 7f77e0b1ec398d94a320f07aa29108b9be1e6aeb431c4b49c3e8b4dc7353820a0ea8363e4fd50a7b2de488b491b62b2c15d56ad036c19dcdc62b982963d47bab
+DIST microsoft-edge-stable_106.0.1370.34-1_amd64.deb 136032948 BLAKE2B 3b0e6ceb7b518296c1dfca676f15aa8c8c163f41ef1d71853261fcd8ce49e7ac2f2fdae8057d98a635a55b92020aa0dc8c324beb4f47ed171519c3a6863ea813 SHA512 100dd0445e3b9c813c81bebf0f8a6e49b8e7b35393c485cf86a7392b534ceec70b4b4f5a0e049384a65574f7225fbfcf49e027a800d36298cc0d0a85ce9e4103

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
new file mode 100644
index 000000000000..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	app-misc/ca-certificates
+	dev-libs/atk
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-04  8:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-04  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a5219d59fcd1346f17e90cf0f0db991c5b51738d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 08:18:35 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 08:18:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5219d59

www-client/microsoft-edge: amd64 stable (106.0.1370.34)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
index a8cc7e730ebf..3db12034b572 100644
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-04  8:19 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-04  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f77cd5cbd592a6b63f2d638e261b4c9e8db96f56
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 08:18:36 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 08:18:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77cd5cb

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-105.0.1343.53.ebuild            | 116 ---------------------
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7b6cf6052601..8235b31f8d65 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_105.0.1343.53-1_amd64.deb 134058304 BLAKE2B c8ed5af20796b714e4c5f53b0feb2b94abc3082d835fc34d85175752df67ebfb552373f75d2a2e44eed56c97771caa987993508f4e5ae01c284e9245a572e500 SHA512 7f77e0b1ec398d94a320f07aa29108b9be1e6aeb431c4b49c3e8b4dc7353820a0ea8363e4fd50a7b2de488b491b62b2c15d56ad036c19dcdc62b982963d47bab
 DIST microsoft-edge-stable_106.0.1370.34-1_amd64.deb 136032948 BLAKE2B 3b0e6ceb7b518296c1dfca676f15aa8c8c163f41ef1d71853261fcd8ce49e7ac2f2fdae8057d98a635a55b92020aa0dc8c324beb4f47ed171519c3a6863ea813 SHA512 100dd0445e3b9c813c81bebf0f8a6e49b8e7b35393c485cf86a7392b534ceec70b4b4f5a0e049384a65574f7225fbfcf49e027a800d36298cc0d0a85ce9e4103

diff --git a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild b/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
deleted file mode 100644
index 20a0a2b5bb94..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-105.0.1343.53.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	app-misc/ca-certificates
-	dev-libs/atk
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-04 12:54 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-04 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d3348a606639add0600113540ed636a8ec40b4f2
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 12:54:05 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 12:54:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3348a60

www-client/microsoft-edge: force removal of _gpgorigin

Closes: https://bugs.gentoo.org/874882
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
index 3db12034b572..20a0a2b5bb94 100644
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34.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


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-07  6:32 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-07  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     855de897591620c12f259637de2b7684f0afe9a2
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 06:32:31 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 06:32:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855de897

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-106.0.1370.34-r1.ebuild         | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f084061c8fe4..1d5ee0811e4c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_106.0.1370.34-1_amd64.deb 136032948 BLAKE2B 3b0e6ceb7b518296c1dfca676f15aa8c8c163f41ef1d71853261fcd8ce49e7ac2f2fdae8057d98a635a55b92020aa0dc8c324beb4f47ed171519c3a6863ea813 SHA512 100dd0445e3b9c813c81bebf0f8a6e49b8e7b35393c485cf86a7392b534ceec70b4b4f5a0e049384a65574f7225fbfcf49e027a800d36298cc0d0a85ce9e4103
 DIST microsoft-edge-stable_106.0.1370.37-1_amd64.deb 136023320 BLAKE2B 10b13d2f0229772f8045b6edd3e0193a0d452889669814522d3e8466ac6e9824840fa660cf8e796e446a82b1111c7537aa5d4055bc31b9633d311946a505f695 SHA512 4d43417fbbe488aa855325017b4af6b5750f3db6902e1eeabe1264304cb46195651a6bfce064c7b3a9c3c6f1eaa1ed01857ef7ffa5c843fe4616f4e9bfe32d4c

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34-r1.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.34-r1.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.34-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-07  6:32 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-07  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d1464ddd5054b89417b3481c9e16ce3582d56963
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 06:32:30 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 06:32:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1464ddd

www-client/microsoft-edge: amd64 stable (106.0.1370.37)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-07  6:32 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-07  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c04c0b1debd6de9869021e8ff48ac18089c335a6
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 06:32:25 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 06:32:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04c0b1d

www-client/microsoft-edge: automated bump (106.0.1370.37)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-106.0.1370.37.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8235b31f8d65..f084061c8fe4 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_106.0.1370.34-1_amd64.deb 136032948 BLAKE2B 3b0e6ceb7b518296c1dfca676f15aa8c8c163f41ef1d71853261fcd8ce49e7ac2f2fdae8057d98a635a55b92020aa0dc8c324beb4f47ed171519c3a6863ea813 SHA512 100dd0445e3b9c813c81bebf0f8a6e49b8e7b35393c485cf86a7392b534ceec70b4b4f5a0e049384a65574f7225fbfcf49e027a800d36298cc0d0a85ce9e4103
+DIST microsoft-edge-stable_106.0.1370.37-1_amd64.deb 136023320 BLAKE2B 10b13d2f0229772f8045b6edd3e0193a0d452889669814522d3e8466ac6e9824840fa660cf8e796e446a82b1111c7537aa5d4055bc31b9633d311946a505f695 SHA512 4d43417fbbe488aa855325017b4af6b5750f3db6902e1eeabe1264304cb46195651a6bfce064c7b3a9c3c6f1eaa1ed01857ef7ffa5c843fe4616f4e9bfe32d4c

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-11 16:46 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-11 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0f00df574dcff033b235afa154b786f13b5a63b7
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 16:46:14 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 16:46:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f00df57

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-106.0.1370.37.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fbdb2141ceab..d16a49b24ddd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_106.0.1370.37-1_amd64.deb 136023320 BLAKE2B 10b13d2f0229772f8045b6edd3e0193a0d452889669814522d3e8466ac6e9824840fa660cf8e796e446a82b1111c7537aa5d4055bc31b9633d311946a505f695 SHA512 4d43417fbbe488aa855325017b4af6b5750f3db6902e1eeabe1264304cb46195651a6bfce064c7b3a9c3c6f1eaa1ed01857ef7ffa5c843fe4616f4e9bfe32d4c
 DIST microsoft-edge-stable_106.0.1370.42-1_amd64.deb 136004156 BLAKE2B 238e1e4fd0873afb549565290b56edddc5621f0689a664ef91b5f47dda32368439ae075e41009edce912703074097ed8b8fc772db797562aa83606431cdf5429 SHA512 ecdb845d32b0336bcaa91f84a4d13a0aed2aa9df18dc163e82f839e506a248058a0899750c25b96839a79df31825e377d8812d7db4b84e6a030ddedc6a04f6d6

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.37.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-11 16:46 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-11 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b81343c86a6590c8605bfcaa410b7aef47ebfe64
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 16:46:08 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 16:46:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81343c8

www-client/microsoft-edge: automated bump (106.0.1370.42)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-106.0.1370.42.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1d5ee0811e4c..fbdb2141ceab 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_106.0.1370.37-1_amd64.deb 136023320 BLAKE2B 10b13d2f0229772f8045b6edd3e0193a0d452889669814522d3e8466ac6e9824840fa660cf8e796e446a82b1111c7537aa5d4055bc31b9633d311946a505f695 SHA512 4d43417fbbe488aa855325017b4af6b5750f3db6902e1eeabe1264304cb46195651a6bfce064c7b3a9c3c6f1eaa1ed01857ef7ffa5c843fe4616f4e9bfe32d4c
+DIST microsoft-edge-stable_106.0.1370.42-1_amd64.deb 136004156 BLAKE2B 238e1e4fd0873afb549565290b56edddc5621f0689a664ef91b5f47dda32368439ae075e41009edce912703074097ed8b8fc772db797562aa83606431cdf5429 SHA512 ecdb845d32b0336bcaa91f84a4d13a0aed2aa9df18dc163e82f839e506a248058a0899750c25b96839a79df31825e377d8812d7db4b84e6a030ddedc6a04f6d6

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-10-11 16:46 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-10-11 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0fb4970c199f1e4308519e629937269d9aba7970
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 16:46:12 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 16:46:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb4970c

www-client/microsoft-edge: amd64 stable (106.0.1370.42)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-06  6:15 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-06  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     06f9366423a489c3f901c581bb06d0978de69724
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 06:10:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 06:14:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f93664

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-106.0.1370.42.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 38acae973109..444aaf7dbe2c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_106.0.1370.42-1_amd64.deb 136004156 BLAKE2B 238e1e4fd0873afb549565290b56edddc5621f0689a664ef91b5f47dda32368439ae075e41009edce912703074097ed8b8fc772db797562aa83606431cdf5429 SHA512 ecdb845d32b0336bcaa91f84a4d13a0aed2aa9df18dc163e82f839e506a248058a0899750c25b96839a79df31825e377d8812d7db4b84e6a030ddedc6a04f6d6
 DIST microsoft-edge-stable_107.0.1418.35-1_amd64.deb 134281434 BLAKE2B 185115629bcae6cd609b4ccf05deaf7647d86d855a41d7fbfcb07ce2b8960488b69eeb8b73c60b97faf2c6c4b7ce3a9b33ff620543e64fe595a6297dede75d15 SHA512 081730692b4361eb07e60952bc0dd6c36ee6f70e5445b0b37d7d307c08f3af2557a274f308cde54f95710187dc2cab8bb10024407c4f852e71fc36cc65c56246

diff --git a/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild b/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-106.0.1370.42.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-06  6:15 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-06  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e78648c527124117d91118870084cf412e2fcad0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 06:10:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 06:14:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78648c5

www-client/microsoft-edge: automated bump (107.0.1418.35)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-107.0.1418.35.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d16a49b24ddd..38acae973109 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_106.0.1370.42-1_amd64.deb 136004156 BLAKE2B 238e1e4fd0873afb549565290b56edddc5621f0689a664ef91b5f47dda32368439ae075e41009edce912703074097ed8b8fc772db797562aa83606431cdf5429 SHA512 ecdb845d32b0336bcaa91f84a4d13a0aed2aa9df18dc163e82f839e506a248058a0899750c25b96839a79df31825e377d8812d7db4b84e6a030ddedc6a04f6d6
+DIST microsoft-edge-stable_107.0.1418.35-1_amd64.deb 134281434 BLAKE2B 185115629bcae6cd609b4ccf05deaf7647d86d855a41d7fbfcb07ce2b8960488b69eeb8b73c60b97faf2c6c4b7ce3a9b33ff620543e64fe595a6297dede75d15 SHA512 081730692b4361eb07e60952bc0dd6c36ee6f70e5445b0b37d7d307c08f3af2557a274f308cde54f95710187dc2cab8bb10024407c4f852e71fc36cc65c56246

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-06  6:15 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-06  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     73b72d0cb232e7c905092a841bd474683651fa78
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 06:10:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 06:14:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b72d0c

www-client/microsoft-edge: amd64 stable (107.0.1418.35)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-20  4:34 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-20  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f95a1b2c633f1bd67a5c73143c6ff26b23cc54c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 04:29:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 04:29:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95a1b2c

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-107.0.1418.35.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 800400990952..afb23e05d092 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_107.0.1418.35-1_amd64.deb 134281434 BLAKE2B 185115629bcae6cd609b4ccf05deaf7647d86d855a41d7fbfcb07ce2b8960488b69eeb8b73c60b97faf2c6c4b7ce3a9b33ff620543e64fe595a6297dede75d15 SHA512 081730692b4361eb07e60952bc0dd6c36ee6f70e5445b0b37d7d307c08f3af2557a274f308cde54f95710187dc2cab8bb10024407c4f852e71fc36cc65c56246
 DIST microsoft-edge-stable_107.0.1418.52-1_amd64.deb 134362110 BLAKE2B d24016448c20c39a6aa535bc03793e0041c8763cc68cb00edf2c8c606d9f066393d5f8c73f54722c2a7f6f1d5736f4d7571cbe284273863914127922b6ec747f SHA512 6150602bd5b83b988f8224e6c882118a1af9ac53d53d1450f0c86e796d842e1cc0abb094dbd68b969bd0de56f0790de0fdf92ba6bb60d72b34c2b23ddf48ff58

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.35.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-20  4:34 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-20  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f4b44a99e7e96cc9accba5fab7865fb40e7c4209
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 04:29:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 04:29:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b44a99

www-client/microsoft-edge: amd64 stable (107.0.1418.52)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-20  4:34 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-20  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a53729415512fb4975f592aebaa48a2e4d94aff5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 04:29:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 04:29:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5372941

www-client/microsoft-edge: automated bump (107.0.1418.52)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-107.0.1418.52.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 444aaf7dbe2c..800400990952 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_107.0.1418.35-1_amd64.deb 134281434 BLAKE2B 185115629bcae6cd609b4ccf05deaf7647d86d855a41d7fbfcb07ce2b8960488b69eeb8b73c60b97faf2c6c4b7ce3a9b33ff620543e64fe595a6297dede75d15 SHA512 081730692b4361eb07e60952bc0dd6c36ee6f70e5445b0b37d7d307c08f3af2557a274f308cde54f95710187dc2cab8bb10024407c4f852e71fc36cc65c56246
+DIST microsoft-edge-stable_107.0.1418.52-1_amd64.deb 134362110 BLAKE2B d24016448c20c39a6aa535bc03793e0041c8763cc68cb00edf2c8c606d9f066393d5f8c73f54722c2a7f6f1d5736f4d7571cbe284273863914127922b6ec747f SHA512 6150602bd5b83b988f8224e6c882118a1af9ac53d53d1450f0c86e796d842e1cc0abb094dbd68b969bd0de56f0790de0fdf92ba6bb60d72b34c2b23ddf48ff58

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-22  5:27 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-22  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1761adc93a5cd0a35c40eed9d9de4228f4306910
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 05:26:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 05:26:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1761adc9

www-client/microsoft-edge: automated bump (107.0.1418.56)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-107.0.1418.56.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index afb23e05d092..b6df72d74a99 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_107.0.1418.52-1_amd64.deb 134362110 BLAKE2B d24016448c20c39a6aa535bc03793e0041c8763cc68cb00edf2c8c606d9f066393d5f8c73f54722c2a7f6f1d5736f4d7571cbe284273863914127922b6ec747f SHA512 6150602bd5b83b988f8224e6c882118a1af9ac53d53d1450f0c86e796d842e1cc0abb094dbd68b969bd0de56f0790de0fdf92ba6bb60d72b34c2b23ddf48ff58
+DIST microsoft-edge-stable_107.0.1418.56-1_amd64.deb 134321646 BLAKE2B 04e6581386a8260a3e895ce2722364df4cb8d43e4bff975b8b56743348b3dc44aebf1ff0b8c6f3efa65e1de48bcc86e11d3d42abc565cd43417fd68c64f11cd7 SHA512 5c0e24127e7dd3d5cc3a5c274ef517010aeed90f487f9973f73f424dc712738411e9ca6e09410a0e15520477ef607decfd44878d143dd3c168e6799b2e5598fa

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-22  5:27 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-22  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     98fe28e78886ad8a85e688c7522b559f4775e146
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 05:26:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 05:26:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fe28e7

www-client/microsoft-edge: amd64 stable (107.0.1418.56)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-22  5:27 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-11-22  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9023aa72a36857b93b3bc49b10623ba1a6ad6464
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 05:26:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 05:26:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9023aa72

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-107.0.1418.52.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b6df72d74a99..7d35eb684d26 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_107.0.1418.52-1_amd64.deb 134362110 BLAKE2B d24016448c20c39a6aa535bc03793e0041c8763cc68cb00edf2c8c606d9f066393d5f8c73f54722c2a7f6f1d5736f4d7571cbe284273863914127922b6ec747f SHA512 6150602bd5b83b988f8224e6c882118a1af9ac53d53d1450f0c86e796d842e1cc0abb094dbd68b969bd0de56f0790de0fdf92ba6bb60d72b34c2b23ddf48ff58
 DIST microsoft-edge-stable_107.0.1418.56-1_amd64.deb 134321646 BLAKE2B 04e6581386a8260a3e895ce2722364df4cb8d43e4bff975b8b56743348b3dc44aebf1ff0b8c6f3efa65e1de48bcc86e11d3d42abc565cd43417fd68c64f11cd7 SHA512 5c0e24127e7dd3d5cc3a5c274ef517010aeed90f487f9973f73f424dc712738411e9ca6e09410a0e15520477ef607decfd44878d143dd3c168e6799b2e5598fa

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.52.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-29 23:43 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-11-29 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bf91534571f6f3500202e1bb20c1de996bb73a3c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 23:18:07 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 23:43:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf915345

www-client/microsoft-edge: amd64 stable (107.0.1418.62)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-29 23:43 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-11-29 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c805a25ac7dc1359d36ff694219ca460fe70d742
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 23:18:12 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 23:43:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c805a25a

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-107.0.1418.56.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e4b985fbfb4c..9eca93a196a0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_107.0.1418.56-1_amd64.deb 134321646 BLAKE2B 04e6581386a8260a3e895ce2722364df4cb8d43e4bff975b8b56743348b3dc44aebf1ff0b8c6f3efa65e1de48bcc86e11d3d42abc565cd43417fd68c64f11cd7 SHA512 5c0e24127e7dd3d5cc3a5c274ef517010aeed90f487f9973f73f424dc712738411e9ca6e09410a0e15520477ef607decfd44878d143dd3c168e6799b2e5598fa
 DIST microsoft-edge-stable_107.0.1418.62-1_amd64.deb 134262190 BLAKE2B 6c12706435a3f829b4436b76f0700ee9b980cbc8eccefd31f5e8eb0b3495f93e86d326e60b5a4827f33f74bd444ccf3a4eec9418d46014a80a8b29d1fa74eca0 SHA512 efe0fa4361b94f6bca6f54d97b71ac32a35ebe1ad048276b61dc0ba2a33e9148fd5fa5e601e19afcd0c4441eee141f875b55d6ecc121316e53d7a6a991289481

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.56.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-11-29 23:43 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2022-11-29 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e6cf7bc73a6f7c9770a809f6f3d05657d840415f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 23:18:01 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 23:42:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cf7bc7

www-client/microsoft-edge: automated bump (107.0.1418.62)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-107.0.1418.62.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7d35eb684d26..e4b985fbfb4c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_107.0.1418.56-1_amd64.deb 134321646 BLAKE2B 04e6581386a8260a3e895ce2722364df4cb8d43e4bff975b8b56743348b3dc44aebf1ff0b8c6f3efa65e1de48bcc86e11d3d42abc565cd43417fd68c64f11cd7 SHA512 5c0e24127e7dd3d5cc3a5c274ef517010aeed90f487f9973f73f424dc712738411e9ca6e09410a0e15520477ef607decfd44878d143dd3c168e6799b2e5598fa
+DIST microsoft-edge-stable_107.0.1418.62-1_amd64.deb 134262190 BLAKE2B 6c12706435a3f829b4436b76f0700ee9b980cbc8eccefd31f5e8eb0b3495f93e86d326e60b5a4827f33f74bd444ccf3a4eec9418d46014a80a8b29d1fa74eca0 SHA512 efe0fa4361b94f6bca6f54d97b71ac32a35ebe1ad048276b61dc0ba2a33e9148fd5fa5e601e19afcd0c4441eee141f875b55d6ecc121316e53d7a6a991289481

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-12-13  5:12 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-12-13  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     37de9703947a0e6df6ba7ed2d0104f2c44817591
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 04:45:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 04:45:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37de9703

www-client/microsoft-edge: remove old

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-107.0.1418.62.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 59568c441c55..1cacad74ae95 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_107.0.1418.62-1_amd64.deb 134262190 BLAKE2B 6c12706435a3f829b4436b76f0700ee9b980cbc8eccefd31f5e8eb0b3495f93e86d326e60b5a4827f33f74bd444ccf3a4eec9418d46014a80a8b29d1fa74eca0 SHA512 efe0fa4361b94f6bca6f54d97b71ac32a35ebe1ad048276b61dc0ba2a33e9148fd5fa5e601e19afcd0c4441eee141f875b55d6ecc121316e53d7a6a991289481
 DIST microsoft-edge-stable_108.0.1462.46-1_amd64.deb 137634906 BLAKE2B 6f7f5a0124e9924869890a19f28a6712f6a27277b229fe2cb54828f0d7fc12f62599512269531de87a4b642489604259d5a3a9bc03c29dab2e2c03b76f9339c7 SHA512 2f47658c2674e8529a924c03cafc9a73a77f74bc6781b2faf9471956cff80c70bc36816a9a374f79d613def96833bbf25287601c0534806b55b7673ff0a59185

diff --git a/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild b/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-107.0.1418.62.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-12-13  5:12 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-12-13  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     385ebca6841c2775ae63e3dcef405fd83f4dcbfa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 04:45:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 04:45:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385ebca6

www-client/microsoft-edge: amd64 stable (108.0.1462.46)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
index 873f8ce87360..47d0b386f658 100644
--- a/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-12-13  5:12 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2022-12-13  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bc35251209f6c24a2e21fc6e66f69b49fb8d571a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 04:44:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 04:44:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc352512

www-client/microsoft-edge: automated bump (108.0.1462.46)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-108.0.1462.46.ebuild            | 117 +++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9eca93a196a0..59568c441c55 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_107.0.1418.62-1_amd64.deb 134262190 BLAKE2B 6c12706435a3f829b4436b76f0700ee9b980cbc8eccefd31f5e8eb0b3495f93e86d326e60b5a4827f33f74bd444ccf3a4eec9418d46014a80a8b29d1fa74eca0 SHA512 efe0fa4361b94f6bca6f54d97b71ac32a35ebe1ad048276b61dc0ba2a33e9148fd5fa5e601e19afcd0c4441eee141f875b55d6ecc121316e53d7a6a991289481
+DIST microsoft-edge-stable_108.0.1462.46-1_amd64.deb 137634906 BLAKE2B 6f7f5a0124e9924869890a19f28a6712f6a27277b229fe2cb54828f0d7fc12f62599512269531de87a4b642489604259d5a3a9bc03c29dab2e2c03b76f9339c7 SHA512 2f47658c2674e8529a924c03cafc9a73a77f74bc6781b2faf9471956cff80c70bc36816a9a374f79d613def96833bbf25287601c0534806b55b7673ff0a59185

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
new file mode 100644
index 000000000000..873f8ce87360
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip"
+
+RDEPEND="
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-12-17 19:29 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-12-17 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     db9ad8598adbe097f35abbabcbcd5b89107e2fe6
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:22:07 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:29:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9ad859

www-client/microsoft-edge: amd64 stable (108.0.1462.54)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
index baf8a8848a8c..40bc1d6b4415 100644
--- a/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-12-17 19:29 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-12-17 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2f3b8f2fa05d2021ef8eb1d33c29d2c012b2c745
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:22:08 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:29:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3b8f2f

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-108.0.1462.46.ebuild            | 117 ---------------------
 2 files changed, 118 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6947f3d45195..10f3a7106225 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_108.0.1462.46-1_amd64.deb 137634906 BLAKE2B 6f7f5a0124e9924869890a19f28a6712f6a27277b229fe2cb54828f0d7fc12f62599512269531de87a4b642489604259d5a3a9bc03c29dab2e2c03b76f9339c7 SHA512 2f47658c2674e8529a924c03cafc9a73a77f74bc6781b2faf9471956cff80c70bc36816a9a374f79d613def96833bbf25287601c0534806b55b7673ff0a59185
 DIST microsoft-edge-stable_108.0.1462.54-1_amd64.deb 137832478 BLAKE2B 3518b1cdb2ad4d2afea2d3d0f90fb2ac96555072bdee1ca7a553d798a0234ad684435a36d26490f2884d0b700215e81529ba959cb5f9bbb0f1f9c5456f371842 SHA512 57ac49ba190bac2802bb9685769b6d90188fd9339176f31af5a57f233205405efd3e73d2163730eb4dc086a364f90d5a69cdccf5e40cc3e9af5c9d794aa678ff

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
deleted file mode 100644
index 47d0b386f658..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-108.0.1462.46.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
-	|| (
-		>=app-accessibility/at-spi2-core-2.46.0:2
-		( app-accessibility/at-spi2-atk dev-libs/atk )
-	)
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2022-12-17 19:29 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2022-12-17 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0a49a2c277154caacea713bb4a43ce7727a02477
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 19:22:05 2022 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 19:29:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a49a2c2

www-client/microsoft-edge: automated bump (108.0.1462.54)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-108.0.1462.54.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1cacad74ae95..6947f3d45195 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_108.0.1462.46-1_amd64.deb 137634906 BLAKE2B 6f7f5a0124e9924869890a19f28a6712f6a27277b229fe2cb54828f0d7fc12f62599512269531de87a4b642489604259d5a3a9bc03c29dab2e2c03b76f9339c7 SHA512 2f47658c2674e8529a924c03cafc9a73a77f74bc6781b2faf9471956cff80c70bc36816a9a374f79d613def96833bbf25287601c0534806b55b7673ff0a59185
+DIST microsoft-edge-stable_108.0.1462.54-1_amd64.deb 137832478 BLAKE2B 3518b1cdb2ad4d2afea2d3d0f90fb2ac96555072bdee1ca7a553d798a0234ad684435a36d26490f2884d0b700215e81529ba959cb5f9bbb0f1f9c5456f371842 SHA512 57ac49ba190bac2802bb9685769b6d90188fd9339176f31af5a57f233205405efd3e73d2163730eb4dc086a364f90d5a69cdccf5e40cc3e9af5c9d794aa678ff

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
new file mode 100644
index 000000000000..baf8a8848a8c
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}"/libqt5_shim.so || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-07 20:11 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-07 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8a6465b90724a59de39037c28b43d76cd620be7a
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 20:08:51 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 20:10:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6465b9

www-client/microsoft-edge: automated bump (108.0.1462.76)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-108.0.1462.76.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 10f3a7106225..85b969ed7798 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_108.0.1462.54-1_amd64.deb 137832478 BLAKE2B 3518b1cdb2ad4d2afea2d3d0f90fb2ac96555072bdee1ca7a553d798a0234ad684435a36d26490f2884d0b700215e81529ba959cb5f9bbb0f1f9c5456f371842 SHA512 57ac49ba190bac2802bb9685769b6d90188fd9339176f31af5a57f233205405efd3e73d2163730eb4dc086a364f90d5a69cdccf5e40cc3e9af5c9d794aa678ff
+DIST microsoft-edge-stable_108.0.1462.76-1_amd64.deb 137862342 BLAKE2B 2ae4964b0a5384a33ba3de06e7b3c1d2ab0fefbaf6bb5ce2eb7c1d4632614100dcf5b5734524d724f6474f0e6e11f58e1641e2986b51d410623cafdff130f5f1 SHA512 0cb626ac4cce1c508c1229a3bc99715f6b2663c365904b228ce988bb62cefea05d9dacb139de3281d8b8bec55d6dfc82705ee8325e3d859cec5dbf52ed054146

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
new file mode 100644
index 000000000000..71055cb7bfda
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}"/libqt5_shim.so || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-07 20:11 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-07 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6e6df846e03f815d10ba01700cf3d9afc25ca51a
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 20:08:53 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 20:10:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6df846

www-client/microsoft-edge: amd64 stable (108.0.1462.76)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
index 71055cb7bfda..865f57206994 100644
--- a/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-07 20:11 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-07 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     05473cf479113707ec3153821a7556d52a8042b3
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 20:08:54 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 20:10:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05473cf4

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-108.0.1462.54.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 85b969ed7798..d75e87dc8977 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_108.0.1462.54-1_amd64.deb 137832478 BLAKE2B 3518b1cdb2ad4d2afea2d3d0f90fb2ac96555072bdee1ca7a553d798a0234ad684435a36d26490f2884d0b700215e81529ba959cb5f9bbb0f1f9c5456f371842 SHA512 57ac49ba190bac2802bb9685769b6d90188fd9339176f31af5a57f233205405efd3e73d2163730eb4dc086a364f90d5a69cdccf5e40cc3e9af5c9d794aa678ff
 DIST microsoft-edge-stable_108.0.1462.76-1_amd64.deb 137862342 BLAKE2B 2ae4964b0a5384a33ba3de06e7b3c1d2ab0fefbaf6bb5ce2eb7c1d4632614100dcf5b5734524d724f6474f0e6e11f58e1641e2986b51d410623cafdff130f5f1 SHA512 0cb626ac4cce1c508c1229a3bc99715f6b2663c365904b228ce988bb62cefea05d9dacb139de3281d8b8bec55d6dfc82705ee8325e3d859cec5dbf52ed054146

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
deleted file mode 100644
index 40bc1d6b4415..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-108.0.1462.54.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}"/libqt5_shim.so || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-13 18:41 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-13 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     68f584301810fe1874bd93b2fed27e73878ef79d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 18:40:52 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 18:41:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f58430

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-108.0.1462.76.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0672746d8361..873921502e45 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_108.0.1462.76-1_amd64.deb 137862342 BLAKE2B 2ae4964b0a5384a33ba3de06e7b3c1d2ab0fefbaf6bb5ce2eb7c1d4632614100dcf5b5734524d724f6474f0e6e11f58e1641e2986b51d410623cafdff130f5f1 SHA512 0cb626ac4cce1c508c1229a3bc99715f6b2663c365904b228ce988bb62cefea05d9dacb139de3281d8b8bec55d6dfc82705ee8325e3d859cec5dbf52ed054146
 DIST microsoft-edge-stable_109.0.1518.49-1_amd64.deb 139496734 BLAKE2B 62d513b602cb80bf9be9f5d54d757f6656a50f6597d68f57646cad524e133303470e6888455057dbfc615757b9574c95fc80994689b36e2fabab8e8a0a1e8c5f SHA512 047f548d799113185d0d690e79f0a382d019d2c518adb083cb91944f426f15b71fc2a391d29ec9b39091335083691db4100694d60c9c1444e1e0aa8d647fc4ef

diff --git a/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild b/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
deleted file mode 100644
index 865f57206994..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-108.0.1462.76.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}"/libqt5_shim.so || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-13 18:41 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-13 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     af88c41341c059c775e10cfd4abfadbd0be663c6
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 18:40:49 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 18:41:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af88c413

www-client/microsoft-edge: automated bump (109.0.1518.49)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-109.0.1518.49.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d75e87dc8977..0672746d8361 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_108.0.1462.76-1_amd64.deb 137862342 BLAKE2B 2ae4964b0a5384a33ba3de06e7b3c1d2ab0fefbaf6bb5ce2eb7c1d4632614100dcf5b5734524d724f6474f0e6e11f58e1641e2986b51d410623cafdff130f5f1 SHA512 0cb626ac4cce1c508c1229a3bc99715f6b2663c365904b228ce988bb62cefea05d9dacb139de3281d8b8bec55d6dfc82705ee8325e3d859cec5dbf52ed054146
+DIST microsoft-edge-stable_109.0.1518.49-1_amd64.deb 139496734 BLAKE2B 62d513b602cb80bf9be9f5d54d757f6656a50f6597d68f57646cad524e133303470e6888455057dbfc615757b9574c95fc80994689b36e2fabab8e8a0a1e8c5f SHA512 047f548d799113185d0d690e79f0a382d019d2c518adb083cb91944f426f15b71fc2a391d29ec9b39091335083691db4100694d60c9c1444e1e0aa8d647fc4ef

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-13 18:41 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-13 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0eed9a880b3b9f41113f71114f7d5a35d3529613
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 18:40:51 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 18:41:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eed9a88

www-client/microsoft-edge: amd64 stable (109.0.1518.49)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-15 18:33 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-15 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     34e6584d8cd395bb45948d55ece4aa9b3008d3a4
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 18:32:58 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 18:32:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e6584d

www-client/microsoft-edge: automated bump (109.0.1518.52)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-109.0.1518.52.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 873921502e45..f1d41eb3bc9a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_109.0.1518.49-1_amd64.deb 139496734 BLAKE2B 62d513b602cb80bf9be9f5d54d757f6656a50f6597d68f57646cad524e133303470e6888455057dbfc615757b9574c95fc80994689b36e2fabab8e8a0a1e8c5f SHA512 047f548d799113185d0d690e79f0a382d019d2c518adb083cb91944f426f15b71fc2a391d29ec9b39091335083691db4100694d60c9c1444e1e0aa8d647fc4ef
+DIST microsoft-edge-stable_109.0.1518.52-1_amd64.deb 139548346 BLAKE2B fa48dadc052a1149deac97540120240bdd920af031b48c9d892bdff5466c3766c75164bd3d56cbd7180567a4c8545a548dd3942e4921a6a51eeb6590c9eb4f7d SHA512 2131ced697f868589975ce1b41ac08639fd7dc0c90b5f0301666e780014f4a47b66c858f6b7ec0a8beb8ff5cd7303f4cce49822b729aa274ab3acff552680123

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-15 18:33 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-15 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3b0e3483b61522b9e2c849c68066122fdd059126
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 18:33:01 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 18:33:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0e3483

www-client/microsoft-edge: amd64 stable (109.0.1518.52)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-15 18:33 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-15 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bc64d26f032b081ef9c18ed486bd868daa2dbbc8
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 18:33:03 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 18:33:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc64d26f

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-109.0.1518.49.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f1d41eb3bc9a..b5008f330093 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_109.0.1518.49-1_amd64.deb 139496734 BLAKE2B 62d513b602cb80bf9be9f5d54d757f6656a50f6597d68f57646cad524e133303470e6888455057dbfc615757b9574c95fc80994689b36e2fabab8e8a0a1e8c5f SHA512 047f548d799113185d0d690e79f0a382d019d2c518adb083cb91944f426f15b71fc2a391d29ec9b39091335083691db4100694d60c9c1444e1e0aa8d647fc4ef
 DIST microsoft-edge-stable_109.0.1518.52-1_amd64.deb 139548346 BLAKE2B fa48dadc052a1149deac97540120240bdd920af031b48c9d892bdff5466c3766c75164bd3d56cbd7180567a4c8545a548dd3942e4921a6a51eeb6590c9eb4f7d SHA512 2131ced697f868589975ce1b41ac08639fd7dc0c90b5f0301666e780014f4a47b66c858f6b7ec0a8beb8ff5cd7303f4cce49822b729aa274ab3acff552680123

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-109.0.1518.49.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-20 18:50 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-20 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     329ee5ca612ec7d36198ae451a684157f6b24575
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 18:47:37 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 18:47:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329ee5ca

www-client/microsoft-edge: automated bump (109.0.1518.61)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-109.0.1518.61.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b5008f330093..6c4b727fc27b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_109.0.1518.52-1_amd64.deb 139548346 BLAKE2B fa48dadc052a1149deac97540120240bdd920af031b48c9d892bdff5466c3766c75164bd3d56cbd7180567a4c8545a548dd3942e4921a6a51eeb6590c9eb4f7d SHA512 2131ced697f868589975ce1b41ac08639fd7dc0c90b5f0301666e780014f4a47b66c858f6b7ec0a8beb8ff5cd7303f4cce49822b729aa274ab3acff552680123
+DIST microsoft-edge-stable_109.0.1518.61-1_amd64.deb 139502458 BLAKE2B 9f23163ee010687d23e64768f5043c3dd8e1e1681b1529832ad0d504ba10ce264a1112a8c8e47a3c11eb475168757a6baf79135fcfab19d845aec3f432c937e0 SHA512 51300034f68bf1ec28e6ecd936127e674187df1614aa38710091778ac0ca7519ba7cd25364348ea4740dcbfcc43459545d78d80c1ad05688f3a6870cb1c64791

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-20 18:50 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-20 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3382c47b1918e9f1b14c3281316225e359a4e213
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 18:47:40 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 18:47:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3382c47b

www-client/microsoft-edge: remove old

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-109.0.1518.52.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6c4b727fc27b..129a56a20eb8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_109.0.1518.52-1_amd64.deb 139548346 BLAKE2B fa48dadc052a1149deac97540120240bdd920af031b48c9d892bdff5466c3766c75164bd3d56cbd7180567a4c8545a548dd3942e4921a6a51eeb6590c9eb4f7d SHA512 2131ced697f868589975ce1b41ac08639fd7dc0c90b5f0301666e780014f4a47b66c858f6b7ec0a8beb8ff5cd7303f4cce49822b729aa274ab3acff552680123
 DIST microsoft-edge-stable_109.0.1518.61-1_amd64.deb 139502458 BLAKE2B 9f23163ee010687d23e64768f5043c3dd8e1e1681b1529832ad0d504ba10ce264a1112a8c8e47a3c11eb475168757a6baf79135fcfab19d845aec3f432c937e0 SHA512 51300034f68bf1ec28e6ecd936127e674187df1614aa38710091778ac0ca7519ba7cd25364348ea4740dcbfcc43459545d78d80c1ad05688f3a6870cb1c64791

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-109.0.1518.52.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-01-20 18:50 Stephan Hartmann
  0 siblings, 0 replies; 417+ messages in thread
From: Stephan Hartmann @ 2023-01-20 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f1060940a6630e336c31a1b4fe966222d59b22
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 18:47:39 2023 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 18:47:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f10609

www-client/microsoft-edge: amd64 stable (109.0.1518.61)

Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-02-16 16:49 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-02-16 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd24b9eaab516a80fd411e4dd46b3f9cc5241e7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 16:48:26 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 16:48:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd24b9e

www-client/microsoft-edge: amd64 stable (110.0.1587.41)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild b/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-02-16 16:49 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-02-16 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     be595673788d8c45b195e33abf2ab16095bcdc20
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 16:48:16 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 16:48:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be595673

www-client/microsoft-edge: automated bump (110.0.1587.41)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-110.0.1587.41.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 129a56a20eb8..bbf916766d83 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_109.0.1518.61-1_amd64.deb 139502458 BLAKE2B 9f23163ee010687d23e64768f5043c3dd8e1e1681b1529832ad0d504ba10ce264a1112a8c8e47a3c11eb475168757a6baf79135fcfab19d845aec3f432c937e0 SHA512 51300034f68bf1ec28e6ecd936127e674187df1614aa38710091778ac0ca7519ba7cd25364348ea4740dcbfcc43459545d78d80c1ad05688f3a6870cb1c64791
+DIST microsoft-edge-stable_110.0.1587.41-1_amd64.deb 139680406 BLAKE2B fa1ab49298964451741158e083cd69d8209e8897f2c5856420529b657f014477f936fae97e30573118b84749201c4ce025ccb199afa7161a24600a7b5bc05777 SHA512 ddce9ca07e4fe5fe1a7f1ced71888c3eae720a4eff24bf7bf0feb423e20eda739c2ecfd9578c68047aad41fbff10d0229be2f116f5ef392d71e313e4d0e61d9b

diff --git a/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild b/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-02-16 16:49 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-02-16 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e03dbcb2ff1d01da9a9dbc88ad2b8c288671e355
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 16:48:29 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 16:48:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03dbcb2

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-109.0.1518.61.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index bbf916766d83..c74c40ce1d61 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_109.0.1518.61-1_amd64.deb 139502458 BLAKE2B 9f23163ee010687d23e64768f5043c3dd8e1e1681b1529832ad0d504ba10ce264a1112a8c8e47a3c11eb475168757a6baf79135fcfab19d845aec3f432c937e0 SHA512 51300034f68bf1ec28e6ecd936127e674187df1614aa38710091778ac0ca7519ba7cd25364348ea4740dcbfcc43459545d78d80c1ad05688f3a6870cb1c64791
 DIST microsoft-edge-stable_110.0.1587.41-1_amd64.deb 139680406 BLAKE2B fa1ab49298964451741158e083cd69d8209e8897f2c5856420529b657f014477f936fae97e30573118b84749201c4ce025ccb199afa7161a24600a7b5bc05777 SHA512 ddce9ca07e4fe5fe1a7f1ced71888c3eae720a4eff24bf7bf0feb423e20eda739c2ecfd9578c68047aad41fbff10d0229be2f116f5ef392d71e313e4d0e61d9b

diff --git a/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild b/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-109.0.1518.61.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-02-23 20:29 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-02-23 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8d3363f50596cdda0f83cfc50b0d1782b5d587a8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 20:28:16 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 20:28:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3363f5

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-110.0.1587.41.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 12e3a02e167f..aacfe2b0b6d5 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_110.0.1587.41-1_amd64.deb 139680406 BLAKE2B fa1ab49298964451741158e083cd69d8209e8897f2c5856420529b657f014477f936fae97e30573118b84749201c4ce025ccb199afa7161a24600a7b5bc05777 SHA512 ddce9ca07e4fe5fe1a7f1ced71888c3eae720a4eff24bf7bf0feb423e20eda739c2ecfd9578c68047aad41fbff10d0229be2f116f5ef392d71e313e4d0e61d9b
 DIST microsoft-edge-stable_110.0.1587.50-1_amd64.deb 139893418 BLAKE2B 854ecab395e78be4478a06e76dc11fe2fe479bb7a2e3ce7d6792a79dd1fa45e0c2caa7b6b5fd26879a1d98364de99fca2853ce547c92cbc35d1281222d5d8cbb SHA512 d495d8208c566ccfd3b3cd5d6ceda9206a91a63ade05750ce4f22d810fa66e665949352a7f728b6b1f5f05a4958711ea75422bd41e0919d35c16d5444854bd0c

diff --git a/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild b/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-110.0.1587.41.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-02-23 20:29 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-02-23 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ff83df73f474ef7b3156d90094bcd2138e2f3d43
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 20:28:07 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 20:28:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff83df73

www-client/microsoft-edge: automated bump (110.0.1587.50)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-110.0.1587.50.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c74c40ce1d61..12e3a02e167f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_110.0.1587.41-1_amd64.deb 139680406 BLAKE2B fa1ab49298964451741158e083cd69d8209e8897f2c5856420529b657f014477f936fae97e30573118b84749201c4ce025ccb199afa7161a24600a7b5bc05777 SHA512 ddce9ca07e4fe5fe1a7f1ced71888c3eae720a4eff24bf7bf0feb423e20eda739c2ecfd9578c68047aad41fbff10d0229be2f116f5ef392d71e313e4d0e61d9b
+DIST microsoft-edge-stable_110.0.1587.50-1_amd64.deb 139893418 BLAKE2B 854ecab395e78be4478a06e76dc11fe2fe479bb7a2e3ce7d6792a79dd1fa45e0c2caa7b6b5fd26879a1d98364de99fca2853ce547c92cbc35d1281222d5d8cbb SHA512 d495d8208c566ccfd3b3cd5d6ceda9206a91a63ade05750ce4f22d810fa66e665949352a7f728b6b1f5f05a4958711ea75422bd41e0919d35c16d5444854bd0c

diff --git a/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild b/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-02-23 20:29 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-02-23 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     20632b830df2601974d4f9869b792f753f5b20b3
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 20:28:12 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 20:28:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20632b83

www-client/microsoft-edge: amd64 stable (110.0.1587.50)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild b/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-03-21 14:59 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-03-21 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5c0605ce6b2999124dfeccf3911a1f894a210719
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:57:50 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:57:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c0605ce

www-client/microsoft-edge: automated bump (111.0.1661.44)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-111.0.1661.44.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index aacfe2b0b6d5..35453e668ba7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_110.0.1587.50-1_amd64.deb 139893418 BLAKE2B 854ecab395e78be4478a06e76dc11fe2fe479bb7a2e3ce7d6792a79dd1fa45e0c2caa7b6b5fd26879a1d98364de99fca2853ce547c92cbc35d1281222d5d8cbb SHA512 d495d8208c566ccfd3b3cd5d6ceda9206a91a63ade05750ce4f22d810fa66e665949352a7f728b6b1f5f05a4958711ea75422bd41e0919d35c16d5444854bd0c
+DIST microsoft-edge-stable_111.0.1661.44-1_amd64.deb 140209546 BLAKE2B f5f9dc141337cda0a9b54542362726a98e63754ab3856c7b8ee95c7b79f651e961da170a7fb5c7ef7cfdada48a92d56dd68f6cdff99ea9679d266da76ee7ece7 SHA512 5ea473be32fd9b1a9604bb3a4c2d56b73b8f2badd817ce1fe19b21210154a701834752f228673af3569c92d9dd6d28fab1991db485775edbb77fe3719474f767

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-03-21 14:59 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-03-21 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     494bd5bdab9e6aefb5869d81404e28d04e0fa7df
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:57:59 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:57:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494bd5bd

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-110.0.1587.50.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 35453e668ba7..c5ca4c1c0da9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_110.0.1587.50-1_amd64.deb 139893418 BLAKE2B 854ecab395e78be4478a06e76dc11fe2fe479bb7a2e3ce7d6792a79dd1fa45e0c2caa7b6b5fd26879a1d98364de99fca2853ce547c92cbc35d1281222d5d8cbb SHA512 d495d8208c566ccfd3b3cd5d6ceda9206a91a63ade05750ce4f22d810fa66e665949352a7f728b6b1f5f05a4958711ea75422bd41e0919d35c16d5444854bd0c
 DIST microsoft-edge-stable_111.0.1661.44-1_amd64.deb 140209546 BLAKE2B f5f9dc141337cda0a9b54542362726a98e63754ab3856c7b8ee95c7b79f651e961da170a7fb5c7ef7cfdada48a92d56dd68f6cdff99ea9679d266da76ee7ece7 SHA512 5ea473be32fd9b1a9604bb3a4c2d56b73b8f2badd817ce1fe19b21210154a701834752f228673af3569c92d9dd6d28fab1991db485775edbb77fe3719474f767

diff --git a/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild b/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-110.0.1587.50.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-03-21 14:59 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-03-21 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fa082ed23fad7cff4636ced0bc34f0846a12e2c4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 14:57:56 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 14:57:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa082ed2

www-client/microsoft-edge: amd64 stable (111.0.1661.44)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-03-28 15:29 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-03-28 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     06cb0016ed781138c2183650a891366d4a4f90f8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 15:25:58 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 15:26:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cb0016

www-client/microsoft-edge: amd64 stable (111.0.1661.54)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-03-28 15:29 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-03-28 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     eb9a2aefeaa5484edebdfd53c53abd53b7a84833
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 15:26:02 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 15:26:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9a2aef

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-111.0.1661.44.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9ca3ca6beb85..4405a01cdf0a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_111.0.1661.44-1_amd64.deb 140209546 BLAKE2B f5f9dc141337cda0a9b54542362726a98e63754ab3856c7b8ee95c7b79f651e961da170a7fb5c7ef7cfdada48a92d56dd68f6cdff99ea9679d266da76ee7ece7 SHA512 5ea473be32fd9b1a9604bb3a4c2d56b73b8f2badd817ce1fe19b21210154a701834752f228673af3569c92d9dd6d28fab1991db485775edbb77fe3719474f767
 DIST microsoft-edge-stable_111.0.1661.54-1_amd64.deb 140303794 BLAKE2B f266cc539f22c433eeb7eac488d2407d38c765eff2d35d37b682f5cb5cf664fbe4a552aa342452b53f89f1f2c62395d8ad8eaefaa5b7a737d3db7645e689e8ee SHA512 0204805a55825d59d5526c9db60f3e3a387255d0769bfb1ce41abb031bf8adc91e50883a22af44eb16db00a439a947a94e41480dd637bc9bcb251e655c2f6bc5

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-111.0.1661.44.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-03-28 15:29 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-03-28 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     080f52c5ee02b0cbb799df8f8dd1b02cc6604574
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 15:25:53 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 15:26:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080f52c5

www-client/microsoft-edge: automated bump (111.0.1661.54)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-111.0.1661.54.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c5ca4c1c0da9..9ca3ca6beb85 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_111.0.1661.44-1_amd64.deb 140209546 BLAKE2B f5f9dc141337cda0a9b54542362726a98e63754ab3856c7b8ee95c7b79f651e961da170a7fb5c7ef7cfdada48a92d56dd68f6cdff99ea9679d266da76ee7ece7 SHA512 5ea473be32fd9b1a9604bb3a4c2d56b73b8f2badd817ce1fe19b21210154a701834752f228673af3569c92d9dd6d28fab1991db485775edbb77fe3719474f767
+DIST microsoft-edge-stable_111.0.1661.54-1_amd64.deb 140303794 BLAKE2B f266cc539f22c433eeb7eac488d2407d38c765eff2d35d37b682f5cb5cf664fbe4a552aa342452b53f89f1f2c62395d8ad8eaefaa5b7a737d3db7645e689e8ee SHA512 0204805a55825d59d5526c9db60f3e3a387255d0769bfb1ce41abb031bf8adc91e50883a22af44eb16db00a439a947a94e41480dd637bc9bcb251e655c2f6bc5

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-04 18:16 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-04 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7eaa62810958cb96f0f511e54422c1b46fcf7600
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 18:15:13 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 18:15:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eaa6281

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-111.0.1661.54.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 274b676345d4..0ce772c372df 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_111.0.1661.54-1_amd64.deb 140303794 BLAKE2B f266cc539f22c433eeb7eac488d2407d38c765eff2d35d37b682f5cb5cf664fbe4a552aa342452b53f89f1f2c62395d8ad8eaefaa5b7a737d3db7645e689e8ee SHA512 0204805a55825d59d5526c9db60f3e3a387255d0769bfb1ce41abb031bf8adc91e50883a22af44eb16db00a439a947a94e41480dd637bc9bcb251e655c2f6bc5
 DIST microsoft-edge-stable_111.0.1661.62-1_amd64.deb 140126474 BLAKE2B 4032b9a9826543e74dd8f8b0d26a5b57b76844a3b27fc6cc97565319ef94d3fb67e778b9335025caebdb97276ec0d0a4589cb72aa69e2adc9399156dd7049aca SHA512 1ed89d0b37d1dfc4baa63ab0c2a0552175578030497349bc5e48bf546279e476ffefc21782bf5c920b5251cd434ae86e0e09eca11016ca2a265acad7ffb57673

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-111.0.1661.54.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-04 18:16 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-04 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb73029f439c17658b9a531cbbac7e91292208d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 18:15:09 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 18:15:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb73029

www-client/microsoft-edge: amd64 stable (111.0.1661.62)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-04 18:16 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-04 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     03138c5f50ad0497f02ebb7a133a9a1fd5bca76e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 18:15:04 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 18:15:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03138c5f

www-client/microsoft-edge: automated bump (111.0.1661.62)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-111.0.1661.62.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4405a01cdf0a..274b676345d4 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_111.0.1661.54-1_amd64.deb 140303794 BLAKE2B f266cc539f22c433eeb7eac488d2407d38c765eff2d35d37b682f5cb5cf664fbe4a552aa342452b53f89f1f2c62395d8ad8eaefaa5b7a737d3db7645e689e8ee SHA512 0204805a55825d59d5526c9db60f3e3a387255d0769bfb1ce41abb031bf8adc91e50883a22af44eb16db00a439a947a94e41480dd637bc9bcb251e655c2f6bc5
+DIST microsoft-edge-stable_111.0.1661.62-1_amd64.deb 140126474 BLAKE2B 4032b9a9826543e74dd8f8b0d26a5b57b76844a3b27fc6cc97565319ef94d3fb67e778b9335025caebdb97276ec0d0a4589cb72aa69e2adc9399156dd7049aca SHA512 1ed89d0b37d1dfc4baa63ab0c2a0552175578030497349bc5e48bf546279e476ffefc21782bf5c920b5251cd434ae86e0e09eca11016ca2a265acad7ffb57673

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-17 14:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-17 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8c30687287613665d2e0701edda137cde4798e55
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 14:48:56 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 14:52:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c306872

www-client/microsoft-edge: amd64 stable (112.0.1722.48)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-17 14:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-17 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f1d2ef27875575b86ad5f0ad572d0940daae50f8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 14:48:51 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 14:52:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d2ef27

www-client/microsoft-edge: automated bump (112.0.1722.48)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-112.0.1722.48.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0ce772c372df..540466b7d015 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_111.0.1661.62-1_amd64.deb 140126474 BLAKE2B 4032b9a9826543e74dd8f8b0d26a5b57b76844a3b27fc6cc97565319ef94d3fb67e778b9335025caebdb97276ec0d0a4589cb72aa69e2adc9399156dd7049aca SHA512 1ed89d0b37d1dfc4baa63ab0c2a0552175578030497349bc5e48bf546279e476ffefc21782bf5c920b5251cd434ae86e0e09eca11016ca2a265acad7ffb57673
+DIST microsoft-edge-stable_112.0.1722.48-1_amd64.deb 141877382 BLAKE2B cb8d6d3f027f0faa96a938f201fd494905db74a2ec18ebc2282f45d8fed11e1a70782edf4e0f0e78cf5d101793ba1c9c4a2a50291a0d894fd9664a479b20a057 SHA512 e21159de18d54fa9b92f303d7ab7eee856b21a200e1de3d8fb5ab86101553ed0d9cc8510f2b3da135458be6b8d3a3566dd00acdb76a88c32352551f9e1e8c5f4

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-17 14:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-17 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e263f0cb7cdb97e62a2a23ef9ee992ed1ba552ba
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 14:49:00 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 14:52:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e263f0cb

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-111.0.1661.62.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 540466b7d015..a1559eacd624 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_111.0.1661.62-1_amd64.deb 140126474 BLAKE2B 4032b9a9826543e74dd8f8b0d26a5b57b76844a3b27fc6cc97565319ef94d3fb67e778b9335025caebdb97276ec0d0a4589cb72aa69e2adc9399156dd7049aca SHA512 1ed89d0b37d1dfc4baa63ab0c2a0552175578030497349bc5e48bf546279e476ffefc21782bf5c920b5251cd434ae86e0e09eca11016ca2a265acad7ffb57673
 DIST microsoft-edge-stable_112.0.1722.48-1_amd64.deb 141877382 BLAKE2B cb8d6d3f027f0faa96a938f201fd494905db74a2ec18ebc2282f45d8fed11e1a70782edf4e0f0e78cf5d101793ba1c9c4a2a50291a0d894fd9664a479b20a057 SHA512 e21159de18d54fa9b92f303d7ab7eee856b21a200e1de3d8fb5ab86101553ed0d9cc8510f2b3da135458be6b8d3a3566dd00acdb76a88c32352551f9e1e8c5f4

diff --git a/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild b/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-111.0.1661.62.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-22 17:53 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-22 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     aa890d106bbb33501054e255c68848db44e33870
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:48:59 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:48:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa890d10

www-client/microsoft-edge: amd64 stable (112.0.1722.58)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-22 17:53 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-22 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d91be99de026b315c84076a20c49dd2df30a8d7f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:49:02 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:49:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91be99d

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-112.0.1722.48.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 77fdcd164d86..53d012205254 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_112.0.1722.48-1_amd64.deb 141877382 BLAKE2B cb8d6d3f027f0faa96a938f201fd494905db74a2ec18ebc2282f45d8fed11e1a70782edf4e0f0e78cf5d101793ba1c9c4a2a50291a0d894fd9664a479b20a057 SHA512 e21159de18d54fa9b92f303d7ab7eee856b21a200e1de3d8fb5ab86101553ed0d9cc8510f2b3da135458be6b8d3a3566dd00acdb76a88c32352551f9e1e8c5f4
 DIST microsoft-edge-stable_112.0.1722.58-1_amd64.deb 142150282 BLAKE2B 66c1b33b5ffacd0793aa5eeb1fa43f94d1f999c3f178869998b25a6d018aa1bb3bf74275ec14a996b3c9d222bb9bf2e5dec17093b24b9fe20231cd8bd7126c49 SHA512 dfabbb2350cca517649f5842d6b4c6dbbd0b38ae4755fb622175d273e7327cdfbb82a8bbb89a218d7be828744852c69d14099c21a28d44d96a185e03bd226a0a

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.48.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-04-22 17:53 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-04-22 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4679a6133e148a3706e82152ed9d62d85d7efbd2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 17:48:53 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 17:48:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4679a613

www-client/microsoft-edge: automated bump (112.0.1722.58)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-112.0.1722.58.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index a1559eacd624..77fdcd164d86 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_112.0.1722.48-1_amd64.deb 141877382 BLAKE2B cb8d6d3f027f0faa96a938f201fd494905db74a2ec18ebc2282f45d8fed11e1a70782edf4e0f0e78cf5d101793ba1c9c4a2a50291a0d894fd9664a479b20a057 SHA512 e21159de18d54fa9b92f303d7ab7eee856b21a200e1de3d8fb5ab86101553ed0d9cc8510f2b3da135458be6b8d3a3566dd00acdb76a88c32352551f9e1e8c5f4
+DIST microsoft-edge-stable_112.0.1722.58-1_amd64.deb 142150282 BLAKE2B 66c1b33b5ffacd0793aa5eeb1fa43f94d1f999c3f178869998b25a6d018aa1bb3bf74275ec14a996b3c9d222bb9bf2e5dec17093b24b9fe20231cd8bd7126c49 SHA512 dfabbb2350cca517649f5842d6b4c6dbbd0b38ae4755fb622175d273e7327cdfbb82a8bbb89a218d7be828744852c69d14099c21a28d44d96a185e03bd226a0a

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-03 14:58 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-03 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6bfa1764a36dd51c165cc606299a27f79fc05c6b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 14:55:59 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May  3 14:55:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfa1764

www-client/microsoft-edge: amd64 stable (112.0.1722.64)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-03 14:58 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-03 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     808b8109ac4e644416054d561c80d06ee06ac096
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 14:55:54 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May  3 14:55:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808b8109

www-client/microsoft-edge: automated bump (112.0.1722.64)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-112.0.1722.64.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 53d012205254..2baaa151b84d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_112.0.1722.58-1_amd64.deb 142150282 BLAKE2B 66c1b33b5ffacd0793aa5eeb1fa43f94d1f999c3f178869998b25a6d018aa1bb3bf74275ec14a996b3c9d222bb9bf2e5dec17093b24b9fe20231cd8bd7126c49 SHA512 dfabbb2350cca517649f5842d6b4c6dbbd0b38ae4755fb622175d273e7327cdfbb82a8bbb89a218d7be828744852c69d14099c21a28d44d96a185e03bd226a0a
+DIST microsoft-edge-stable_112.0.1722.64-1_amd64.deb 142532466 BLAKE2B 4b36dc2d87f08df5beff3ec736b30c851a3f32529c58bb424ef945fddd9742b9b7395b960db5aea67d56b93db635d9b6f7515f930356e3c84f874af5b70be9af SHA512 d724a01aed2ba5d78b2748d8a3eb35c55c054004da95a0dadc4ece328bfc17f613e83aef3478e7b55f574bbe9e9666863eef667301e9f6e102c74c5927ba6712

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-03 14:58 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-03 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     dbf6ef6f624d5492218d9fd1aa44a8da6890d7fa
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 14:56:03 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May  3 14:56:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf6ef6f

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-112.0.1722.58.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2baaa151b84d..e84913734f09 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_112.0.1722.58-1_amd64.deb 142150282 BLAKE2B 66c1b33b5ffacd0793aa5eeb1fa43f94d1f999c3f178869998b25a6d018aa1bb3bf74275ec14a996b3c9d222bb9bf2e5dec17093b24b9fe20231cd8bd7126c49 SHA512 dfabbb2350cca517649f5842d6b4c6dbbd0b38ae4755fb622175d273e7327cdfbb82a8bbb89a218d7be828744852c69d14099c21a28d44d96a185e03bd226a0a
 DIST microsoft-edge-stable_112.0.1722.64-1_amd64.deb 142532466 BLAKE2B 4b36dc2d87f08df5beff3ec736b30c851a3f32529c58bb424ef945fddd9742b9b7395b960db5aea67d56b93db635d9b6f7515f930356e3c84f874af5b70be9af SHA512 d724a01aed2ba5d78b2748d8a3eb35c55c054004da95a0dadc4ece328bfc17f613e83aef3478e7b55f574bbe9e9666863eef667301e9f6e102c74c5927ba6712

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.58.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-07 18:28 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-07 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     220cff7fc6f360eb4d2c32295a8e7153ecebe59d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 18:26:23 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:26:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220cff7f

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-112.0.1722.64.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 50f432cea24a..8fd2c2d42f20 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_112.0.1722.64-1_amd64.deb 142532466 BLAKE2B 4b36dc2d87f08df5beff3ec736b30c851a3f32529c58bb424ef945fddd9742b9b7395b960db5aea67d56b93db635d9b6f7515f930356e3c84f874af5b70be9af SHA512 d724a01aed2ba5d78b2748d8a3eb35c55c054004da95a0dadc4ece328bfc17f613e83aef3478e7b55f574bbe9e9666863eef667301e9f6e102c74c5927ba6712
 DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22 SHA512 21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e

diff --git a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild b/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-112.0.1722.64.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-07 18:28 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-07 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     90d9efe57c913844ab9dc316a2b5445ffabe5908
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 18:26:14 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:26:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d9efe5

www-client/microsoft-edge: automated bump (113.0.1774.35)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-113.0.1774.35.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e84913734f09..50f432cea24a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_112.0.1722.64-1_amd64.deb 142532466 BLAKE2B 4b36dc2d87f08df5beff3ec736b30c851a3f32529c58bb424ef945fddd9742b9b7395b960db5aea67d56b93db635d9b6f7515f930356e3c84f874af5b70be9af SHA512 d724a01aed2ba5d78b2748d8a3eb35c55c054004da95a0dadc4ece328bfc17f613e83aef3478e7b55f574bbe9e9666863eef667301e9f6e102c74c5927ba6712
+DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22 SHA512 21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-07 18:28 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-07 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     6f372fd262935b93efe803ac195b1b323ec16d31
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 18:26:19 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May  7 18:26:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f372fd2

www-client/microsoft-edge: amd64 stable (113.0.1774.35)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-17  0:02 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-17  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0bcc7dd44c2de04b132e5aaf8511d5a476b71d2a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 23:58:57 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 16 23:58:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcc7dd4

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-113.0.1774.35.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6b0894a7d3b6..d5c8f99a2167 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22 SHA512 21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e
 DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc SHA512 b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.35.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-17  0:02 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-17  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3da679ec0d5f7afd1086e7684e9f8324b523bbc7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 23:58:54 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 16 23:58:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da679ec

www-client/microsoft-edge: amd64 stable (113.0.1774.42)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-17  0:02 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-17  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5d40b95a9e728020aaaff6f77909bab848d24879
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 23:58:49 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 16 23:58:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d40b95a

www-client/microsoft-edge: automated bump (113.0.1774.42)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-113.0.1774.42.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8fd2c2d42f20..6b0894a7d3b6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.35-1_amd64.deb 146344170 BLAKE2B 5d69bf26f723ea5016df24c8686503d197b5a2d12383b23b355834cfeb21f56e65a9915b8f3e3c5ee665fe359e6c03a489ec418ebf57f1a7fd2e8fb2e8c9de22 SHA512 21cea8b8a84b0acff0406493dbd610fe1cc4f80f8f48cbabead6889c7c539829ccbba4e996d92e7c66fa272df0f63525e4f196af22812f6f635cb5263949831e
+DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc SHA512 b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-25 14:55 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-25 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e8bef68e8b56c3fe8bf6863046d948894dd1e575
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 14:28:17 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 25 14:55:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bef68e

www-client/microsoft-edge: automated bump (113.0.1774.50)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-113.0.1774.50.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d5c8f99a2167..5fbc36c44bb7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc SHA512 b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab
+DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e SHA512 621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-25 14:55 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-25 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     200e11e4738c3092b84a73a6d548f5e1c6b8e061
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 14:28:22 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 25 14:55:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200e11e4

www-client/microsoft-edge: amd64 stable (113.0.1774.50)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-25 14:55 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-25 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f371a9de0ab07e35507fa07dc021daf5e66dbbb4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 14:28:26 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu May 25 14:55:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f371a9de

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-113.0.1774.42.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5fbc36c44bb7..44fd1430e7b3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.42-1_amd64.deb 146440898 BLAKE2B 648f9f0c1f4d1ed9e74677e7e1943a60203b4976617d3824c2f9875a2ff82a2a1e25f4ea6488c5e0913425edac0c2db3027065bd7574b151f69f2bb20ce5bdbc SHA512 b12129168eeebdaf7ea49954e0ab844ab4157526237436ed8e6aa21666fdaf72bc02a52ab2c474a5477ded8122c912102ceaf5df25f33a602c5f52829079b3ab
 DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e SHA512 621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.42.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-27  0:06 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-27  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b54d03bf1bec64d13361f0791bb33da7c47dde0b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 00:06:01 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat May 27 00:06:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54d03bf

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-113.0.1774.50.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b1a5e0b6e793..a824e983e0b7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e SHA512 621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c
 DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691 SHA512 bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-27  0:06 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-27  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3b427da5f88a420d14bbec0f8260b465cfee41bb
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 00:05:52 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat May 27 00:05:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b427da5

www-client/microsoft-edge: automated bump (113.0.1774.57)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-113.0.1774.57.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 44fd1430e7b3..b1a5e0b6e793 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e SHA512 621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c
+DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691 SHA512 bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-05-27  0:06 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-05-27  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6f826c0bd9a0bb190a3f8eedcd40d00d7ebba187
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 00:05:58 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat May 27 00:05:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f826c0b

www-client/microsoft-edge: amd64 stable (113.0.1774.57)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-05 23:34 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-05 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     25f8df6393510645360ed7cfa24435baf37d7b59
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 23:33:10 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 23:33:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f8df63

www-client/microsoft-edge: amd64 stable (114.0.1823.37)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-05 23:34 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-05 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3610c837f1d91db3fa7ef7b365b85225fc5cf4ca
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 23:33:04 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 23:33:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3610c837

www-client/microsoft-edge: automated bump (114.0.1823.37)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-114.0.1823.37.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index a824e983e0b7..35084e04ac3d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691 SHA512 bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c
+DIST microsoft-edge-stable_114.0.1823.37-1_amd64.deb 147255626 BLAKE2B 8d2b8c269812c25770b0c7e589ebf5eacaa5e82c07190deb67f8eaa008f650c7d0703bc936b7b5577a416a18e451a6f69d84ec1ff29ceb0857a4c9d1614f9edb SHA512 d670a47fa532373a69fe2c121bb04dd47cd0563f11537e52884cf99d2475ee906b007ce5ae573c3f206745d72c847f673104e6a0897ff05d0e9322e64d743e24

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-05 23:34 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-05 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     25ce8fa898cc2777120dd76e52909d476d4e5558
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 23:33:14 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 23:33:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ce8fa8

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-113.0.1774.57.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 35084e04ac3d..f932667691fd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691 SHA512 bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c
 DIST microsoft-edge-stable_114.0.1823.37-1_amd64.deb 147255626 BLAKE2B 8d2b8c269812c25770b0c7e589ebf5eacaa5e82c07190deb67f8eaa008f650c7d0703bc936b7b5577a416a18e451a6f69d84ec1ff29ceb0857a4c9d1614f9edb SHA512 d670a47fa532373a69fe2c121bb04dd47cd0563f11537e52884cf99d2475ee906b007ce5ae573c3f206745d72c847f673104e6a0897ff05d0e9322e64d743e24

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-09 15:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-09 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     570e212875764600abf7da2d6592e50c5431d039
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 15:48:50 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 15:52:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570e2128

www-client/microsoft-edge: amd64 stable (114.0.1823.43)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-09 15:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-09 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b4333e2f756e51a5109a46cd405da42c9403bfa9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 15:48:44 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 15:52:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4333e2f

www-client/microsoft-edge: automated bump (114.0.1823.43)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-114.0.1823.43.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f932667691fd..fe62fbd82c2c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.37-1_amd64.deb 147255626 BLAKE2B 8d2b8c269812c25770b0c7e589ebf5eacaa5e82c07190deb67f8eaa008f650c7d0703bc936b7b5577a416a18e451a6f69d84ec1ff29ceb0857a4c9d1614f9edb SHA512 d670a47fa532373a69fe2c121bb04dd47cd0563f11537e52884cf99d2475ee906b007ce5ae573c3f206745d72c847f673104e6a0897ff05d0e9322e64d743e24
+DIST microsoft-edge-stable_114.0.1823.43-1_amd64.deb 147311590 BLAKE2B 5d3767d0389bf08817070930cebd5701109fde39f24036a8068530379e265097ec6020388613f154997b9dace7fb17af3f5238a49c51dcd777232a70528946ad SHA512 b42c22f5465dc861b694afaedc4813c0bc7a5bc8632ab4159db4c67a7daad729f78a1c36b9571716da6a6f58f5e92ed2d5c673206f299d102be39ae12d02fe84

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-09 15:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-09 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cbc17a04fc2d00926ca30ee8d6e895ddae888bc1
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 15:48:54 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 15:52:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc17a04

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-114.0.1823.37.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fe62fbd82c2c..1c1e0fbb46f0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.37-1_amd64.deb 147255626 BLAKE2B 8d2b8c269812c25770b0c7e589ebf5eacaa5e82c07190deb67f8eaa008f650c7d0703bc936b7b5577a416a18e451a6f69d84ec1ff29ceb0857a4c9d1614f9edb SHA512 d670a47fa532373a69fe2c121bb04dd47cd0563f11537e52884cf99d2475ee906b007ce5ae573c3f206745d72c847f673104e6a0897ff05d0e9322e64d743e24
 DIST microsoft-edge-stable_114.0.1823.43-1_amd64.deb 147311590 BLAKE2B 5d3767d0389bf08817070930cebd5701109fde39f24036a8068530379e265097ec6020388613f154997b9dace7fb17af3f5238a49c51dcd777232a70528946ad SHA512 b42c22f5465dc861b694afaedc4813c0bc7a5bc8632ab4159db4c67a7daad729f78a1c36b9571716da6a6f58f5e92ed2d5c673206f299d102be39ae12d02fe84

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.37.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-20 20:54 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-20 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     eadae438a16bc0d284be07220fe23a366101931f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 20:51:38 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 20:51:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadae438

www-client/microsoft-edge: automated bump (114.0.1823.51)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-114.0.1823.51.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1c1e0fbb46f0..46eba6355736 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.43-1_amd64.deb 147311590 BLAKE2B 5d3767d0389bf08817070930cebd5701109fde39f24036a8068530379e265097ec6020388613f154997b9dace7fb17af3f5238a49c51dcd777232a70528946ad SHA512 b42c22f5465dc861b694afaedc4813c0bc7a5bc8632ab4159db4c67a7daad729f78a1c36b9571716da6a6f58f5e92ed2d5c673206f299d102be39ae12d02fe84
+DIST microsoft-edge-stable_114.0.1823.51-1_amd64.deb 147521958 BLAKE2B 2d8f6e24d3c66185b785ca13dbce8c94499169d1ce311ba0b1e0ae15dd0c43244f4287151cefe7fd08b527c2407f460ebee0834bb3494d5b4da38a5f0ff7302f SHA512 100338118237f6ad9b3df91c11b209f237f9a0ba9477b75e592a4c4b9ae5cda4105691e514343ff1f9a50b08b3d0d34f27389de51d3fd525a1acf25283cf8413

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-20 20:54 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-20 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fe2c32d4e93d0584755b91184330e2d98c5557d4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 20:51:44 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 20:51:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2c32d4

www-client/microsoft-edge: amd64 stable (114.0.1823.51)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-20 20:54 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-20 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cfbd3d2fe70eaa3c65315caed4ac8931aeb3d720
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 20:51:47 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 20:51:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbd3d2f

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-114.0.1823.43.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 46eba6355736..32efc0fe5b39 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.43-1_amd64.deb 147311590 BLAKE2B 5d3767d0389bf08817070930cebd5701109fde39f24036a8068530379e265097ec6020388613f154997b9dace7fb17af3f5238a49c51dcd777232a70528946ad SHA512 b42c22f5465dc861b694afaedc4813c0bc7a5bc8632ab4159db4c67a7daad729f78a1c36b9571716da6a6f58f5e92ed2d5c673206f299d102be39ae12d02fe84
 DIST microsoft-edge-stable_114.0.1823.51-1_amd64.deb 147521958 BLAKE2B 2d8f6e24d3c66185b785ca13dbce8c94499169d1ce311ba0b1e0ae15dd0c43244f4287151cefe7fd08b527c2407f460ebee0834bb3494d5b4da38a5f0ff7302f SHA512 100338118237f6ad9b3df91c11b209f237f9a0ba9477b75e592a4c4b9ae5cda4105691e514343ff1f9a50b08b3d0d34f27389de51d3fd525a1acf25283cf8413

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.43.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-24 23:46 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-24 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     83c6e9b51d5eb94336a2a8bccee0132f7402bfaa
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 23:44:43 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 23:44:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c6e9b5

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-114.0.1823.51.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b9b1b03625c9..960600c4b170 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.51-1_amd64.deb 147521958 BLAKE2B 2d8f6e24d3c66185b785ca13dbce8c94499169d1ce311ba0b1e0ae15dd0c43244f4287151cefe7fd08b527c2407f460ebee0834bb3494d5b4da38a5f0ff7302f SHA512 100338118237f6ad9b3df91c11b209f237f9a0ba9477b75e592a4c4b9ae5cda4105691e514343ff1f9a50b08b3d0d34f27389de51d3fd525a1acf25283cf8413
 DIST microsoft-edge-stable_114.0.1823.58-1_amd64.deb 147629026 BLAKE2B b625feadb38b72b328bdb57412fb82686f4d586cead696ad543ab3025ea84c7f0bb6e63729ead133a993440c48d819c26ceab504e1c8b6e312c42193b0ef6df3 SHA512 d3c4ee6e370d9265f1ffdfb01f43607091446d92edd77bb2b5580268da12ba1a49a6577bd5e15d69ee331f2af36777dcd54c54cc417849a2c1fd48705388bdfb

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.51.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-24 23:46 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-24 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8b1486309b0b3458e21b95fade3bc62bd83f86d5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 23:44:40 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 23:44:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b148630

www-client/microsoft-edge: amd64 stable (114.0.1823.58)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-06-24 23:46 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-06-24 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     215fe79a17f6015733123c5f7fdae4737b4f1aa4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 23:44:34 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 23:44:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215fe79a

www-client/microsoft-edge: automated bump (114.0.1823.58)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-114.0.1823.58.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 32efc0fe5b39..b9b1b03625c9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.51-1_amd64.deb 147521958 BLAKE2B 2d8f6e24d3c66185b785ca13dbce8c94499169d1ce311ba0b1e0ae15dd0c43244f4287151cefe7fd08b527c2407f460ebee0834bb3494d5b4da38a5f0ff7302f SHA512 100338118237f6ad9b3df91c11b209f237f9a0ba9477b75e592a4c4b9ae5cda4105691e514343ff1f9a50b08b3d0d34f27389de51d3fd525a1acf25283cf8413
+DIST microsoft-edge-stable_114.0.1823.58-1_amd64.deb 147629026 BLAKE2B b625feadb38b72b328bdb57412fb82686f4d586cead696ad543ab3025ea84c7f0bb6e63729ead133a993440c48d819c26ceab504e1c8b6e312c42193b0ef6df3 SHA512 d3c4ee6e370d9265f1ffdfb01f43607091446d92edd77bb2b5580268da12ba1a49a6577bd5e15d69ee331f2af36777dcd54c54cc417849a2c1fd48705388bdfb

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-12  3:19 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-12  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d406877c2cd65d8654a0c20e1f712d829cdd3712
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 03:15:17 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 03:15:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d406877c

www-client/microsoft-edge: amd64 stable (114.0.1823.79)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-12  3:19 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-12  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8b27b5e3e834b73e203e56765eff8246a6663628
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 03:15:11 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 03:15:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b27b5e3

www-client/microsoft-edge: automated bump (114.0.1823.79)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-114.0.1823.79.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 960600c4b170..3eba9db5d409 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.58-1_amd64.deb 147629026 BLAKE2B b625feadb38b72b328bdb57412fb82686f4d586cead696ad543ab3025ea84c7f0bb6e63729ead133a993440c48d819c26ceab504e1c8b6e312c42193b0ef6df3 SHA512 d3c4ee6e370d9265f1ffdfb01f43607091446d92edd77bb2b5580268da12ba1a49a6577bd5e15d69ee331f2af36777dcd54c54cc417849a2c1fd48705388bdfb
+DIST microsoft-edge-stable_114.0.1823.79-1_amd64.deb 147962750 BLAKE2B 6a072ff1aba5eb5a5bbfe0d5bfbf296d2d62c4ecc01f12b6177715c7fa3d65151c026706afc1a5a71e62dbc1ba75c00e2ba7d72d0cf4c3859a1df76feece61d9 SHA512 103ccd476242abc6e3ec326dbe5b80065cf404e108e2031d0a097d86c055d76f835b7118000b135aaa5f21211928900b0c68866f7cca4911cdd0e516347718ca

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-12  3:19 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-12  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4809248346bfe07a0e85cffc29233149c840843d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 03:15:20 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 03:15:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48092483

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-114.0.1823.58.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3eba9db5d409..d30d2c7746fd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.58-1_amd64.deb 147629026 BLAKE2B b625feadb38b72b328bdb57412fb82686f4d586cead696ad543ab3025ea84c7f0bb6e63729ead133a993440c48d819c26ceab504e1c8b6e312c42193b0ef6df3 SHA512 d3c4ee6e370d9265f1ffdfb01f43607091446d92edd77bb2b5580268da12ba1a49a6577bd5e15d69ee331f2af36777dcd54c54cc417849a2c1fd48705388bdfb
 DIST microsoft-edge-stable_114.0.1823.79-1_amd64.deb 147962750 BLAKE2B 6a072ff1aba5eb5a5bbfe0d5bfbf296d2d62c4ecc01f12b6177715c7fa3d65151c026706afc1a5a71e62dbc1ba75c00e2ba7d72d0cf4c3859a1df76feece61d9 SHA512 103ccd476242abc6e3ec326dbe5b80065cf404e108e2031d0a097d86c055d76f835b7118000b135aaa5f21211928900b0c68866f7cca4911cdd0e516347718ca

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.58.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-16  1:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-16  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     63df884172385e0e47d097eef195cd050461aae4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 01:48:15 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 01:48:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63df8841

www-client/microsoft-edge: amd64 stable (114.0.1823.82)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-16  1:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-16  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc7976a9920e4021378b8aa6c7e5a29400e4aea
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 01:48:09 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 01:48:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc7976a

www-client/microsoft-edge: automated bump (114.0.1823.82)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-114.0.1823.82.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d30d2c7746fd..9431845acc94 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.79-1_amd64.deb 147962750 BLAKE2B 6a072ff1aba5eb5a5bbfe0d5bfbf296d2d62c4ecc01f12b6177715c7fa3d65151c026706afc1a5a71e62dbc1ba75c00e2ba7d72d0cf4c3859a1df76feece61d9 SHA512 103ccd476242abc6e3ec326dbe5b80065cf404e108e2031d0a097d86c055d76f835b7118000b135aaa5f21211928900b0c68866f7cca4911cdd0e516347718ca
+DIST microsoft-edge-stable_114.0.1823.82-1_amd64.deb 147907898 BLAKE2B 7782a989fe4f3325c3b8010cb8921759f6260e2544149440087bd7c13a58c4426140122958b81f783271e7c7dcec9660bff07154b0ccbee3b522c0f96116b4cd SHA512 391eda9dcb0c8af2a940963ff2de270d16738e0766933f18af5d82dc1f9be66dd2460af6ec7e582807de3dd18a67c828068a7656189f345c11c331a939bb70ec

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-16  1:52 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-16  1:52 UTC (permalink / raw
  To: gentoo-commits

commit:     29954ec2cd4c7bcc3cce6de75c4ca8e0a621ac7f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 01:48:19 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 01:48:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29954ec2

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-114.0.1823.79.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9431845acc94..62572ae9b4cb 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.79-1_amd64.deb 147962750 BLAKE2B 6a072ff1aba5eb5a5bbfe0d5bfbf296d2d62c4ecc01f12b6177715c7fa3d65151c026706afc1a5a71e62dbc1ba75c00e2ba7d72d0cf4c3859a1df76feece61d9 SHA512 103ccd476242abc6e3ec326dbe5b80065cf404e108e2031d0a097d86c055d76f835b7118000b135aaa5f21211928900b0c68866f7cca4911cdd0e516347718ca
 DIST microsoft-edge-stable_114.0.1823.82-1_amd64.deb 147907898 BLAKE2B 7782a989fe4f3325c3b8010cb8921759f6260e2544149440087bd7c13a58c4426140122958b81f783271e7c7dcec9660bff07154b0ccbee3b522c0f96116b4cd SHA512 391eda9dcb0c8af2a940963ff2de270d16738e0766933f18af5d82dc1f9be66dd2460af6ec7e582807de3dd18a67c828068a7656189f345c11c331a939bb70ec

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-29 21:23 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-29 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e2bd2b40bfd035e242059b4ac05d2092dba96a5f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 21:20:53 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 21:23:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bd2b40

www-client/microsoft-edge: amd64 stable (115.0.1901.188)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild b/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-29 21:23 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-29 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd41d27f06933cb2bf9a093f787ae51ea2e2c89
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 21:20:56 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 21:23:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd41d27

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-114.0.1823.82.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5a6ad2cbeac3..3febafeba4c6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.82-1_amd64.deb 147907898 BLAKE2B 7782a989fe4f3325c3b8010cb8921759f6260e2544149440087bd7c13a58c4426140122958b81f783271e7c7dcec9660bff07154b0ccbee3b522c0f96116b4cd SHA512 391eda9dcb0c8af2a940963ff2de270d16738e0766933f18af5d82dc1f9be66dd2460af6ec7e582807de3dd18a67c828068a7656189f345c11c331a939bb70ec
 DIST microsoft-edge-stable_115.0.1901.188-1_amd64.deb 149893578 BLAKE2B ede57b93aa4fc521443a0fef4939b0690fc9a5aba47869327b02a649492f62441f08768333d5482cf60e82a54bcf646a7e85d455867e0995cffb635d57d4ca40 SHA512 20db699e294ea63c0d25606e0347a3f0048d4740cfd85610084dd6216b447fbe4111908874240a2ee9eaa7e2bae2dd44208f7c6dcbfcf659744f9af99ad52ad2

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-07-29 21:23 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-07-29 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1e9bbbfa64472969e43cdefbdc60c319eb1791c9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 21:20:47 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 21:23:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9bbbfa

www-client/microsoft-edge: automated bump (115.0.1901.188)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-115.0.1901.188.ebuild           | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 62572ae9b4cb..5a6ad2cbeac3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.82-1_amd64.deb 147907898 BLAKE2B 7782a989fe4f3325c3b8010cb8921759f6260e2544149440087bd7c13a58c4426140122958b81f783271e7c7dcec9660bff07154b0ccbee3b522c0f96116b4cd SHA512 391eda9dcb0c8af2a940963ff2de270d16738e0766933f18af5d82dc1f9be66dd2460af6ec7e582807de3dd18a67c828068a7656189f345c11c331a939bb70ec
+DIST microsoft-edge-stable_115.0.1901.188-1_amd64.deb 149893578 BLAKE2B ede57b93aa4fc521443a0fef4939b0690fc9a5aba47869327b02a649492f62441f08768333d5482cf60e82a54bcf646a7e85d455867e0995cffb635d57d4ca40 SHA512 20db699e294ea63c0d25606e0347a3f0048d4740cfd85610084dd6216b447fbe4111908874240a2ee9eaa7e2bae2dd44208f7c6dcbfcf659744f9af99ad52ad2

diff --git a/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild b/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-08-16 15:41 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-08-16 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5eee3280b8583a34cec3d840a97739976c9aea62
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 15:36:46 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 15:36:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eee3280

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-115.0.1901.188.ebuild           | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b013ca929f22..dcdfce70c931 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_115.0.1901.188-1_amd64.deb 149893578 BLAKE2B ede57b93aa4fc521443a0fef4939b0690fc9a5aba47869327b02a649492f62441f08768333d5482cf60e82a54bcf646a7e85d455867e0995cffb635d57d4ca40 SHA512 20db699e294ea63c0d25606e0347a3f0048d4740cfd85610084dd6216b447fbe4111908874240a2ee9eaa7e2bae2dd44208f7c6dcbfcf659744f9af99ad52ad2
 DIST microsoft-edge-stable_115.0.1901.203-1_amd64.deb 150127474 BLAKE2B 7f46317704404c324a6d67942d5279ac141f459a826a3e3c4de0e5717a6028610a78997b0859662db9071e4b956ef0f5706e959d32a594c79d925f3ae91c77b1 SHA512 147cfa3ffb87384021d61bb30ea48d8a11e90e054d6971b01e2a15a843b56c3bd16a4fb853f553f32a3251c79d02db317b1b22d5565481cbc98e474fa0eadfbf

diff --git a/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild b/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-115.0.1901.188.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-08-16 15:41 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-08-16 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     793bde5dec77c127f6d49fcc8c7ae61c991bcd39
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 15:36:42 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 15:36:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793bde5d

www-client/microsoft-edge: amd64 stable (115.0.1901.203)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild b/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-08-16 15:41 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-08-16 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3839b0e13e542830ba47441db14f23a24dd814a0
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 15:36:37 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 15:36:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3839b0e1

www-client/microsoft-edge: automated bump (115.0.1901.203)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-115.0.1901.203.ebuild           | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3febafeba4c6..b013ca929f22 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_115.0.1901.188-1_amd64.deb 149893578 BLAKE2B ede57b93aa4fc521443a0fef4939b0690fc9a5aba47869327b02a649492f62441f08768333d5482cf60e82a54bcf646a7e85d455867e0995cffb635d57d4ca40 SHA512 20db699e294ea63c0d25606e0347a3f0048d4740cfd85610084dd6216b447fbe4111908874240a2ee9eaa7e2bae2dd44208f7c6dcbfcf659744f9af99ad52ad2
+DIST microsoft-edge-stable_115.0.1901.203-1_amd64.deb 150127474 BLAKE2B 7f46317704404c324a6d67942d5279ac141f459a826a3e3c4de0e5717a6028610a78997b0859662db9071e4b956ef0f5706e959d32a594c79d925f3ae91c77b1 SHA512 147cfa3ffb87384021d61bb30ea48d8a11e90e054d6971b01e2a15a843b56c3bd16a4fb853f553f32a3251c79d02db317b1b22d5565481cbc98e474fa0eadfbf

diff --git a/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild b/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-08-25 21:19 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-08-25 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0c085b8c515828d2d0a451d93a74cf7fb91e1362
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 21:16:23 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 21:16:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c085b8c

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-115.0.1901.203.ebuild           | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e775eef05f0f..f55a0c3fe1b8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_115.0.1901.203-1_amd64.deb 150127474 BLAKE2B 7f46317704404c324a6d67942d5279ac141f459a826a3e3c4de0e5717a6028610a78997b0859662db9071e4b956ef0f5706e959d32a594c79d925f3ae91c77b1 SHA512 147cfa3ffb87384021d61bb30ea48d8a11e90e054d6971b01e2a15a843b56c3bd16a4fb853f553f32a3251c79d02db317b1b22d5565481cbc98e474fa0eadfbf
 DIST microsoft-edge-stable_116.0.1938.62-1_amd64.deb 151161630 BLAKE2B 61bdf34bea8c03f047f89846a579ba7d2d2533cdffebfdbd8ecbf3b3a71a0366d697641e66d59d7d624bba57e8bb904fd405798d8c9dd0ca91336343e69dd5c6 SHA512 a256686b5d07ab499a79b9b0773032e73d33455c837e46869dec6c018f4507c4db9460eb88ca80c6f42f1c856f7b2124867483c3daf89d5b6922a35c0c35fd8a

diff --git a/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild b/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-115.0.1901.203.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-08-25 21:19 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-08-25 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     71b22facc068ebd4d8aa5b1f5403ea934d842977
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 21:16:20 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 21:16:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b22fac

www-client/microsoft-edge: amd64 stable (116.0.1938.62)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-08-25 21:19 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-08-25 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9e27149eb8713f413e4bc004a247b98c454a345e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 21:16:14 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 21:16:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e27149e

www-client/microsoft-edge: automated bump (116.0.1938.62)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-116.0.1938.62.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index dcdfce70c931..e775eef05f0f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_115.0.1901.203-1_amd64.deb 150127474 BLAKE2B 7f46317704404c324a6d67942d5279ac141f459a826a3e3c4de0e5717a6028610a78997b0859662db9071e4b956ef0f5706e959d32a594c79d925f3ae91c77b1 SHA512 147cfa3ffb87384021d61bb30ea48d8a11e90e054d6971b01e2a15a843b56c3bd16a4fb853f553f32a3251c79d02db317b1b22d5565481cbc98e474fa0eadfbf
+DIST microsoft-edge-stable_116.0.1938.62-1_amd64.deb 151161630 BLAKE2B 61bdf34bea8c03f047f89846a579ba7d2d2533cdffebfdbd8ecbf3b3a71a0366d697641e66d59d7d624bba57e8bb904fd405798d8c9dd0ca91336343e69dd5c6 SHA512 a256686b5d07ab499a79b9b0773032e73d33455c837e46869dec6c018f4507c4db9460eb88ca80c6f42f1c856f7b2124867483c3daf89d5b6922a35c0c35fd8a

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-01 13:59 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-01 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     735e8239484e9a0a0f9984807126b6fa335662a5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 13:58:12 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 13:58:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735e8239

www-client/microsoft-edge: amd64 stable (116.0.1938.69)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-01 13:59 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-01 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     47f2de1b17d546ccf43642a7b2e0f6385667e3e6
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 13:58:07 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 13:58:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f2de1b

www-client/microsoft-edge: automated bump (116.0.1938.69)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-116.0.1938.69.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f55a0c3fe1b8..081c46354be1 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_116.0.1938.62-1_amd64.deb 151161630 BLAKE2B 61bdf34bea8c03f047f89846a579ba7d2d2533cdffebfdbd8ecbf3b3a71a0366d697641e66d59d7d624bba57e8bb904fd405798d8c9dd0ca91336343e69dd5c6 SHA512 a256686b5d07ab499a79b9b0773032e73d33455c837e46869dec6c018f4507c4db9460eb88ca80c6f42f1c856f7b2124867483c3daf89d5b6922a35c0c35fd8a
+DIST microsoft-edge-stable_116.0.1938.69-1_amd64.deb 151315214 BLAKE2B f266f98c1ff14e5b968b829ba1914947be6033e50a3434c111b09530d05796eef025e7082719b98b1bf0ddd5bf3711ee7a3a7e6db90260e7cd4dccfb964c74f8 SHA512 b1d1a859a66ddb3322eb1aae37db739c787098bad6926188de60676307b9dc221e848759bc520cca1f14d63a311e8c903ea8acf3929c7b8e1de98637a94b8e72

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-01 13:59 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-01 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     64e6864ffd1adf995d864affe7e70694bfe2780e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 13:58:16 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 13:58:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e6864f

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-116.0.1938.62.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 081c46354be1..e8a4a641252f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_116.0.1938.62-1_amd64.deb 151161630 BLAKE2B 61bdf34bea8c03f047f89846a579ba7d2d2533cdffebfdbd8ecbf3b3a71a0366d697641e66d59d7d624bba57e8bb904fd405798d8c9dd0ca91336343e69dd5c6 SHA512 a256686b5d07ab499a79b9b0773032e73d33455c837e46869dec6c018f4507c4db9460eb88ca80c6f42f1c856f7b2124867483c3daf89d5b6922a35c0c35fd8a
 DIST microsoft-edge-stable_116.0.1938.69-1_amd64.deb 151315214 BLAKE2B f266f98c1ff14e5b968b829ba1914947be6033e50a3434c111b09530d05796eef025e7082719b98b1bf0ddd5bf3711ee7a3a7e6db90260e7cd4dccfb964c74f8 SHA512 b1d1a859a66ddb3322eb1aae37db739c787098bad6926188de60676307b9dc221e848759bc520cca1f14d63a311e8c903ea8acf3929c7b8e1de98637a94b8e72

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.62.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-11 20:18 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-11 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2d669443171fe207247b2070f94debb2b938e629
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 20:16:37 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 20:16:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d669443

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-116.0.1938.69.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3170b3f2b82d..f1026e0a3bba 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_116.0.1938.69-1_amd64.deb 151315214 BLAKE2B f266f98c1ff14e5b968b829ba1914947be6033e50a3434c111b09530d05796eef025e7082719b98b1bf0ddd5bf3711ee7a3a7e6db90260e7cd4dccfb964c74f8 SHA512 b1d1a859a66ddb3322eb1aae37db739c787098bad6926188de60676307b9dc221e848759bc520cca1f14d63a311e8c903ea8acf3929c7b8e1de98637a94b8e72
 DIST microsoft-edge-stable_116.0.1938.76-1_amd64.deb 151436474 BLAKE2B 4617339c7cad756f342758d10ff05ad32c4af699ff0376680205b4653050b10b00a575c6bae3f1b78b8ad122b0c4c993a7c9a6b6ade6f855866505fd08343304 SHA512 c2459fd6cca91f7297727aa80e9fdf8ed4e75765c83c3f79ee23477e95a6b68af4fd60f5888ebfc6c91c1990ee14c05b9676ecada6d154649809d2ca86a8f923

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.69.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-11 20:18 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-11 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4c59e67815189eb2910e0a1c9989d85fcd4345a5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 20:16:28 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 20:16:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c59e678

www-client/microsoft-edge: automated bump (116.0.1938.76)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-116.0.1938.76.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e8a4a641252f..3170b3f2b82d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_116.0.1938.69-1_amd64.deb 151315214 BLAKE2B f266f98c1ff14e5b968b829ba1914947be6033e50a3434c111b09530d05796eef025e7082719b98b1bf0ddd5bf3711ee7a3a7e6db90260e7cd4dccfb964c74f8 SHA512 b1d1a859a66ddb3322eb1aae37db739c787098bad6926188de60676307b9dc221e848759bc520cca1f14d63a311e8c903ea8acf3929c7b8e1de98637a94b8e72
+DIST microsoft-edge-stable_116.0.1938.76-1_amd64.deb 151436474 BLAKE2B 4617339c7cad756f342758d10ff05ad32c4af699ff0376680205b4653050b10b00a575c6bae3f1b78b8ad122b0c4c993a7c9a6b6ade6f855866505fd08343304 SHA512 c2459fd6cca91f7297727aa80e9fdf8ed4e75765c83c3f79ee23477e95a6b68af4fd60f5888ebfc6c91c1990ee14c05b9676ecada6d154649809d2ca86a8f923

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-11 20:18 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-11 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3659a05a80329258522b28588e01cc8ebf7e7c3d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 20:16:34 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 20:16:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3659a05a

www-client/microsoft-edge: amd64 stable (116.0.1938.76)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-14 15:54 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-14 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d88d21c2f58e70ed60c171f676ff3a3cbd88cb8d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 15:52:57 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 15:52:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88d21c2

www-client/microsoft-edge: amd64 stable (116.0.1938.81)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-14 15:54 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-14 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     86a1b9f66d78178c6c8bb80653f4755246b23dff
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 15:52:52 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 15:52:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a1b9f6

www-client/microsoft-edge: automated bump (116.0.1938.81)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-116.0.1938.81.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f1026e0a3bba..03d3dab5ee63 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_116.0.1938.76-1_amd64.deb 151436474 BLAKE2B 4617339c7cad756f342758d10ff05ad32c4af699ff0376680205b4653050b10b00a575c6bae3f1b78b8ad122b0c4c993a7c9a6b6ade6f855866505fd08343304 SHA512 c2459fd6cca91f7297727aa80e9fdf8ed4e75765c83c3f79ee23477e95a6b68af4fd60f5888ebfc6c91c1990ee14c05b9676ecada6d154649809d2ca86a8f923
+DIST microsoft-edge-stable_116.0.1938.81-1_amd64.deb 151375446 BLAKE2B 7c59ae120707bfb1942eb744554541c3d68c5ecb4d213b60be4d5a8013310dad3d83ba8ff12351075a5b976e185b72418e7b1285575fb7249abaa6f9f05eac50 SHA512 f5f2eaca13b1ce8c589910c40f502ebf5c8812c6146171a83d1d391e1ea175cf7afe5004943b5529da1bd828199e1c6cba27cc40fdc1115af622c1a58c3cbdfc

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-14 15:54 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-14 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f1f29ec7e6bd9c01cc697560faf337285c022f08
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 15:53:01 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 15:53:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f29ec7

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-116.0.1938.76.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 03d3dab5ee63..28ae48eb5b6d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_116.0.1938.76-1_amd64.deb 151436474 BLAKE2B 4617339c7cad756f342758d10ff05ad32c4af699ff0376680205b4653050b10b00a575c6bae3f1b78b8ad122b0c4c993a7c9a6b6ade6f855866505fd08343304 SHA512 c2459fd6cca91f7297727aa80e9fdf8ed4e75765c83c3f79ee23477e95a6b68af4fd60f5888ebfc6c91c1990ee14c05b9676ecada6d154649809d2ca86a8f923
 DIST microsoft-edge-stable_116.0.1938.81-1_amd64.deb 151375446 BLAKE2B 7c59ae120707bfb1942eb744554541c3d68c5ecb4d213b60be4d5a8013310dad3d83ba8ff12351075a5b976e185b72418e7b1285575fb7249abaa6f9f05eac50 SHA512 f5f2eaca13b1ce8c589910c40f502ebf5c8812c6146171a83d1d391e1ea175cf7afe5004943b5529da1bd828199e1c6cba27cc40fdc1115af622c1a58c3cbdfc

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.76.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-18  0:40 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-18  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c990eb4504dae841ac55dcc8c22aec0378b5caa6
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 00:39:11 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 00:39:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c990eb45

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-116.0.1938.81.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5b69919a8f95..f0ac1a06fce3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_116.0.1938.81-1_amd64.deb 151375446 BLAKE2B 7c59ae120707bfb1942eb744554541c3d68c5ecb4d213b60be4d5a8013310dad3d83ba8ff12351075a5b976e185b72418e7b1285575fb7249abaa6f9f05eac50 SHA512 f5f2eaca13b1ce8c589910c40f502ebf5c8812c6146171a83d1d391e1ea175cf7afe5004943b5529da1bd828199e1c6cba27cc40fdc1115af622c1a58c3cbdfc
 DIST microsoft-edge-stable_117.0.2045.31-1_amd64.deb 154998994 BLAKE2B 4596a4461735b0333542d285fc5f441f7bd5fc2d361da4576480558901ad9c0973c10d746539013f2211f0ed46f5fd353e8aba455cef17583e52d009d0834fcc SHA512 ba95f2f6606a1ce768d916614a3a756f75f54e610491dcf545c8d75a6fd6961b9ac319dd7e5bf3b376355b0e18bb559b61c19821c96d794228b7d87ef15f9b67

diff --git a/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild b/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-116.0.1938.81.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-18  0:40 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-18  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     14da97a8890e4a74f9d2fa7487592eef5f5cc8b0
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 00:39:07 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 00:39:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14da97a8

www-client/microsoft-edge: amd64 stable (117.0.2045.31)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-18  0:40 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-18  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd2ed4ff79c39fdc20f3eb11d83dd164df47ea9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 00:39:02 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 00:39:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd2ed4f

www-client/microsoft-edge: automated bump (117.0.2045.31)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-117.0.2045.31.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 28ae48eb5b6d..5b69919a8f95 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_116.0.1938.81-1_amd64.deb 151375446 BLAKE2B 7c59ae120707bfb1942eb744554541c3d68c5ecb4d213b60be4d5a8013310dad3d83ba8ff12351075a5b976e185b72418e7b1285575fb7249abaa6f9f05eac50 SHA512 f5f2eaca13b1ce8c589910c40f502ebf5c8812c6146171a83d1d391e1ea175cf7afe5004943b5529da1bd828199e1c6cba27cc40fdc1115af622c1a58c3cbdfc
+DIST microsoft-edge-stable_117.0.2045.31-1_amd64.deb 154998994 BLAKE2B 4596a4461735b0333542d285fc5f441f7bd5fc2d361da4576480558901ad9c0973c10d746539013f2211f0ed46f5fd353e8aba455cef17583e52d009d0834fcc SHA512 ba95f2f6606a1ce768d916614a3a756f75f54e610491dcf545c8d75a6fd6961b9ac319dd7e5bf3b376355b0e18bb559b61c19821c96d794228b7d87ef15f9b67

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-22 19:03 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-22 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4ed01cc2102f09a5608e7eedadbe0495f87e2ab9
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 19:01:42 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 19:03:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed01cc2

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-117.0.2045.31.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1a7cbd5969a7..2948cab3a681 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_117.0.2045.31-1_amd64.deb 154998994 BLAKE2B 4596a4461735b0333542d285fc5f441f7bd5fc2d361da4576480558901ad9c0973c10d746539013f2211f0ed46f5fd353e8aba455cef17583e52d009d0834fcc SHA512 ba95f2f6606a1ce768d916614a3a756f75f54e610491dcf545c8d75a6fd6961b9ac319dd7e5bf3b376355b0e18bb559b61c19821c96d794228b7d87ef15f9b67
 DIST microsoft-edge-stable_117.0.2045.35-1_amd64.deb 155039454 BLAKE2B 93ba15ed74d008344d9974ce6ca5078958a8d49d43dd96eefa5971ea80be9b3cd27ef2497fe787ecd9c841a0cf1ed3b7a2945ac457c0f2f2f353a9b08e0ec89f SHA512 88d6df2d65e24d75ad682e630a6c2fc8a6e11ccca9af0491895eb30130226bfa387022d3dd8bac7dc7f0019979f8c8fca108b5287fdad97f54a09ea0cdcd899d

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.31.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-22 19:03 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-22 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     01873b39a227284d7eccd07c2c44754e6a27ba13
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 19:01:33 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 19:03:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01873b39

www-client/microsoft-edge: automated bump (117.0.2045.35)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-117.0.2045.35.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f0ac1a06fce3..1a7cbd5969a7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_117.0.2045.31-1_amd64.deb 154998994 BLAKE2B 4596a4461735b0333542d285fc5f441f7bd5fc2d361da4576480558901ad9c0973c10d746539013f2211f0ed46f5fd353e8aba455cef17583e52d009d0834fcc SHA512 ba95f2f6606a1ce768d916614a3a756f75f54e610491dcf545c8d75a6fd6961b9ac319dd7e5bf3b376355b0e18bb559b61c19821c96d794228b7d87ef15f9b67
+DIST microsoft-edge-stable_117.0.2045.35-1_amd64.deb 155039454 BLAKE2B 93ba15ed74d008344d9974ce6ca5078958a8d49d43dd96eefa5971ea80be9b3cd27ef2497fe787ecd9c841a0cf1ed3b7a2945ac457c0f2f2f353a9b08e0ec89f SHA512 88d6df2d65e24d75ad682e630a6c2fc8a6e11ccca9af0491895eb30130226bfa387022d3dd8bac7dc7f0019979f8c8fca108b5287fdad97f54a09ea0cdcd899d

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-22 19:03 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-22 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0e17c821f6e0d2582838dcbffacb29858c4ed347
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 19:01:39 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 19:03:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e17c821

www-client/microsoft-edge: amd64 stable (117.0.2045.35)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-28 14:26 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-28 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e0d89ab20098c7bfb7f526b12725f81e2c6e93ee
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 14:24:05 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 14:24:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d89ab2

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-117.0.2045.35.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ffa849a5b47d..adec2500558d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_117.0.2045.35-1_amd64.deb 155039454 BLAKE2B 93ba15ed74d008344d9974ce6ca5078958a8d49d43dd96eefa5971ea80be9b3cd27ef2497fe787ecd9c841a0cf1ed3b7a2945ac457c0f2f2f353a9b08e0ec89f SHA512 88d6df2d65e24d75ad682e630a6c2fc8a6e11ccca9af0491895eb30130226bfa387022d3dd8bac7dc7f0019979f8c8fca108b5287fdad97f54a09ea0cdcd899d
 DIST microsoft-edge-stable_117.0.2045.40-1_amd64.deb 155071642 BLAKE2B 25fee0cee822778340afe5c5cba744ac80edcec5c5ebdc7e5155d8c043f24a60e063412843e73549c39a63e803510dfc96fcb8abb2c4ad2751d41dca73821d72 SHA512 39d16c046b90bd4a4bfaa454d178c98fbc6ab3e4369f95691d68ba4414aeb9a854ad2be282dc44f1bc13d2bb23a59e9e559709ca402208935d3c6b1ea7a739b5

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.35.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-28 14:26 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-28 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b2d901d7221bb8875fb5d7df82e82c075cde0a93
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 14:24:01 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 14:24:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d901d7

www-client/microsoft-edge: amd64 stable (117.0.2045.40)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-09-28 14:26 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-09-28 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8069cc8cca4cc0902e97fd7467c9ef2a64022dd5
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 14:23:56 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 14:23:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8069cc8c

www-client/microsoft-edge: automated bump (117.0.2045.40)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-117.0.2045.40.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2948cab3a681..ffa849a5b47d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_117.0.2045.35-1_amd64.deb 155039454 BLAKE2B 93ba15ed74d008344d9974ce6ca5078958a8d49d43dd96eefa5971ea80be9b3cd27ef2497fe787ecd9c841a0cf1ed3b7a2945ac457c0f2f2f353a9b08e0ec89f SHA512 88d6df2d65e24d75ad682e630a6c2fc8a6e11ccca9af0491895eb30130226bfa387022d3dd8bac7dc7f0019979f8c8fca108b5287fdad97f54a09ea0cdcd899d
+DIST microsoft-edge-stable_117.0.2045.40-1_amd64.deb 155071642 BLAKE2B 25fee0cee822778340afe5c5cba744ac80edcec5c5ebdc7e5155d8c043f24a60e063412843e73549c39a63e803510dfc96fcb8abb2c4ad2751d41dca73821d72 SHA512 39d16c046b90bd4a4bfaa454d178c98fbc6ab3e4369f95691d68ba4414aeb9a854ad2be282dc44f1bc13d2bb23a59e9e559709ca402208935d3c6b1ea7a739b5

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-02 20:37 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-02 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f79052a24a50eb6cab39838162fa1ab14b76976d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 19:38:12 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 20:36:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79052a2

www-client/microsoft-edge: automated bump (117.0.2045.47)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-117.0.2045.47.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index adec2500558d..89254c5be1cd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_117.0.2045.40-1_amd64.deb 155071642 BLAKE2B 25fee0cee822778340afe5c5cba744ac80edcec5c5ebdc7e5155d8c043f24a60e063412843e73549c39a63e803510dfc96fcb8abb2c4ad2751d41dca73821d72 SHA512 39d16c046b90bd4a4bfaa454d178c98fbc6ab3e4369f95691d68ba4414aeb9a854ad2be282dc44f1bc13d2bb23a59e9e559709ca402208935d3c6b1ea7a739b5
+DIST microsoft-edge-stable_117.0.2045.47-1_amd64.deb 155194930 BLAKE2B 2088695d1aac1784efbecdf183f2c6624dfa5a8ef29d54e8d760b199da361e28c14eee58cac5182bda61662b2922ee7ac14280414918478cb7bb46374d5efb0a SHA512 b3ad73415c358d610b77f237bfca3656060b8ab4404946471abc95369446bc3159627556024e41348c94a0c2c7723de8525e9bdf40e5fa84f3a657558bb6a308

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-02 20:37 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-02 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9bfd111aef6124500a2fcaa6f6adf2067a625b3c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 19:38:21 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 20:36:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfd111a

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-117.0.2045.40.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 89254c5be1cd..87c6e857e710 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_117.0.2045.40-1_amd64.deb 155071642 BLAKE2B 25fee0cee822778340afe5c5cba744ac80edcec5c5ebdc7e5155d8c043f24a60e063412843e73549c39a63e803510dfc96fcb8abb2c4ad2751d41dca73821d72 SHA512 39d16c046b90bd4a4bfaa454d178c98fbc6ab3e4369f95691d68ba4414aeb9a854ad2be282dc44f1bc13d2bb23a59e9e559709ca402208935d3c6b1ea7a739b5
 DIST microsoft-edge-stable_117.0.2045.47-1_amd64.deb 155194930 BLAKE2B 2088695d1aac1784efbecdf183f2c6624dfa5a8ef29d54e8d760b199da361e28c14eee58cac5182bda61662b2922ee7ac14280414918478cb7bb46374d5efb0a SHA512 b3ad73415c358d610b77f237bfca3656060b8ab4404946471abc95369446bc3159627556024e41348c94a0c2c7723de8525e9bdf40e5fa84f3a657558bb6a308

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.40.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-02 20:37 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-02 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     eed2f62939643295945c458d714849a1cad29399
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 19:38:17 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 20:36:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed2f629

www-client/microsoft-edge: amd64 stable (117.0.2045.47)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-05 15:51 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-05 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2a29418a5d2c0e875511cea78d25071e29df4ab8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 15:50:31 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 15:50:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a29418a

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-117.0.2045.47.ebuild            | 123 ---------------------
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6fb833b50978..b2aed8481602 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_117.0.2045.47-1_amd64.deb 155194930 BLAKE2B 2088695d1aac1784efbecdf183f2c6624dfa5a8ef29d54e8d760b199da361e28c14eee58cac5182bda61662b2922ee7ac14280414918478cb7bb46374d5efb0a SHA512 b3ad73415c358d610b77f237bfca3656060b8ab4404946471abc95369446bc3159627556024e41348c94a0c2c7723de8525e9bdf40e5fa84f3a657558bb6a308
 DIST microsoft-edge-stable_117.0.2045.55-1_amd64.deb 155154294 BLAKE2B a046fbe417424e35398a9366a8ad18ccba948b54ff2f3565ae1396b4534206d24974746055bfe1daeb3981ae6eaf8890f4fd4f3a5daf1fdfcdfa486769bb3a7a SHA512 34e4257220349339ef94cd26784167923136fb159d1d092bae6a558087e5a772d52b2a0d6e3f721a9eebb831f4499800bb4e6a76ad95467f61b5dd0b1360523a

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
deleted file mode 100644
index 40e3af0e1470..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.47.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-05 15:51 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-05 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e407f3f54147afe8251f1beac96cb35645f9337a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 15:50:28 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 15:50:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e407f3f5

www-client/microsoft-edge: amd64 stable (117.0.2045.55)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-05 15:51 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-05 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c22e9200a6bf1631d250119a76270901eaa485ce
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 15:50:22 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 15:50:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22e9200

www-client/microsoft-edge: automated bump (117.0.2045.55)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-117.0.2045.55.ebuild            | 123 +++++++++++++++++++++
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 87c6e857e710..6fb833b50978 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_117.0.2045.47-1_amd64.deb 155194930 BLAKE2B 2088695d1aac1784efbecdf183f2c6624dfa5a8ef29d54e8d760b199da361e28c14eee58cac5182bda61662b2922ee7ac14280414918478cb7bb46374d5efb0a SHA512 b3ad73415c358d610b77f237bfca3656060b8ab4404946471abc95369446bc3159627556024e41348c94a0c2c7723de8525e9bdf40e5fa84f3a657558bb6a308
+DIST microsoft-edge-stable_117.0.2045.55-1_amd64.deb 155154294 BLAKE2B a046fbe417424e35398a9366a8ad18ccba948b54ff2f3565ae1396b4534206d24974746055bfe1daeb3981ae6eaf8890f4fd4f3a5daf1fdfcdfa486769bb3a7a SHA512 34e4257220349339ef94cd26784167923136fb159d1d092bae6a558087e5a772d52b2a0d6e3f721a9eebb831f4499800bb4e6a76ad95467f61b5dd0b1360523a

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
new file mode 100644
index 000000000000..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-10 18:25 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-10 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     eceec7ad29cfc1efe0dece1f93a5c0e484a370df
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 18:20:53 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 18:25:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceec7ad

www-client/microsoft-edge: add qt6 USE flag

Bug: https://bugs.gentoo.org/915122
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
index 40e3af0e1470..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
@@ -23,7 +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 qt5"
+IUSE="+mip qt5 qt6"
 
 RDEPEND="
 	>=app-accessibility/at-spi2-core-2.46.0:2
@@ -61,6 +61,7 @@ RDEPEND="
 		dev-qt/qtgui:5[X]
 		dev-qt/qtwidgets:5
 	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
 "
 
 QA_PREBUILT="*"
@@ -118,6 +119,9 @@ src_install() {
 	if ! use qt5; then
 		rm "${EDGE_HOME}/libqt5_shim.so" || die
 	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
 
 	pax-mark m "${EDGE_HOME}/msedge"
 }


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-17 16:06 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-17 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     8634f04e6fd8544972a494535eb4fa1fbbc387f5
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Oct 17 01:12:27 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 16:05:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8634f04e

www-client/microsoft-edge: automated bump (118.0.2088.46)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-118.0.2088.46.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b2aed8481602..9aec908788e3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_117.0.2045.55-1_amd64.deb 155154294 BLAKE2B a046fbe417424e35398a9366a8ad18ccba948b54ff2f3565ae1396b4534206d24974746055bfe1daeb3981ae6eaf8890f4fd4f3a5daf1fdfcdfa486769bb3a7a SHA512 34e4257220349339ef94cd26784167923136fb159d1d092bae6a558087e5a772d52b2a0d6e3f721a9eebb831f4499800bb4e6a76ad95467f61b5dd0b1360523a
+DIST microsoft-edge-stable_118.0.2088.46-1_amd64.deb 156449234 BLAKE2B b5add6cbbf8192ba5371289006980226769b39bb00c4a49058c4e7fc93e00e454d2a83c2e737fcb2d75303ca897865442a2ae830bf7b4b43e6cd823bacee8583 SHA512 df38ec1ca87b026372bd501e291ebd5561cd8f028f3e0f37ffe5e1b5eb811ccd56cf2e809b54c64ae72f42dba955747ee0f61d23a15bc2c06bde4b8f71fefc15

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-17 16:06 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-17 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     998bacc52872579604c4e77ff1068b470cf8db12
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Oct 17 01:12:38 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 16:05:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998bacc5

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-117.0.2045.55.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9aec908788e3..4199ca2562ff 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_117.0.2045.55-1_amd64.deb 155154294 BLAKE2B a046fbe417424e35398a9366a8ad18ccba948b54ff2f3565ae1396b4534206d24974746055bfe1daeb3981ae6eaf8890f4fd4f3a5daf1fdfcdfa486769bb3a7a SHA512 34e4257220349339ef94cd26784167923136fb159d1d092bae6a558087e5a772d52b2a0d6e3f721a9eebb831f4499800bb4e6a76ad95467f61b5dd0b1360523a
 DIST microsoft-edge-stable_118.0.2088.46-1_amd64.deb 156449234 BLAKE2B b5add6cbbf8192ba5371289006980226769b39bb00c4a49058c4e7fc93e00e454d2a83c2e737fcb2d75303ca897865442a2ae830bf7b4b43e6cd823bacee8583 SHA512 df38ec1ca87b026372bd501e291ebd5561cd8f028f3e0f37ffe5e1b5eb811ccd56cf2e809b54c64ae72f42dba955747ee0f61d23a15bc2c06bde4b8f71fefc15

diff --git a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild b/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-117.0.2045.55.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-17 16:06 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-17 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     613bff81fee849d5fa38d79f40f31132d6b9979c
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Oct 17 01:12:34 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 16:05:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613bff81

www-client/microsoft-edge: amd64 stable (118.0.2088.46)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-23  1:20 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-10-23  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e5f8b74cfc949cad3e410d8078ba8a792d22e259
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sun Oct 22 20:59:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 23:05:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f8b74c

www-client/microsoft-edge: amd64 stable (118.0.2088.61)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-23  1:20 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-10-23  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1f971c4eac9f66fce6be4a7d5489d1d1fa4a346f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sun Oct 22 20:59:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 23:05:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f971c4e

www-client/microsoft-edge: automated bump (118.0.2088.61)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-118.0.2088.61.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4199ca2562ff..25c0fad753b7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_118.0.2088.46-1_amd64.deb 156449234 BLAKE2B b5add6cbbf8192ba5371289006980226769b39bb00c4a49058c4e7fc93e00e454d2a83c2e737fcb2d75303ca897865442a2ae830bf7b4b43e6cd823bacee8583 SHA512 df38ec1ca87b026372bd501e291ebd5561cd8f028f3e0f37ffe5e1b5eb811ccd56cf2e809b54c64ae72f42dba955747ee0f61d23a15bc2c06bde4b8f71fefc15
+DIST microsoft-edge-stable_118.0.2088.61-1_amd64.deb 162634226 BLAKE2B 01ff11d2ea93956ba3b9b81d0afd4f1dfef30a66a0313d4d0c045597c230d5a9fb03e85448812c9ed35ecdf19d7cc4d7670d35b7a2815741c309f37daf1041ef SHA512 9c747f8d1adda07573faf28c59f88ad6869d4ed7dcac2ce84783566c675144bc7f1cef661f3f2d78797414d0c32a8beb952ce3ab7c064478e25e5c77af79f917

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-23  1:20 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-10-23  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4e17096b24e1bcaa37d28e90b8ad5cebe000ec23
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sun Oct 22 20:59:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 23:05:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e17096b

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-118.0.2088.46.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 25c0fad753b7..f221de79c109 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_118.0.2088.46-1_amd64.deb 156449234 BLAKE2B b5add6cbbf8192ba5371289006980226769b39bb00c4a49058c4e7fc93e00e454d2a83c2e737fcb2d75303ca897865442a2ae830bf7b4b43e6cd823bacee8583 SHA512 df38ec1ca87b026372bd501e291ebd5561cd8f028f3e0f37ffe5e1b5eb811ccd56cf2e809b54c64ae72f42dba955747ee0f61d23a15bc2c06bde4b8f71fefc15
 DIST microsoft-edge-stable_118.0.2088.61-1_amd64.deb 162634226 BLAKE2B 01ff11d2ea93956ba3b9b81d0afd4f1dfef30a66a0313d4d0c045597c230d5a9fb03e85448812c9ed35ecdf19d7cc4d7670d35b7a2815741c309f37daf1041ef SHA512 9c747f8d1adda07573faf28c59f88ad6869d4ed7dcac2ce84783566c675144bc7f1cef661f3f2d78797414d0c32a8beb952ce3ab7c064478e25e5c77af79f917

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.46.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-25 16:16 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-25 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     64d2f69352c8a598ecc668dcadaa05fd5ec6714f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Wed Oct 25 15:50:02 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 16:15:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d2f693

www-client/microsoft-edge: automated bump (118.0.2088.69)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-118.0.2088.69.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f221de79c109..1ee515ba15b9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_118.0.2088.61-1_amd64.deb 162634226 BLAKE2B 01ff11d2ea93956ba3b9b81d0afd4f1dfef30a66a0313d4d0c045597c230d5a9fb03e85448812c9ed35ecdf19d7cc4d7670d35b7a2815741c309f37daf1041ef SHA512 9c747f8d1adda07573faf28c59f88ad6869d4ed7dcac2ce84783566c675144bc7f1cef661f3f2d78797414d0c32a8beb952ce3ab7c064478e25e5c77af79f917
+DIST microsoft-edge-stable_118.0.2088.69-1_amd64.deb 162648426 BLAKE2B 194c1efc4c8a6dab694b6614a85bdfd7ed6eda99517910f9b92c7e3de5aa4cee2d38474d39798b36b8740031bd0f0dd44eac8718284044b3302c5e84106ca73f SHA512 f46de63c31d41cf8da7fd2eeb27c5a4989cbbeba5ec7dd4bba4d767d176d306b7da1db3e064cc568a7ceb2eea8c60e7f9eed6fc0e281e32cfde131cfc498eeb9

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-25 16:16 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-25 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8ccbf191d3d5780c543ec3556b64e7f902332b9f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Wed Oct 25 15:50:07 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 16:15:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccbf191

www-client/microsoft-edge: amd64 stable (118.0.2088.69)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-25 16:16 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-10-25 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     70e7ccfd52071eb6ae5576382fa7d10bb9d956ce
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Wed Oct 25 15:50:10 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 16:15:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e7ccfd

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-118.0.2088.61.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1ee515ba15b9..6ba8ee10b261 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_118.0.2088.61-1_amd64.deb 162634226 BLAKE2B 01ff11d2ea93956ba3b9b81d0afd4f1dfef30a66a0313d4d0c045597c230d5a9fb03e85448812c9ed35ecdf19d7cc4d7670d35b7a2815741c309f37daf1041ef SHA512 9c747f8d1adda07573faf28c59f88ad6869d4ed7dcac2ce84783566c675144bc7f1cef661f3f2d78797414d0c32a8beb952ce3ab7c064478e25e5c77af79f917
 DIST microsoft-edge-stable_118.0.2088.69-1_amd64.deb 162648426 BLAKE2B 194c1efc4c8a6dab694b6614a85bdfd7ed6eda99517910f9b92c7e3de5aa4cee2d38474d39798b36b8740031bd0f0dd44eac8718284044b3302c5e84106ca73f SHA512 f46de63c31d41cf8da7fd2eeb27c5a4989cbbeba5ec7dd4bba4d767d176d306b7da1db3e064cc568a7ceb2eea8c60e7f9eed6fc0e281e32cfde131cfc498eeb9

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.61.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-30  4:35 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-10-30  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b9815c315baab964ccf412ae064f5df5abb0caa4
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Mon Oct 30 04:05:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 04:34:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9815c31

www-client/microsoft-edge: amd64 stable (118.0.2088.76)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-30  4:35 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-10-30  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9a0f1cd0078526380df5a944197fe0f906c1af7f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Mon Oct 30 04:05:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 04:34:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0f1cd0

www-client/microsoft-edge: automated bump (118.0.2088.76)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-118.0.2088.76.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6ba8ee10b261..bc0dad1e74c8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_118.0.2088.69-1_amd64.deb 162648426 BLAKE2B 194c1efc4c8a6dab694b6614a85bdfd7ed6eda99517910f9b92c7e3de5aa4cee2d38474d39798b36b8740031bd0f0dd44eac8718284044b3302c5e84106ca73f SHA512 f46de63c31d41cf8da7fd2eeb27c5a4989cbbeba5ec7dd4bba4d767d176d306b7da1db3e064cc568a7ceb2eea8c60e7f9eed6fc0e281e32cfde131cfc498eeb9
+DIST microsoft-edge-stable_118.0.2088.76-1_amd64.deb 162623982 BLAKE2B 85195234363e120527d809f684e54605b8a7e0443a0020505eebc7883c538b9f98ab28b5c2b46dec1610503db2c1c60a9b5fc9a1b7433b4a136e2157781cb220 SHA512 b7226c3c46dbff4d863057d9ff7692b592a8c4288ca18947e9d0cfe68b0ce35567db61099f7e4ae3fee49e75c72ca1cd5b31fa45a8d01a633bf3618afd5c02a2

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-10-30  4:35 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-10-30  4:35 UTC (permalink / raw
  To: gentoo-commits

commit:     563d533e57cd08712c9122a7c1a702ddcb8f60b3
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Mon Oct 30 04:05:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 04:34:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563d533e

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-118.0.2088.69.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index bc0dad1e74c8..0a3786c3f920 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_118.0.2088.69-1_amd64.deb 162648426 BLAKE2B 194c1efc4c8a6dab694b6614a85bdfd7ed6eda99517910f9b92c7e3de5aa4cee2d38474d39798b36b8740031bd0f0dd44eac8718284044b3302c5e84106ca73f SHA512 f46de63c31d41cf8da7fd2eeb27c5a4989cbbeba5ec7dd4bba4d767d176d306b7da1db3e064cc568a7ceb2eea8c60e7f9eed6fc0e281e32cfde131cfc498eeb9
 DIST microsoft-edge-stable_118.0.2088.76-1_amd64.deb 162623982 BLAKE2B 85195234363e120527d809f684e54605b8a7e0443a0020505eebc7883c538b9f98ab28b5c2b46dec1610503db2c1c60a9b5fc9a1b7433b4a136e2157781cb220 SHA512 b7226c3c46dbff4d863057d9ff7692b592a8c4288ca18947e9d0cfe68b0ce35567db61099f7e4ae3fee49e75c72ca1cd5b31fa45a8d01a633bf3618afd5c02a2

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.69.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-03 10:59 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-03 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2e3a1aaeea85918c7e65ca86105dd43d46563cdb
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Nov  2 23:27:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 10:57:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a1aae

www-client/microsoft-edge: automated bump (119.0.2151.44)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-119.0.2151.44.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0a3786c3f920..3dd5f2b17d7e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_118.0.2088.76-1_amd64.deb 162623982 BLAKE2B 85195234363e120527d809f684e54605b8a7e0443a0020505eebc7883c538b9f98ab28b5c2b46dec1610503db2c1c60a9b5fc9a1b7433b4a136e2157781cb220 SHA512 b7226c3c46dbff4d863057d9ff7692b592a8c4288ca18947e9d0cfe68b0ce35567db61099f7e4ae3fee49e75c72ca1cd5b31fa45a8d01a633bf3618afd5c02a2
+DIST microsoft-edge-stable_119.0.2151.44-1_amd64.deb 165116766 BLAKE2B 9294cad7a3439a2e328dcfd2e4412858b1869b0e9e86a68754ca4d592824d17b1947188b37fb27f0db1fbf186ddab256b4078e9aab99dba6120c02be411e8b6c SHA512 bc0d5ea89e151173c7e91b7f237eee0b0023a6a5b292b5312b86b722f20fa2dce44f5f5ba540e830fdbf92bff004d2831c476e8ee709ba411931f1411290f70b

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-03 10:59 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-03 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ca97c0d5572960c5cb36e548f4ae24ef0b998aa4
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Nov  2 23:28:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 10:57:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca97c0d5

www-client/microsoft-edge: amd64 stable (119.0.2151.44)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-03 10:59 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-03 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4e433629dfa5d51e0370567513882cf7a612ae4c
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Nov  2 23:28:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 10:57:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e433629

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-118.0.2088.76.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3dd5f2b17d7e..5d6c2bd7207f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_118.0.2088.76-1_amd64.deb 162623982 BLAKE2B 85195234363e120527d809f684e54605b8a7e0443a0020505eebc7883c538b9f98ab28b5c2b46dec1610503db2c1c60a9b5fc9a1b7433b4a136e2157781cb220 SHA512 b7226c3c46dbff4d863057d9ff7692b592a8c4288ca18947e9d0cfe68b0ce35567db61099f7e4ae3fee49e75c72ca1cd5b31fa45a8d01a633bf3618afd5c02a2
 DIST microsoft-edge-stable_119.0.2151.44-1_amd64.deb 165116766 BLAKE2B 9294cad7a3439a2e328dcfd2e4412858b1869b0e9e86a68754ca4d592824d17b1947188b37fb27f0db1fbf186ddab256b4078e9aab99dba6120c02be411e8b6c SHA512 bc0d5ea89e151173c7e91b7f237eee0b0023a6a5b292b5312b86b722f20fa2dce44f5f5ba540e830fdbf92bff004d2831c476e8ee709ba411931f1411290f70b

diff --git a/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild b/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-118.0.2088.76.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-11 19:22 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-11 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     33f2c03b3be29768673e4bff39f683acbef39327
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Nov 11 10:18:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 19:21:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f2c03b

www-client/microsoft-edge: amd64 stable (119.0.2151.58)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-11 19:22 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-11 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     05471f76d7424759af5412aa1e268df44d33141f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Nov 11 10:18:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 19:21:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05471f76

www-client/microsoft-edge: automated bump (119.0.2151.58)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-119.0.2151.58.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5d6c2bd7207f..3ad776580174 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_119.0.2151.44-1_amd64.deb 165116766 BLAKE2B 9294cad7a3439a2e328dcfd2e4412858b1869b0e9e86a68754ca4d592824d17b1947188b37fb27f0db1fbf186ddab256b4078e9aab99dba6120c02be411e8b6c SHA512 bc0d5ea89e151173c7e91b7f237eee0b0023a6a5b292b5312b86b722f20fa2dce44f5f5ba540e830fdbf92bff004d2831c476e8ee709ba411931f1411290f70b
+DIST microsoft-edge-stable_119.0.2151.58-1_amd64.deb 165202710 BLAKE2B 051cb65ef8b184e4c7c243bdd1d42446244a03833fa650f2d04ab03c4b35e86d9367f620b8113fcd20a9b4cb661b042bc99c5785c2693efff76fd98e80f76e86 SHA512 e230aa36642b6011b8647615252b5f4ed5b8f4f505825019e9198a63b7ae28681cad93fca129a0939b5dc4443259779994ab466cd846b90f9905fd1a965db83d

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-11 19:22 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-11 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1a5f8cce36ed97682c6ed11299686e506278134e
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Nov 11 10:18:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 19:21:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5f8cce

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-119.0.2151.44.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3ad776580174..c3828d5f7e9c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_119.0.2151.44-1_amd64.deb 165116766 BLAKE2B 9294cad7a3439a2e328dcfd2e4412858b1869b0e9e86a68754ca4d592824d17b1947188b37fb27f0db1fbf186ddab256b4078e9aab99dba6120c02be411e8b6c SHA512 bc0d5ea89e151173c7e91b7f237eee0b0023a6a5b292b5312b86b722f20fa2dce44f5f5ba540e830fdbf92bff004d2831c476e8ee709ba411931f1411290f70b
 DIST microsoft-edge-stable_119.0.2151.58-1_amd64.deb 165202710 BLAKE2B 051cb65ef8b184e4c7c243bdd1d42446244a03833fa650f2d04ab03c4b35e86d9367f620b8113fcd20a9b4cb661b042bc99c5785c2693efff76fd98e80f76e86 SHA512 e230aa36642b6011b8647615252b5f4ed5b8f4f505825019e9198a63b7ae28681cad93fca129a0939b5dc4443259779994ab466cd846b90f9905fd1a965db83d

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.44.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-17 11:13 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-17 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6d49611356ccab8f4ef8e65aae18c0893bd53a1a
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Nov 17 10:50:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 11:11:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d496113

www-client/microsoft-edge: amd64 stable (119.0.2151.72)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-17 11:13 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-17 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9008bf27b6821d0e05fc201c42efeb1ee03b8b5a
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Nov 17 10:50:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 11:11:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9008bf27

www-client/microsoft-edge: automated bump (119.0.2151.72)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-119.0.2151.72.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c3828d5f7e9c..09fef6b21e2c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_119.0.2151.58-1_amd64.deb 165202710 BLAKE2B 051cb65ef8b184e4c7c243bdd1d42446244a03833fa650f2d04ab03c4b35e86d9367f620b8113fcd20a9b4cb661b042bc99c5785c2693efff76fd98e80f76e86 SHA512 e230aa36642b6011b8647615252b5f4ed5b8f4f505825019e9198a63b7ae28681cad93fca129a0939b5dc4443259779994ab466cd846b90f9905fd1a965db83d
+DIST microsoft-edge-stable_119.0.2151.72-1_amd64.deb 165203534 BLAKE2B 39ff13104cfd74e68863a09ce51698e1387f512a7444af2fb37faae6b62c3aca4f79f33ba2a9bb27fa76fda31003b3516c687dbcece5ce93d1e8e20c03156366 SHA512 0c964197dc26291c5e61a8ecc47e49be7514659fb69eb13484ccc42310641e06fc8d424f56a57a6dffb7201be546f325a4d975afdba886414920d90101dcb7d8

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-11-17 11:13 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-11-17 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c6c3b1047dd6654730bdb4b4a1a98045d32435be
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Nov 17 10:50:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 11:11:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c3b104

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-119.0.2151.58.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 09fef6b21e2c..ce7251991595 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_119.0.2151.58-1_amd64.deb 165202710 BLAKE2B 051cb65ef8b184e4c7c243bdd1d42446244a03833fa650f2d04ab03c4b35e86d9367f620b8113fcd20a9b4cb661b042bc99c5785c2693efff76fd98e80f76e86 SHA512 e230aa36642b6011b8647615252b5f4ed5b8f4f505825019e9198a63b7ae28681cad93fca129a0939b5dc4443259779994ab466cd846b90f9905fd1a965db83d
 DIST microsoft-edge-stable_119.0.2151.72-1_amd64.deb 165203534 BLAKE2B 39ff13104cfd74e68863a09ce51698e1387f512a7444af2fb37faae6b62c3aca4f79f33ba2a9bb27fa76fda31003b3516c687dbcece5ce93d1e8e20c03156366 SHA512 0c964197dc26291c5e61a8ecc47e49be7514659fb69eb13484ccc42310641e06fc8d424f56a57a6dffb7201be546f325a4d975afdba886414920d90101dcb7d8

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.58.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-05 19:49 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-12-05 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ead6910856d29430016f33faa1d22036a55790e2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 19:46:24 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 19:48:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead69108

www-client/microsoft-edge: automated bump (119.0.2151.97)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-119.0.2151.97.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ce7251991595..59f97003a7a4 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_119.0.2151.72-1_amd64.deb 165203534 BLAKE2B 39ff13104cfd74e68863a09ce51698e1387f512a7444af2fb37faae6b62c3aca4f79f33ba2a9bb27fa76fda31003b3516c687dbcece5ce93d1e8e20c03156366 SHA512 0c964197dc26291c5e61a8ecc47e49be7514659fb69eb13484ccc42310641e06fc8d424f56a57a6dffb7201be546f325a4d975afdba886414920d90101dcb7d8
+DIST microsoft-edge-stable_119.0.2151.97-1_amd64.deb 165276002 BLAKE2B fe779b7f1c1f1406d68eb6b27826803d9ae44f91cb84d7062fbc260797f6e59593754fd28d5b12a9b71cb2076fd66940d9fcb755b698eab119ead6b0a4f60d9a SHA512 853a6d00ca51c9154998f94bb1c53b3afdf5caa1a9c41e362454de7e5b0cabf097102ee57146d10d5675f82e89b521a259274bc9a481ec4b2147762aeb5a2a4f

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-05 19:49 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-12-05 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b649906683013bf7703d606a80e18fa02f44b7d7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 19:46:34 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 19:48:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6499066

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-119.0.2151.72.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 59f97003a7a4..3bbdf2bbaa1f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_119.0.2151.72-1_amd64.deb 165203534 BLAKE2B 39ff13104cfd74e68863a09ce51698e1387f512a7444af2fb37faae6b62c3aca4f79f33ba2a9bb27fa76fda31003b3516c687dbcece5ce93d1e8e20c03156366 SHA512 0c964197dc26291c5e61a8ecc47e49be7514659fb69eb13484ccc42310641e06fc8d424f56a57a6dffb7201be546f325a4d975afdba886414920d90101dcb7d8
 DIST microsoft-edge-stable_119.0.2151.97-1_amd64.deb 165276002 BLAKE2B fe779b7f1c1f1406d68eb6b27826803d9ae44f91cb84d7062fbc260797f6e59593754fd28d5b12a9b71cb2076fd66940d9fcb755b698eab119ead6b0a4f60d9a SHA512 853a6d00ca51c9154998f94bb1c53b3afdf5caa1a9c41e362454de7e5b0cabf097102ee57146d10d5675f82e89b521a259274bc9a481ec4b2147762aeb5a2a4f

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.72.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-05 19:49 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-12-05 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a98afab6d0c3d2bbacf3847aff437f78061fa3ed
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 19:46:30 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 19:48:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98afab6

www-client/microsoft-edge: amd64 stable (119.0.2151.97)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-12 19:00 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-12-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     402ea7f2f77c16692ce54cc3875125014f3d9f6a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 18:58:20 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 18:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402ea7f2

www-client/microsoft-edge: automated bump (120.0.2210.61)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-120.0.2210.61.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3bbdf2bbaa1f..23751b4ba595 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_119.0.2151.97-1_amd64.deb 165276002 BLAKE2B fe779b7f1c1f1406d68eb6b27826803d9ae44f91cb84d7062fbc260797f6e59593754fd28d5b12a9b71cb2076fd66940d9fcb755b698eab119ead6b0a4f60d9a SHA512 853a6d00ca51c9154998f94bb1c53b3afdf5caa1a9c41e362454de7e5b0cabf097102ee57146d10d5675f82e89b521a259274bc9a481ec4b2147762aeb5a2a4f
+DIST microsoft-edge-stable_120.0.2210.61-1_amd64.deb 164070046 BLAKE2B 1c0d503a675ac440d7ea060e4e01dab30bc17e883fc155f21b02e52ed3516b258162aa38b732e54672af6467b300adfb92ee5adb7a6c966a498a8b257513b20d SHA512 751488ad02c9429a2de6d64dbd6bea1712e3e52961ec129b22772df167eb6235691f10ffb4d07c3fa7f6c92478754c4f447cc8c84d332908f1a27dc5b2766e11

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-12 19:00 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-12-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8d88f05b620723339093ec7febfa6c8d40fb23ef
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 18:58:30 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 18:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d88f05b

www-client/microsoft-edge: remove old

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-119.0.2151.97.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 23751b4ba595..ddd73a4f4f67 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_119.0.2151.97-1_amd64.deb 165276002 BLAKE2B fe779b7f1c1f1406d68eb6b27826803d9ae44f91cb84d7062fbc260797f6e59593754fd28d5b12a9b71cb2076fd66940d9fcb755b698eab119ead6b0a4f60d9a SHA512 853a6d00ca51c9154998f94bb1c53b3afdf5caa1a9c41e362454de7e5b0cabf097102ee57146d10d5675f82e89b521a259274bc9a481ec4b2147762aeb5a2a4f
 DIST microsoft-edge-stable_120.0.2210.61-1_amd64.deb 164070046 BLAKE2B 1c0d503a675ac440d7ea060e4e01dab30bc17e883fc155f21b02e52ed3516b258162aa38b732e54672af6467b300adfb92ee5adb7a6c966a498a8b257513b20d SHA512 751488ad02c9429a2de6d64dbd6bea1712e3e52961ec129b22772df167eb6235691f10ffb4d07c3fa7f6c92478754c4f447cc8c84d332908f1a27dc5b2766e11

diff --git a/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild b/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-119.0.2151.97.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-12 19:00 Mike Gilbert
  0 siblings, 0 replies; 417+ messages in thread
From: Mike Gilbert @ 2023-12-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b384501a8274275cbdce259d9ba89d39aedc65a1
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 18:58:26 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 18:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b384501a

www-client/microsoft-edge: amd64 stable (120.0.2210.61)

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-18  6:35 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-12-18  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bf767cc82cd16f53d5fd625ec0de391fd73c55ec
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Mon Dec 18 01:41:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:34:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf767cc8

www-client/microsoft-edge: automated bump (120.0.2210.77)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-120.0.2210.77.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ddd73a4f4f67..b5f78b75687b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_120.0.2210.61-1_amd64.deb 164070046 BLAKE2B 1c0d503a675ac440d7ea060e4e01dab30bc17e883fc155f21b02e52ed3516b258162aa38b732e54672af6467b300adfb92ee5adb7a6c966a498a8b257513b20d SHA512 751488ad02c9429a2de6d64dbd6bea1712e3e52961ec129b22772df167eb6235691f10ffb4d07c3fa7f6c92478754c4f447cc8c84d332908f1a27dc5b2766e11
+DIST microsoft-edge-stable_120.0.2210.77-1_amd64.deb 164281306 BLAKE2B 8c4d45963a0a8ac2a49339ecfe24c6ada050675662dacbc8653e645e19859b0f567d0117383a42abbd087946fd0fc6b2b1b44093b92b4f9996b5ea5987960bb3 SHA512 c8977ea20699c9ca65333d500183d48d1a4c3cacbdab565eb8ae435c12b3007788fc74116cf9f4fd4ef7130c3b41cc0daaf76c68f716903161b4c45b24a3ac07

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-18  6:35 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-12-18  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     37a13828cc92604c42191a129c319b915cf87ab5
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Mon Dec 18 01:41:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:34:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a13828

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-120.0.2210.61.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b5f78b75687b..92997a064902 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_120.0.2210.61-1_amd64.deb 164070046 BLAKE2B 1c0d503a675ac440d7ea060e4e01dab30bc17e883fc155f21b02e52ed3516b258162aa38b732e54672af6467b300adfb92ee5adb7a6c966a498a8b257513b20d SHA512 751488ad02c9429a2de6d64dbd6bea1712e3e52961ec129b22772df167eb6235691f10ffb4d07c3fa7f6c92478754c4f447cc8c84d332908f1a27dc5b2766e11
 DIST microsoft-edge-stable_120.0.2210.77-1_amd64.deb 164281306 BLAKE2B 8c4d45963a0a8ac2a49339ecfe24c6ada050675662dacbc8653e645e19859b0f567d0117383a42abbd087946fd0fc6b2b1b44093b92b4f9996b5ea5987960bb3 SHA512 c8977ea20699c9ca65333d500183d48d1a4c3cacbdab565eb8ae435c12b3007788fc74116cf9f4fd4ef7130c3b41cc0daaf76c68f716903161b4c45b24a3ac07

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.61.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2023-12-18  6:35 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2023-12-18  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7f35a54b2632dbe8458c44f614edd93559c90f2f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Mon Dec 18 01:41:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:34:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f35a54b

www-client/microsoft-edge: amd64 stable (120.0.2210.77)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.77.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-14  2:30 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-14  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     44d393df0853d9d60b9e90a22522eae56ad12233
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Jan 13 21:18:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 02:29:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d393df

www-client/microsoft-edge: automated bump (120.0.2210.133)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-120.0.2210.133.ebuild           | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 98e74841d88b..ec037141ba39 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_120.0.2210.133-1_amd64.deb 164322782 BLAKE2B b83c0643f495b627b78cffbc029d4efc6e62791c3558ba51978342b549f5f631d409bb3c462576ec29c77245ca5c844645bf0926fd17bab6eed1efbb1f5ddf49 SHA512 4e850c33ab88c16625ec65b3734ede447a18d587f33df518b7ae266fa6519ccf6bbb6d086e86cb696b4007f878157da088c1e3d28cffa1ae0becc349716a35ba
 DIST microsoft-edge-stable_120.0.2210.91-1_amd64.deb 164277270 BLAKE2B f2172c9253b93660d508e3a000f000a0e760901e4121694b3708fa64b2716edc738fcfb47f40f67e47c9cb67c5a450facddbf1f55485bb8637ee79904c3e43e3 SHA512 02cb5e7dfadeb67cf55ca1d6b577442cfcf43f24fc543b7956e9eac2464cd0e2c14cbd970dafe550955b0a6725198ec42a4d281244eb3dad089aa9bf2ec7dde0

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-14  2:30 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-14  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     eee4858d9a87fbe6d7c7d3d6e395d535ed78227e
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Jan 13 21:18:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 02:29:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee4858d

www-client/microsoft-edge: amd64 stable (120.0.2210.133)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-14  2:30 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-14  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     046f0086e420a25f6ef009f1b258ae2954451aa9
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sat Jan 13 21:18:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 02:29:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046f0086

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-120.0.2210.91.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ec037141ba39..6da68eb8111b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
 DIST microsoft-edge-stable_120.0.2210.133-1_amd64.deb 164322782 BLAKE2B b83c0643f495b627b78cffbc029d4efc6e62791c3558ba51978342b549f5f631d409bb3c462576ec29c77245ca5c844645bf0926fd17bab6eed1efbb1f5ddf49 SHA512 4e850c33ab88c16625ec65b3734ede447a18d587f33df518b7ae266fa6519ccf6bbb6d086e86cb696b4007f878157da088c1e3d28cffa1ae0becc349716a35ba
-DIST microsoft-edge-stable_120.0.2210.91-1_amd64.deb 164277270 BLAKE2B f2172c9253b93660d508e3a000f000a0e760901e4121694b3708fa64b2716edc738fcfb47f40f67e47c9cb67c5a450facddbf1f55485bb8637ee79904c3e43e3 SHA512 02cb5e7dfadeb67cf55ca1d6b577442cfcf43f24fc543b7956e9eac2464cd0e2c14cbd970dafe550955b0a6725198ec42a4d281244eb3dad089aa9bf2ec7dde0

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.91.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.91.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.91.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-18  7:56 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-18  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     baf3afdd2802443e92706c3f0460d068cf37ec3e
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Jan 18 06:43:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 07:52:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf3afdd

www-client/microsoft-edge: automated bump (120.0.2210.144)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-120.0.2210.144.ebuild           | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6da68eb8111b..2534911a85d6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_120.0.2210.133-1_amd64.deb 164322782 BLAKE2B b83c0643f495b627b78cffbc029d4efc6e62791c3558ba51978342b549f5f631d409bb3c462576ec29c77245ca5c844645bf0926fd17bab6eed1efbb1f5ddf49 SHA512 4e850c33ab88c16625ec65b3734ede447a18d587f33df518b7ae266fa6519ccf6bbb6d086e86cb696b4007f878157da088c1e3d28cffa1ae0becc349716a35ba
+DIST microsoft-edge-stable_120.0.2210.144-1_amd64.deb 164333186 BLAKE2B 23573a2834641582c0e452b7b1441321da05f6fe1835663373d306eaeb4b2cc8338e8d6c50f500347bec9fd4f9ae7c01416aa9304260f253afe07bf772f67b7a SHA512 1faf9ce541635e9bea4d328ffaa3cf9ab91b6608c63d1142f0b3fdb38c8708b985658fe8e32c16a09cde04eb839c23e9641527a6cb65752428e9fa4f7472a784

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
new file mode 100644
index 000000000000..ef74386492f2
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-18  7:56 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-18  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     17b88a86b21d18efb6d20b61e8692be467172497
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Jan 18 06:43:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 07:52:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b88a86

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-120.0.2210.133.ebuild           | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 2534911a85d6..07263206ecc3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_120.0.2210.133-1_amd64.deb 164322782 BLAKE2B b83c0643f495b627b78cffbc029d4efc6e62791c3558ba51978342b549f5f631d409bb3c462576ec29c77245ca5c844645bf0926fd17bab6eed1efbb1f5ddf49 SHA512 4e850c33ab88c16625ec65b3734ede447a18d587f33df518b7ae266fa6519ccf6bbb6d086e86cb696b4007f878157da088c1e3d28cffa1ae0becc349716a35ba
 DIST microsoft-edge-stable_120.0.2210.144-1_amd64.deb 164333186 BLAKE2B 23573a2834641582c0e452b7b1441321da05f6fe1835663373d306eaeb4b2cc8338e8d6c50f500347bec9fd4f9ae7c01416aa9304260f253afe07bf772f67b7a SHA512 1faf9ce541635e9bea4d328ffaa3cf9ab91b6608c63d1142f0b3fdb38c8708b985658fe8e32c16a09cde04eb839c23e9641527a6cb65752428e9fa4f7472a784

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
deleted file mode 100644
index 332a69d1f006..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.133.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-18  7:56 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-18  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     53d514d83f553cc2d2d7457f8b43ccafd393a2f8
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Jan 18 06:43:30 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 07:52:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d514d8

www-client/microsoft-edge: amd64 stable (120.0.2210.144)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
index ef74386492f2..332a69d1f006 100644
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-18  7:59 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-18  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6f8ac7b91c4e9594e608520190ac84f7df9641e7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 07:56:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 07:56:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8ac7b9

www-client/microsoft-edge: fix copyright

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
index 332a69d1f006..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2011-2023 Gentoo Authors
+# Copyright 2011-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-27  7:34 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-27  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d88c53f1ec3e4063443a7ac40da4808f35ea5b87
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Jan 26 12:40:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 07:31:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88c53f1

www-client/microsoft-edge: automated bump (121.0.2277.83)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-121.0.2277.83.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 07263206ecc3..68d4733f6e5a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_120.0.2210.144-1_amd64.deb 164333186 BLAKE2B 23573a2834641582c0e452b7b1441321da05f6fe1835663373d306eaeb4b2cc8338e8d6c50f500347bec9fd4f9ae7c01416aa9304260f253afe07bf772f67b7a SHA512 1faf9ce541635e9bea4d328ffaa3cf9ab91b6608c63d1142f0b3fdb38c8708b985658fe8e32c16a09cde04eb839c23e9641527a6cb65752428e9fa4f7472a784
+DIST microsoft-edge-stable_121.0.2277.83-1_amd64.deb 165611490 BLAKE2B e17b3b84a2522dc801b8399263a53996c780b333e2e6644f6a65ad0e4fae0cef1d9ebef360f6ad69abedaa73ca6886ffe2864e6ade79335e54766324cc1d0528 SHA512 c6c7d6b028ffb6691d62e6075d61f9736fa09c40394ba40b90ffda0dcad7cb934a0fa252b96c266cce7ec8a9f19a3917671823c5096ddef4ddaf1ce90ad78f1a

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-27  7:34 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-27  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7a5150291a0fa367841abe7be4c4c96d04a04c48
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Jan 26 12:40:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 07:31:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a515029

www-client/microsoft-edge: amd64 stable (121.0.2277.83)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-01-27  7:34 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-01-27  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5f48fe3b608fa2ee6ae68e846ad299c79edcacdb
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Jan 26 12:40:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 07:31:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f48fe3b

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-120.0.2210.144.ebuild           | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 68d4733f6e5a..cbc2204e1619 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_120.0.2210.144-1_amd64.deb 164333186 BLAKE2B 23573a2834641582c0e452b7b1441321da05f6fe1835663373d306eaeb4b2cc8338e8d6c50f500347bec9fd4f9ae7c01416aa9304260f253afe07bf772f67b7a SHA512 1faf9ce541635e9bea4d328ffaa3cf9ab91b6608c63d1142f0b3fdb38c8708b985658fe8e32c16a09cde04eb839c23e9641527a6cb65752428e9fa4f7472a784
 DIST microsoft-edge-stable_121.0.2277.83-1_amd64.deb 165611490 BLAKE2B e17b3b84a2522dc801b8399263a53996c780b333e2e6644f6a65ad0e4fae0cef1d9ebef360f6ad69abedaa73ca6886ffe2864e6ade79335e54766324cc1d0528 SHA512 c6c7d6b028ffb6691d62e6075d61f9736fa09c40394ba40b90ffda0dcad7cb934a0fa252b96c266cce7ec8a9f19a3917671823c5096ddef4ddaf1ce90ad78f1a

diff --git a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild b/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-120.0.2210.144.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-06  3:26 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-02-06  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ffe70d93abab6b76f6a66ab104d842e14c394eaa
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Feb  6 00:42:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 03:24:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe70d93

www-client/microsoft-edge: automated bump (121.0.2277.106)

Bug: https://bugs.gentoo.org/923370
Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-121.0.2277.106.ebuild           | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index cbc2204e1619..4a0df02f7197 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_121.0.2277.106-1_amd64.deb 165744746 BLAKE2B 1018c3f4c818a5073cb362ee1e3eb9b48a583b96521de609e36e98ddb82c6e6a14d9cf9657a3f749e33e66284d673a58446af112807082c82572e3645473624e SHA512 28b939aa2d6375f4c93eeb4e2d5055f3cdd59cf2e70c3ac62449204bdc196003b7812680c8c02d705d30e593b46a4fbdad8535cd312509c30f08e3df958b6167
 DIST microsoft-edge-stable_121.0.2277.83-1_amd64.deb 165611490 BLAKE2B e17b3b84a2522dc801b8399263a53996c780b333e2e6644f6a65ad0e4fae0cef1d9ebef360f6ad69abedaa73ca6886ffe2864e6ade79335e54766324cc1d0528 SHA512 c6c7d6b028ffb6691d62e6075d61f9736fa09c40394ba40b90ffda0dcad7cb934a0fa252b96c266cce7ec8a9f19a3917671823c5096ddef4ddaf1ce90ad78f1a

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-06  3:26 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-02-06  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5a0f142b9d998365c85047451f0e21983b1eb6db
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Feb  6 00:42:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 03:24:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0f142b

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-121.0.2277.83.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4a0df02f7197..6b669feea79c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
 DIST microsoft-edge-stable_121.0.2277.106-1_amd64.deb 165744746 BLAKE2B 1018c3f4c818a5073cb362ee1e3eb9b48a583b96521de609e36e98ddb82c6e6a14d9cf9657a3f749e33e66284d673a58446af112807082c82572e3645473624e SHA512 28b939aa2d6375f4c93eeb4e2d5055f3cdd59cf2e70c3ac62449204bdc196003b7812680c8c02d705d30e593b46a4fbdad8535cd312509c30f08e3df958b6167
-DIST microsoft-edge-stable_121.0.2277.83-1_amd64.deb 165611490 BLAKE2B e17b3b84a2522dc801b8399263a53996c780b333e2e6644f6a65ad0e4fae0cef1d9ebef360f6ad69abedaa73ca6886ffe2864e6ade79335e54766324cc1d0528 SHA512 c6c7d6b028ffb6691d62e6075d61f9736fa09c40394ba40b90ffda0dcad7cb934a0fa252b96c266cce7ec8a9f19a3917671823c5096ddef4ddaf1ce90ad78f1a

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.83.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-06  3:26 Sam James
  0 siblings, 0 replies; 417+ messages in thread
From: Sam James @ 2024-02-06  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0afc7c778b35cb3c79b085b659b87d58d56be2dd
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Feb  6 00:42:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 03:24:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afc7c77

www-client/microsoft-edge: amd64 stable (121.0.2277.106)

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-11  0:37 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-11  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9e34aa9fc0f75169924ab3e228e0afe36995c30d
Author:     Ninpo <ninpo <AT> qap <DOT> la>
AuthorDate: Fri Feb  9 11:52:53 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 00:37:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e34aa9f

www-client/microsoft-edge: drop 121.0.2277.106

Bug: https://bugs.gentoo.org/923966
Signed-off-by: Ninpo <ninpo <AT> qap.la>
Closes: https://github.com/gentoo/gentoo/pull/35244
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-121.0.2277.106.ebuild           | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fd58d580e1d7..75aee3cb442c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_121.0.2277.106-1_amd64.deb 165744746 BLAKE2B 1018c3f4c818a5073cb362ee1e3eb9b48a583b96521de609e36e98ddb82c6e6a14d9cf9657a3f749e33e66284d673a58446af112807082c82572e3645473624e SHA512 28b939aa2d6375f4c93eeb4e2d5055f3cdd59cf2e70c3ac62449204bdc196003b7812680c8c02d705d30e593b46a4fbdad8535cd312509c30f08e3df958b6167
 DIST microsoft-edge-stable_121.0.2277.113-1_amd64.deb 165778994 BLAKE2B 8397b9f853b4c044bf62ad7faf15dd7dc3f8acca587c034ea290c7615b18e3e1d2492dabb3864e52b08369672be3a856c775456cfe141ca1d37e78673725aed3 SHA512 256ece07c3bfe57f9c3f769e40a8e1bf7a8b063cf0c3fb986a82068fc67ad5124ea3de8571e7c73bf85643539e4eb6e9cdd85d54bdc302b352a4512cd17445d4

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.106.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-11  0:37 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-11  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8e983ce768b70aaca354c29fc4816018c75e32fa
Author:     Ninpo <ninpo <AT> qap <DOT> la>
AuthorDate: Fri Feb  9 11:50:07 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 00:37:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e983ce7

www-client/microsoft-edge: add 121.0.2277.113

Bug: https://bugs.gentoo.org/923966
Signed-off-by: Ninpo <ninpo <AT> qap.la>
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-121.0.2277.113.ebuild           | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 6b669feea79c..fd58d580e1d7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_121.0.2277.106-1_amd64.deb 165744746 BLAKE2B 1018c3f4c818a5073cb362ee1e3eb9b48a583b96521de609e36e98ddb82c6e6a14d9cf9657a3f749e33e66284d673a58446af112807082c82572e3645473624e SHA512 28b939aa2d6375f4c93eeb4e2d5055f3cdd59cf2e70c3ac62449204bdc196003b7812680c8c02d705d30e593b46a4fbdad8535cd312509c30f08e3df958b6167
+DIST microsoft-edge-stable_121.0.2277.113-1_amd64.deb 165778994 BLAKE2B 8397b9f853b4c044bf62ad7faf15dd7dc3f8acca587c034ea290c7615b18e3e1d2492dabb3864e52b08369672be3a856c775456cfe141ca1d37e78673725aed3 SHA512 256ece07c3bfe57f9c3f769e40a8e1bf7a8b063cf0c3fb986a82068fc67ad5124ea3de8571e7c73bf85643539e4eb6e9cdd85d54bdc302b352a4512cd17445d4

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-11  0:37 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-11  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a82677cfa694ac273d8caab44fa829628e7d7693
Author:     Ninpo <ninpo <AT> qap <DOT> la>
AuthorDate: Fri Feb  9 11:52:09 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 00:37:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82677cf

www-client/microsoft-edge: stabilize 121.0.2277.113 for amd64

Bug: https://bugs.gentoo.org/923966
Signed-off-by: Ninpo <ninpo <AT> qap.la>
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-18 23:07 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-18 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e69415c915a9641f184e27c33e488f5813393f
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 23:05:36 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 23:05:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e69415

www-client/microsoft-edge: automated bump (121.0.2277.128)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-121.0.2277.128.ebuild           | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 75aee3cb442c..065c6a825376 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_121.0.2277.113-1_amd64.deb 165778994 BLAKE2B 8397b9f853b4c044bf62ad7faf15dd7dc3f8acca587c034ea290c7615b18e3e1d2492dabb3864e52b08369672be3a856c775456cfe141ca1d37e78673725aed3 SHA512 256ece07c3bfe57f9c3f769e40a8e1bf7a8b063cf0c3fb986a82068fc67ad5124ea3de8571e7c73bf85643539e4eb6e9cdd85d54bdc302b352a4512cd17445d4
+DIST microsoft-edge-stable_121.0.2277.128-1_amd64.deb 165732354 BLAKE2B bae83c37ee3ef5cf528e143c7b96961adec9d2f6fc10aa8eee4129175bb6249a5075965bb573d4134887595f919d134f387687974749125fc64d267ef05155b0 SHA512 1d7f429c941f237827ab6ff706315a5bd48883c1a2653bbfc03921af0c08ae27bb324e488df65a3712230b6724a34f48737f622f72737fd3fcfe687835b7fc6b

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-18 23:07 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-18 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e180cda1990341bf2c0e20b81a609666a422c0c9
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 23:05:40 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 23:05:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e180cda1

www-client/microsoft-edge: amd64 stable (121.0.2277.128)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-18 23:07 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-18 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6651783ea58203b044dfdc25af7125420434ecb1
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 23:05:43 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 23:05:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6651783e

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-121.0.2277.113.ebuild           | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 065c6a825376..eb273216bacc 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_121.0.2277.113-1_amd64.deb 165778994 BLAKE2B 8397b9f853b4c044bf62ad7faf15dd7dc3f8acca587c034ea290c7615b18e3e1d2492dabb3864e52b08369672be3a856c775456cfe141ca1d37e78673725aed3 SHA512 256ece07c3bfe57f9c3f769e40a8e1bf7a8b063cf0c3fb986a82068fc67ad5124ea3de8571e7c73bf85643539e4eb6e9cdd85d54bdc302b352a4512cd17445d4
 DIST microsoft-edge-stable_121.0.2277.128-1_amd64.deb 165732354 BLAKE2B bae83c37ee3ef5cf528e143c7b96961adec9d2f6fc10aa8eee4129175bb6249a5075965bb573d4134887595f919d134f387687974749125fc64d267ef05155b0 SHA512 1d7f429c941f237827ab6ff706315a5bd48883c1a2653bbfc03921af0c08ae27bb324e488df65a3712230b6724a34f48737f622f72737fd3fcfe687835b7fc6b

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.113.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-28  3:58 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-28  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3f71254f0b3b80f9a1b21b62bd5c367c56b4d817
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 03:28:49 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 03:58:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f71254f

www-client/microsoft-edge: amd64 stable (122.0.2365.59)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-28  3:58 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-28  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     dfac90a71388e926e1e2fa909b2082d2b34b8ea3
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 03:28:40 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 03:58:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfac90a7

www-client/microsoft-edge: automated bump (122.0.2365.59)

Bug: https://bugs.gentoo.org/925161
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-122.0.2365.59.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index eb273216bacc..f6d9aba96baf 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_121.0.2277.128-1_amd64.deb 165732354 BLAKE2B bae83c37ee3ef5cf528e143c7b96961adec9d2f6fc10aa8eee4129175bb6249a5075965bb573d4134887595f919d134f387687974749125fc64d267ef05155b0 SHA512 1d7f429c941f237827ab6ff706315a5bd48883c1a2653bbfc03921af0c08ae27bb324e488df65a3712230b6724a34f48737f622f72737fd3fcfe687835b7fc6b
+DIST microsoft-edge-stable_122.0.2365.59-1_amd64.deb 165964818 BLAKE2B 918bed30f244f9bf17e9560a7f4bc942bbba2aafcaebe591d73d149989e9e7f57165061f74451d9d3f96ca2d21739f98db43a3b47be4b75d720b805cca27d168 SHA512 64583d94153ded2f6de60a2d02c7ab846d0974591e6d2420666d7c33f214bb509ca59b2ce37e63968493f33c173bc9222822f794ebe43ff3136b6fa80e407542

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-02-28  3:58 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-02-28  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4042247364f7fbb6431377a17d20509114e18d7f
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 03:28:51 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 03:58:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40422473

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-121.0.2277.128.ebuild           | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f6d9aba96baf..9b6431fe7bd8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_121.0.2277.128-1_amd64.deb 165732354 BLAKE2B bae83c37ee3ef5cf528e143c7b96961adec9d2f6fc10aa8eee4129175bb6249a5075965bb573d4134887595f919d134f387687974749125fc64d267ef05155b0 SHA512 1d7f429c941f237827ab6ff706315a5bd48883c1a2653bbfc03921af0c08ae27bb324e488df65a3712230b6724a34f48737f622f72737fd3fcfe687835b7fc6b
 DIST microsoft-edge-stable_122.0.2365.59-1_amd64.deb 165964818 BLAKE2B 918bed30f244f9bf17e9560a7f4bc942bbba2aafcaebe591d73d149989e9e7f57165061f74451d9d3f96ca2d21739f98db43a3b47be4b75d720b805cca27d168 SHA512 64583d94153ded2f6de60a2d02c7ab846d0974591e6d2420666d7c33f214bb509ca59b2ce37e63968493f33c173bc9222822f794ebe43ff3136b6fa80e407542

diff --git a/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild b/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-121.0.2277.128.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-01  2:05 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-01  2:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c729bcf3ab82d0fc687c8eca946c17a6fa1df68d
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 01:17:44 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 02:05:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c729bcf3

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-122.0.2365.59.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3fe7f21cb923..5eae32561b6a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_122.0.2365.59-1_amd64.deb 165964818 BLAKE2B 918bed30f244f9bf17e9560a7f4bc942bbba2aafcaebe591d73d149989e9e7f57165061f74451d9d3f96ca2d21739f98db43a3b47be4b75d720b805cca27d168 SHA512 64583d94153ded2f6de60a2d02c7ab846d0974591e6d2420666d7c33f214bb509ca59b2ce37e63968493f33c173bc9222822f794ebe43ff3136b6fa80e407542
 DIST microsoft-edge-stable_122.0.2365.63-1_amd64.deb 165989610 BLAKE2B 1c3e4d35d0790721185ad05dd0ca9e0bf35b0b22bd2aa9aae7188b7faae76c2370883bb482579d9524c3abb8b3b863ff89550f3b23ac986e638d54a76dd3040b SHA512 eed033e5f92cbb092fd506b1e843bc707d2c7dff7770fe068e189d3476dc8174409cf64b131ffd20e54bc772ad64d6a2548583fa558c4d7a26e282e3e9e5afa9

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.59.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-01  2:05 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-01  2:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1abf71ff3395cdf83fc834d027f927c7b14d9793
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 01:17:42 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 02:05:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abf71ff

www-client/microsoft-edge: amd64 stable (122.0.2365.63)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-01  2:05 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-01  2:05 UTC (permalink / raw
  To: gentoo-commits

commit:     febb96128852de45a347b6cb72ffd425ed8b0d10
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 01:17:38 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 02:05:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febb9612

www-client/microsoft-edge: automated bump (122.0.2365.63)

Bug: https://bugs.gentoo.org/925666
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-122.0.2365.63.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9b6431fe7bd8..3fe7f21cb923 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_122.0.2365.59-1_amd64.deb 165964818 BLAKE2B 918bed30f244f9bf17e9560a7f4bc942bbba2aafcaebe591d73d149989e9e7f57165061f74451d9d3f96ca2d21739f98db43a3b47be4b75d720b805cca27d168 SHA512 64583d94153ded2f6de60a2d02c7ab846d0974591e6d2420666d7c33f214bb509ca59b2ce37e63968493f33c173bc9222822f794ebe43ff3136b6fa80e407542
+DIST microsoft-edge-stable_122.0.2365.63-1_amd64.deb 165989610 BLAKE2B 1c3e4d35d0790721185ad05dd0ca9e0bf35b0b22bd2aa9aae7188b7faae76c2370883bb482579d9524c3abb8b3b863ff89550f3b23ac986e638d54a76dd3040b SHA512 eed033e5f92cbb092fd506b1e843bc707d2c7dff7770fe068e189d3476dc8174409cf64b131ffd20e54bc772ad64d6a2548583fa558c4d7a26e282e3e9e5afa9

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-11  8:09 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-11  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     794e2083a205da0a9d29bb26756ba2ee1570f32d
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 08:03:42 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 08:08:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794e2083

www-client/microsoft-edge: automated bump (122.0.2365.80)

Bug: https://bugs.gentoo.org/926230
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-122.0.2365.80.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5eae32561b6a..25e3919d0765 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_122.0.2365.63-1_amd64.deb 165989610 BLAKE2B 1c3e4d35d0790721185ad05dd0ca9e0bf35b0b22bd2aa9aae7188b7faae76c2370883bb482579d9524c3abb8b3b863ff89550f3b23ac986e638d54a76dd3040b SHA512 eed033e5f92cbb092fd506b1e843bc707d2c7dff7770fe068e189d3476dc8174409cf64b131ffd20e54bc772ad64d6a2548583fa558c4d7a26e282e3e9e5afa9
+DIST microsoft-edge-stable_122.0.2365.80-1_amd64.deb 166028686 BLAKE2B dae3a906737f8cbebc19709d108221ed19434ed1fab0344181aa8f0fd7c370b2223de084ef0251416fa22b6eb8f113e152835c127c8d47c6dcff67cddddb7a94 SHA512 fc75292fb18f2ccf057c3fe4ac22f838e400be970b414d5815e82f2126a633ecefb30d7c5d7ea0d58f0307c1c18458535e8e65975374efadc605ec51d9b54337

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-11  8:09 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-11  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e9065577ff2130c15908571a4d613f082ea87893
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 08:03:46 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 08:09:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9065577

www-client/microsoft-edge: amd64 stable (122.0.2365.80)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
index f67dc1739fa5..89af4e4394fc 100644
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-11  8:09 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-11  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f90e386d13f4d84510619f258968498180ecb33c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 08:03:48 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 08:09:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90e386d

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-122.0.2365.63.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 25e3919d0765..5cda8024b66f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_122.0.2365.63-1_amd64.deb 165989610 BLAKE2B 1c3e4d35d0790721185ad05dd0ca9e0bf35b0b22bd2aa9aae7188b7faae76c2370883bb482579d9524c3abb8b3b863ff89550f3b23ac986e638d54a76dd3040b SHA512 eed033e5f92cbb092fd506b1e843bc707d2c7dff7770fe068e189d3476dc8174409cf64b131ffd20e54bc772ad64d6a2548583fa558c4d7a26e282e3e9e5afa9
 DIST microsoft-edge-stable_122.0.2365.80-1_amd64.deb 166028686 BLAKE2B dae3a906737f8cbebc19709d108221ed19434ed1fab0344181aa8f0fd7c370b2223de084ef0251416fa22b6eb8f113e152835c127c8d47c6dcff67cddddb7a94 SHA512 fc75292fb18f2ccf057c3fe4ac22f838e400be970b414d5815e82f2126a633ecefb30d7c5d7ea0d58f0307c1c18458535e8e65975374efadc605ec51d9b54337

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.63.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-16  7:40 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-16  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3dbbe726874d08791fdd46894bc9e39b44837cae
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 07:25:35 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 07:38:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbbe726

www-client/microsoft-edge: amd64 stable (122.0.2365.92)

Bug: https://bugs.gentoo.org/926869
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f67dc1739fa5..89af4e4394fc 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
@@ -14,7 +14,7 @@ else
 	MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-16  7:40 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-16  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d49f9eda3540d40f224e2cdb8a138fc6b0be096c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 07:25:38 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 07:39:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49f9eda

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-122.0.2365.80.ebuild            | 127 ---------------------
 2 files changed, 128 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index eee047f15428..56935bf621fc 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_122.0.2365.80-1_amd64.deb 166028686 BLAKE2B dae3a906737f8cbebc19709d108221ed19434ed1fab0344181aa8f0fd7c370b2223de084ef0251416fa22b6eb8f113e152835c127c8d47c6dcff67cddddb7a94 SHA512 fc75292fb18f2ccf057c3fe4ac22f838e400be970b414d5815e82f2126a633ecefb30d7c5d7ea0d58f0307c1c18458535e8e65975374efadc605ec51d9b54337
 DIST microsoft-edge-stable_122.0.2365.92-1_amd64.deb 166057970 BLAKE2B 1e9d25eaa77b7d64088d57f689661c68817175d32d7256e3a28ad9b51360815c1ccc1d17597a00244f20c3dcc3a19abd9ffd17a32d320ecb6b187bf117023b95 SHA512 b47ef93b0510e5e7fc6416dfb2d1bb2cea43137688464fa8f2e26ee7ffd7ed99adb5787b36435116098823bf7d717e9a57b7670b1506bd9de91f08b4d210e134

diff --git a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild b/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
deleted file mode 100644
index 89af4e4394fc..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.80.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-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"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip qt5 qt6"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-16  7:40 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-16  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     efdbe6a05a8afd9515cb230a55e7395647310ba8
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 07:25:31 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 07:38:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdbe6a0

www-client/microsoft-edge: automated bump (122.0.2365.92)

Bug: https://bugs.gentoo.org/926869
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-122.0.2365.92.ebuild            | 127 +++++++++++++++++++++
 2 files changed, 128 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5cda8024b66f..eee047f15428 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_122.0.2365.80-1_amd64.deb 166028686 BLAKE2B dae3a906737f8cbebc19709d108221ed19434ed1fab0344181aa8f0fd7c370b2223de084ef0251416fa22b6eb8f113e152835c127c8d47c6dcff67cddddb7a94 SHA512 fc75292fb18f2ccf057c3fe4ac22f838e400be970b414d5815e82f2126a633ecefb30d7c5d7ea0d58f0307c1c18458535e8e65975374efadc605ec51d9b54337
+DIST microsoft-edge-stable_122.0.2365.92-1_amd64.deb 166057970 BLAKE2B 1e9d25eaa77b7d64088d57f689661c68817175d32d7256e3a28ad9b51360815c1ccc1d17597a00244f20c3dcc3a19abd9ffd17a32d320ecb6b187bf117023b95 SHA512 b47ef93b0510e5e7fc6416dfb2d1bb2cea43137688464fa8f2e26ee7ffd7ed99adb5787b36435116098823bf7d717e9a57b7670b1506bd9de91f08b4d210e134

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
new file mode 100644
index 000000000000..f67dc1739fa5
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+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"
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+IUSE="+mip qt5 qt6"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-20 10:32 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-20 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     957a475fc722fda33ce187e43d97a1328271f623
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 05:02:59 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> 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 <kangie <AT> 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() {


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-27  3:31 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-27  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6ca0d8a4ea63ecea6b0d2e3460e9f8eff652c3
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 03:21:27 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 03:29:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6ca0d8

www-client/microsoft-edge: amd64 stable (123.0.2420.53)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-27  3:31 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-27  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     773582d7ee96d4b52b8b810981bf1682ebedad61
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 03:21:22 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 03:29:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773582d7

www-client/microsoft-edge: automated bump (123.0.2420.53)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-123.0.2420.53.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 56935bf621fc..e1ae767cf1a3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_122.0.2365.92-1_amd64.deb 166057970 BLAKE2B 1e9d25eaa77b7d64088d57f689661c68817175d32d7256e3a28ad9b51360815c1ccc1d17597a00244f20c3dcc3a19abd9ffd17a32d320ecb6b187bf117023b95 SHA512 b47ef93b0510e5e7fc6416dfb2d1bb2cea43137688464fa8f2e26ee7ffd7ed99adb5787b36435116098823bf7d717e9a57b7670b1506bd9de91f08b4d210e134
+DIST microsoft-edge-stable_123.0.2420.53-1_amd64.deb 166336578 BLAKE2B ec4ead47a3f1b985bd5b8d8255d3ec41c62cfde5076d5de8f7b0ad3c90f83ba42058a17451421fc527f0ee03db3774438d9f464951595ec5968ef8db4f8bb1bf SHA512 b683a0cb624c10588096f4b87846afed5adb8ae13afb1a3e5228fa86ac7fbd3ed13fb50f9386bbb1ed4a723eaab3ae56dafe1dfa32c33a4546b1c47b64d36683

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-03-27  3:31 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-03-27  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     08ccbe77a87076c3ac8bb721a592dd06d145a4b4
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 03:21:29 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 03:29:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ccbe77

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-122.0.2365.92.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e1ae767cf1a3..c05cd541db55 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_122.0.2365.92-1_amd64.deb 166057970 BLAKE2B 1e9d25eaa77b7d64088d57f689661c68817175d32d7256e3a28ad9b51360815c1ccc1d17597a00244f20c3dcc3a19abd9ffd17a32d320ecb6b187bf117023b95 SHA512 b47ef93b0510e5e7fc6416dfb2d1bb2cea43137688464fa8f2e26ee7ffd7ed99adb5787b36435116098823bf7d717e9a57b7670b1506bd9de91f08b4d210e134
 DIST microsoft-edge-stable_123.0.2420.53-1_amd64.deb 166336578 BLAKE2B ec4ead47a3f1b985bd5b8d8255d3ec41c62cfde5076d5de8f7b0ad3c90f83ba42058a17451421fc527f0ee03db3774438d9f464951595ec5968ef8db4f8bb1bf SHA512 b683a0cb624c10588096f4b87846afed5adb8ae13afb1a3e5228fa86ac7fbd3ed13fb50f9386bbb1ed4a723eaab3ae56dafe1dfa32c33a4546b1c47b64d36683

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
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-122.0.2365.92.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-03  0:36 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-03  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     92a6584e4eaf06a76c8e320777dcdc4aaf140a5f
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 23:14:27 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 23:24:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a6584e

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-123.0.2420.53.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 071805befbdc..7314ac87c55f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_123.0.2420.53-1_amd64.deb 166336578 BLAKE2B ec4ead47a3f1b985bd5b8d8255d3ec41c62cfde5076d5de8f7b0ad3c90f83ba42058a17451421fc527f0ee03db3774438d9f464951595ec5968ef8db4f8bb1bf SHA512 b683a0cb624c10588096f4b87846afed5adb8ae13afb1a3e5228fa86ac7fbd3ed13fb50f9386bbb1ed4a723eaab3ae56dafe1dfa32c33a4546b1c47b64d36683
 DIST microsoft-edge-stable_123.0.2420.65-1_amd64.deb 166550462 BLAKE2B 4cdb7a0e420df0d685498091b4278a689d6a56b3a53a071ab7529b6cf6d25c8c60c76dd79b7c39c01028249f1f7e9ba72462d9287d8194d2d435d00d932ef9fd SHA512 ab6a2760604bdcde9672bc997b904ea2f5dba9558aafd301f3bbb106a51857877dd65d0def03f142bfa303c466667b80cd155a3ca27cdae9816f0709a8998b4e

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.53.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-03  0:36 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-03  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2584600ceab9fb96df355f61795cc9284d7fa4d0
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 23:14:20 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 23:24:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2584600c

www-client/microsoft-edge: automated bump (123.0.2420.65)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-123.0.2420.65.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c05cd541db55..071805befbdc 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_123.0.2420.53-1_amd64.deb 166336578 BLAKE2B ec4ead47a3f1b985bd5b8d8255d3ec41c62cfde5076d5de8f7b0ad3c90f83ba42058a17451421fc527f0ee03db3774438d9f464951595ec5968ef8db4f8bb1bf SHA512 b683a0cb624c10588096f4b87846afed5adb8ae13afb1a3e5228fa86ac7fbd3ed13fb50f9386bbb1ed4a723eaab3ae56dafe1dfa32c33a4546b1c47b64d36683
+DIST microsoft-edge-stable_123.0.2420.65-1_amd64.deb 166550462 BLAKE2B 4cdb7a0e420df0d685498091b4278a689d6a56b3a53a071ab7529b6cf6d25c8c60c76dd79b7c39c01028249f1f7e9ba72462d9287d8194d2d435d00d932ef9fd SHA512 ab6a2760604bdcde9672bc997b904ea2f5dba9558aafd301f3bbb106a51857877dd65d0def03f142bfa303c466667b80cd155a3ca27cdae9816f0709a8998b4e

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-03  0:36 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-03  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     70a02762acedb29bce673d5b630e033e963af4eb
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 23:14:25 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 23:24:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a02762

www-client/microsoft-edge: amd64 stable (123.0.2420.65)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-10  5:45 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-10  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     799d232aab1e48c351100cba3c2c47bd646617d9
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 01:48:38 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 05:40:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799d232a

www-client/microsoft-edge: amd64 stable (123.0.2420.81)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-10  5:45 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-10  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a6258db5cae130a2cadf86db220fe66d8e25146e
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 01:48:34 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 05:40:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6258db5

www-client/microsoft-edge: automated bump (123.0.2420.81)

Bug: https://bugs.gentoo.org/928462
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-123.0.2420.81.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7314ac87c55f..7e1b966e9fec 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_123.0.2420.65-1_amd64.deb 166550462 BLAKE2B 4cdb7a0e420df0d685498091b4278a689d6a56b3a53a071ab7529b6cf6d25c8c60c76dd79b7c39c01028249f1f7e9ba72462d9287d8194d2d435d00d932ef9fd SHA512 ab6a2760604bdcde9672bc997b904ea2f5dba9558aafd301f3bbb106a51857877dd65d0def03f142bfa303c466667b80cd155a3ca27cdae9816f0709a8998b4e
+DIST microsoft-edge-stable_123.0.2420.81-1_amd64.deb 166576286 BLAKE2B 83475c80d04db8134fc3bc8c3a267e37ae6feaec777d7ca48e221518ff6d3fb5eac0172675e6e7fa7c00dc3265ac35589a0ed5a75de24a68409a459f32ffee69 SHA512 11fb076ac3ee2c83cc94647359f73efbfbfc5ccec2b57656843a4345ace3cc7846f32eec143751a3454a46fa67ca5e0349beb53ccb1d3792d914bc457d0c8c2c

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-10  5:45 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-10  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     49fbae05e563cd6aa5bc1c4eb16d9bb442f18569
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 01:48:41 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 05:40:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fbae05

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-123.0.2420.65.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 7e1b966e9fec..60dc3a0cd3b1 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_123.0.2420.65-1_amd64.deb 166550462 BLAKE2B 4cdb7a0e420df0d685498091b4278a689d6a56b3a53a071ab7529b6cf6d25c8c60c76dd79b7c39c01028249f1f7e9ba72462d9287d8194d2d435d00d932ef9fd SHA512 ab6a2760604bdcde9672bc997b904ea2f5dba9558aafd301f3bbb106a51857877dd65d0def03f142bfa303c466667b80cd155a3ca27cdae9816f0709a8998b4e
 DIST microsoft-edge-stable_123.0.2420.81-1_amd64.deb 166576286 BLAKE2B 83475c80d04db8134fc3bc8c3a267e37ae6feaec777d7ca48e221518ff6d3fb5eac0172675e6e7fa7c00dc3265ac35589a0ed5a75de24a68409a459f32ffee69 SHA512 11fb076ac3ee2c83cc94647359f73efbfbfc5ccec2b57656843a4345ace3cc7846f32eec143751a3454a46fa67ca5e0349beb53ccb1d3792d914bc457d0c8c2c

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.65.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-16  7:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-16  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a04bad744f7424d50de269562b3d966504d81015
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 07:32:02 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 07:32:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04bad74

www-client/microsoft-edge: amd64 stable (123.0.2420.97)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-16  7:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-16  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4761e5969f26b92d686c51dac44143b76f2b70c9
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 07:31:57 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 07:31:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4761e596

www-client/microsoft-edge: automated bump (123.0.2420.97)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-123.0.2420.97.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 60dc3a0cd3b1..9926178e59e4 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_123.0.2420.81-1_amd64.deb 166576286 BLAKE2B 83475c80d04db8134fc3bc8c3a267e37ae6feaec777d7ca48e221518ff6d3fb5eac0172675e6e7fa7c00dc3265ac35589a0ed5a75de24a68409a459f32ffee69 SHA512 11fb076ac3ee2c83cc94647359f73efbfbfc5ccec2b57656843a4345ace3cc7846f32eec143751a3454a46fa67ca5e0349beb53ccb1d3792d914bc457d0c8c2c
+DIST microsoft-edge-stable_123.0.2420.97-1_amd64.deb 166622822 BLAKE2B 5ec3dc8c4776216c68f4e70f5153962ea529c48fd5b1004fff544a2765b3868e5c52a1a81ed877d0deab75803318635bfb25abe9df6c99dc8b390a49c76785f8 SHA512 23eb3e07ae698105dd0cbc052df62f3058548ba6e59bba27d42344796ef644999f06526eccb0ac17c450ec4886ee86c81e141a837c715c28a8e811a158117e81

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-16  7:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-16  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6e1759e3a03c32a059b186d51ed2a356fe199f83
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 07:32:05 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 07:32:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1759e3

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-123.0.2420.81.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9926178e59e4..057d73fefd7b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_123.0.2420.81-1_amd64.deb 166576286 BLAKE2B 83475c80d04db8134fc3bc8c3a267e37ae6feaec777d7ca48e221518ff6d3fb5eac0172675e6e7fa7c00dc3265ac35589a0ed5a75de24a68409a459f32ffee69 SHA512 11fb076ac3ee2c83cc94647359f73efbfbfc5ccec2b57656843a4345ace3cc7846f32eec143751a3454a46fa67ca5e0349beb53ccb1d3792d914bc457d0c8c2c
 DIST microsoft-edge-stable_123.0.2420.97-1_amd64.deb 166622822 BLAKE2B 5ec3dc8c4776216c68f4e70f5153962ea529c48fd5b1004fff544a2765b3868e5c52a1a81ed877d0deab75803318635bfb25abe9df6c99dc8b390a49c76785f8 SHA512 23eb3e07ae698105dd0cbc052df62f3058548ba6e59bba27d42344796ef644999f06526eccb0ac17c450ec4886ee86c81e141a837c715c28a8e811a158117e81

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.81.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-25  6:30 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-25  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c6898e32d9acafdf5f1bcf97401506c97270a7d1
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 03:33:20 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 06:28:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6898e32

www-client/microsoft-edge: automated bump (124.0.2478.51)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-124.0.2478.51.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 057d73fefd7b..a5f8ef1c450b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_123.0.2420.97-1_amd64.deb 166622822 BLAKE2B 5ec3dc8c4776216c68f4e70f5153962ea529c48fd5b1004fff544a2765b3868e5c52a1a81ed877d0deab75803318635bfb25abe9df6c99dc8b390a49c76785f8 SHA512 23eb3e07ae698105dd0cbc052df62f3058548ba6e59bba27d42344796ef644999f06526eccb0ac17c450ec4886ee86c81e141a837c715c28a8e811a158117e81
+DIST microsoft-edge-stable_124.0.2478.51-1_amd64.deb 167565894 BLAKE2B 49f60102da25318f915c90fae6837cb67f5a2500afea900f24c1e9fd219bbdfe728b402094609089302e3b8d78871612518016486f4787c2dcb370bd7c662fe5 SHA512 dde274409293324f5d01b109d6f2cf6878332c563aadf0e2ae499f52d6b9fc54f79cbca82e9553716a8d6f651e2a3d9858637cc19dc1667ed70b61702c87e77e

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-25  6:30 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-25  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c814c6e827291d142fbca33a3987f57ca6ad7d48
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 03:33:26 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 06:28:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c814c6e8

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-123.0.2420.97.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index a5f8ef1c450b..4c2eb3f0bada 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_123.0.2420.97-1_amd64.deb 166622822 BLAKE2B 5ec3dc8c4776216c68f4e70f5153962ea529c48fd5b1004fff544a2765b3868e5c52a1a81ed877d0deab75803318635bfb25abe9df6c99dc8b390a49c76785f8 SHA512 23eb3e07ae698105dd0cbc052df62f3058548ba6e59bba27d42344796ef644999f06526eccb0ac17c450ec4886ee86c81e141a837c715c28a8e811a158117e81
 DIST microsoft-edge-stable_124.0.2478.51-1_amd64.deb 167565894 BLAKE2B 49f60102da25318f915c90fae6837cb67f5a2500afea900f24c1e9fd219bbdfe728b402094609089302e3b8d78871612518016486f4787c2dcb370bd7c662fe5 SHA512 dde274409293324f5d01b109d6f2cf6878332c563aadf0e2ae499f52d6b9fc54f79cbca82e9553716a8d6f651e2a3d9858637cc19dc1667ed70b61702c87e77e

diff --git a/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild b/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-123.0.2420.97.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-04-25  6:30 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-04-25  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     11fa39338a3f9325e60615f46a99530cf32d836d
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 03:33:24 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 06:28:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fa3933

www-client/microsoft-edge: amd64 stable (124.0.2478.51)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-01  6:38 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-01  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     499e1f68e79d66f7c37f0b27cc01b66198ea3f38
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 02:12:33 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May  1 06:38:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499e1f68

www-client/microsoft-edge: automated bump (124.0.2478.67)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-124.0.2478.67.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4c2eb3f0bada..30eb48b805f0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_124.0.2478.51-1_amd64.deb 167565894 BLAKE2B 49f60102da25318f915c90fae6837cb67f5a2500afea900f24c1e9fd219bbdfe728b402094609089302e3b8d78871612518016486f4787c2dcb370bd7c662fe5 SHA512 dde274409293324f5d01b109d6f2cf6878332c563aadf0e2ae499f52d6b9fc54f79cbca82e9553716a8d6f651e2a3d9858637cc19dc1667ed70b61702c87e77e
+DIST microsoft-edge-stable_124.0.2478.67-1_amd64.deb 167526530 BLAKE2B bc2c71b523c303ed1726844156a80a8e245d467c383b53f297882b774679018ae5a7c94dae6290b9597b5d39382ebc4427c96afa45cc89ba2ac993e980dbdc69 SHA512 9264e5901314c965b61e3fa38333722f65f5158e25e237cecb2947ae5a27082f2d72f1f8e7d1d932d39b5a5d4849598ab5aa902639792d682128a589172c0464

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-01  6:38 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-01  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     dcf74d4dada4676833bafc336a648b20b6595513
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 02:12:36 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May  1 06:38:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf74d4d

www-client/microsoft-edge: amd64 stable (124.0.2478.67)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-01  6:38 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-01  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fb0b165e02764a8c928519dea65c54cda68c3dbe
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 02:12:39 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May  1 06:38:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0b165e

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-124.0.2478.51.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 30eb48b805f0..88291444740a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_124.0.2478.51-1_amd64.deb 167565894 BLAKE2B 49f60102da25318f915c90fae6837cb67f5a2500afea900f24c1e9fd219bbdfe728b402094609089302e3b8d78871612518016486f4787c2dcb370bd7c662fe5 SHA512 dde274409293324f5d01b109d6f2cf6878332c563aadf0e2ae499f52d6b9fc54f79cbca82e9553716a8d6f651e2a3d9858637cc19dc1667ed70b61702c87e77e
 DIST microsoft-edge-stable_124.0.2478.67-1_amd64.deb 167526530 BLAKE2B bc2c71b523c303ed1726844156a80a8e245d467c383b53f297882b774679018ae5a7c94dae6290b9597b5d39382ebc4427c96afa45cc89ba2ac993e980dbdc69 SHA512 9264e5901314c965b61e3fa38333722f65f5158e25e237cecb2947ae5a27082f2d72f1f8e7d1d932d39b5a5d4849598ab5aa902639792d682128a589172c0464

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.51.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-08  7:15 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-08  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3d03042c66c44ddd54756fd1290b805276d8147a
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 05:28:46 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May  8 07:14:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d03042c

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-124.0.2478.67.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5f4d1eb14251..a5a345d832f6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_124.0.2478.67-1_amd64.deb 167526530 BLAKE2B bc2c71b523c303ed1726844156a80a8e245d467c383b53f297882b774679018ae5a7c94dae6290b9597b5d39382ebc4427c96afa45cc89ba2ac993e980dbdc69 SHA512 9264e5901314c965b61e3fa38333722f65f5158e25e237cecb2947ae5a27082f2d72f1f8e7d1d932d39b5a5d4849598ab5aa902639792d682128a589172c0464
 DIST microsoft-edge-stable_124.0.2478.80-1_amd64.deb 167578754 BLAKE2B 80d0e44f1308ee5fb14098a98e83cd23d55f87de08da3e5f86a23816b07c2bfd607e76972ddafd59918973f1cd8df5cd0b040fd8c3741d75bfb61822a8c320f5 SHA512 a08300023763a5a58ae4bd077d1a92a0406b55990fb796a5487afa306b0e94d3e47a0dd52c94bb4ecb05329da25638de4ba47db38e84524a1e44d70a708626b5

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.67.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-08  7:15 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-08  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     19f633c2d078d350a919b07f7ea930274d67dd8c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 05:28:40 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May  8 07:14:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f633c2

www-client/microsoft-edge: automated bump (124.0.2478.80)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-124.0.2478.80.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 88291444740a..5f4d1eb14251 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_124.0.2478.67-1_amd64.deb 167526530 BLAKE2B bc2c71b523c303ed1726844156a80a8e245d467c383b53f297882b774679018ae5a7c94dae6290b9597b5d39382ebc4427c96afa45cc89ba2ac993e980dbdc69 SHA512 9264e5901314c965b61e3fa38333722f65f5158e25e237cecb2947ae5a27082f2d72f1f8e7d1d932d39b5a5d4849598ab5aa902639792d682128a589172c0464
+DIST microsoft-edge-stable_124.0.2478.80-1_amd64.deb 167578754 BLAKE2B 80d0e44f1308ee5fb14098a98e83cd23d55f87de08da3e5f86a23816b07c2bfd607e76972ddafd59918973f1cd8df5cd0b040fd8c3741d75bfb61822a8c320f5 SHA512 a08300023763a5a58ae4bd077d1a92a0406b55990fb796a5487afa306b0e94d3e47a0dd52c94bb4ecb05329da25638de4ba47db38e84524a1e44d70a708626b5

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-08  7:15 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-08  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3e06a6ff16a63209404b76c5d0c13951faf68228
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 05:28:44 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed May  8 07:14:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e06a6ff

www-client/microsoft-edge: amd64 stable (124.0.2478.80)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-10 21:35 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-10 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     22d1a286160cb4170fbccb536e9953d1312b4c8c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 21:21:09 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri May 10 21:31:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d1a286

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-124.0.2478.80.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 39b28cee4b72..0a19fb31dd6a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_124.0.2478.80-1_amd64.deb 167578754 BLAKE2B 80d0e44f1308ee5fb14098a98e83cd23d55f87de08da3e5f86a23816b07c2bfd607e76972ddafd59918973f1cd8df5cd0b040fd8c3741d75bfb61822a8c320f5 SHA512 a08300023763a5a58ae4bd077d1a92a0406b55990fb796a5487afa306b0e94d3e47a0dd52c94bb4ecb05329da25638de4ba47db38e84524a1e44d70a708626b5
 DIST microsoft-edge-stable_124.0.2478.97-1_amd64.deb 167546042 BLAKE2B 4444c0bd6537f0d1add38817772300b20d35216c3a4467d75987b107d438f97095a70bc631acc5c028a3fd57cc5f9300ab5586c10f4fa8608760a741a00579e4 SHA512 e0d8530a782d05acf1c29e5da606fa4562dcdc472ca72518c179511e81914c61795dfe1c8570eebb7a91e54fb33d9d3be6e6370b0f55b10ee3689f4048117210

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.80.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-10 21:35 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-10 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     24dd2d12643574964ec96fed6708346a4579c79c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 21:21:02 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri May 10 21:31:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dd2d12

www-client/microsoft-edge: automated bump (124.0.2478.97)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-124.0.2478.97.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index a5a345d832f6..39b28cee4b72 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_124.0.2478.80-1_amd64.deb 167578754 BLAKE2B 80d0e44f1308ee5fb14098a98e83cd23d55f87de08da3e5f86a23816b07c2bfd607e76972ddafd59918973f1cd8df5cd0b040fd8c3741d75bfb61822a8c320f5 SHA512 a08300023763a5a58ae4bd077d1a92a0406b55990fb796a5487afa306b0e94d3e47a0dd52c94bb4ecb05329da25638de4ba47db38e84524a1e44d70a708626b5
+DIST microsoft-edge-stable_124.0.2478.97-1_amd64.deb 167546042 BLAKE2B 4444c0bd6537f0d1add38817772300b20d35216c3a4467d75987b107d438f97095a70bc631acc5c028a3fd57cc5f9300ab5586c10f4fa8608760a741a00579e4 SHA512 e0d8530a782d05acf1c29e5da606fa4562dcdc472ca72518c179511e81914c61795dfe1c8570eebb7a91e54fb33d9d3be6e6370b0f55b10ee3689f4048117210

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-10 21:35 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-10 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b02528ecc98a77545a1b943727446107f7eefbe2
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 21:21:07 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri May 10 21:31:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02528ec

www-client/microsoft-edge: amd64 stable (124.0.2478.97)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-16 22:34 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-16 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     18678d1a14937406407e661259b419b056559c15
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 03:49:52 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu May 16 22:33:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18678d1a

www-client/microsoft-edge: amd64 stable (124.0.2478.105)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-16 22:34 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-16 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b48c2b8dd7c31ce89f2ce321ecd567433ed509bd
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 03:49:45 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu May 16 22:33:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48c2b8d

www-client/microsoft-edge: automated bump (124.0.2478.105)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-124.0.2478.105.ebuild           | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0a19fb31dd6a..c7070e21ee7a 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_124.0.2478.105-1_amd64.deb 167528994 BLAKE2B 8c4b78fef3d8905bf7218d7477c141ceb73cdc120073149173e74df7cc509f130ec7576a999b161c95c6abd544f92d34e917f8071694a58e8c3617a6ef775231 SHA512 73c627ba2930648b48e8a98e4bad99369d2c98fc73cb3fb2a6edf165a0dea0df4598485418226dd3bb1acf902028e2c0200d83e968e463a48f37ac6823eb0437
 DIST microsoft-edge-stable_124.0.2478.97-1_amd64.deb 167546042 BLAKE2B 4444c0bd6537f0d1add38817772300b20d35216c3a4467d75987b107d438f97095a70bc631acc5c028a3fd57cc5f9300ab5586c10f4fa8608760a741a00579e4 SHA512 e0d8530a782d05acf1c29e5da606fa4562dcdc472ca72518c179511e81914c61795dfe1c8570eebb7a91e54fb33d9d3be6e6370b0f55b10ee3689f4048117210

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-16 22:34 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-16 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     373bf61fe092c95c626791571bf29f300b1ff7da
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 03:49:56 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu May 16 22:33:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373bf61f

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-124.0.2478.97.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c7070e21ee7a..9b12d1442b0f 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
 DIST microsoft-edge-stable_124.0.2478.105-1_amd64.deb 167528994 BLAKE2B 8c4b78fef3d8905bf7218d7477c141ceb73cdc120073149173e74df7cc509f130ec7576a999b161c95c6abd544f92d34e917f8071694a58e8c3617a6ef775231 SHA512 73c627ba2930648b48e8a98e4bad99369d2c98fc73cb3fb2a6edf165a0dea0df4598485418226dd3bb1acf902028e2c0200d83e968e463a48f37ac6823eb0437
-DIST microsoft-edge-stable_124.0.2478.97-1_amd64.deb 167546042 BLAKE2B 4444c0bd6537f0d1add38817772300b20d35216c3a4467d75987b107d438f97095a70bc631acc5c028a3fd57cc5f9300ab5586c10f4fa8608760a741a00579e4 SHA512 e0d8530a782d05acf1c29e5da606fa4562dcdc472ca72518c179511e81914c61795dfe1c8570eebb7a91e54fb33d9d3be6e6370b0f55b10ee3689f4048117210

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.97.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-23  7:48 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-23  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4b2a3f5fc1e77b30e69bb188ae2780fc7f84404b
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 07:15:38 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu May 23 07:48:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2a3f5f

www-client/microsoft-edge: amd64 stable (125.0.2535.51)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-23  7:48 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-23  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     51b92f2956674b7b961d32009cd4de5e6db4e7ff
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 07:15:30 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu May 23 07:48:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b92f29

www-client/microsoft-edge: automated bump (125.0.2535.51)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-125.0.2535.51.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9b12d1442b0f..1e05b2c5e1ec 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_124.0.2478.105-1_amd64.deb 167528994 BLAKE2B 8c4b78fef3d8905bf7218d7477c141ceb73cdc120073149173e74df7cc509f130ec7576a999b161c95c6abd544f92d34e917f8071694a58e8c3617a6ef775231 SHA512 73c627ba2930648b48e8a98e4bad99369d2c98fc73cb3fb2a6edf165a0dea0df4598485418226dd3bb1acf902028e2c0200d83e968e463a48f37ac6823eb0437
+DIST microsoft-edge-stable_125.0.2535.51-1_amd64.deb 167711342 BLAKE2B 54d155fb9391cf4ed70021f7d092cb4c0f4b78f3243ce4c84ea020fbb9c3dc3b6434c0024bd1b06ad13c50f95623bf370a0b65be9e2cc680411ec4c308bd8361 SHA512 6995972f62ef5bc592b5463aa29ba096c9bbfd855da9a2b218ef039a6a608b530797b85944ae5ddc4456c38d459d7ccac7ff7dbb22345fe47bad5b9ad51c35f1

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-23  7:48 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-23  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4e047710cfd0277883fd1d4d9b4ed2cc6d02ea7e
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 07:15:42 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu May 23 07:48:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e047710

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-124.0.2478.105.ebuild           | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 1e05b2c5e1ec..fb861f82b418 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_124.0.2478.105-1_amd64.deb 167528994 BLAKE2B 8c4b78fef3d8905bf7218d7477c141ceb73cdc120073149173e74df7cc509f130ec7576a999b161c95c6abd544f92d34e917f8071694a58e8c3617a6ef775231 SHA512 73c627ba2930648b48e8a98e4bad99369d2c98fc73cb3fb2a6edf165a0dea0df4598485418226dd3bb1acf902028e2c0200d83e968e463a48f37ac6823eb0437
 DIST microsoft-edge-stable_125.0.2535.51-1_amd64.deb 167711342 BLAKE2B 54d155fb9391cf4ed70021f7d092cb4c0f4b78f3243ce4c84ea020fbb9c3dc3b6434c0024bd1b06ad13c50f95623bf370a0b65be9e2cc680411ec4c308bd8361 SHA512 6995972f62ef5bc592b5463aa29ba096c9bbfd855da9a2b218ef039a6a608b530797b85944ae5ddc4456c38d459d7ccac7ff7dbb22345fe47bad5b9ad51c35f1

diff --git a/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild b/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-124.0.2478.105.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-27 11:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-27 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1a96f1202686fd48124cfeaf3f3542236aa2bae8
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 01:13:24 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon May 27 11:41:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a96f120

www-client/microsoft-edge: amd64 stable (125.0.2535.67)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-27 11:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-27 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     30fafdfb5a6842e29d5d3d7912f5cdb68b04e387
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 01:13:19 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon May 27 11:41:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fafdfb

www-client/microsoft-edge: automated bump (125.0.2535.67)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-125.0.2535.67.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fb861f82b418..ac64879fb2e4 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_125.0.2535.51-1_amd64.deb 167711342 BLAKE2B 54d155fb9391cf4ed70021f7d092cb4c0f4b78f3243ce4c84ea020fbb9c3dc3b6434c0024bd1b06ad13c50f95623bf370a0b65be9e2cc680411ec4c308bd8361 SHA512 6995972f62ef5bc592b5463aa29ba096c9bbfd855da9a2b218ef039a6a608b530797b85944ae5ddc4456c38d459d7ccac7ff7dbb22345fe47bad5b9ad51c35f1
+DIST microsoft-edge-stable_125.0.2535.67-1_amd64.deb 167906898 BLAKE2B ce43a11b4a9ad25e3832d4b477d3d497dca312208b36638a543634327f2b4c80511e5f5aeb5e2516f02d1ffaa84bfb8361bc794f592a6b1e62404fc1fe7ebb68 SHA512 393a79338e49aef87bb65300d6a1a8a54e51da376ba3c420f5d6db7ba988703af3faf2381d386d66e25b8d69112bef24f408c2eaaa6fa6b231a194c2d5f8a4f6

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-05-27 11:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-05-27 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     dca09b6006ab7f75e77b561e4f969271879af12d
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 01:13:28 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon May 27 11:41:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca09b60

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-125.0.2535.51.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index ac64879fb2e4..77aafe3b3504 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_125.0.2535.51-1_amd64.deb 167711342 BLAKE2B 54d155fb9391cf4ed70021f7d092cb4c0f4b78f3243ce4c84ea020fbb9c3dc3b6434c0024bd1b06ad13c50f95623bf370a0b65be9e2cc680411ec4c308bd8361 SHA512 6995972f62ef5bc592b5463aa29ba096c9bbfd855da9a2b218ef039a6a608b530797b85944ae5ddc4456c38d459d7ccac7ff7dbb22345fe47bad5b9ad51c35f1
 DIST microsoft-edge-stable_125.0.2535.67-1_amd64.deb 167906898 BLAKE2B ce43a11b4a9ad25e3832d4b477d3d497dca312208b36638a543634327f2b4c80511e5f5aeb5e2516f02d1ffaa84bfb8361bc794f592a6b1e62404fc1fe7ebb68 SHA512 393a79338e49aef87bb65300d6a1a8a54e51da376ba3c420f5d6db7ba988703af3faf2381d386d66e25b8d69112bef24f408c2eaaa6fa6b231a194c2d5f8a4f6

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.51.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-06 15:18 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-06 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     cae338a12bf5d66ecbc4f2e03400a653cbdb76c8
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 04:13:19 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 15:17:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae338a1

www-client/microsoft-edge: amd64 stable (125.0.2535.85)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-06 15:18 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-06 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c5212fde13e2249aa3c75a15f0a5b7a479900f43
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 04:13:14 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 15:17:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5212fde

www-client/microsoft-edge: automated bump (125.0.2535.85)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-125.0.2535.85.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 77aafe3b3504..71bccc79afd0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_125.0.2535.67-1_amd64.deb 167906898 BLAKE2B ce43a11b4a9ad25e3832d4b477d3d497dca312208b36638a543634327f2b4c80511e5f5aeb5e2516f02d1ffaa84bfb8361bc794f592a6b1e62404fc1fe7ebb68 SHA512 393a79338e49aef87bb65300d6a1a8a54e51da376ba3c420f5d6db7ba988703af3faf2381d386d66e25b8d69112bef24f408c2eaaa6fa6b231a194c2d5f8a4f6
+DIST microsoft-edge-stable_125.0.2535.85-1_amd64.deb 167914994 BLAKE2B 48862cb00829c0269be2b43c711dd12e7ef2d57194de3119d7c1864edfb9370889c06f00f630e062f4d8409413c001963973e35ce146800a8c06703813b815a9 SHA512 6387d1500c2506f7b655e974aab1fae1a8bc2424d500fc8ec96988a6ed93fd4e2194e45544de21ccbb9a7a1e0fcbf0175742782865100224faaaaca5d2273ad0

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-06 15:18 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-06 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8fd79af7888de7cc0cdc6af9dce9fcf30eae378a
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 04:13:23 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 15:17:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd79af7

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-125.0.2535.67.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 71bccc79afd0..af869ddd213c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_125.0.2535.67-1_amd64.deb 167906898 BLAKE2B ce43a11b4a9ad25e3832d4b477d3d497dca312208b36638a543634327f2b4c80511e5f5aeb5e2516f02d1ffaa84bfb8361bc794f592a6b1e62404fc1fe7ebb68 SHA512 393a79338e49aef87bb65300d6a1a8a54e51da376ba3c420f5d6db7ba988703af3faf2381d386d66e25b8d69112bef24f408c2eaaa6fa6b231a194c2d5f8a4f6
 DIST microsoft-edge-stable_125.0.2535.85-1_amd64.deb 167914994 BLAKE2B 48862cb00829c0269be2b43c711dd12e7ef2d57194de3119d7c1864edfb9370889c06f00f630e062f4d8409413c001963973e35ce146800a8c06703813b815a9 SHA512 6387d1500c2506f7b655e974aab1fae1a8bc2424d500fc8ec96988a6ed93fd4e2194e45544de21ccbb9a7a1e0fcbf0175742782865100224faaaaca5d2273ad0

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.67.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-13  9:26 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-13  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e206dc620f227f472c450f89222667df08c12c1d
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 00:12:10 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 09:25:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e206dc62

www-client/microsoft-edge: automated bump (125.0.2535.92)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-125.0.2535.92.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index af869ddd213c..d825753c89d8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_125.0.2535.85-1_amd64.deb 167914994 BLAKE2B 48862cb00829c0269be2b43c711dd12e7ef2d57194de3119d7c1864edfb9370889c06f00f630e062f4d8409413c001963973e35ce146800a8c06703813b815a9 SHA512 6387d1500c2506f7b655e974aab1fae1a8bc2424d500fc8ec96988a6ed93fd4e2194e45544de21ccbb9a7a1e0fcbf0175742782865100224faaaaca5d2273ad0
+DIST microsoft-edge-stable_125.0.2535.92-1_amd64.deb 167919146 BLAKE2B ab6b145cb5b98941bd8a270afaf80abb6b2884d8ac0fc6f479a82c57ebcfcbe4efb186cbbf2b7a8fdcaf53b6cf5cd715bedcc3cbab9750fae70bb8d0cdcdb9a0 SHA512 7760adfa56ab4901caac8b8087e0366f08286fe2033bf9bf6050af676af8be4c40307ff0e5ba7892d13e625441e7d9c8be8faae75bc630193fe7740fbfd404f3

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-13  9:26 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-13  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     55db581ecb5daf645c0dac70ce1ee770c17094b6
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 00:12:15 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 09:25:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55db581e

www-client/microsoft-edge: amd64 stable (125.0.2535.92)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-13  9:26 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-13  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e2e4f9efbc87f19254c9f1f58cd3f9d2d9b7ec6c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 00:12:18 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 09:25:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e4f9ef

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-125.0.2535.85.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d825753c89d8..c09396b9bf19 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_125.0.2535.85-1_amd64.deb 167914994 BLAKE2B 48862cb00829c0269be2b43c711dd12e7ef2d57194de3119d7c1864edfb9370889c06f00f630e062f4d8409413c001963973e35ce146800a8c06703813b815a9 SHA512 6387d1500c2506f7b655e974aab1fae1a8bc2424d500fc8ec96988a6ed93fd4e2194e45544de21ccbb9a7a1e0fcbf0175742782865100224faaaaca5d2273ad0
 DIST microsoft-edge-stable_125.0.2535.92-1_amd64.deb 167919146 BLAKE2B ab6b145cb5b98941bd8a270afaf80abb6b2884d8ac0fc6f479a82c57ebcfcbe4efb186cbbf2b7a8fdcaf53b6cf5cd715bedcc3cbab9750fae70bb8d0cdcdb9a0 SHA512 7760adfa56ab4901caac8b8087e0366f08286fe2033bf9bf6050af676af8be4c40307ff0e5ba7892d13e625441e7d9c8be8faae75bc630193fe7740fbfd404f3

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.85.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-19  9:36 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-19  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3668b81b3408ddc25365ffbd3f497679e0d73ebf
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 07:38:53 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 09:35:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3668b81b

www-client/microsoft-edge: automated bump (126.0.2592.61)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-126.0.2592.61.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c09396b9bf19..4a4a641d6ed7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_125.0.2535.92-1_amd64.deb 167919146 BLAKE2B ab6b145cb5b98941bd8a270afaf80abb6b2884d8ac0fc6f479a82c57ebcfcbe4efb186cbbf2b7a8fdcaf53b6cf5cd715bedcc3cbab9750fae70bb8d0cdcdb9a0 SHA512 7760adfa56ab4901caac8b8087e0366f08286fe2033bf9bf6050af676af8be4c40307ff0e5ba7892d13e625441e7d9c8be8faae75bc630193fe7740fbfd404f3
+DIST microsoft-edge-stable_126.0.2592.61-1_amd64.deb 168055058 BLAKE2B 33af6b3b36ea222de3936511ac9c3dc22d268ad3f9b0394322d9d0309a18212f917127d4af1d30526a5e7e61e944ded50254eec40192ac0a8bfaf1340bc63bd3 SHA512 0b7e659ca15db143a7299c54a1d5f946e04b68ba0e47d23e19c49697a14ceb1aad3822d217b168e3ce993c038c6f5d960fd72fb66fac70d5e04a85da5b1f0d79

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-19  9:36 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-19  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d007a71f5644d6097d7f40818816d2d08bb26926
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 07:38:58 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 09:35:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d007a71f

www-client/microsoft-edge: amd64 stable (126.0.2592.61)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-19  9:36 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-19  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3e2bf99d2443057ac1d94fd9b374c1effe5b252b
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 07:39:01 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 09:35:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2bf99d

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-125.0.2535.92.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 4a4a641d6ed7..c38f56987ec0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_125.0.2535.92-1_amd64.deb 167919146 BLAKE2B ab6b145cb5b98941bd8a270afaf80abb6b2884d8ac0fc6f479a82c57ebcfcbe4efb186cbbf2b7a8fdcaf53b6cf5cd715bedcc3cbab9750fae70bb8d0cdcdb9a0 SHA512 7760adfa56ab4901caac8b8087e0366f08286fe2033bf9bf6050af676af8be4c40307ff0e5ba7892d13e625441e7d9c8be8faae75bc630193fe7740fbfd404f3
 DIST microsoft-edge-stable_126.0.2592.61-1_amd64.deb 168055058 BLAKE2B 33af6b3b36ea222de3936511ac9c3dc22d268ad3f9b0394322d9d0309a18212f917127d4af1d30526a5e7e61e944ded50254eec40192ac0a8bfaf1340bc63bd3 SHA512 0b7e659ca15db143a7299c54a1d5f946e04b68ba0e47d23e19c49697a14ceb1aad3822d217b168e3ce993c038c6f5d960fd72fb66fac70d5e04a85da5b1f0d79

diff --git a/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild b/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-125.0.2535.92.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-22  4:24 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-22  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d4d2826fa86d14bc577d54821e9dbb7470e355e3
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 13:19:49 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 04:23:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d2826f

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-126.0.2592.61.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index e5aa9bf2ca17..87c231198330 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_126.0.2592.61-1_amd64.deb 168055058 BLAKE2B 33af6b3b36ea222de3936511ac9c3dc22d268ad3f9b0394322d9d0309a18212f917127d4af1d30526a5e7e61e944ded50254eec40192ac0a8bfaf1340bc63bd3 SHA512 0b7e659ca15db143a7299c54a1d5f946e04b68ba0e47d23e19c49697a14ceb1aad3822d217b168e3ce993c038c6f5d960fd72fb66fac70d5e04a85da5b1f0d79
 DIST microsoft-edge-stable_126.0.2592.68-1_amd64.deb 168070006 BLAKE2B d4b7a90ec215aab7eab86197e1a9fdd05306ab1a9daa28f2cee67b162948dc70e1383fd8582fa1872ec762bf9d1617477a858f9a1476221d5397a65c09bf20f7 SHA512 ad76c4bba553d870fc4ea233412e0ed20eaf7fb64bf08975dda4cec832c03108bfb214268654aceed4b47a59173ecb48085fff892c9ad1dfde9b9c1a67968ac6

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.61.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-22  4:24 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-22  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     247b8dd851f4ea82ad8975b6a1b908b2d2710369
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 13:19:46 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 04:23:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247b8dd8

www-client/microsoft-edge: amd64 stable (126.0.2592.68)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-22  4:24 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-22  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2a58e692e80b2bf14c193acac2a17e0c767a8d4b
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 13:19:41 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 04:23:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a58e692

www-client/microsoft-edge: automated bump (126.0.2592.68)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-126.0.2592.68.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c38f56987ec0..e5aa9bf2ca17 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_126.0.2592.61-1_amd64.deb 168055058 BLAKE2B 33af6b3b36ea222de3936511ac9c3dc22d268ad3f9b0394322d9d0309a18212f917127d4af1d30526a5e7e61e944ded50254eec40192ac0a8bfaf1340bc63bd3 SHA512 0b7e659ca15db143a7299c54a1d5f946e04b68ba0e47d23e19c49697a14ceb1aad3822d217b168e3ce993c038c6f5d960fd72fb66fac70d5e04a85da5b1f0d79
+DIST microsoft-edge-stable_126.0.2592.68-1_amd64.deb 168070006 BLAKE2B d4b7a90ec215aab7eab86197e1a9fdd05306ab1a9daa28f2cee67b162948dc70e1383fd8582fa1872ec762bf9d1617477a858f9a1476221d5397a65c09bf20f7 SHA512 ad76c4bba553d870fc4ea233412e0ed20eaf7fb64bf08975dda4cec832c03108bfb214268654aceed4b47a59173ecb48085fff892c9ad1dfde9b9c1a67968ac6

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-27 21:55 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-27 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ec680586f5616aa36cd830ff5398003525856f6b
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 21:53:35 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 21:53:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec680586

www-client/microsoft-edge: automated bump (126.0.2592.81)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-126.0.2592.81.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 87c231198330..79206ed113a3 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_126.0.2592.68-1_amd64.deb 168070006 BLAKE2B d4b7a90ec215aab7eab86197e1a9fdd05306ab1a9daa28f2cee67b162948dc70e1383fd8582fa1872ec762bf9d1617477a858f9a1476221d5397a65c09bf20f7 SHA512 ad76c4bba553d870fc4ea233412e0ed20eaf7fb64bf08975dda4cec832c03108bfb214268654aceed4b47a59173ecb48085fff892c9ad1dfde9b9c1a67968ac6
+DIST microsoft-edge-stable_126.0.2592.81-1_amd64.deb 168150094 BLAKE2B 7e3ffae48269651076428e86b92e3ae888abd09b9abc86c7f0923d0d7895733d993a3b9de5bf3c97a2030b06903459468d91a03d53cf6ee6f802d2f459f5187b SHA512 f694c2adff03a3b0465687716fc27bcff31c6d76db2f0a60e692d20eae45beeb18ebc5317098c46b8898050b2697909335597684e39992c79bd30c900fc1cec8

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-27 21:55 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-27 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fdb8a4a4472ca396e7fe6905c79765a4537a0546
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 21:53:40 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 21:53:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb8a4a4

www-client/microsoft-edge: amd64 stable (126.0.2592.81)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-06-27 21:55 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-06-27 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     abb2a66045bbe3470378e1753c8db09b965d450c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 21:53:43 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 21:53:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb2a660

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-126.0.2592.68.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 79206ed113a3..b50ff01a7b73 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_126.0.2592.68-1_amd64.deb 168070006 BLAKE2B d4b7a90ec215aab7eab86197e1a9fdd05306ab1a9daa28f2cee67b162948dc70e1383fd8582fa1872ec762bf9d1617477a858f9a1476221d5397a65c09bf20f7 SHA512 ad76c4bba553d870fc4ea233412e0ed20eaf7fb64bf08975dda4cec832c03108bfb214268654aceed4b47a59173ecb48085fff892c9ad1dfde9b9c1a67968ac6
 DIST microsoft-edge-stable_126.0.2592.81-1_amd64.deb 168150094 BLAKE2B 7e3ffae48269651076428e86b92e3ae888abd09b9abc86c7f0923d0d7895733d993a3b9de5bf3c97a2030b06903459468d91a03d53cf6ee6f802d2f459f5187b SHA512 f694c2adff03a3b0465687716fc27bcff31c6d76db2f0a60e692d20eae45beeb18ebc5317098c46b8898050b2697909335597684e39992c79bd30c900fc1cec8

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.68.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-02 22:58 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-02 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b947dc9e46c852c205c2f61039bd13cff3db2382
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 22:52:01 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 22:52:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b947dc9e

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-126.0.2592.81.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c90f78466bed..f67891bff902 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_126.0.2592.81-1_amd64.deb 168150094 BLAKE2B 7e3ffae48269651076428e86b92e3ae888abd09b9abc86c7f0923d0d7895733d993a3b9de5bf3c97a2030b06903459468d91a03d53cf6ee6f802d2f459f5187b SHA512 f694c2adff03a3b0465687716fc27bcff31c6d76db2f0a60e692d20eae45beeb18ebc5317098c46b8898050b2697909335597684e39992c79bd30c900fc1cec8
 DIST microsoft-edge-stable_126.0.2592.87-1_amd64.deb 168170546 BLAKE2B e1f4464f7bf50c2efbb36510578d5b26c4538c29aaf4f783335e8d0333db5978aac9a429cef1ba76d7662ac4bd93244e2a13238ded468c191858a8e46a4a6d89 SHA512 cbf72b15eb179e861f769908cc6cc84d2913e56b9f35405784063d12efc957cf5c6c4ff8f587e12500d0bbc1b27a5b6d71b455f31315a1a5b798480044d4fb2b

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.81.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-02 22:58 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-02 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e3af05d78dbe389ec9ef3470e502404eb56ca2fd
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 22:51:58 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 22:51:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3af05d7

www-client/microsoft-edge: amd64 stable (126.0.2592.87)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-02 22:58 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-02 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b84fedaefb92bec5d649bea2c90f87d78631fbcf
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 22:51:45 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 22:51:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84fedae

www-client/microsoft-edge: automated bump (126.0.2592.87)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-126.0.2592.87.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index b50ff01a7b73..c90f78466bed 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_126.0.2592.81-1_amd64.deb 168150094 BLAKE2B 7e3ffae48269651076428e86b92e3ae888abd09b9abc86c7f0923d0d7895733d993a3b9de5bf3c97a2030b06903459468d91a03d53cf6ee6f802d2f459f5187b SHA512 f694c2adff03a3b0465687716fc27bcff31c6d76db2f0a60e692d20eae45beeb18ebc5317098c46b8898050b2697909335597684e39992c79bd30c900fc1cec8
+DIST microsoft-edge-stable_126.0.2592.87-1_amd64.deb 168170546 BLAKE2B e1f4464f7bf50c2efbb36510578d5b26c4538c29aaf4f783335e8d0333db5978aac9a429cef1ba76d7662ac4bd93244e2a13238ded468c191858a8e46a4a6d89 SHA512 cbf72b15eb179e861f769908cc6cc84d2913e56b9f35405784063d12efc957cf5c6c4ff8f587e12500d0bbc1b27a5b6d71b455f31315a1a5b798480044d4fb2b

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-18  5:57 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-18  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     016f59764c3186d588c314c839a06baa5d33fcb8
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 04:07:06 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 05:57:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016f5976

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-126.0.2592.87.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fb6b198ad21c..3337c12a4ce9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
 DIST microsoft-edge-stable_126.0.2592.102-1_amd64.deb 168166266 BLAKE2B 02f884e3d22c933b0033ce4b0b1bccf4364aad51a49f622b8003f803ef732a3ed5ed9346c6bfdb5873ce3676ec76b903034aaceb1cdb0c7c8e5a4a5c46d8603c SHA512 67d5fb6269a0c80680d5961783b82958f2c5d53143800a85c3aa7772e34fd32a4f860a040b37e5bae92c7d8a72efd975bd8047b5072a7e11335a63d6d03857c5
-DIST microsoft-edge-stable_126.0.2592.87-1_amd64.deb 168170546 BLAKE2B e1f4464f7bf50c2efbb36510578d5b26c4538c29aaf4f783335e8d0333db5978aac9a429cef1ba76d7662ac4bd93244e2a13238ded468c191858a8e46a4a6d89 SHA512 cbf72b15eb179e861f769908cc6cc84d2913e56b9f35405784063d12efc957cf5c6c4ff8f587e12500d0bbc1b27a5b6d71b455f31315a1a5b798480044d4fb2b

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.87.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-18  5:57 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-18  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     aebcb636a35e877d136877712e4f102677789427
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 04:06:56 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 05:57:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebcb636

www-client/microsoft-edge: automated bump (126.0.2592.102)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-126.0.2592.102.ebuild           | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index f67891bff902..fb6b198ad21c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_126.0.2592.102-1_amd64.deb 168166266 BLAKE2B 02f884e3d22c933b0033ce4b0b1bccf4364aad51a49f622b8003f803ef732a3ed5ed9346c6bfdb5873ce3676ec76b903034aaceb1cdb0c7c8e5a4a5c46d8603c SHA512 67d5fb6269a0c80680d5961783b82958f2c5d53143800a85c3aa7772e34fd32a4f860a040b37e5bae92c7d8a72efd975bd8047b5072a7e11335a63d6d03857c5
 DIST microsoft-edge-stable_126.0.2592.87-1_amd64.deb 168170546 BLAKE2B e1f4464f7bf50c2efbb36510578d5b26c4538c29aaf4f783335e8d0333db5978aac9a429cef1ba76d7662ac4bd93244e2a13238ded468c191858a8e46a4a6d89 SHA512 cbf72b15eb179e861f769908cc6cc84d2913e56b9f35405784063d12efc957cf5c6c4ff8f587e12500d0bbc1b27a5b6d71b455f31315a1a5b798480044d4fb2b

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-18  5:57 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-18  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     81eb03349c2329099715406108ad6c8cf4399d01
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 04:07:02 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 05:57:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eb0334

www-client/microsoft-edge: amd64 stable (126.0.2592.102)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-25  5:37 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-25  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     58ed01eb3f0c8e6def2cf4bb5c01ccdbb1979dc1
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 00:24:20 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 05:37:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ed01eb

www-client/microsoft-edge: amd64 stable (126.0.2592.113)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-25  5:37 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-25  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     027853e8d2e2d1808a33ba82ba23f9bb14b336eb
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 00:24:12 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 05:37:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027853e8

www-client/microsoft-edge: automated bump (126.0.2592.113)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-126.0.2592.113.ebuild           | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 3337c12a4ce9..d9c778c3b26d 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_126.0.2592.102-1_amd64.deb 168166266 BLAKE2B 02f884e3d22c933b0033ce4b0b1bccf4364aad51a49f622b8003f803ef732a3ed5ed9346c6bfdb5873ce3676ec76b903034aaceb1cdb0c7c8e5a4a5c46d8603c SHA512 67d5fb6269a0c80680d5961783b82958f2c5d53143800a85c3aa7772e34fd32a4f860a040b37e5bae92c7d8a72efd975bd8047b5072a7e11335a63d6d03857c5
+DIST microsoft-edge-stable_126.0.2592.113-1_amd64.deb 168198894 BLAKE2B 80f18b8e8c71a020f770df359ebcce87b87d9a992ca5cfc51fad3c3f62ee1805f3a8171c9edab6e9fa67d730d668da2dcd2a86845c2ce5a4a0f97129ed54cb31 SHA512 f3b3739d5781c5576189f618b244a1ec4f909354069ec43d56f193a0da5d23ea7cd47d969f9d5be98a9c5b6ba0ac29e0c2084362463feee078fff23095789022

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-25  5:37 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-25  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     fda947a3cecd59b36e3841d8f2cce726036e4ba4
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 00:24:23 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 05:37:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda947a3

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-126.0.2592.102.ebuild           | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index d9c778c3b26d..9d76c92bc049 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_126.0.2592.102-1_amd64.deb 168166266 BLAKE2B 02f884e3d22c933b0033ce4b0b1bccf4364aad51a49f622b8003f803ef732a3ed5ed9346c6bfdb5873ce3676ec76b903034aaceb1cdb0c7c8e5a4a5c46d8603c SHA512 67d5fb6269a0c80680d5961783b82958f2c5d53143800a85c3aa7772e34fd32a4f860a040b37e5bae92c7d8a72efd975bd8047b5072a7e11335a63d6d03857c5
 DIST microsoft-edge-stable_126.0.2592.113-1_amd64.deb 168198894 BLAKE2B 80f18b8e8c71a020f770df359ebcce87b87d9a992ca5cfc51fad3c3f62ee1805f3a8171c9edab6e9fa67d730d668da2dcd2a86845c2ce5a4a0f97129ed54cb31 SHA512 f3b3739d5781c5576189f618b244a1ec4f909354069ec43d56f193a0da5d23ea7cd47d969f9d5be98a9c5b6ba0ac29e0c2084362463feee078fff23095789022

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.102.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-27 12:02 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-27 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4cd8fd39050fe3e529386a051647feaa0b5a68d6
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 01:28:42 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 12:01:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd8fd39

www-client/microsoft-edge: automated bump (127.0.2651.74)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-127.0.2651.74.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9d76c92bc049..cccb073c5b31 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_126.0.2592.113-1_amd64.deb 168198894 BLAKE2B 80f18b8e8c71a020f770df359ebcce87b87d9a992ca5cfc51fad3c3f62ee1805f3a8171c9edab6e9fa67d730d668da2dcd2a86845c2ce5a4a0f97129ed54cb31 SHA512 f3b3739d5781c5576189f618b244a1ec4f909354069ec43d56f193a0da5d23ea7cd47d969f9d5be98a9c5b6ba0ac29e0c2084362463feee078fff23095789022
+DIST microsoft-edge-stable_127.0.2651.74-1_amd64.deb 167192306 BLAKE2B 8b57bbc9ea1767deef1e1cffafcfb1fd2cc47a130dff87f3d0d0888a1727d0239c575313860d67630b558437edcd49e8a5645286f2188acff1e255d2b1b20381 SHA512 7230015da941d50041d700c69a859fad3f34be2a3af222996dc6ff7db2e5300af8598c6775a433930cf8c64a7780285407639901aab73b8e7dcbb73221c41ccb

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-27 12:02 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-27 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a3098b6252917c3b3e767a4149c4f5ab0693a36a
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 01:28:48 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 12:01:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3098b62

www-client/microsoft-edge: amd64 stable (127.0.2651.74)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-07-27 12:02 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-07-27 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     95fcf43f8ad9d9f6f356c4edd6e46ec2cb7660ed
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 01:28:51 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 12:01:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fcf43f

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-126.0.2592.113.ebuild           | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index cccb073c5b31..142111e0dcea 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_126.0.2592.113-1_amd64.deb 168198894 BLAKE2B 80f18b8e8c71a020f770df359ebcce87b87d9a992ca5cfc51fad3c3f62ee1805f3a8171c9edab6e9fa67d730d668da2dcd2a86845c2ce5a4a0f97129ed54cb31 SHA512 f3b3739d5781c5576189f618b244a1ec4f909354069ec43d56f193a0da5d23ea7cd47d969f9d5be98a9c5b6ba0ac29e0c2084362463feee078fff23095789022
 DIST microsoft-edge-stable_127.0.2651.74-1_amd64.deb 167192306 BLAKE2B 8b57bbc9ea1767deef1e1cffafcfb1fd2cc47a130dff87f3d0d0888a1727d0239c575313860d67630b558437edcd49e8a5645286f2188acff1e255d2b1b20381 SHA512 7230015da941d50041d700c69a859fad3f34be2a3af222996dc6ff7db2e5300af8598c6775a433930cf8c64a7780285407639901aab73b8e7dcbb73221c41ccb

diff --git a/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild b/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-126.0.2592.113.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-07 14:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-07 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9ed6bf9909fabdca8458b5d62a4d1868e5c85a51
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 07:46:40 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 14:40:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed6bf99

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-127.0.2651.74.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 66a334e553e0..5b20faf9fc31 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_127.0.2651.74-1_amd64.deb 167192306 BLAKE2B 8b57bbc9ea1767deef1e1cffafcfb1fd2cc47a130dff87f3d0d0888a1727d0239c575313860d67630b558437edcd49e8a5645286f2188acff1e255d2b1b20381 SHA512 7230015da941d50041d700c69a859fad3f34be2a3af222996dc6ff7db2e5300af8598c6775a433930cf8c64a7780285407639901aab73b8e7dcbb73221c41ccb
 DIST microsoft-edge-stable_127.0.2651.86-1_amd64.deb 167183974 BLAKE2B 5251327715e334b12fee5e7e32931ce531bac2508681ecb86dfec25d33c3113df80571bea671f2949c5329b8f1d49c30c57b3ab8c3406fb159e32fd130ad69b0 SHA512 b96a03ad1a8eaee44b58a79a9db75b51109b5e77b484595fca93b15102abbfa0bf5f6cdbc891504ef5a4eb2ef5cb415164bdca125260b68b8e616f10fa11de9d

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.74.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-07 14:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-07 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     06540a65950a3016c4cd1cbd9f23ddbd9c023fe3
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 07:46:37 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 14:40:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06540a65

www-client/microsoft-edge: amd64 stable (127.0.2651.86)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-07 14:43 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-07 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ac1c75c617b22e08c120e41bdd1d38fe40933094
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 07:46:33 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 14:40:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1c75c6

www-client/microsoft-edge: automated bump (127.0.2651.86)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-127.0.2651.86.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 142111e0dcea..66a334e553e0 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_127.0.2651.74-1_amd64.deb 167192306 BLAKE2B 8b57bbc9ea1767deef1e1cffafcfb1fd2cc47a130dff87f3d0d0888a1727d0239c575313860d67630b558437edcd49e8a5645286f2188acff1e255d2b1b20381 SHA512 7230015da941d50041d700c69a859fad3f34be2a3af222996dc6ff7db2e5300af8598c6775a433930cf8c64a7780285407639901aab73b8e7dcbb73221c41ccb
+DIST microsoft-edge-stable_127.0.2651.86-1_amd64.deb 167183974 BLAKE2B 5251327715e334b12fee5e7e32931ce531bac2508681ecb86dfec25d33c3113df80571bea671f2949c5329b8f1d49c30c57b3ab8c3406fb159e32fd130ad69b0 SHA512 b96a03ad1a8eaee44b58a79a9db75b51109b5e77b484595fca93b15102abbfa0bf5f6cdbc891504ef5a4eb2ef5cb415164bdca125260b68b8e616f10fa11de9d

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-12  0:24 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-12  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7a453f36288fe99fb5abe2aa77ac603e5b17824e
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 23:27:15 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:24:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a453f36

www-client/microsoft-edge: automated bump (127.0.2651.98)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-127.0.2651.98.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 5b20faf9fc31..9c379786da96 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_127.0.2651.86-1_amd64.deb 167183974 BLAKE2B 5251327715e334b12fee5e7e32931ce531bac2508681ecb86dfec25d33c3113df80571bea671f2949c5329b8f1d49c30c57b3ab8c3406fb159e32fd130ad69b0 SHA512 b96a03ad1a8eaee44b58a79a9db75b51109b5e77b484595fca93b15102abbfa0bf5f6cdbc891504ef5a4eb2ef5cb415164bdca125260b68b8e616f10fa11de9d
+DIST microsoft-edge-stable_127.0.2651.98-1_amd64.deb 167212578 BLAKE2B 84fde8de1cbd92c0fabb71fbeceab65bfeebd136f846bc076e477eb4b81b9deb60d6555ed79f996fd2bddaf70024a9523dd5afebf27e079b9763c866633f1138 SHA512 c6ae01602250bbcacc224c886de43a1221ced78a8bb78ae33cbe6758989dcf73e9df89cd5113194ce303c8a1251e97492cfdd752207a4c83efddf355f8a38e1e

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-12  0:24 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-12  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     701f07fdd7c18a1460b928c02c88144d4189f009
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 23:27:20 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:24:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701f07fd

www-client/microsoft-edge: amd64 stable (127.0.2651.98)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-12  0:24 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-12  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     00eabb34c4eff2e20ea09ec6135f60c92079f07e
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 23:27:23 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:24:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00eabb34

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-127.0.2651.86.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 9c379786da96..54e2afba4b64 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_127.0.2651.86-1_amd64.deb 167183974 BLAKE2B 5251327715e334b12fee5e7e32931ce531bac2508681ecb86dfec25d33c3113df80571bea671f2949c5329b8f1d49c30c57b3ab8c3406fb159e32fd130ad69b0 SHA512 b96a03ad1a8eaee44b58a79a9db75b51109b5e77b484595fca93b15102abbfa0bf5f6cdbc891504ef5a4eb2ef5cb415164bdca125260b68b8e616f10fa11de9d
 DIST microsoft-edge-stable_127.0.2651.98-1_amd64.deb 167212578 BLAKE2B 84fde8de1cbd92c0fabb71fbeceab65bfeebd136f846bc076e477eb4b81b9deb60d6555ed79f996fd2bddaf70024a9523dd5afebf27e079b9763c866633f1138 SHA512 c6ae01602250bbcacc224c886de43a1221ced78a8bb78ae33cbe6758989dcf73e9df89cd5113194ce303c8a1251e97492cfdd752207a4c83efddf355f8a38e1e

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.86.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-21  7:48 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-21  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ba80536dc1b920d5957159b2714283129a7a12
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 06:49:11 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 07:48:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ba8053

www-client/microsoft-edge: automated bump (127.0.2651.105)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-127.0.2651.105.ebuild           | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 54e2afba4b64..949978f03e2e 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
+DIST microsoft-edge-stable_127.0.2651.105-1_amd64.deb 167170658 BLAKE2B 20467b886cd6f3754ccc418d08cf850eb06317c0e63a1b9cfc306b34d7e4bc685f64a1cafc5e1f303ca1abe58d2eacb3afeb95f32522d7b2f53a429a99d9ea70 SHA512 37d72807a044377cce33954803bed42079c24635d7b3a826bcd8b1acbe136280c5f9f72fe9a2b836fb78fc028672ca9e538591efc86167e595a4fb332a37d294
 DIST microsoft-edge-stable_127.0.2651.98-1_amd64.deb 167212578 BLAKE2B 84fde8de1cbd92c0fabb71fbeceab65bfeebd136f846bc076e477eb4b81b9deb60d6555ed79f996fd2bddaf70024a9523dd5afebf27e079b9763c866633f1138 SHA512 c6ae01602250bbcacc224c886de43a1221ced78a8bb78ae33cbe6758989dcf73e9df89cd5113194ce303c8a1251e97492cfdd752207a4c83efddf355f8a38e1e

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-21  7:48 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-21  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     25eca43981d2825a08cc8b5c46bb6c7248dcc0a8
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 06:49:16 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 07:48:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eca439

www-client/microsoft-edge: amd64 stable (127.0.2651.105)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-21  7:48 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-21  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     bd82f3db71d43a480c3da1d0d65b58426c57074c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 06:49:19 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 07:48:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd82f3db

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-127.0.2651.98.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 949978f03e2e..90cff5b6aef8 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
 DIST microsoft-edge-stable_127.0.2651.105-1_amd64.deb 167170658 BLAKE2B 20467b886cd6f3754ccc418d08cf850eb06317c0e63a1b9cfc306b34d7e4bc685f64a1cafc5e1f303ca1abe58d2eacb3afeb95f32522d7b2f53a429a99d9ea70 SHA512 37d72807a044377cce33954803bed42079c24635d7b3a826bcd8b1acbe136280c5f9f72fe9a2b836fb78fc028672ca9e538591efc86167e595a4fb332a37d294
-DIST microsoft-edge-stable_127.0.2651.98-1_amd64.deb 167212578 BLAKE2B 84fde8de1cbd92c0fabb71fbeceab65bfeebd136f846bc076e477eb4b81b9deb60d6555ed79f996fd2bddaf70024a9523dd5afebf27e079b9763c866633f1138 SHA512 c6ae01602250bbcacc224c886de43a1221ced78a8bb78ae33cbe6758989dcf73e9df89cd5113194ce303c8a1251e97492cfdd752207a4c83efddf355f8a38e1e

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.98.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-30  2:30 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-30  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     337f6636ece65926388334e625c7e9b05d1d3d22
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 01:17:55 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 02:22:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337f6636

www-client/microsoft-edge: amd64 stable (128.0.2739.42)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-30  2:30 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-30  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8749773280143cc41ae0d68149d2780513434694
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 01:17:51 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 02:22:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87497732

www-client/microsoft-edge: automated bump (128.0.2739.42)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-128.0.2739.42.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 90cff5b6aef8..0bb07f43608c 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_127.0.2651.105-1_amd64.deb 167170658 BLAKE2B 20467b886cd6f3754ccc418d08cf850eb06317c0e63a1b9cfc306b34d7e4bc685f64a1cafc5e1f303ca1abe58d2eacb3afeb95f32522d7b2f53a429a99d9ea70 SHA512 37d72807a044377cce33954803bed42079c24635d7b3a826bcd8b1acbe136280c5f9f72fe9a2b836fb78fc028672ca9e538591efc86167e595a4fb332a37d294
+DIST microsoft-edge-stable_128.0.2739.42-1_amd64.deb 166710022 BLAKE2B 167cdda2fab9a1da0fdd1c947520c38642c322bafbfb907ac6403a49666f5ff4f0b35294bab2d4f31386e980ef30432d57df1851e2dc607da75fe26677cf0ba3 SHA512 aa89e6335dddd9a35ba9214f43705d923e5a55d439541520744f40e28c71d564c2b57e0c71f1966326379945694ecbd811d8afa0de6f30f1eaa7a9a77dbcc919

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-08-30  2:30 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-08-30  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d80a8de5139d79e0de8c1c661633c3e88ab0c92f
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 01:17:57 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 02:22:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80a8de5

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-127.0.2651.105.ebuild           | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 0bb07f43608c..fd91e3a4869b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_127.0.2651.105-1_amd64.deb 167170658 BLAKE2B 20467b886cd6f3754ccc418d08cf850eb06317c0e63a1b9cfc306b34d7e4bc685f64a1cafc5e1f303ca1abe58d2eacb3afeb95f32522d7b2f53a429a99d9ea70 SHA512 37d72807a044377cce33954803bed42079c24635d7b3a826bcd8b1acbe136280c5f9f72fe9a2b836fb78fc028672ca9e538591efc86167e595a4fb332a37d294
 DIST microsoft-edge-stable_128.0.2739.42-1_amd64.deb 166710022 BLAKE2B 167cdda2fab9a1da0fdd1c947520c38642c322bafbfb907ac6403a49666f5ff4f0b35294bab2d4f31386e980ef30432d57df1851e2dc607da75fe26677cf0ba3 SHA512 aa89e6335dddd9a35ba9214f43705d923e5a55d439541520744f40e28c71d564c2b57e0c71f1966326379945694ecbd811d8afa0de6f30f1eaa7a9a77dbcc919

diff --git a/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild b/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-127.0.2651.105.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-09-07 11:28 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-09-07 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a84c693fde77c374dea915f917dffeed15721963
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 08:16:54 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 11:28:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84c693f

www-client/microsoft-edge: amd64 stable (128.0.2739.67)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-09-07 11:28 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-09-07 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7d65451386bfaf9658bd35a330bc7c74547e7211
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 08:16:49 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 11:28:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d654513

www-client/microsoft-edge: automated bump (128.0.2739.67)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-128.0.2739.67.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index fd91e3a4869b..8c904f0e894b 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_128.0.2739.42-1_amd64.deb 166710022 BLAKE2B 167cdda2fab9a1da0fdd1c947520c38642c322bafbfb907ac6403a49666f5ff4f0b35294bab2d4f31386e980ef30432d57df1851e2dc607da75fe26677cf0ba3 SHA512 aa89e6335dddd9a35ba9214f43705d923e5a55d439541520744f40e28c71d564c2b57e0c71f1966326379945694ecbd811d8afa0de6f30f1eaa7a9a77dbcc919
+DIST microsoft-edge-stable_128.0.2739.67-1_amd64.deb 166720198 BLAKE2B a60c87b25712a04640cb29dc6dabf0951e11874c956997fed42283c2bc684485520aba13218644eb410aabac596fc247f4306bb73ce3222a576f28d57d776b8e SHA512 37af66d65b0999bce821f64b08d25bba657f3ef12d12f358aa850859b482146d5c2e6dfa41a7683df70a65cc1b952bd91a0b62d7a70cb2eeb25fe2aff9040f8c

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-09-07 11:28 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-09-07 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c4a61bf1376a7d37c05e834dbe958889d207d923
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 08:16:57 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 11:28:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a61bf1

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-128.0.2739.42.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 8c904f0e894b..679e0661e9da 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_128.0.2739.42-1_amd64.deb 166710022 BLAKE2B 167cdda2fab9a1da0fdd1c947520c38642c322bafbfb907ac6403a49666f5ff4f0b35294bab2d4f31386e980ef30432d57df1851e2dc607da75fe26677cf0ba3 SHA512 aa89e6335dddd9a35ba9214f43705d923e5a55d439541520744f40e28c71d564c2b57e0c71f1966326379945694ecbd811d8afa0de6f30f1eaa7a9a77dbcc919
 DIST microsoft-edge-stable_128.0.2739.67-1_amd64.deb 166720198 BLAKE2B a60c87b25712a04640cb29dc6dabf0951e11874c956997fed42283c2bc684485520aba13218644eb410aabac596fc247f4306bb73ce3222a576f28d57d776b8e SHA512 37af66d65b0999bce821f64b08d25bba657f3ef12d12f358aa850859b482146d5c2e6dfa41a7683df70a65cc1b952bd91a0b62d7a70cb2eeb25fe2aff9040f8c

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-128.0.2739.42.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-09-18  6:31 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-09-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     98f70b71581c90e18f0c8581df36e3e55ee65b75
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 06:26:18 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 06:31:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f70b71

www-client/microsoft-edge: remove old

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-128.0.2739.67.ebuild            | 126 ---------------------
 2 files changed, 127 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 46cf581ac6df..99eeafeb49ac 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_128.0.2739.67-1_amd64.deb 166720198 BLAKE2B a60c87b25712a04640cb29dc6dabf0951e11874c956997fed42283c2bc684485520aba13218644eb410aabac596fc247f4306bb73ce3222a576f28d57d776b8e SHA512 37af66d65b0999bce821f64b08d25bba657f3ef12d12f358aa850859b482146d5c2e6dfa41a7683df70a65cc1b952bd91a0b62d7a70cb2eeb25fe2aff9040f8c
 DIST microsoft-edge-stable_128.0.2739.79-1_amd64.deb 166752518 BLAKE2B 96ed5ed4fdc82a56ce465b926044f29fea1f27476372eb06bce09338fd6b6f827e9e314bb6db65c9e04a8fd2e31647d49988ff1445795645965c892ced6a7617 SHA512 55cff09d85f4ec646fd826a213fc5a174d7734ad28cdd042c46a5800decba50e07962b4a0232c86086a60a7731e574b07ea0ca0fe70ec866f4a8938c652937df

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
deleted file mode 100644
index 7ea339bd40f9..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-128.0.2739.67.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2011-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
-	MY_PN=${PN}-stable
-else
-	MY_PN=${PN}
-fi
-
-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"
-KEYWORDS="-* amd64"
-
-IUSE="+mip qt5 qt6"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-misc/ca-certificates
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-fonts/liberation-fonts
-	media-libs/alsa-lib
-	media-libs/mesa[gbm(+)]
-	net-misc/curl[ssl]
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	sys-libs/glibc
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXrandr
-	x11-libs/libxcb
-	x11-libs/libxkbcommon
-	x11-libs/libxshmfence
-	x11-libs/pango
-	x11-misc/xdg-utils
-	mip? ( app-crypt/libsecret )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5[X]
-		dev-qt/qtwidgets:5
-	)
-	qt6? ( dev-qt/qtbase:6[gui,widgets] )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-	# Protect against people using autounmask overzealously
-	use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-	chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-	:
-}
-
-src_install() {
-	dodir /
-	cd "${ED}" || die
-	unpacker
-
-	rm -f _gpgorigin || die
-
-	rm -r etc usr/share/menu || die
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-	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
-	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-	local size
-	for size in 16 24 32 48 64 128 256 ; do
-		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
-
-	if ! use qt5; then
-		rm "${EDGE_HOME}/libqt5_shim.so" || die
-	fi
-	if ! use qt6; then
-		rm "${EDGE_HOME}/libqt6_shim.so" || die
-	fi
-
-	pax-mark m "${EDGE_HOME}/msedge"
-}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-09-18  6:31 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-09-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a8a038264327439b4adc5a775188c38ea643c524
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 06:26:16 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 06:31:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a03826

www-client/microsoft-edge: amd64 stable (128.0.2739.79)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild
index 0ff710cc5ddc..7ea339bd40f9 100644
--- a/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}
 
 LICENSE="microsoft-edge"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 IUSE="+mip qt5 qt6"
 RESTRICT="bindist mirror strip"


^ permalink raw reply related	[flat|nested] 417+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/
@ 2024-09-18  6:31 Matt Jolly
  0 siblings, 0 replies; 417+ messages in thread
From: Matt Jolly @ 2024-09-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     260f2225efad6750472858438df8f77e625f9955
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 06:26:13 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 06:31:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260f2225

www-client/microsoft-edge: automated bump (128.0.2739.79)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-128.0.2739.79.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 679e0661e9da..46cf581ac6df 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_128.0.2739.67-1_amd64.deb 166720198 BLAKE2B a60c87b25712a04640cb29dc6dabf0951e11874c956997fed42283c2bc684485520aba13218644eb410aabac596fc247f4306bb73ce3222a576f28d57d776b8e SHA512 37af66d65b0999bce821f64b08d25bba657f3ef12d12f358aa850859b482146d5c2e6dfa41a7683df70a65cc1b952bd91a0b62d7a70cb2eeb25fe2aff9040f8c
+DIST microsoft-edge-stable_128.0.2739.79-1_amd64.deb 166752518 BLAKE2B 96ed5ed4fdc82a56ce465b926044f29fea1f27476372eb06bce09338fd6b6f827e9e314bb6db65c9e04a8fd2e31647d49988ff1445795645965c892ced6a7617 SHA512 55cff09d85f4ec646fd826a213fc5a174d7734ad28cdd042c46a5800decba50e07962b4a0232c86086a60a7731e574b07ea0ca0fe70ec866f4a8938c652937df

diff --git a/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild b/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild
new file mode 100644
index 000000000000..0ff710cc5ddc
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-128.0.2739.79.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/edge"
+
+if [[ ${PN} == microsoft-edge ]]; then
+	MY_PN=${PN}-stable
+else
+	MY_PN=${PN}
+fi
+
+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"
+KEYWORDS="-* ~amd64"
+
+IUSE="+mip qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	app-misc/ca-certificates
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-fonts/liberation-fonts
+	media-libs/alsa-lib
+	media-libs/mesa[gbm(+)]
+	net-misc/curl[ssl]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[X]
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+	x11-misc/xdg-utils
+	mip? ( app-crypt/libsecret )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5[X]
+		dev-qt/qtwidgets:5
+	)
+	qt6? ( dev-qt/qtbase:6[gui,widgets] )
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+	eerror "Please wait 24 hours and sync your tree before reporting a bug for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+	# Protect against people using autounmask overzealously
+	use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+	:
+}
+
+src_install() {
+	dodir /
+	cd "${ED}" || die
+	unpacker
+
+	rm -f _gpgorigin || die
+
+	rm -r etc usr/share/menu || die
+	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+	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
+	[[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+	local size
+	for size in 16 24 32 48 64 128 256 ; do
+		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
+
+	if ! use qt5; then
+		rm "${EDGE_HOME}/libqt5_shim.so" || die
+	fi
+	if ! use qt6; then
+		rm "${EDGE_HOME}/libqt6_shim.so" || die
+	fi
+
+	pax-mark m "${EDGE_HOME}/msedge"
+}


^ permalink raw reply related	[flat|nested] 417+ messages in thread

end of thread, other threads:[~2024-09-18  6:32 UTC | newest]

Thread overview: 417+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10  5:45 [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/ Matt Jolly
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18  6:31 Matt Jolly
2024-09-18  6:31 Matt Jolly
2024-09-18  6:31 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-08-30  2:30 Matt Jolly
2024-08-30  2:30 Matt Jolly
2024-08-30  2:30 Matt Jolly
2024-08-21  7:48 Matt Jolly
2024-08-21  7:48 Matt Jolly
2024-08-21  7:48 Matt Jolly
2024-08-12  0:24 Matt Jolly
2024-08-12  0:24 Matt Jolly
2024-08-12  0:24 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-07-27 12:02 Matt Jolly
2024-07-27 12:02 Matt Jolly
2024-07-27 12:02 Matt Jolly
2024-07-25  5:37 Matt Jolly
2024-07-25  5:37 Matt Jolly
2024-07-25  5:37 Matt Jolly
2024-07-18  5:57 Matt Jolly
2024-07-18  5:57 Matt Jolly
2024-07-18  5:57 Matt Jolly
2024-07-02 22:58 Matt Jolly
2024-07-02 22:58 Matt Jolly
2024-07-02 22:58 Matt Jolly
2024-06-27 21:55 Matt Jolly
2024-06-27 21:55 Matt Jolly
2024-06-27 21:55 Matt Jolly
2024-06-22  4:24 Matt Jolly
2024-06-22  4:24 Matt Jolly
2024-06-22  4:24 Matt Jolly
2024-06-19  9:36 Matt Jolly
2024-06-19  9:36 Matt Jolly
2024-06-19  9:36 Matt Jolly
2024-06-13  9:26 Matt Jolly
2024-06-13  9:26 Matt Jolly
2024-06-13  9:26 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-06-06 15:18 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-23  7:48 Matt Jolly
2024-05-23  7:48 Matt Jolly
2024-05-23  7:48 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-08  7:15 Matt Jolly
2024-05-08  7:15 Matt Jolly
2024-05-08  7:15 Matt Jolly
2024-05-01  6:38 Matt Jolly
2024-05-01  6:38 Matt Jolly
2024-05-01  6:38 Matt Jolly
2024-04-25  6:30 Matt Jolly
2024-04-25  6:30 Matt Jolly
2024-04-25  6:30 Matt Jolly
2024-04-16  7:43 Matt Jolly
2024-04-16  7:43 Matt Jolly
2024-04-16  7:43 Matt Jolly
2024-04-10  5:45 Matt Jolly
2024-04-10  5:45 Matt Jolly
2024-04-03  0:36 Matt Jolly
2024-04-03  0:36 Matt Jolly
2024-04-03  0:36 Matt Jolly
2024-03-27  3:31 Matt Jolly
2024-03-27  3:31 Matt Jolly
2024-03-27  3:31 Matt Jolly
2024-03-20 10:32 Matt Jolly
2024-03-16  7:40 Matt Jolly
2024-03-16  7:40 Matt Jolly
2024-03-16  7:40 Matt Jolly
2024-03-11  8:09 Matt Jolly
2024-03-11  8:09 Matt Jolly
2024-03-11  8:09 Matt Jolly
2024-03-01  2:05 Matt Jolly
2024-03-01  2:05 Matt Jolly
2024-03-01  2:05 Matt Jolly
2024-02-28  3:58 Matt Jolly
2024-02-28  3:58 Matt Jolly
2024-02-28  3:58 Matt Jolly
2024-02-18 23:07 Matt Jolly
2024-02-18 23:07 Matt Jolly
2024-02-18 23:07 Matt Jolly
2024-02-11  0:37 Matt Jolly
2024-02-11  0:37 Matt Jolly
2024-02-11  0:37 Matt Jolly
2024-02-06  3:26 Sam James
2024-02-06  3:26 Sam James
2024-02-06  3:26 Sam James
2024-01-27  7:34 Sam James
2024-01-27  7:34 Sam James
2024-01-27  7:34 Sam James
2024-01-18  7:59 Sam James
2024-01-18  7:56 Sam James
2024-01-18  7:56 Sam James
2024-01-18  7:56 Sam James
2024-01-14  2:30 Sam James
2024-01-14  2:30 Sam James
2024-01-14  2:30 Sam James
2023-12-18  6:35 Sam James
2023-12-18  6:35 Sam James
2023-12-18  6:35 Sam James
2023-12-12 19:00 Mike Gilbert
2023-12-12 19:00 Mike Gilbert
2023-12-12 19:00 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-12-05 19:49 Mike Gilbert
2023-11-17 11:13 Sam James
2023-11-17 11:13 Sam James
2023-11-17 11:13 Sam James
2023-11-11 19:22 Sam James
2023-11-11 19:22 Sam James
2023-11-11 19:22 Sam James
2023-11-03 10:59 Sam James
2023-11-03 10:59 Sam James
2023-11-03 10:59 Sam James
2023-10-30  4:35 Sam James
2023-10-30  4:35 Sam James
2023-10-30  4:35 Sam James
2023-10-25 16:16 Mike Gilbert
2023-10-25 16:16 Mike Gilbert
2023-10-25 16:16 Mike Gilbert
2023-10-23  1:20 Sam James
2023-10-23  1:20 Sam James
2023-10-23  1:20 Sam James
2023-10-17 16:06 Mike Gilbert
2023-10-17 16:06 Mike Gilbert
2023-10-17 16:06 Mike Gilbert
2023-10-10 18:25 Mike Gilbert
2023-10-05 15:51 Mike Gilbert
2023-10-05 15:51 Mike Gilbert
2023-10-05 15:51 Mike Gilbert
2023-10-02 20:37 Mike Gilbert
2023-10-02 20:37 Mike Gilbert
2023-10-02 20:37 Mike Gilbert
2023-09-28 14:26 Mike Gilbert
2023-09-28 14:26 Mike Gilbert
2023-09-28 14:26 Mike Gilbert
2023-09-22 19:03 Mike Gilbert
2023-09-22 19:03 Mike Gilbert
2023-09-22 19:03 Mike Gilbert
2023-09-18  0:40 Mike Gilbert
2023-09-18  0:40 Mike Gilbert
2023-09-18  0:40 Mike Gilbert
2023-09-14 15:54 Mike Gilbert
2023-09-14 15:54 Mike Gilbert
2023-09-14 15:54 Mike Gilbert
2023-09-11 20:18 Mike Gilbert
2023-09-11 20:18 Mike Gilbert
2023-09-11 20:18 Mike Gilbert
2023-09-01 13:59 Mike Gilbert
2023-09-01 13:59 Mike Gilbert
2023-09-01 13:59 Mike Gilbert
2023-08-25 21:19 Mike Gilbert
2023-08-25 21:19 Mike Gilbert
2023-08-25 21:19 Mike Gilbert
2023-08-16 15:41 Mike Gilbert
2023-08-16 15:41 Mike Gilbert
2023-08-16 15:41 Mike Gilbert
2023-07-29 21:23 Mike Gilbert
2023-07-29 21:23 Mike Gilbert
2023-07-29 21:23 Mike Gilbert
2023-07-16  1:52 Mike Gilbert
2023-07-16  1:52 Mike Gilbert
2023-07-16  1:52 Mike Gilbert
2023-07-12  3:19 Mike Gilbert
2023-07-12  3:19 Mike Gilbert
2023-07-12  3:19 Mike Gilbert
2023-06-24 23:46 Mike Gilbert
2023-06-24 23:46 Mike Gilbert
2023-06-24 23:46 Mike Gilbert
2023-06-20 20:54 Mike Gilbert
2023-06-20 20:54 Mike Gilbert
2023-06-20 20:54 Mike Gilbert
2023-06-09 15:52 Mike Gilbert
2023-06-09 15:52 Mike Gilbert
2023-06-09 15:52 Mike Gilbert
2023-06-05 23:34 Mike Gilbert
2023-06-05 23:34 Mike Gilbert
2023-06-05 23:34 Mike Gilbert
2023-05-27  0:06 Mike Gilbert
2023-05-27  0:06 Mike Gilbert
2023-05-27  0:06 Mike Gilbert
2023-05-25 14:55 Mike Gilbert
2023-05-25 14:55 Mike Gilbert
2023-05-25 14:55 Mike Gilbert
2023-05-17  0:02 Mike Gilbert
2023-05-17  0:02 Mike Gilbert
2023-05-17  0:02 Mike Gilbert
2023-05-07 18:28 Mike Gilbert
2023-05-07 18:28 Mike Gilbert
2023-05-07 18:28 Mike Gilbert
2023-05-03 14:58 Mike Gilbert
2023-05-03 14:58 Mike Gilbert
2023-05-03 14:58 Mike Gilbert
2023-04-22 17:53 Mike Gilbert
2023-04-22 17:53 Mike Gilbert
2023-04-22 17:53 Mike Gilbert
2023-04-17 14:52 Mike Gilbert
2023-04-17 14:52 Mike Gilbert
2023-04-17 14:52 Mike Gilbert
2023-04-04 18:16 Mike Gilbert
2023-04-04 18:16 Mike Gilbert
2023-04-04 18:16 Mike Gilbert
2023-03-28 15:29 Mike Gilbert
2023-03-28 15:29 Mike Gilbert
2023-03-28 15:29 Mike Gilbert
2023-03-21 14:59 Mike Gilbert
2023-03-21 14:59 Mike Gilbert
2023-03-21 14:59 Mike Gilbert
2023-02-23 20:29 Mike Gilbert
2023-02-23 20:29 Mike Gilbert
2023-02-23 20:29 Mike Gilbert
2023-02-16 16:49 Mike Gilbert
2023-02-16 16:49 Mike Gilbert
2023-02-16 16:49 Mike Gilbert
2023-01-20 18:50 Stephan Hartmann
2023-01-20 18:50 Stephan Hartmann
2023-01-20 18:50 Stephan Hartmann
2023-01-15 18:33 Stephan Hartmann
2023-01-15 18:33 Stephan Hartmann
2023-01-15 18:33 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-13 18:41 Stephan Hartmann
2023-01-07 20:11 Stephan Hartmann
2023-01-07 20:11 Stephan Hartmann
2023-01-07 20:11 Stephan Hartmann
2022-12-17 19:29 Stephan Hartmann
2022-12-17 19:29 Stephan Hartmann
2022-12-17 19:29 Stephan Hartmann
2022-12-13  5:12 Sam James
2022-12-13  5:12 Sam James
2022-12-13  5:12 Sam James
2022-11-29 23:43 Mike Gilbert
2022-11-29 23:43 Mike Gilbert
2022-11-29 23:43 Mike Gilbert
2022-11-22  5:27 Sam James
2022-11-22  5:27 Sam James
2022-11-22  5:27 Sam James
2022-11-20  4:34 Sam James
2022-11-20  4:34 Sam James
2022-11-20  4:34 Sam James
2022-11-06  6:15 Sam James
2022-11-06  6:15 Sam James
2022-11-06  6:15 Sam James
2022-10-11 16:46 Stephan Hartmann
2022-10-11 16:46 Stephan Hartmann
2022-10-11 16:46 Stephan Hartmann
2022-10-07  6:32 Stephan Hartmann
2022-10-07  6:32 Stephan Hartmann
2022-10-07  6:32 Stephan Hartmann
2022-10-04 12:54 Stephan Hartmann
2022-10-04  8:19 Stephan Hartmann
2022-10-04  8:19 Stephan Hartmann
2022-10-04  8:19 Stephan Hartmann
2022-09-29 11:55 Stephan Hartmann
2022-09-27  7:21 Stephan Hartmann
2022-09-27  7:21 Stephan Hartmann
2022-09-27  7:21 Stephan Hartmann
2022-09-24 18:11 Stephan Hartmann
2022-09-24 18:11 Stephan Hartmann
2022-09-24 18:11 Stephan Hartmann
2022-09-18 18:13 Mike Gilbert
2022-09-18 18:13 Mike Gilbert
2022-09-18 18:13 Mike Gilbert
2022-09-09  2:46 Sam James
2022-09-09  2:46 Sam James
2022-09-09  2:46 Sam James
2022-09-03  3:13 Sam James
2022-09-03  3:13 Sam James
2022-09-03  3:13 Sam James
2022-09-02  0:25 Sam James
2022-09-02  0:25 Sam James
2022-09-02  0:25 Sam James
2022-08-26 12:09 Stephan Hartmann
2022-08-26 12:09 Stephan Hartmann
2022-08-26 12:09 Stephan Hartmann
2022-08-20  0:52 Sam James
2022-08-20  0:52 Sam James
2022-08-20  0:52 Sam James
2022-08-15 23:40 Sam James
2022-08-15 23:40 Sam James
2022-08-15 23:40 Sam James
2022-08-07  5:07 Sam James
2022-08-07  5:07 Sam James
2022-08-07  5:07 Sam James
2022-08-04  3:51 Sam James
2022-08-04  3:51 Sam James
2022-08-04  3:51 Sam James
2022-07-15  2:47 Sam James
2022-07-15  2:47 Sam James
2022-07-15  2:47 Sam James
2022-06-26  7:43 Stephan Hartmann
2022-06-26  7:43 Stephan Hartmann
2022-06-26  7:43 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-17 18:19 Stephan Hartmann
2022-06-14  9:03 Stephan Hartmann
2022-06-14  9:03 Stephan Hartmann
2022-06-14  9:03 Stephan Hartmann
2022-06-10 12:12 Stephan Hartmann
2022-06-10 12:12 Stephan Hartmann
2022-06-10 12:12 Stephan Hartmann
2022-06-05 13:16 Stephan Hartmann
2022-06-05 13:16 Stephan Hartmann
2022-06-05 13:16 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-31 20:12 Stephan Hartmann
2022-05-20 18:25 Stephan Hartmann
2022-05-20 18:25 Stephan Hartmann
2022-05-20 18:25 Stephan Hartmann
2022-05-14 11:12 Stephan Hartmann
2022-05-14 11:12 Stephan Hartmann
2022-05-14 11:12 Stephan Hartmann
2022-05-06 10:01 Stephan Hartmann
2022-05-06 10:01 Stephan Hartmann
2022-05-06 10:01 Stephan Hartmann
2022-05-03 17:10 Mike Gilbert
2022-05-03 17:10 Mike Gilbert
2022-05-03 17:10 Mike Gilbert
2022-04-15 20:51 Stephan Hartmann
2022-04-15 20:51 Stephan Hartmann
2022-04-15 20:51 Stephan Hartmann
2022-04-11 18:30 Stephan Hartmann
2022-04-11 18:30 Stephan Hartmann
2022-04-11 18:30 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-07 19:08 Stephan Hartmann
2022-04-01 18:18 Stephan Hartmann
2022-04-01 18:18 Stephan Hartmann
2022-04-01 18:18 Stephan Hartmann
2022-03-27  7:46 Stephan Hartmann
2022-03-27  7:46 Stephan Hartmann
2022-03-27  7:46 Stephan Hartmann
2022-03-24 18:42 Stephan Hartmann
2022-03-24 18:42 Stephan Hartmann
2022-03-24 18:42 Stephan Hartmann
2022-03-17 20:23 Stephan Hartmann
2022-03-17 20:23 Stephan Hartmann
2022-03-17 20:23 Stephan Hartmann
2022-03-11 16:20 Stephan Hartmann
2022-03-11 16:20 Stephan Hartmann
2022-03-11 16:20 Stephan Hartmann
2022-03-07 21:23 Stephan Hartmann
2022-03-07 21:23 Stephan Hartmann
2022-03-07 21:23 Stephan Hartmann
2022-03-04 16:43 Stephan Hartmann
2022-03-04 16:43 Stephan Hartmann
2022-03-04 16:43 Stephan Hartmann
2022-02-25  7:36 Stephan Hartmann
2022-02-25  7:36 Stephan Hartmann
2022-02-25  7:36 Stephan Hartmann
2022-02-18 18:52 Stephan Hartmann
2022-02-18 18:52 Stephan Hartmann
2022-02-18 18:52 Stephan Hartmann
2022-02-16 19:52 Stephan Hartmann
2022-02-16 19:52 Stephan Hartmann
2022-02-16 19:52 Stephan Hartmann
2022-02-10 19:56 Stephan Hartmann
2022-02-10 19:56 Stephan Hartmann
2022-02-10 19:56 Stephan Hartmann
2022-02-04  8:26 Stephan Hartmann
2022-02-04  8:26 Stephan Hartmann
2022-02-04  8:26 Stephan Hartmann
2022-01-27 21:40 Stephan Hartmann
2022-01-27 21:40 Stephan Hartmann
2022-01-27 21:40 Stephan Hartmann
2022-01-20 21:32 Stephan Hartmann
2022-01-20 21:32 Stephan Hartmann
2022-01-20 21:32 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-19 14:39 Stephan Hartmann
2022-01-06 20:24 Stephan Hartmann
2022-01-06 20:23 Stephan Hartmann
2022-01-06 20:23 Stephan Hartmann
2021-12-23 18:21 Stephan Hartmann
2021-12-23 18:20 Stephan Hartmann
2021-12-23 18:20 Stephan Hartmann
2021-12-14 22:06 Stephan Hartmann
2021-12-14 22:05 Stephan Hartmann
2021-12-14 22:04 Stephan Hartmann
2021-12-10 18:10 Stephan Hartmann
2021-12-10 18:10 Stephan Hartmann
2021-12-10 18:09 Stephan Hartmann
2021-12-02 19:36 Stephan Hartmann
2021-12-02 19:36 Stephan Hartmann
2021-12-02 19:36 Stephan Hartmann
2021-11-24 22:06 Stephan Hartmann
2021-11-24 22:05 Stephan Hartmann
2021-11-24 22:05 Stephan Hartmann
2021-11-14  9:52 Stephan Hartmann
2021-11-14  9:52 Stephan Hartmann
2021-11-14  9:51 Stephan Hartmann
2021-11-07 17:13 Stephan Hartmann
2021-11-07 17:13 Stephan Hartmann
2021-11-07 17:13 Stephan Hartmann
2021-10-30  8:21 Stephan Hartmann
2021-10-30  8:20 Stephan Hartmann
2021-10-30  8:19 Stephan Hartmann
2021-10-28 21:15 Stephan Hartmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox