commit:     7d9d182da72cdf32f662e865b693e00184496a72
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 16:06:11 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 16:06:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9d182d

app-editors/vscode: drop 1.82.3-r1

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

 app-editors/vscode/Manifest                |   3 -
 app-editors/vscode/vscode-1.82.3-r1.ebuild | 118 -----------------------------
 2 files changed, 121 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 30213c2fb9a3..829e03147b30 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.82.3-amd64.tar.gz 135431570 BLAKE2B 
044ac09d4a75f0bc075e164061be763663e75798f28bbe88b9bb049a80791692fab6b6016e9f07e1b8360370e0faa3d4cce6ad1e3300600851dab268afcebf4b
 SHA512 
f5365fd13e365241e6de2acd2ee86a4616fd346d5db6b81e40a384de5107c602e6fac5d14d02b500f4587cf05a65d0519756b13581f1c92040b47bd39bc2916c
-DIST vscode-1.82.3-arm.tar.gz 122196444 BLAKE2B 
1c2d7f9dcf08c4f47faf599c39afb8580ecf4812f28cfd83ee7d09e1ffc28ef956ee9e69a9b431e16b8d80028936eb376fab17330e5d0176642ba3d387882018
 SHA512 
f5e97eeccd1cc4b8dda881cd10534b41bf7f648aee121f1538f8e1afabeb965c4784eb123000e27f3fbb0d866d0b9818e042c7b4401de9793a34c321ada822cd
-DIST vscode-1.82.3-arm64.tar.gz 132356391 BLAKE2B 
04252655fc0473db6850b946aee1d3e6532c936841f4cea22508e3e42b36d9b5e04861688d53a2ced09de284e11ae534022e11523b6ade66218511ebff856c36
 SHA512 
76c3255170aab5606c5fc18312973152a0b5bdb60f19b5d295d0d7419ae4233d4df5ba64897c2f7dc3f74093efad9b8c4fa419256b01d149e80e16e7dedd2463
 DIST vscode-1.83.1-amd64.tar.gz 135810621 BLAKE2B 
c1a9d74efe24f58c46445c6bc714c5a2f8d5237642f958fbed6c540128cf9794faa368e81d074fd357e54e677fce18c77b4f1a2acd2efc0a0ef86ace4bf6521e
 SHA512 
9b5e14ac302ab14b4fb0776836f31f7b9696db5b35987c181a1a344b9268de353d4a91df4dd62aa0b8a3293208f1e898c687a60c46d96e44018f3b94b8ca9d8e
 DIST vscode-1.83.1-arm.tar.gz 122768111 BLAKE2B 
92749b01bf5f99b357e84f3910ea23226aa5a2e4071eb52539be8fa3398e2f61395fbedc0e2af5ae8c25af29f8c144f9621e24da5220904d792ae94eea76d6ac
 SHA512 
b46c9a6a2ba80703ac1d0186af4066601d9f4b3a3063e0003cf507ce2dc37e9c4baebe72f90d3c2a92f6c2c4491d527c62a705a816535576cab2524f880a1b5b
 DIST vscode-1.83.1-arm64.tar.gz 133032981 BLAKE2B 
c02f3147ccf8811730695aff4f6a611b52b706b8974349b8b9ca4a4a8f46dc398809fe32ec79fdf828769d3a6713e080d82312b534f25918cefe32de0994a45f
 SHA512 
8052e551d64754ec38eb6a8edbc14292d95fb0a177a328bc70c8f983c90952af2ad793a45a7001d81bded7410b9b8cced9d3521ce8ad2416df774ab0e110caaf

diff --git a/app-editors/vscode/vscode-1.82.3-r1.ebuild 
b/app-editors/vscode/vscode-1.82.3-r1.ebuild
deleted file mode 100644
index 56d020e1b0a9..000000000000
--- a/app-editors/vscode/vscode-1.82.3-r1.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="Multiplatform Visual Studio Code from Microsoft"
-HOMEPAGE="https://code.visualstudio.com";
-SRC_URI="
-       amd64? ( https://update.code.visualstudio.com/${PV}/linux-x64/stable -> 
${P}-amd64.tar.gz )
-       arm? ( https://update.code.visualstudio.com/${PV}/linux-armhf/stable -> 
${P}-arm.tar.gz )
-       arm64? ( https://update.code.visualstudio.com/${PV}/linux-arm64/stable 
-> ${P}-arm64.tar.gz )
-"
-S="${WORKDIR}"
-
-RESTRICT="mirror strip bindist"
-
-LICENSE="
-       Apache-2.0
-       BSD
-       BSD-1
-       BSD-2
-       BSD-4
-       CC-BY-4.0
-       ISC
-       LGPL-2.1+
-       Microsoft-vscode
-       MIT
-       MPL-2.0
-       openssl
-       PYTHON
-       TextMate-bundle
-       Unlicense
-       UoI-NCSA
-       W3C
-"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-IUSE="kerberos"
-
-RDEPEND="
-       >=app-accessibility/at-spi2-core-2.46.0:2
-       app-crypt/libsecret[crypt]
-       app-misc/ca-certificates
-       dev-libs/expat
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       media-libs/alsa-lib
-       media-libs/libcanberra[gtk3]
-       media-libs/libglvnd
-       media-libs/mesa
-       net-misc/curl
-       sys-apps/dbus
-       sys-libs/zlib
-       sys-process/lsof
-       x11-libs/cairo
-       x11-libs/gtk+:3
-       x11-libs/libdrm
-       x11-libs/libnotify
-       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/libXScrnSaver
-       x11-libs/pango
-       x11-misc/xdg-utils
-       kerberos? ( app-crypt/mit-krb5 )
-"
-
-QA_PREBUILT="*"
-
-src_install() {
-       if use amd64; then
-               cd "${WORKDIR}/VSCode-linux-x64" || die
-       elif use arm; then
-               cd "${WORKDIR}/VSCode-linux-armhf" || die
-       elif use arm64; then
-               cd "${WORKDIR}/VSCode-linux-arm64" || die
-       else
-               die "Visual Studio Code only supports amd64, arm and arm64"
-       fi
-
-       # Cleanup
-       rm -r ./resources/app/ThirdPartyNotices.txt || die
-
-       # Disable update server
-       sed -e "/updateUrl/d" -i ./resources/app/product.json || die
-
-       if ! use kerberos; then
-               rm -r ./resources/app/node_modules.asar.unpacked/kerberos || die
-       fi
-
-       # Install
-       pax-mark m code
-       mkdir -p "${ED}/opt/${PN}" || die
-       cp -r . "${ED}/opt/${PN}" || die
-       fperms 4711 /opt/${PN}/chrome-sandbox
-
-       dosym -r "/opt/${PN}/bin/code" "usr/bin/vscode"
-       dosym -r "/opt/${PN}/bin/code" "usr/bin/code"
-       domenu "${FILESDIR}/vscode.desktop"
-       domenu "${FILESDIR}/vscode-url-handler.desktop"
-       domenu "${FILESDIR}/vscode-wayland.desktop"
-       domenu "${FILESDIR}/vscode-url-handler-wayland.desktop"
-       newicon "resources/app/resources/linux/code.png" "vscode.png"
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       optfeature "keyring support inside vscode" "virtual/secret-service"
-}

Reply via email to