From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 617AC15800A for ; Sat, 29 Jul 2023 21:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EB3AE0BFC; Sat, 29 Jul 2023 21:23:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 218C1E0BFC for ; Sat, 29 Jul 2023 21:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3033133FD3F for ; Sat, 29 Jul 2023 21:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DA49E95 for ; Sat, 29 Jul 2023 21:23:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1690665827.cdd41d27f06933cb2bf9a093f787ae51ea2e2c89.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/microsoft-edge/Manifest www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild X-VCS-Directories: www-client/microsoft-edge/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: cdd41d27f06933cb2bf9a093f787ae51ea2e2c89 X-VCS-Branch: master Date: Sat, 29 Jul 2023 21:23:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa1a3cd7-2e0f-445c-a0d4-a9bdd878913b X-Archives-Hash: ce3d69e195a6370eaef2bddda5c4d5b1 commit: cdd41d27f06933cb2bf9a093f787ae51ea2e2c89 Author: Mike Gilbert gentoo org> AuthorDate: Sat Jul 29 21:20:56 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jul 29 21:23:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd41d27 www-client/microsoft-edge: remove old Signed-off-by: Mike Gilbert gentoo.org> www-client/microsoft-edge/Manifest | 1 - .../microsoft-edge-114.0.1823.82.ebuild | 123 --------------------- 2 files changed, 124 deletions(-) diff --git a/www-client/microsoft-edge/Manifest b/www-client/microsoft-edge/Manifest index 5a6ad2cbeac3..3febafeba4c6 100644 --- a/www-client/microsoft-edge/Manifest +++ b/www-client/microsoft-edge/Manifest @@ -1,2 +1 @@ -DIST microsoft-edge-stable_114.0.1823.82-1_amd64.deb 147907898 BLAKE2B 7782a989fe4f3325c3b8010cb8921759f6260e2544149440087bd7c13a58c4426140122958b81f783271e7c7dcec9660bff07154b0ccbee3b522c0f96116b4cd SHA512 391eda9dcb0c8af2a940963ff2de270d16738e0766933f18af5d82dc1f9be66dd2460af6ec7e582807de3dd18a67c828068a7656189f345c11c331a939bb70ec DIST microsoft-edge-stable_115.0.1901.188-1_amd64.deb 149893578 BLAKE2B ede57b93aa4fc521443a0fef4939b0690fc9a5aba47869327b02a649492f62441f08768333d5482cf60e82a54bcf646a7e85d455867e0995cffb635d57d4ca40 SHA512 20db699e294ea63c0d25606e0347a3f0048d4740cfd85610084dd6216b447fbe4111908874240a2ee9eaa7e2bae2dd44208f7c6dcbfcf659744f9af99ad52ad2 diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild b/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild deleted file mode 100644 index 40e3af0e1470..000000000000 --- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.82.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 2011-2023 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 qt5" - -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 ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5[X] - dev-qt/qtwidgets:5 - ) -" - -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 -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 - - if ! use qt5; then - rm "${EDGE_HOME}/libqt5_shim.so" || die - fi - - pax-mark m "${EDGE_HOME}/msedge" -}