commit:     6acbc67c3fd6c84d7cf131fb8ecb4dce678e8b93
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 19:07:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 19:08:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acbc67c

app-editors/vscodium: drop 1.74.3.23010

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-editors/vscodium/Manifest                     |   3 -
 app-editors/vscodium/vscodium-1.74.3.23010.ebuild | 118 ----------------------
 2 files changed, 121 deletions(-)

diff --git a/app-editors/vscodium/Manifest b/app-editors/vscodium/Manifest
index 7480065241d6..d49bc1daea8f 100644
--- a/app-editors/vscodium/Manifest
+++ b/app-editors/vscodium/Manifest
@@ -1,6 +1,3 @@
-DIST vscodium-1.74.3.23010-amd64.tar.gz 121396318 BLAKE2B 
457aa7135d85340cc46b8bf06cc18bf9a575510c445c25c2102aa9f95099e7472f953c1770c7ff567bb53a2532db2c21849b06e922ef11a5d8699f8ed3cd283b
 SHA512 
4d6f9494c2112c6de60dde67eab6127c8bbb7fae4574e6fa85e4438e02ccf61f0954e79157e0466dd7aa2cead828d394b6b8f669be4ff52050b2cafb3e3e7f6b
-DIST vscodium-1.74.3.23010-arm.tar.gz 103438321 BLAKE2B 
e6294cdaaed7862b7a64ff9cfdb675ccba1bca25c23ba66c93aaadb2e231447de7baba4815ee910a1b84965ffdee06c1b6a45a48294872a0c872ed10e049a05a
 SHA512 
52f481e5a7e9f53c176702b134729f6fff0a8fe4eb993d07350476250bb324ef88fc22e3263c018affc5f791bf65583946da8119dc657fec372741a81798fa81
-DIST vscodium-1.74.3.23010-arm64.tar.gz 114464176 BLAKE2B 
a6682c4c26fa2bb628aced21cfabe0ee03cc3bb285b857973753cb9c5798763d6c43d8968f089a2be064a84ce71fc09ea938f5305c30c0a8920968c75812c845
 SHA512 
a2d563fc69aad4e3c05afe88c6326a2a9e2e67c7022e6068f416348445d421a0c1a676ecb405acca1f9b2892e1cdbbc7f38e6292570deaa5bc4574506deb272d
 DIST vscodium-1.75.0.23033-amd64.tar.gz 121848371 BLAKE2B 
412e945fd98f3ca6fd690593d09d64ec32e2a1450c117f41b99a276f6992f38de8e315af2273e659023a9acd8101a594c5e50bb7c29c7b9d688c902fca875b50
 SHA512 
58a3e58c9350359538841349271794e738f4734e84af7ec83a44b11fa09517dcaa6c373bb20ae271c4646f8766f405d12e7011d0398750facd9c4aa47402976c
 DIST vscodium-1.75.0.23033-arm.tar.gz 103889757 BLAKE2B 
ad910df8a5b245c725dcdb3d2bf4fdb602de2703a629563f6b71bad3e8ebc09a5ecf6ab1272261b7abb6aa35ea7a15ea9a8c1ee5ca52bee8deaf5b13221edf15
 SHA512 
9dd9b4bdc6e98c53c39ee5bde3f2001d3345de0398e848b26cca0e54cf8edd3712e4489cf3f11e7f67b9742c8dd3e9bafbf09ae5c4704a090147cfcae542e89d
 DIST vscodium-1.75.0.23033-arm64.tar.gz 114924184 BLAKE2B 
47d979df3eadee60e5ea6dcbf15b58518ded7086516cb9c1444ef22c3b05eef3d3b7b733a8be889fd0a08fa5e9fc4a0e5171a573b95defc951f526b95e624b0b
 SHA512 
506ccf023fe0f1c9c18c23ab3e77b64ba64e769226e43c577764b1ca85c940c53bdef69095bb3b2d09886a02506847a5884543191e2aead12884ffcadb7b22ae

diff --git a/app-editors/vscodium/vscodium-1.74.3.23010.ebuild 
b/app-editors/vscodium/vscodium-1.74.3.23010.ebuild
deleted file mode 100644
index e504e2b38051..000000000000
--- a/app-editors/vscodium/vscodium-1.74.3.23010.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils xdg optfeature
-
-DESCRIPTION="A community-driven, freely-licensed binary distribution of 
Microsoft's VSCode"
-HOMEPAGE="https://vscodium.com/";
-SRC_URI="
-       amd64? ( 
https://github.com/VSCodium/${PN}/releases/download/${PV}/VSCodium-linux-x64-${PV}.tar.gz
 -> ${P}-amd64.tar.gz )
-       arm? ( 
https://github.com/VSCodium/${PN}/releases/download/${PV}/VSCodium-linux-armhf-${PV}.tar.gz
 -> ${P}-arm.tar.gz )
-       arm64? ( 
https://github.com/VSCodium/${PN}/releases/download/${PV}/VSCodium-linux-arm64-${PV}.tar.gz
 -> ${P}-arm64.tar.gz )
-"
-
-RESTRICT="strip bindist"
-
-LICENSE="
-       Apache-2.0
-       BSD
-       BSD-1
-       BSD-2
-       BSD-4
-       CC-BY-4.0
-       ISC
-       LGPL-2.1+
-       MIT
-       MPL-2.0
-       openssl
-       PYTHON
-       TextMate-bundle
-       Unlicense
-       UoI-NCSA
-       W3C
-"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-IUSE=""
-
-RDEPEND="
-       >=app-accessibility/at-spi2-core-2.46.0:2
-       app-crypt/libsecret[crypt]
-       dev-libs/expat
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       media-libs/alsa-lib
-       media-libs/mesa
-       net-print/cups
-       sys-apps/util-linux
-       sys-apps/dbus
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf:2
-       x11-libs/gtk+:3
-       x11-libs/libdrm
-       x11-libs/libX11
-       x11-libs/libxcb
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libxkbcommon
-       x11-libs/libxkbfile
-       x11-libs/libXrandr
-       x11-libs/libxshmfence
-       x11-libs/pango
-"
-
-QA_PREBUILT="
-       /opt/vscode/bin/code-tunnel
-       /opt/vscodium/chrome_crashpad_handler
-       /opt/vscodium/chrome-sandbox
-       /opt/vscodium/codium
-       /opt/vscodium/libEGL.so
-       /opt/vscodium/libffmpeg.so
-       /opt/vscodium/libGLESv2.so
-       /opt/vscodium/libvk_swiftshader.so
-       /opt/vscodium/libvulkan.so*
-       /opt/vscodium/resources/app/extensions/*
-       /opt/vscodium/resources/app/node_modules.asar.unpacked/*
-       /opt/vscodium/swiftshader/libEGL.so
-       /opt/vscodium/swiftshader/libGLESv2.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
-       # Cleanup
-       rm "${S}/resources/app/LICENSE.txt" || die
-
-       # Disable update server
-       sed -i "/updateUrl/d" "${S}"/resources/app/product.json || die
-
-       # Install
-       pax-mark m codium
-       insinto "/opt/${PN}"
-       doins -r *
-       fperms +x /opt/${PN}/{,bin/}codium
-       fperms +x /opt/${PN}/chrome_crashpad_handler
-       fperms 4711 /opt/${PN}/chrome-sandbox
-       fperms 755 
/opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor}{,-empty}.sh
-       fperms -R +x /opt/${PN}/resources/app/out/vs/base/node
-       fperms +x 
/opt/${PN}/resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg
-       dosym "../../opt/${PN}/bin/codium" "usr/bin/vscodium"
-       dosym "../../opt/${PN}/bin/codium" "usr/bin/codium"
-       domenu "${FILESDIR}/vscodium.desktop"
-       domenu "${FILESDIR}/vscodium-url-handler.desktop"
-       domenu "${FILESDIR}/vscodium-wayland.desktop"
-       domenu "${FILESDIR}/vscodium-url-handler-wayland.desktop"
-       newicon "resources/app/resources/linux/code.png" "vscodium.png"
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       elog "When compared to the regular VSCode, VSCodium has a few quirks"
-       elog "More information at: 
https://github.com/VSCodium/vscodium/blob/master/DOCS.md";
-       optfeature "keyring support inside vscode" "gnome-base/gnome-keyring"
-}

Reply via email to