commit:     fcfe534ca8f73e4992aed9a00e89d3f6140014c0
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Thu Jun 16 19:31:57 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 06:06:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfe534c

app-editors/vscode: remove old version 1.65.2

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-editors/vscode/Manifest             |   3 -
 app-editors/vscode/vscode-1.65.2.ebuild | 129 --------------------------------
 2 files changed, 132 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 1e7f8d2b18d6..f1d0fa129d79 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.65.2-amd64.tar.gz 109564124 BLAKE2B 
5b842253ed6438019de5f114f951651adc1773db93b408d3fec59b781ff32c0fb66f0e80ff0c02b6306ae46f541d55667f37d50ccf64709e810bf5e952af543e
 SHA512 
1b5fd6c42966e66f963cb63a289414d3733cb64c051c36ad5a43481ccbd24996e99b58738b23be25a51890eb95593b7a2f224d61c3a21ea3195baed4f57cc761
-DIST vscode-1.65.2-arm.tar.gz 90793512 BLAKE2B 
8e29cd51635408280a9f3e36cc7d8a0925feee6a2239352b9a44075454ae36d7b784be2ecf9eb310440e416511a0d38b801ae41bfae400edd06345f960d66b29
 SHA512 
9c10a9a6ed82d321228b41202ab1584d580596bea9aa9759db6500e41f1979d1e9e1fa3e3af4fd86bdbbd0844ec528a499dbeb2eee988bb87b549073f0d112de
-DIST vscode-1.65.2-arm64.tar.gz 104431396 BLAKE2B 
17251a994ba15b9293b4bebbc8b34b8351bf5d15ea047d8789492839ab902d9802afcd94c6a805f26be505c9f05077c395c6a5c73a8f3614668c042400e3f4b0
 SHA512 
7365d8bec81bbd8bf72d6073cfd9034b8afca7309044863a921b190aadbb8fe16d5b58f98beab7d24d77c1077c60a1761a68a12e01ea974855608006973ec739
 DIST vscode-1.66.2-amd64.tar.gz 115605903 BLAKE2B 
db6161e5e387c58b63c86bdc6e1c2383cc977c4ff23f0e26894d7c176b3c0ff29d7dd60f18f535894030a8ca323b598bbe421e05c4ecdbfdaac57a9a378956e5
 SHA512 
cbf99e949a637f518f431d62b2119c13630d2be87a681892a7be40bcdc19f6fd1a4c9e9955a07d215aadce57a6acbf1ed5d146193119eeec78e2a7878d708619
 DIST vscode-1.66.2-arm.tar.gz 96713615 BLAKE2B 
cafc1575c81e27471f382d73a10ee3fa960bd5617536965e135acfad1ef227ef2ead9283085458595fdaa239ac4dec57b572fba44a3ad4b5eb125794491c22a7
 SHA512 
0ab6acd5f02d2201548de6082ab67fcb13f6157b775cd89fef33f493e61b092f4381a06248795572e893d7a6adcfe966c9ab246d587c7a3512385c728e5ec07c
 DIST vscode-1.66.2-arm64.tar.gz 110613144 BLAKE2B 
e2d3139f7779152a52e34c740f4c95c065fd004624c6e8628cd2562ee2791871e0ca0654f1e30c7c3effd67865560878c8d40773a106a30aef5358ebb28a1908
 SHA512 
f664c1a8fa72bb659fe30269d0207d79e1da406e7fb65bcc7385c07a06677d752583d9b5e04c185c571bb669b530f663dd8686a65f8a721a73fc9a2e02308869

diff --git a/app-editors/vscode/vscode-1.65.2.ebuild 
b/app-editors/vscode/vscode-1.65.2.ebuild
deleted file mode 100644
index 35897d4b8b0c..000000000000
--- a/app-editors/vscode/vscode-1.65.2.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils xdg
-
-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"
-
-RDEPEND="
-       app-accessibility/at-spi2-atk:2
-       app-accessibility/at-spi2-core:2
-       app-crypt/libsecret[crypt]
-       dev-libs/atk
-       dev-libs/expat
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       media-libs/alsa-lib
-       media-libs/mesa
-       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/code
-       /opt/vscode/libEGL.so
-       /opt/vscode/libffmpeg.so
-       /opt/vscode/libGLESv2.so
-       /opt/vscode/libvulkan.so*
-       /opt/vscode/chrome-sandbox
-       /opt/vscode/libvk_swiftshader.so
-       /opt/vscode/swiftshader/libEGL.so
-       /opt/vscode/swiftshader/libGLESv2.so
-       /opt/vscode/resources/app/extensions/*
-       /opt/vscode/resources/app/node_modules.asar.unpacked/*
-"
-
-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/LICENSES.chromium.html 
./resources/app/LICENSE.rtf ./resources/app/licenses || die
-
-       # Install
-       pax-mark m code
-       insinto "/opt/${PN}"
-       doins -r *
-       fperms +x /opt/${PN}/{,bin/}code
-       fperms 4711 /opt/${PN}/chrome-sandbox
-       fperms 755 /opt/${PN}/resources/app/extensions/git/dist/askpass.sh
-       fperms 755 /opt/${PN}/resources/app/extensions/git/dist/askpass-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/code" "usr/bin/vscode"
-       dosym "../../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
-       elog "You may want to install some additional utils, check in:"
-       elog "https://code.visualstudio.com/Docs/setup#_additional-tools";
-
-       if has_version -r ">=gui-libs/wlroots-0.15"; then
-               elog
-               elog "The wayland backend of vscode crashes with 
>=gui-libs/wlroots-0.15"
-               elog "This will be fixed upstream in a later release"
-               elog "Please run the xwayland version for now, on wlroots based 
DEs."
-               elog "For more information, see https://bugs.gentoo.org/834082";
-       fi
-}

Reply via email to