commit: 612760951f19d7c3375f65c618137be8332b0382 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 04:46:09 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 07:52:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61276095
www-client/microsoft-edge-beta: prune old versions Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/microsoft-edge-beta/Manifest | 1 - .../microsoft-edge-beta-146.0.3856.13.ebuild | 122 --------------------- 2 files changed, 123 deletions(-) diff --git a/www-client/microsoft-edge-beta/Manifest b/www-client/microsoft-edge-beta/Manifest index 91ecf5d85f51..44370addc38f 100644 --- a/www-client/microsoft-edge-beta/Manifest +++ b/www-client/microsoft-edge-beta/Manifest @@ -1,4 +1,3 @@ -DIST microsoft-edge-beta_146.0.3856.13-1_amd64.deb 187732202 BLAKE2B a0c8ccadf2a436dcbe486784fb1ea83132ccd3361d1f114f2074d248929a9d735f01f4aec9e9b24655bc8e2e80b013fc3673ffcfa5bfc5ffed731d45ed6ab6ea SHA512 2dbe26dc42c84419aae246432a281b774f318736f4db73619cebd1c3dce86cbeab3fe33cfa77bf1a0c3ae20fffdaf50b5618272c9212b5db0e05ddad2e51fad6 DIST microsoft-edge-beta_146.0.3856.20-1_amd64.deb 187682578 BLAKE2B daf071d698d711c9bbf978843a3003b2bbfca0358882b12ae3331b581fbb57a8c4142b7b0f7778b82ff284a585690277189b9b6264e1099c2e69f59a6d91fc1d SHA512 5490930fdf484d45e4e4b6809782bcdbc8dabbd191c10152d531d0e86a04cb8caeafcb8bc907bd38032aaa4cdeb13e9973ab26e0c2c92dc0dac40b40bd3c278f DIST microsoft-edge-beta_146.0.3856.33-1_amd64.deb 187720626 BLAKE2B 3d0344e40597db04cdc215177e1cffc5353f66cec7d279937402b44086bd813cd085e01536054ae8c5a45d49f42d1cc7ba190560d8b740e8b17f34ab2326fc2d SHA512 ce60fdd089cf66a5741828719c33e8a2e3b84356ca4184eb560dd72901356aba9bf0c62064ca40472bc8c83edde5077991f89d5d593317b10099e650f7bd6cb0 DIST microsoft-edge-beta_146.0.3856.49-1_amd64.deb 188007626 BLAKE2B 7b40ea211156a5472a65fb9c4d1e3ee37b63e8231533fa1231b5f92e740645e73fc4401dbd2a748fc26e550fcba82a500bfc1384ba73b372bdf8233e0bf8fb03 SHA512 baa9ed550ac06433fdcead6409f57afe6b3b831d8260e906bd361d31e6a1883f7d1a83e89f8b882032771fca6bc22c321aa6b146b603cc24d377f85c0069d8ef diff --git a/www-client/microsoft-edge-beta/microsoft-edge-beta-146.0.3856.13.ebuild b/www-client/microsoft-edge-beta/microsoft-edge-beta-146.0.3856.13.ebuild deleted file mode 100644 index 273ddc9f6768..000000000000 --- a/www-client/microsoft-edge-beta/microsoft-edge-beta-146.0.3856.13.ebuild +++ /dev/null @@ -1,122 +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 - for size in 16 24 32 48 64 128 256 ; do - newicon -s ${size} "${EDGE_HOME}/product_logo_${size}.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" -}
