commit:     b311152a0052b4832064eb5acdfd2dd14aa1776a
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 07:45:11 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 07:45:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b311152a

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest                 |   1 -
 .../microsoft-edge-135.0.3179.54.ebuild            | 119 ---------------------
 2 files changed, 120 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 0b9db4813b85..84a425d255b9 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_135.0.3179.54-1_amd64.deb 169874838 BLAKE2B 
a0f7341db51bd508be229aa9e0b5c37b0e36fe2fffdd2e8dad38c7095a78722fee4c9d060c897bcc428f1e57b8271241837dd93b5ffa78fd764d78664cfc5e27
 SHA512 
cdb5663ef86236cec9aa18653373c7d38fae201572d97fddba86c4c0d49bc09e05618803e39b5e262241a23254978ece15593bf94ba34f21358cf7b5acf909ae
 DIST microsoft-edge-stable_135.0.3179.73-1_amd64.deb 169877106 BLAKE2B 
a69716dcf7c0cf613961eaaca1fe3cdea5ac87fe8ba101877231c15effc825aeb43dff70d0695f9ff5d5897309c7bc68c2283619ca86b850468ba7699ee8d06d
 SHA512 
7640e9d4bacbcd6cbca132877bcd078891b4617b24ce81a76b24d8854522ce4c689619383fbaf6bdb16a0bd37db9dc4b87a0a21adc0dc80f876cd91fdd364167

diff --git a/www-client/microsoft-edge/microsoft-edge-135.0.3179.54.ebuild 
b/www-client/microsoft-edge/microsoft-edge-135.0.3179.54.ebuild
deleted file mode 100644
index 216070691eb2..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-135.0.3179.54.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# 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 )
-       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
-
-       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