repo/gentoo:master commit in: www-client/microsoft-edge/
"Matt Jolly" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787043258.01bc30a4aac011e7e2b115bba59bdfeeb9a09ace.kangie@gentoo> |
commit: 01bc30a4aac011e7e2b115bba59bdfeeb9a09ace
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:54:18 2026 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:54:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bc30a4
www-client/microsoft-edge: prune old versions
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
www-client/microsoft-edge/Manifest | 1 -
.../microsoft-edge-151.0.4129.72.ebuild | 125 ---------------------
2 files changed, 126 deletions(-)
diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index 17fbb507bc7e..e1787f8f2618 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_151.0.4129.72-1_amd64.deb 191502718 BLAKE2B ebf38ca2cd9dec72693ebddb954aa084ab0a0167d236a3af48fc770635524f5218c3456231feab152eb42bfcdbec580891db14bab67279e08cd20f60150477ca SHA512 da675d3714a4858b8e62e3d60c776103df66c2590f64afaf2df41f19feeb124dd56996b1a84575e29076ac8c3af70491b76ce69aa5e989c3b83b5816747e36d7
DIST microsoft-edge-stable_151.0.4129.93-1_amd64.deb 194938354 BLAKE2B 4f5f92c942c580dc5297c149a05db49f914b1300e9c5f6419e5b879227bd22139896e47ef6951f73a824c65a5ed9c2319589352d1b7b033cd5218b17169ed782 SHA512 e6f104fc8774c401123395b773ab4e776ee0ce9b3e3cdd0311747a4e73926dcc3106d6fb617cdcdac2ad0beac2efaaab63a15b20d384d8c48731181d057ede78
diff --git a/www-client/microsoft-edge/microsoft-edge-151.0.4129.72.ebuild b/www-client/microsoft-edge/microsoft-edge-151.0.4129.72.ebuild
deleted file mode 100644
index a2d7b75bd501..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-151.0.4129.72.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"
-}