commit:     43ba68a4cf23f0795e429766eb9c7ab3a74eba12
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  5 21:21:26 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Nov  5 22:05:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ba68a4

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

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/microsoft-edge/Manifest                 |   1 +
 .../microsoft-edge-142.0.3595.53.ebuild            | 126 +++++++++++++++++++++
 2 files changed, 127 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 56349c8cfdc1..0449c6cef4b6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_141.0.3537.99-1_amd64.deb 180771902 BLAKE2B 
2c218ec3012960b4fe5086af22bad58f922b094495c880978a0e5cdf9da4fa7948d9d2f584b16244f6e07938e48d417f3829c3f1e55e440a345d1a805d5af2c8
 SHA512 
5aaa368e67a6a6b5eb15db1382d22cacd995447d42b4c870b043f8aa3f951a0303ba617fe3e476e0e7ff8cc894a26960586f636d33e0f88fb274af2afd00d4e9
+DIST microsoft-edge-stable_142.0.3595.53-1_amd64.deb 179898518 BLAKE2B 
71fc3b5e849e17d4800df2f1cd6f663d51f06802794ccd74848424313972c6bbfcd4e178dd2956c43488023351e383eab03bc5a335e72f94c21469e55566c4c1
 SHA512 
f5a65bb6acffe1b7db7f0e667d801fadd9d07d60c959cfde53c49c51122d36880691491d7378da334c8c35d7b1f67aa10eb1a18a25f4533992f4e26bf263d44f

diff --git a/www-client/microsoft-edge/microsoft-edge-142.0.3595.53.ebuild 
b/www-client/microsoft-edge/microsoft-edge-142.0.3595.53.ebuild
new file mode 100644
index 000000000000..0c6aa4cb7bea
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-142.0.3595.53.ebuild
@@ -0,0 +1,126 @@
+# Copyright 2011-2025 Gentoo Authors
+# Distributed under the terms of the GNU General 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 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
+               || ( dev-libs/libxml2-compat:2/2 dev-libs/libxml2:2/2 )
+       )
+       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
+
+       mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+       # Microsoft Edge comes with its own bundled cron
+       # scripts which invoke `apt` directly. Useless on Gentoo!
+       rm -r etc/cron.daily || die "Failed to remove cron scripts"
+       rm -r "${EDGE_HOME}"/cron || die "Failed to remove cron scripts"
+
+       gzip -d usr/share/doc/${PF}/changelog.gz || die
+       gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+       if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+               rm usr/share/man/man1/${PN}.1.gz || die
+               dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
+       fi
+
+       local suffix=
+       [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+       [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+       local size
+       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
+
+       rm "${EDGE_HOME}/libqt5_shim.so" || die
+       if ! use qt6; then
+               rm "${EDGE_HOME}/libqt6_shim.so" || die
+       fi
+
+       pax-mark m "${EDGE_HOME}/msedge"
+}

Reply via email to