summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-02 01:25:13 +0100
committerSam James <sam@gentoo.org>2022-09-02 01:25:13 +0100
commit5c4ac1cac93083ddcb0fe5bd1af7329392a42409 (patch)
tree175ef7981757507c1e671ab86d0de4855e0dc93c /www-client/microsoft-edge
parentwww-client/microsoft-edge: amd64 stable (105.0.1343.25) (diff)
downloadgentoo-5c4ac1cac93083ddcb0fe5bd1af7329392a42409.tar.gz
gentoo-5c4ac1cac93083ddcb0fe5bd1af7329392a42409.tar.bz2
gentoo-5c4ac1cac93083ddcb0fe5bd1af7329392a42409.zip
www-client/microsoft-edge: remove old
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/microsoft-edge')
-rw-r--r--www-client/microsoft-edge/Manifest1
-rw-r--r--www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild116
2 files changed, 0 insertions, 117 deletions
diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest
index c5162291a5c8..15e0b17bf303 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_104.0.1293.70-1_amd64.deb 131404896 BLAKE2B 646b1ef7aef9c31565f5136d0048c28afd577f879b25d3be971c7d4418770a673587c7a246f1bd2d042e84c9b39af939e576ade356f9847e47b7ea9fe11b35f9 SHA512 c5cf5227600b4a5749a8d270f5d64c3871ede5030e31cff17d6f5f56556cbc48fff3836ac59125ae1ec47671d7719227a5bdb4da815847f4592001679833157a
DIST microsoft-edge-stable_105.0.1343.25-1_amd64.deb 133588088 BLAKE2B 86740c6271067bb74031f61b62dc20b4556cde1292caabc55e05b2bb2f3e4db8a7924710aba8b3d94b7a60fc05374fea705b5f7be0a9688a33b9af7d547e6622 SHA512 e2cc93da122dc66340903187dc351cc7336d9af279edc1f35843340cdacb80eaece1325e45e40bc6a9df51bb527947bd2f5210ad6cd2858e1be41d7effcae201
diff --git a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild b/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
deleted file mode 100644
index 3db12034b572..000000000000
--- a/www-client/microsoft-edge/microsoft-edge-104.0.1293.70.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 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/en-us/edge"
-
-if [[ ${PN} == microsoft-edge ]]; then
- MY_PN=${PN}-stable
-else
- MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb"
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-IUSE="+mip"
-
-RDEPEND="
- app-accessibility/at-spi2-atk:2
- app-accessibility/at-spi2-core:2
- app-misc/ca-certificates
- dev-libs/atk
- 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 )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-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 _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
-
- pax-mark m "${EDGE_HOME}/msedge"
-}