repo/gentoo:master commit in: www-client/microsoft-edge/

"Matt Jolly" <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1786203060.e62b4396bc4d513cf0a980c350c2ada780426a54.kangie@gentoo>
commit:     e62b4396bc4d513cf0a980c350c2ada780426a54
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 14:36:57 2026 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 15:31:00 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62b4396

www-client/microsoft-edge: prune old versions

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

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-150.0.4078.83.ebuild            | 125 ---------------------
 2 files changed, 126 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 53513f499ad8..99d91b0c37a6 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_150.0.4078.83-1_amd64.deb 186892254 BLAKE2B 31e417d9ac59422be068d4c069bd7a4360cf6ddbfca0ed1dfa31f3700f45135eaa8834140c8ffca01a5032ada1aba610c39a9788e3f62a2ab7346eb9f05521ce SHA512 3459128b23fbfa3bb2ae7cc25f23366fd8d88d94656c2fcf8e16eb6d6b0bea9de2c40ed2bf03a21078a0acd5ae51907b2bca476be56eecd921eb8de9fb30733a
 DIST microsoft-edge-stable_151.0.4129.72-1_amd64.deb 191502718 BLAKE2B ebf38ca2cd9dec72693ebddb954aa084ab0a0167d236a3af48fc770635524f5218c3456231feab152eb42bfcdbec580891db14bab67279e08cd20f60150477ca SHA512 da675d3714a4858b8e62e3d60c776103df66c2590f64afaf2df41f19feeb124dd56996b1a84575e29076ac8c3af70491b76ce69aa5e989c3b83b5816747e36d7

diff --git a/www-client/microsoft-edge/microsoft-edge-150.0.4078.83.ebuild b/www-client/microsoft-edge/microsoft-edge-150.0.4078.83.ebuild
deleted file mode 100644
index a2d7b75bd501..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-150.0.4078.83.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 2011-2026 Gentoo Authors
-# Distributed under the terms of the GNU General 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 size
-	# channel suffix: "" stable, "_channel" for beta/dev.
-	local channel=${PN#microsoft-edge}
-	channel=${channel/-/_}
-	for size in 16 24 32 48 64 128 256 ; do
-		newicon -s ${size} "${EDGE_HOME}/product_logo_${size}${channel}.png" ${PN}.png
-	done
-
-	if ! use mip; then
-		rm "${EDGE_HOME}"/libmip_core_gn.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"
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.