[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-05-10 Thread Arthur Zamarin
commit: 9529ed08db4da2e02365e1357ba89b49ebe2101f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 10 08:35:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 10 08:35:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9529ed08

app-editors/vscode: drop 1.88.1

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 5d377b0c3e10..c16079c48783 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.88.1-amd64.tar.gz 142835966 BLAKE2B 
f78ed2a0a68d9c632ac1b8c811647696da2f9d86d1c171fdc1a0ea75f77872bb5e9a860020a49c0e3a3cfcafd85f9cf9da3300326b1e08077bc6f1eeb1c53f64
 SHA512 
5730981a13d72a317c180b566ec0d3408e75bb80eb37dd7de58e2beb4492ab59df9009cff92b3ac1cb4283f66868d793bdffc0689248fb3630e9cf55bfcc7bab
-DIST vscode-1.88.1-arm.tar.gz 128139341 BLAKE2B 
36da83b891554c2e4090e70635f7c241e20dd5be0beddcf15df32563ef47e20e5de3f4cef874b2b0ebf49702582cb604e7a4e2355d5a46ecc8f934de42b49c1e
 SHA512 
79e181b0c8603c06605eaa1901527bb5da593c40ce2a830b36f80911648736125c5f12ec98fe9ca61edeea051f5ab8cd172983a0228800b32a718ef4a00ef089
-DIST vscode-1.88.1-arm64.tar.gz 139073832 BLAKE2B 
884231acc011963151ca6121243c459415b261158ee01056cbc7316f4ac7f05fe65583500d6f2cc9967975fd5ff063b02c2b7bd85aa2e2614d844f72385cb672
 SHA512 
af02536c815e78c12ffeb5f472e63f7390cb619e772256d00cf130898fb836a853fe9fd6362540d1dd1384949e13ca261a98da6abdf8781e62e981ab47847eaf
 DIST vscode-1.89.0-amd64.tar.gz 143134909 BLAKE2B 
93fffeb6d1d13d5f1b553bb16816a6b9b6ff1979a5ae4c3e3f294ce911875f5b1ebdf0888c4fcba5a47cad3229ff5b88bb938c0d180f84a22f060fd53c878d8b
 SHA512 
7509c6c073fd8e23eb1c989e67085b4f9f9686d26c33d6dd915b1836fd8501b59b261b142590cf00cecf62cbccc30f2c620ebfef6af2173b0f41fa59160e4428
 DIST vscode-1.89.0-arm.tar.gz 128531766 BLAKE2B 
12920281d644fcd2582ffe32b1532a3acd5341578f6548f48c976c41c330fb33ea30d0933742f1978423afae42d187d5a6feea2bb96837da4fb0067352e2
 SHA512 
25ac38362cfbdbbb51fe278ba641323ecefe3281b731d22d6ca3b57e125eb12bd6c9cccb68d69cd1c50dc4a399606e5c7ae19dafef8ae6b113658d975ed56560
 DIST vscode-1.89.0-arm64.tar.gz 139462657 BLAKE2B 
b0873b26f8d49d5c1be9cc0d71e7f88c1154faf3e8660ecd1ea8f79932b9399ec70d468035bdc7a067970e6c315ae3b92658239e2278b0cd5cdd16bebd637007
 SHA512 
156cf694f9c7a0acff313108e49e0d0a300bf6e5a4aef410056c4f874b6c054d5718542213da6edae42d3ba738a0b8fbd537f7c725d7352a2fd5e8129fc6d22c

diff --git a/app-editors/vscode/vscode-1.88.1.ebuild 
b/app-editors/vscode/vscode-1.88.1.ebuild
deleted file mode 100644
index f803279f6a02..
--- a/app-editors/vscode/vscode-1.88.1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2024 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}"
-
-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="egl kerberos wayland"
-RESTRICT="mirror strip bindist"
-
-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/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 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-04-18 Thread Arthur Zamarin
commit: bfd55dcab2acaadcba0e16cb927f847850132f4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 19 05:50:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 19 05:50:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd55dca

app-editors/vscode: stabilize 1.88.1 for amd64

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/vscode-1.88.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vscode/vscode-1.88.1.ebuild 
b/app-editors/vscode/vscode-1.88.1.ebuild
index a36c312a934c..f803279f6a02 100644
--- a/app-editors/vscode/vscode-1.88.1.ebuild
+++ b/app-editors/vscode/vscode-1.88.1.ebuild
@@ -34,7 +34,7 @@ LICENSE="
W3C
 "
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 IUSE="egl kerberos wayland"
 RESTRICT="mirror strip bindist"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-03-12 Thread Arthur Zamarin
commit: f05ca4c99cabe21befa4b318d3c396e27f4cbde8
Author: Dawn Xu  163  com>
AuthorDate: Wed Mar  6 08:28:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Mar 12 06:41:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05ca4c9

app-editors/vscode: fix issues with fcitx:5

Signed-off-by: Dawn Xu  163.com>
Closes: https://github.com/gentoo/gentoo/pull/35631
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/{vscode-1.87.0.ebuild => vscode-1.87.0-r1.ebuild} | 2 +-
 app-editors/vscode/{vscode-1.87.1.ebuild => vscode-1.87.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/vscode/vscode-1.87.0.ebuild 
b/app-editors/vscode/vscode-1.87.0-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.87.0.ebuild
rename to app-editors/vscode/vscode-1.87.0-r1.ebuild
index 2b8657537b5b..a36c312a934c 100644
--- a/app-editors/vscode/vscode-1.87.0.ebuild
+++ b/app-editors/vscode/vscode-1.87.0-r1.ebuild
@@ -106,7 +106,7 @@ src_install() {
 
local EXEC_EXTRA_FLAGS=()
if use wayland; then
-   EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" )
+   EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" 
"--enable-wayland-ime" )
fi
if use egl; then
EXEC_EXTRA_FLAGS+=( "--use-gl=egl" )

diff --git a/app-editors/vscode/vscode-1.87.1.ebuild 
b/app-editors/vscode/vscode-1.87.1-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.87.1.ebuild
rename to app-editors/vscode/vscode-1.87.1-r1.ebuild
index ac7c312270de..f803279f6a02 100644
--- a/app-editors/vscode/vscode-1.87.1.ebuild
+++ b/app-editors/vscode/vscode-1.87.1-r1.ebuild
@@ -106,7 +106,7 @@ src_install() {
 
local EXEC_EXTRA_FLAGS=()
if use wayland; then
-   EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" )
+   EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" 
"--enable-wayland-ime" )
fi
if use egl; then
EXEC_EXTRA_FLAGS+=( "--use-gl=egl" )



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-02-17 Thread Arthur Zamarin
commit: 250769c9eb01cd6e33d81dae22b00dc6e01cf82f
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Feb 17 01:29:32 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250769c9

app-editors/vscode: drop 1.86.0

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 9d8c0bbc9e2c..00de6fe83949 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.86.0-amd64.tar.gz 140414646 BLAKE2B 
4ce937554f06c3c78a85c15193eb80daec3629843e20c0d9316bb59a2c8e1d4611c0c062156b3efda0a1d2b7c2320568eb7f90c12048c1e94b609da857e7084a
 SHA512 
ee738df782645276c60a59fa7e933106d0793b14ca290e5bd837a731d606f152083605e0006d494195a492c8332424fd81647c6e3fa3e5abccb17cdb593220f7
-DIST vscode-1.86.0-arm.tar.gz 125997645 BLAKE2B 
2cee9b572c382b4af1e429000478c8aa7910a150a59836cbe87e94c5d1a1e6e6a972f8bc37d168081050fb98ea7d1adf29968d6d3701adc1d5de920fefa0dfde
 SHA512 
4157368b5346b7ac2685ba9de6f70492481124fe03fd6d76424d8edce5fbecc4fb9d14d5e1b04bf6333d5f66fafd56d82d49747a94cdb460ccb09aa48440d089
-DIST vscode-1.86.0-arm64.tar.gz 137551699 BLAKE2B 
21b3cee54f83e5cf7c81079f7f14f517b2a820762377d2c77a0c6be185e28bf3f84cd964824ed909fa6769efc9186c9ebd8580b6d4700842fd226782b342f16f
 SHA512 
dc82b06024ba7746f8e3aee08373552a153ef4c1a6a608a7aa4e3b62be378ee9aa253e7b03c2f6879e04b7077d0da835bb2252122f1ff580afce38be76e4370f
 DIST vscode-1.86.1-amd64.tar.gz 140415002 BLAKE2B 
d4e2ce82f521e4fb2f1cd0a7e65ec02d2d161eb446d828c7ad0da9f4bcdd23436ece867b25a1447078f0bba53d7340941884337fe5325d22c60a19fe67f8fd34
 SHA512 
b0d5f8587b590bb570646ffd9076468e70dbd07255f2b509ba3e959c364630d265e8073613983cc021a01b05140dc2c012a243e6c183ea77815f228b18fa02da
 DIST vscode-1.86.1-arm.tar.gz 125982410 BLAKE2B 
083ab613f70661bbe038b681c43c5e12d8f0e455229e12bbf77f50a5f0e1bbb9d86b2993b38f36311dee764c9dafa33f90e6e9fe684b4c48d2ce2c25e6d36d71
 SHA512 
cd5464fef2802488f1da6bbff1ba5ac18feccaa8b1297b275e59d4f423f45cf50270a9b98a81562c3434350135e7159e348706fd7602cdb8b48da3987e81ad3a
 DIST vscode-1.86.1-arm64.tar.gz 137543628 BLAKE2B 
d3e816d7cd044a34fa7b8212bd83efeb059d83d36f1ecdb54fed7166f30cccd02db081881a8914202566126430474d7f7b35c0f0f97adf2a5e106bf5953bd6a1
 SHA512 
78a84f3b6a0696f54ae00916345c48c688daaee3833e695038113b05826cbeb4d08814f1efe3ca190e7fdbb961b9e36a45d273c524e1f94ad1297c8831b2951b

diff --git a/app-editors/vscode/vscode-1.86.0.ebuild 
b/app-editors/vscode/vscode-1.86.0.ebuild
deleted file mode 100644
index 75ef1fe52ecb..
--- a/app-editors/vscode/vscode-1.86.0.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2024 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}"
-
-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="egl kerberos wayland"
-RESTRICT="mirror strip bindist"
-
-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/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" || 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-02-17 Thread Arthur Zamarin
commit: 0084ff77bd801043b5b4d679f7a8ca44e17d7251
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Feb 17 01:32:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0084ff77

app-editors/vscode: add 1.86.2, drop 1.86.1-r1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/35380
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest | 6 +++---
 .../vscode/{vscode-1.86.1-r1.ebuild => vscode-1.86.2.ebuild}| 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 00de6fe83949..2375070d05fe 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,3 +1,3 @@
-DIST vscode-1.86.1-amd64.tar.gz 140415002 BLAKE2B 
d4e2ce82f521e4fb2f1cd0a7e65ec02d2d161eb446d828c7ad0da9f4bcdd23436ece867b25a1447078f0bba53d7340941884337fe5325d22c60a19fe67f8fd34
 SHA512 
b0d5f8587b590bb570646ffd9076468e70dbd07255f2b509ba3e959c364630d265e8073613983cc021a01b05140dc2c012a243e6c183ea77815f228b18fa02da
-DIST vscode-1.86.1-arm.tar.gz 125982410 BLAKE2B 
083ab613f70661bbe038b681c43c5e12d8f0e455229e12bbf77f50a5f0e1bbb9d86b2993b38f36311dee764c9dafa33f90e6e9fe684b4c48d2ce2c25e6d36d71
 SHA512 
cd5464fef2802488f1da6bbff1ba5ac18feccaa8b1297b275e59d4f423f45cf50270a9b98a81562c3434350135e7159e348706fd7602cdb8b48da3987e81ad3a
-DIST vscode-1.86.1-arm64.tar.gz 137543628 BLAKE2B 
d3e816d7cd044a34fa7b8212bd83efeb059d83d36f1ecdb54fed7166f30cccd02db081881a8914202566126430474d7f7b35c0f0f97adf2a5e106bf5953bd6a1
 SHA512 
78a84f3b6a0696f54ae00916345c48c688daaee3833e695038113b05826cbeb4d08814f1efe3ca190e7fdbb961b9e36a45d273c524e1f94ad1297c8831b2951b
+DIST vscode-1.86.2-amd64.tar.gz 140413911 BLAKE2B 
a46f1613e45bb020ee0550b7dcc5116973dcd6bc791fd38c46e5246da5089150d2b15b59a5e0afb5aebd6d690a246f0bdf7ac3a764e4172d33df2eedb7a6a4e9
 SHA512 
5c311bb24ac0d801f1a4ce73a982389df9092871364a02e44b914537bb6bede4078aa41b054fba2c28755357e3d89ec1763b1f7778fd21f59383fc2dafe1627f
+DIST vscode-1.86.2-arm.tar.gz 125989628 BLAKE2B 
3056c129af61e2eb8bf8b6568294b0b83fc3977a2bb0ac823e06594d8dbebadd2068618b270fb2146347f7e1528183b111b1f739a618a9e1181874de767af6c8
 SHA512 
900d345cb6e8f77c15575c0a01045fb2ac18837fc9cce1fa6c6fa10997fc227cc3efc96377aa39557b3ddc7d45d5b26d8f55ef35d6a6fdc8a37f2c703b4fdcc9
+DIST vscode-1.86.2-arm64.tar.gz 137533176 BLAKE2B 
c4a0c215322cdc317a81654f655b563ded375f3fd936674625371cb1eba05b51dba5fe91a83d2ae78a6ef13dd7815bcec110fc2075ee185cad868b2d41223365
 SHA512 
2cd4d22cba02aa946d074b16c6299c0a8077a3be8e273759ff50d9126235b6847e3b1a5d07b3fefc9f6d143f939969ab6a8b6ae3b2f27b25e417e39b735de96b

diff --git a/app-editors/vscode/vscode-1.86.1-r1.ebuild 
b/app-editors/vscode/vscode-1.86.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.86.1-r1.ebuild
rename to app-editors/vscode/vscode-1.86.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/, app-editors/vscode/files/

2024-02-17 Thread Arthur Zamarin
commit: dc15838b4224f5bdf4be3b7f1bbba9d46711b33b
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Feb 17 01:30:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc15838b

app-editors/vscode: fix .desktop file icon issue

Closes: https://bugs.gentoo.org/924454

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../{vscode-url-handler.desktop => code-url-handler.desktop} |  0
 app-editors/vscode/files/{vscode.desktop => code.desktop}|  0
 .../vscode/{vscode-1.86.1.ebuild => vscode-1.86.1-r1.ebuild} | 12 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-editors/vscode/files/vscode-url-handler.desktop 
b/app-editors/vscode/files/code-url-handler.desktop
similarity index 100%
rename from app-editors/vscode/files/vscode-url-handler.desktop
rename to app-editors/vscode/files/code-url-handler.desktop

diff --git a/app-editors/vscode/files/vscode.desktop 
b/app-editors/vscode/files/code.desktop
similarity index 100%
rename from app-editors/vscode/files/vscode.desktop
rename to app-editors/vscode/files/code.desktop

diff --git a/app-editors/vscode/vscode-1.86.1.ebuild 
b/app-editors/vscode/vscode-1.86.1-r1.ebuild
similarity index 92%
rename from app-editors/vscode/vscode-1.86.1.ebuild
rename to app-editors/vscode/vscode-1.86.1-r1.ebuild
index 75ef1fe52ecb..ac7c312270de 100644
--- a/app-editors/vscode/vscode-1.86.1.ebuild
+++ b/app-editors/vscode/vscode-1.86.1-r1.ebuild
@@ -113,15 +113,15 @@ src_install() {
fi
 
sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
-   "${FILESDIR}/vscode-url-handler.desktop" \
-   > "${T}/vscode-url-handler.desktop" || die
+   "${FILESDIR}/code-url-handler.desktop" \
+   > "${T}/code-url-handler.desktop" || die
 
sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
-   "${FILESDIR}/vscode.desktop" \
-   > "${T}/vscode.desktop" || die
+   "${FILESDIR}/code.desktop" \
+   > "${T}/code.desktop" || die
 
-   domenu "${T}/vscode.desktop"
-   domenu "${T}/vscode-url-handler.desktop"
+   domenu "${T}/code.desktop"
+   domenu "${T}/code-url-handler.desktop"
newicon "resources/app/resources/linux/code.png" "vscode.png"
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-02-07 Thread Joonas Niilola
commit: 508b6f1f1276aa0a7d54efc5a6e87a9dd20e21a2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Feb  7 13:51:30 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Feb  7 13:59:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508b6f1f

app-editors/vscode: move libnotify as optfeature

Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/vscode-1.86.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vscode/vscode-1.86.0.ebuild 
b/app-editors/vscode/vscode-1.86.0.ebuild
index f8ecb8a0a190..75ef1fe52ecb 100644
--- a/app-editors/vscode/vscode-1.86.0.ebuild
+++ b/app-editors/vscode/vscode-1.86.0.ebuild
@@ -57,7 +57,6 @@ RDEPEND="
x11-libs/cairo
x11-libs/gtk+:3
x11-libs/libdrm
-   x11-libs/libnotify
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXcomposite
@@ -128,5 +127,6 @@ src_install() {
 
 pkg_postinst() {
xdg_pkg_postinst
+   optfeature "desktop notifications" x11-libs/libnotify
optfeature "keyring support inside vscode" "virtual/secret-service"
 }



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/, app-editors/vscode/files/

2024-01-14 Thread Arthur Zamarin
commit: 2c4aee0e7ed1a19b15e4e1975dde9189a9bd2351
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sun Jan 14 18:19:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 14 20:26:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4aee0e

app-editors/vscode: add 'wayland' USE flag

So we merge the two desktop entries that trip DEs
(at least KDE on X11) into one

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../files/vscode-url-handler-wayland.desktop   | 12 
 .../vscode/files/vscode-url-handler.desktop|  2 +-
 app-editors/vscode/files/vscode-wayland.desktop| 18 --
 app-editors/vscode/files/vscode.desktop|  4 ++--
 app-editors/vscode/metadata.xml|  3 +++
 ...scode-1.85.0.ebuild => vscode-1.85.0-r1.ebuild} | 22 +-
 ...scode-1.85.1.ebuild => vscode-1.85.1-r1.ebuild} | 22 +-
 7 files changed, 40 insertions(+), 43 deletions(-)

diff --git a/app-editors/vscode/files/vscode-url-handler-wayland.desktop 
b/app-editors/vscode/files/vscode-url-handler-wayland.desktop
deleted file mode 100644
index a3214afa7d32..
--- a/app-editors/vscode/files/vscode-url-handler-wayland.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=VSCode - URL Handler
-Comment=Editing evolved
-GenericName=Code Editor
-Exec=/usr/bin/vscode --enable-features=UseOzonePlatform 
--ozone-platform=wayland --open-url %U
-Icon=vscode
-Type=Application
-NoDisplay=true
-StartupNotify=true
-Categories=Utility;TextEditor;Development;IDE;
-MimeType=x-scheme-handler/vscode;
-Keywords=vscode;code;

diff --git a/app-editors/vscode/files/vscode-url-handler.desktop 
b/app-editors/vscode/files/vscode-url-handler.desktop
index 73e3834801b4..fe65d7527069 100644
--- a/app-editors/vscode/files/vscode-url-handler.desktop
+++ b/app-editors/vscode/files/vscode-url-handler.desktop
@@ -2,7 +2,7 @@
 Name=VSCode - URL Handler
 Comment=Editing evolved
 GenericName=Code Editor
-Exec=/usr/bin/vscode --open-url %U
+Exec=/usr/bin/vscode @exec_extra_flags@ --open-url %U
 Icon=vscode
 Type=Application
 NoDisplay=true

diff --git a/app-editors/vscode/files/vscode-wayland.desktop 
b/app-editors/vscode/files/vscode-wayland.desktop
deleted file mode 100644
index 1c12a97ffd01..
--- a/app-editors/vscode/files/vscode-wayland.desktop
+++ /dev/null
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=VSCode Wayland
-Comment=Editing evolved
-GenericName=Code Editor
-Exec=/usr/bin/vscode --enable-features=UseOzonePlatform 
--ozone-platform=wayland --unity-launch %F
-Icon=vscode
-Type=Application
-StartupNotify=false
-StartupWMClass=Code
-Categories=Utility;TextEditor;Development;IDE;
-MimeType=text/plain;inode/directory;application/x-code-workspace;
-Actions=new-empty-window;
-Keywords=vscode;code;
-
-[Desktop Action new-empty-window]
-Name=New Empty Window
-Exec=/usr/bin/vscode  --enable-features=UseOzonePlatform 
--ozone-platform=wayland --new-window %F
-Icon=vscode

diff --git a/app-editors/vscode/files/vscode.desktop 
b/app-editors/vscode/files/vscode.desktop
index d648416a26ca..ec697eca68b6 100644
--- a/app-editors/vscode/files/vscode.desktop
+++ b/app-editors/vscode/files/vscode.desktop
@@ -2,7 +2,7 @@
 Name=VSCode
 Comment=Editing evolved
 GenericName=Code Editor
-Exec=/usr/bin/vscode --unity-launch %F
+Exec=/usr/bin/vscode @exec_extra_flags@ --unity-launch %F
 Icon=vscode
 Type=Application
 StartupNotify=false
@@ -14,5 +14,5 @@ Keywords=vscode;code;
 
 [Desktop Action new-empty-window]
 Name=New Empty Window
-Exec=/usr/bin/vscode --new-window %F
+Exec=/usr/bin/vscode @exec_extra_flags@ --new-window %F
 Icon=vscode

diff --git a/app-editors/vscode/metadata.xml b/app-editors/vscode/metadata.xml
index 5e8dfffc3faa..177d32d281e8 100644
--- a/app-editors/vscode/metadata.xml
+++ b/app-editors/vscode/metadata.xml
@@ -13,6 +13,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   Run in wayland mode under wayland 
sessions, xwayland otherwise. This flag doesn't affect x11 sessions.
+   

Visual Studio Code is a lightweight but powerful source code 
editor which
runs on your desktop and is available for Windows, macOS and 
Linux. It

diff --git a/app-editors/vscode/vscode-1.85.0.ebuild 
b/app-editors/vscode/vscode-1.85.0-r1.ebuild
similarity index 83%
rename from app-editors/vscode/vscode-1.85.0.ebuild
rename to app-editors/vscode/vscode-1.85.0-r1.ebuild
index dc88161cc376..e41624cd8829 100644
--- a/app-editors/vscode/vscode-1.85.0.ebuild
+++ b/app-editors/vscode/vscode-1.85.0-r1.ebuild
@@ -35,7 +35,7 @@ LICENSE="
 "
 SLOT="0"
 KEYWORDS="-* amd64 ~arm ~arm64"
-IUSE="kerberos"
+IUSE="kerberos wayland"
 RESTRICT="mirror strip bindist"
 
 RDEPEND="
@@ -104,10 +104,22 @@ src_install() {
 
dosym -r "/opt/${PN}/bin/code" "usr/bin/vscode"

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-01-14 Thread Arthur Zamarin
commit: 42fc992a382bf65caf16f26759f71fc9909408ed
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sun Jan 14 18:31:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 14 20:26:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fc992a

app-editors/vscode: add EGL useflag for smooth rendering

Rendering on vscode is limited to 60fps by default.
This useflag makes vscode match the monitor's refresh rate,
at least on x11/xwayland. In my testing, it did not change anything
on wayland with wayland mode.

See https://github.com/microsoft/vscode/issues/65142

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/34805
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/metadata.xml  | 1 +
 .../vscode/{vscode-1.85.0-r1.ebuild => vscode-1.85.0-r2.ebuild}  | 5 -
 .../vscode/{vscode-1.85.1-r1.ebuild => vscode-1.85.1-r2.ebuild}  | 5 -
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/app-editors/vscode/metadata.xml b/app-editors/vscode/metadata.xml
index 177d32d281e8..52921d6c9411 100644
--- a/app-editors/vscode/metadata.xml
+++ b/app-editors/vscode/metadata.xml
@@ -14,6 +14,7 @@
Proxy Maintainers


+   Use EGL platform, enables smooth rending in 
high refresh rate monitors on X11/Xwayland
Run in wayland mode under wayland 
sessions, xwayland otherwise. This flag doesn't affect x11 sessions.



diff --git a/app-editors/vscode/vscode-1.85.0-r1.ebuild 
b/app-editors/vscode/vscode-1.85.0-r2.ebuild
similarity index 96%
rename from app-editors/vscode/vscode-1.85.0-r1.ebuild
rename to app-editors/vscode/vscode-1.85.0-r2.ebuild
index e41624cd8829..5f6d62e913de 100644
--- a/app-editors/vscode/vscode-1.85.0-r1.ebuild
+++ b/app-editors/vscode/vscode-1.85.0-r2.ebuild
@@ -35,7 +35,7 @@ LICENSE="
 "
 SLOT="0"
 KEYWORDS="-* amd64 ~arm ~arm64"
-IUSE="kerberos wayland"
+IUSE="egl kerberos wayland"
 RESTRICT="mirror strip bindist"
 
 RDEPEND="
@@ -109,6 +109,9 @@ src_install() {
if use wayland; then
EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" )
fi
+   if use egl; then
+   EXEC_EXTRA_FLAGS+=( "--use-gl=egl" )
+   fi
 
sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
"${FILESDIR}/vscode-url-handler.desktop" \

diff --git a/app-editors/vscode/vscode-1.85.1-r1.ebuild 
b/app-editors/vscode/vscode-1.85.1-r2.ebuild
similarity index 96%
rename from app-editors/vscode/vscode-1.85.1-r1.ebuild
rename to app-editors/vscode/vscode-1.85.1-r2.ebuild
index e41624cd8829..5f6d62e913de 100644
--- a/app-editors/vscode/vscode-1.85.1-r1.ebuild
+++ b/app-editors/vscode/vscode-1.85.1-r2.ebuild
@@ -35,7 +35,7 @@ LICENSE="
 "
 SLOT="0"
 KEYWORDS="-* amd64 ~arm ~arm64"
-IUSE="kerberos wayland"
+IUSE="egl kerberos wayland"
 RESTRICT="mirror strip bindist"
 
 RDEPEND="
@@ -109,6 +109,9 @@ src_install() {
if use wayland; then
EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" )
fi
+   if use egl; then
+   EXEC_EXTRA_FLAGS+=( "--use-gl=egl" )
+   fi
 
sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
"${FILESDIR}/vscode-url-handler.desktop" \



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-12-13 Thread Arthur Zamarin
commit: cc4c8d313a2cc44bc0d3d9517871af0038f88f17
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 13 19:27:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 13 19:27:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4c8d31

app-editors/vscode: stabilize 1.85.0 for amd64

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/vscode-1.85.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vscode/vscode-1.85.0.ebuild 
b/app-editors/vscode/vscode-1.85.0.ebuild
index bda3eefe732f..dc88161cc376 100644
--- a/app-editors/vscode/vscode-1.85.0.ebuild
+++ b/app-editors/vscode/vscode-1.85.0.ebuild
@@ -34,7 +34,7 @@ LICENSE="
W3C
 "
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 IUSE="kerberos"
 RESTRICT="mirror strip bindist"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

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

app-editors/vscode: drop 1.82.3-r1

Signed-off-by: Arthur Zamarin  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..
--- 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 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-10-21 Thread Joonas Niilola
commit: 6ec9baca784bfe1978dc249feeac4fe0e43a055c
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Thu Oct 12 20:17:50 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Oct 21 16:03:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec9baca

app-editors/vscode: drop 1.83.0 & update dependencies

Closes: https://bugs.gentoo.org/915380

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest|   3 -
 ...de-1.83.0-r1.ebuild => vscode-1.82.3-r1.ebuild} |   2 +-
 app-editors/vscode/vscode-1.82.3.ebuild| 112 -
 ...scode-1.83.1.ebuild => vscode-1.83.1-r1.ebuild} |   2 +-
 4 files changed, 2 insertions(+), 117 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index a7f2c49e2eb2..6af91b9cf0c1 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,6 @@
 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.0-amd64.tar.gz 135783477 BLAKE2B 
ab8d74efddad2717a6e189644a2eb2e6e6a8c51bf84150b722847ba9b7022f181f6a7225b3f0f04f345b5dc2690ff4859425b06d52f1db75c716db87a06de1d1
 SHA512 
4c71a8b340cdfac577dae7c5f6a70e1d556fa516ff42f562c1ec6f8aaa89b101c4751d936fbb7af426429a70e111262c0a6e230584aaf43691556571d1eefad3
-DIST vscode-1.83.0-arm.tar.gz 122748258 BLAKE2B 
535de1d0d61746b501a4377f482e2b09ad470959217ac96455d99738926b2a9c5df7fe2806daba080d0d6bd22df316258c7f04cfdaf1d9fdc966c4585c325455
 SHA512 
740fb983903a05cc5ca31cedac096fbfe5356df82f11654523b8fc957a7ea7171db9fa8693a21a5e72aadb31d6c76249dd7311052912aff4a81777a22951b65c
-DIST vscode-1.83.0-arm64.tar.gz 133019602 BLAKE2B 
e11cf5b340d638884ee898040e7cd7791c03e63669a3cdc1efc4efd6542e9ec8a4f0e91d25021763d0bc5530d84c932cd71455561de502cf78b99be5b0d54dda
 SHA512 
35a74ab0cb99825cd652af145bdbed42ccfbb26b43a5e36d87612df8ece7b88020488196535fa8b997d67b09948f8a332f0838b5129cadd396e66080983d3cec
 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.83.0-r1.ebuild 
b/app-editors/vscode/vscode-1.82.3-r1.ebuild
similarity index 99%
rename from app-editors/vscode/vscode-1.83.0-r1.ebuild
rename to app-editors/vscode/vscode-1.82.3-r1.ebuild
index ce0d2fa50ab8..56d020e1b0a9 100644
--- a/app-editors/vscode/vscode-1.83.0-r1.ebuild
+++ b/app-editors/vscode/vscode-1.82.3-r1.ebuild
@@ -42,7 +42,6 @@ IUSE="kerberos"
 RDEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
app-crypt/libsecret[crypt]
-   app-i18n/ibus
app-misc/ca-certificates
dev-libs/expat
dev-libs/glib:2
@@ -53,6 +52,7 @@ RDEPEND="
media-libs/libglvnd
media-libs/mesa
net-misc/curl
+   sys-apps/dbus
sys-libs/zlib
sys-process/lsof
x11-libs/cairo

diff --git a/app-editors/vscode/vscode-1.82.3.ebuild 
b/app-editors/vscode/vscode-1.82.3.ebuild
deleted file mode 100644
index 8a367acedd94..
--- a/app-editors/vscode/vscode-1.82.3.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-10-13 Thread Arthur Zamarin
commit: ccea78ef575d742b902f97be7ce3448b3edd5c71
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 14:01:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 14:01:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccea78ef

app-editors/vscode: stabilize 1.83.1 for amd64

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/vscode-1.83.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/vscode/vscode-1.83.1.ebuild 
b/app-editors/vscode/vscode-1.83.1.ebuild
index ce0d2fa50ab8..51fbc0c21dce 100644
--- a/app-editors/vscode/vscode-1.83.1.ebuild
+++ b/app-editors/vscode/vscode-1.83.1.ebuild
@@ -36,7 +36,7 @@ LICENSE="
W3C
 "
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 IUSE="kerberos"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-10-12 Thread Matt Turner
commit: f018fcb0e1ea801200f8624354c6a869206fc6e1
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Oct 12 17:41:33 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct 12 17:43:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f018fcb0

app-editors/vscode: Version bump to 1.83.1

Signed-off-by: Matt Turner  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.83.1.ebuild | 118 
 2 files changed, 121 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index c3063130b0e4..a7f2c49e2eb2 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.82.3-arm64.tar.gz 132356391 BLAKE2B 
04252655fc0473db6850b946aee1d3
 DIST vscode-1.83.0-amd64.tar.gz 135783477 BLAKE2B 
ab8d74efddad2717a6e189644a2eb2e6e6a8c51bf84150b722847ba9b7022f181f6a7225b3f0f04f345b5dc2690ff4859425b06d52f1db75c716db87a06de1d1
 SHA512 
4c71a8b340cdfac577dae7c5f6a70e1d556fa516ff42f562c1ec6f8aaa89b101c4751d936fbb7af426429a70e111262c0a6e230584aaf43691556571d1eefad3
 DIST vscode-1.83.0-arm.tar.gz 122748258 BLAKE2B 
535de1d0d61746b501a4377f482e2b09ad470959217ac96455d99738926b2a9c5df7fe2806daba080d0d6bd22df316258c7f04cfdaf1d9fdc966c4585c325455
 SHA512 
740fb983903a05cc5ca31cedac096fbfe5356df82f11654523b8fc957a7ea7171db9fa8693a21a5e72aadb31d6c76249dd7311052912aff4a81777a22951b65c
 DIST vscode-1.83.0-arm64.tar.gz 133019602 BLAKE2B 
e11cf5b340d638884ee898040e7cd7791c03e63669a3cdc1efc4efd6542e9ec8a4f0e91d25021763d0bc5530d84c932cd71455561de502cf78b99be5b0d54dda
 SHA512 
35a74ab0cb99825cd652af145bdbed42ccfbb26b43a5e36d87612df8ece7b88020488196535fa8b997d67b09948f8a332f0838b5129cadd396e66080983d3cec
+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.83.1.ebuild 
b/app-editors/vscode/vscode-1.83.1.ebuild
new file mode 100644
index ..ce0d2fa50ab8
--- /dev/null
+++ b/app-editors/vscode/vscode-1.83.1.ebuild
@@ -0,0 +1,118 @@
+# 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-i18n/ibus
+   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-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
+ 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-10-06 Thread Arthur Zamarin
commit: 8be7f9a0d135c06b695821abcef0b5990cdbd736
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Oct  6 21:04:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct  7 04:54:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be7f9a0

app-editors/vscode: update dependencies

Closes: https://bugs.gentoo.org/859406

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../{vscode-1.83.0.ebuild => vscode-1.83.0-r1.ebuild}  | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/app-editors/vscode/vscode-1.83.0.ebuild 
b/app-editors/vscode/vscode-1.83.0-r1.ebuild
similarity index 92%
rename from app-editors/vscode/vscode-1.83.0.ebuild
rename to app-editors/vscode/vscode-1.83.0-r1.ebuild
index 8a367acedd94..ce0d2fa50ab8 100644
--- a/app-editors/vscode/vscode-1.83.0.ebuild
+++ b/app-editors/vscode/vscode-1.83.0-r1.ebuild
@@ -42,18 +42,23 @@ IUSE="kerberos"
 RDEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
app-crypt/libsecret[crypt]
+   app-i18n/ibus
+   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
-   sys-apps/util-linux
-   sys-apps/dbus
+   net-misc/curl
+   sys-libs/zlib
+   sys-process/lsof
x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/libdrm
+   x11-libs/libnotify
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXcomposite
@@ -63,8 +68,9 @@ RDEPEND="
x11-libs/libxkbcommon
x11-libs/libxkbfile
x11-libs/libXrandr
-   x11-libs/libxshmfence
+   x11-libs/libXScrnSaver
x11-libs/pango
+   x11-misc/xdg-utils
kerberos? ( app-crypt/mit-krb5 )
 "
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-09-18 Thread Arthur Zamarin
commit: 11ce0956d84f48875d3f83c594c21d0aa9479ad5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 18 20:39:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 18 20:39:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ce0956

app-editors/vscode: add 1.82.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.82.2.ebuild | 112 
 2 files changed, 115 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 570e6232ea86..21e44227fdd6 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.82.0-arm64.tar.gz 132347258 BLAKE2B 
b36bc943b4495285b34925661a2320
 DIST vscode-1.82.1-amd64.tar.gz 135430084 BLAKE2B 
4f1196ead8122f99c73b475a15378c387569158dbbbf9b0467b89ecbd6a355f3caad5d395c887068e57e21249993a3c9293ed8371927f7e5bf134799da0ed5f1
 SHA512 
69af211f60b8c3bacc7ccfbeeb0eea138b55ab704f983b96981664fbdefa11caad4709b59a2dc93934c2759bd96f3d084189756e117ecef5a90bab73faa44304
 DIST vscode-1.82.1-arm.tar.gz 122213231 BLAKE2B 
d6305a35b8b7439c055234dbe5c425876fc8b14be60dbf06addcef027c40ae800f3c6d2f27ade5914d801e1958ebcb375c1974988a5051636079b94a226c3e33
 SHA512 
a4ec5847d1ccf50bd9cc745e3e399345bee287c2f68a3766df8b8f370abc2492b8ee18b64d5ade11705e466608dd05326c40e93d275afa01508a896a67357ba0
 DIST vscode-1.82.1-arm64.tar.gz 132333024 BLAKE2B 
7d686c83083f2d864d8d98c55fb1ceaab583a76658463b1e37ef5690496f63d53321087a7334680f89d4cc0aa5c8b5d7c60ea00f09fb6ed7c9cd5edc2d8d80e3
 SHA512 
49d8ddcbb7c1935fb1eda34a9b04e858e97ce8a7cf225fdf098fd56f27bc0f1b9ac6de7a9044ed1b87f9bbc013c94029358f029057e70d727a3d366cad4f1bf0
+DIST vscode-1.82.2-amd64.tar.gz 135438033 BLAKE2B 
377fc7065853b55f785c3580a55762631e95bfcb96938f446cc7ccdb132d4f9dac98740195d544bb12ad124039f5dab9092e5b5a052c03f49e5b6ba0e91c9781
 SHA512 
d0f6232e1cafd833ee330c187a8b50a97d8a0f0c06bac9f37fd12c0dc41171f49516918e7e7b9a993959df8b996ade4b22d30461efd5e2a0fea1e05fe1a44a15
+DIST vscode-1.82.2-arm.tar.gz 122191456 BLAKE2B 
6acf227590aef535396ad52aa1bbf6634368e4f05ff411b7df3f5a33feb640c4a0dfb922fbc2e388c9f1cc369894616537a8b6106d89ca5efee0001046a301e7
 SHA512 
f155c2a574c80ed21bd937a8164fb4ba75137e5908dcda105188fd8e32cacf82a9d4e985d7911df71054bfc92e778a8113c565bae8d58ed8386bea27daab8a38
+DIST vscode-1.82.2-arm64.tar.gz 132356434 BLAKE2B 
4d74c79286a3294a73db629eb318af70109a4debf8be56d6bac2bd6d6780ae0272fad7d290fe303808355b23872a22cf3d7f7ecb23e89dbdc9794e04f1673510
 SHA512 
4b2f522f7bba974544afd17c4c6b48bd7060a8dd21002d9cefa2c1190f7850ccdcde8bb9f269944c29eaaf0cf369b5e1e7461c490a932cd4082363271f46131b

diff --git a/app-editors/vscode/vscode-1.82.2.ebuild 
b/app-editors/vscode/vscode-1.82.2.ebuild
new file mode 100644
index ..8a367acedd94
--- /dev/null
+++ b/app-editors/vscode/vscode-1.82.2.ebuild
@@ -0,0 +1,112 @@
+# 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]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   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
+   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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-09-14 Thread Arthur Zamarin
commit: e156252250d5a9c22bfdca29ffd3a31c0ddb138c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 14 18:36:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 14 18:36:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1562522

app-editors/vscode: drop 1.81.1-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   3 -
 app-editors/vscode/vscode-1.81.1-r1.ebuild | 112 -
 2 files changed, 115 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index cbd420007bd2..570e6232ea86 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.81.1-amd64.tar.gz 128457191 BLAKE2B 
ae24ceca58b1a23ff1b22ace4ff65a4e648435c70ab418babd64b0d5a337190046f274c3e2618c97493faa992320cf3418d6b7faaadd4966129defe7c9d4c249
 SHA512 
c00bc1e9d583334a5936853071420937963ead2a556ac2767efb0b286687abf16ce9d1e3d6042025fb1843629352b9b0406a33234615e1300b4e2b7133a215ac
-DIST vscode-1.81.1-arm.tar.gz 113366792 BLAKE2B 
127a7accf96bc9e0bef7cc592fae31963c7335ad61425c677b41851fb0712c38c1f9e2a0f80b0c431654643ad3a84c49cd3f073f3d34b276a2743eeb2c6e0c17
 SHA512 
de935ba4c9d9cd8e3c1a157e4d37e30d58422f0844a16963ee9f682723b5ba0a8390c422d400793148aec223ca9acc6ce92efa203be3e447710e6394d223ef0b
-DIST vscode-1.81.1-arm64.tar.gz 124991405 BLAKE2B 
1812a924857d78023c2b93dd714ea3eb690f28cf644f2ce0a7d083ceb52e1c67f137d31e262cf143f3a0cf2d86128bf6d584321627d0cc85df6c482d0c9d4118
 SHA512 
4f8e37c1189be47dca0259db54d2dcb33c94bfd9c8392031792d64200d5ff5b780a5e38dc91c2aba62f42ef6ebc5aaadc7539ef8b9839b5d3387c328a630e920
 DIST vscode-1.82.0-amd64.tar.gz 135420502 BLAKE2B 
81af0649a5e16e953c4ce4bf66c3a572ca01ba0b2c586dc3114974c5950fe5ea6cf152e6fc34ab76faa54011f8c1bea43ae27df57387093b3d1a94ecb1255005
 SHA512 
bf86ee854934c180c8cd026395dcadf31d53f6a8631a3721affb229a388cbbf9c3b7c5675f8b5ffc8996e61dc1040afc37d3197963992849a124f731fa3b5793
 DIST vscode-1.82.0-arm.tar.gz 14065 BLAKE2B 
8702ff5b435f04a7159f9a6cfe315d561d366d67220d73512a8f3cd016e612b7f9c64455a96bb652fa07c7efb2a59fb03881a9db6b20b37df7dd31b8de82af20
 SHA512 
59476638d3b59a8585f0fe534a038071b1664ff38ffacbaf837232551ae00bd46764e720ed0dd9c91ffcb159a747287862da52c89344f5244c81c2b560109268
 DIST vscode-1.82.0-arm64.tar.gz 132347258 BLAKE2B 
b36bc943b4495285b34925661a2320ad7bb0476b9e9270d7d72a4dd581a5799f7b822e889750d344c536977c3eaa78f15ad65ec81ae85419c2faaeaa8d62446e
 SHA512 
02f59800bff3ed6e68ee1a624b7211198ae53e6df23d45b77ca883f732b63e300b8a76e79e073a933a168e523c619bcb44c71be9ee8e342e08849206a1e66d58

diff --git a/app-editors/vscode/vscode-1.81.1-r1.ebuild 
b/app-editors/vscode/vscode-1.81.1-r1.ebuild
deleted file mode 100644
index 8a367acedd94..
--- a/app-editors/vscode/vscode-1.81.1-r1.ebuild
+++ /dev/null
@@ -1,112 +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]
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa
-   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
-   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"
- 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-09-14 Thread Arthur Zamarin
commit: 991f665561c381d308ea8e72162fc5a8688f1a81
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 14 18:36:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 14 18:36:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991f6655

app-editors/vscode: add 1.82.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.82.1.ebuild | 112 
 2 files changed, 115 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 5b1bafd9635b..cbd420007bd2 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.81.1-arm64.tar.gz 124991405 BLAKE2B 
1812a924857d78023c2b93dd714ea3
 DIST vscode-1.82.0-amd64.tar.gz 135420502 BLAKE2B 
81af0649a5e16e953c4ce4bf66c3a572ca01ba0b2c586dc3114974c5950fe5ea6cf152e6fc34ab76faa54011f8c1bea43ae27df57387093b3d1a94ecb1255005
 SHA512 
bf86ee854934c180c8cd026395dcadf31d53f6a8631a3721affb229a388cbbf9c3b7c5675f8b5ffc8996e61dc1040afc37d3197963992849a124f731fa3b5793
 DIST vscode-1.82.0-arm.tar.gz 14065 BLAKE2B 
8702ff5b435f04a7159f9a6cfe315d561d366d67220d73512a8f3cd016e612b7f9c64455a96bb652fa07c7efb2a59fb03881a9db6b20b37df7dd31b8de82af20
 SHA512 
59476638d3b59a8585f0fe534a038071b1664ff38ffacbaf837232551ae00bd46764e720ed0dd9c91ffcb159a747287862da52c89344f5244c81c2b560109268
 DIST vscode-1.82.0-arm64.tar.gz 132347258 BLAKE2B 
b36bc943b4495285b34925661a2320ad7bb0476b9e9270d7d72a4dd581a5799f7b822e889750d344c536977c3eaa78f15ad65ec81ae85419c2faaeaa8d62446e
 SHA512 
02f59800bff3ed6e68ee1a624b7211198ae53e6df23d45b77ca883f732b63e300b8a76e79e073a933a168e523c619bcb44c71be9ee8e342e08849206a1e66d58
+DIST vscode-1.82.1-amd64.tar.gz 135430084 BLAKE2B 
4f1196ead8122f99c73b475a15378c387569158dbbbf9b0467b89ecbd6a355f3caad5d395c887068e57e21249993a3c9293ed8371927f7e5bf134799da0ed5f1
 SHA512 
69af211f60b8c3bacc7ccfbeeb0eea138b55ab704f983b96981664fbdefa11caad4709b59a2dc93934c2759bd96f3d084189756e117ecef5a90bab73faa44304
+DIST vscode-1.82.1-arm.tar.gz 122213231 BLAKE2B 
d6305a35b8b7439c055234dbe5c425876fc8b14be60dbf06addcef027c40ae800f3c6d2f27ade5914d801e1958ebcb375c1974988a5051636079b94a226c3e33
 SHA512 
a4ec5847d1ccf50bd9cc745e3e399345bee287c2f68a3766df8b8f370abc2492b8ee18b64d5ade11705e466608dd05326c40e93d275afa01508a896a67357ba0
+DIST vscode-1.82.1-arm64.tar.gz 132333024 BLAKE2B 
7d686c83083f2d864d8d98c55fb1ceaab583a76658463b1e37ef5690496f63d53321087a7334680f89d4cc0aa5c8b5d7c60ea00f09fb6ed7c9cd5edc2d8d80e3
 SHA512 
49d8ddcbb7c1935fb1eda34a9b04e858e97ce8a7cf225fdf098fd56f27bc0f1b9ac6de7a9044ed1b87f9bbc013c94029358f029057e70d727a3d366cad4f1bf0

diff --git a/app-editors/vscode/vscode-1.82.1.ebuild 
b/app-editors/vscode/vscode-1.82.1.ebuild
new file mode 100644
index ..8a367acedd94
--- /dev/null
+++ b/app-editors/vscode/vscode-1.82.1.ebuild
@@ -0,0 +1,112 @@
+# 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]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   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
+   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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-08-22 Thread Arthur Zamarin
commit: 2cdc47cf13bcd8e25fe784bfbcc5d5c99e3e0e7c
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sun Aug 20 03:02:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 22 18:13:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdc47cf

app-editors/vscode: remove broken symlink

Closes: https://bugs.gentoo.org/912059

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/32413
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/{vscode-1.81.0.ebuild => vscode-1.81.0-r1.ebuild} | 1 -
 app-editors/vscode/{vscode-1.81.1.ebuild => vscode-1.81.1-r1.ebuild} | 1 -
 2 files changed, 2 deletions(-)

diff --git a/app-editors/vscode/vscode-1.81.0.ebuild 
b/app-editors/vscode/vscode-1.81.0-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.81.0.ebuild
rename to app-editors/vscode/vscode-1.81.0-r1.ebuild
index 5a160dc35b29..fee057a1ff89 100644
--- a/app-editors/vscode/vscode-1.81.0.ebuild
+++ b/app-editors/vscode/vscode-1.81.0-r1.ebuild
@@ -107,7 +107,6 @@ src_install() {
 
dosym -r "/opt/${PN}/bin/code" "usr/bin/vscode"
dosym -r "/opt/${PN}/bin/code" "usr/bin/code"
-   dosym -r "/opt/${PN}/bin/code-tunnel" "usr/bin/code-tunnel"
domenu "${FILESDIR}/vscode.desktop"
domenu "${FILESDIR}/vscode-url-handler.desktop"
domenu "${FILESDIR}/vscode-wayland.desktop"

diff --git a/app-editors/vscode/vscode-1.81.1.ebuild 
b/app-editors/vscode/vscode-1.81.1-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.81.1.ebuild
rename to app-editors/vscode/vscode-1.81.1-r1.ebuild
index 9c672dc963a9..8a367acedd94 100644
--- a/app-editors/vscode/vscode-1.81.1.ebuild
+++ b/app-editors/vscode/vscode-1.81.1-r1.ebuild
@@ -99,7 +99,6 @@ src_install() {
 
dosym -r "/opt/${PN}/bin/code" "usr/bin/vscode"
dosym -r "/opt/${PN}/bin/code" "usr/bin/code"
-   dosym -r "/opt/${PN}/bin/code-tunnel" "usr/bin/code-tunnel"
domenu "${FILESDIR}/vscode.desktop"
domenu "${FILESDIR}/vscode-url-handler.desktop"
domenu "${FILESDIR}/vscode-wayland.desktop"



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-05-09 Thread Arthur Zamarin
commit: 9301b0661c664be25356cac29e65a41f365089e1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 18:31:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 18:32:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9301b066

app-editors/vscode: add 1.78.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.78.1.ebuild | 122 
 2 files changed, 125 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index e5571adaa3cc..ee6cd8c68d7f 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.77.3-arm64.tar.gz 121682734 BLAKE2B 
f9428cd9ebf921bee3797e4b3a8169
 DIST vscode-1.78.0-amd64.tar.gz 134687218 BLAKE2B 
f29366cd55661fbdcdeeb5344ff55fa8924fcdd8bb9df77a83caded61dc51999b69effbfc758bde98a04e48c926a6671969d978fd98d5a5c706f54cafc8dbd6e
 SHA512 
214b198f21b663b001667280627a99deca07409220565355eaf21d74ddf0524aec5ceff3cf7f97bf60e12657bd88a394ffcc5b9decb379b8e2323ff37b243b6e
 DIST vscode-1.78.0-arm.tar.gz 119254165 BLAKE2B 
5ddf5372f1ef21e99463d742cb73f2d889f03f5feba6753ea11f5eb48f19772bcdb951a3f291cb6820bfb9892b4ea5c01a73854c202903685f28b28d088b752b
 SHA512 
f1d03a494442e49d591c11f618abaa976e63c2ecb8927d8a45bcde37ee9e9380b2fa621754b4ece0efdf524aabaeedfa6442f476a06edce30a13aeba98d6901c
 DIST vscode-1.78.0-arm64.tar.gz 130765917 BLAKE2B 
8ed333530481ed1067163a8e27bf619e47504429051408d581cdaec8095ba8648c0045f59d8907f5cfec1ac2cc51acdc6022cf97e57a98c68483e8f725f9c89d
 SHA512 
dffe7761eb961e9d2584fb5ca42e56fdcff1dfed858a5a098309c7f9311d79949c9bbc00be94258d052e541b27be2e45b935f2b7a1afc498898e1bfde084e304
+DIST vscode-1.78.1-amd64.tar.gz 134680069 BLAKE2B 
a8e631e9fa6ad49dd0e116558240b60ae626f8f4b40849be5a2c67b129029bd581ef177e6ba4d93bf514779e2048e6ea22b3a4a3f6073fb71608931d17782e53
 SHA512 
af16eff2925c0e39b94ab61e18a6c37e9553cb77477a567db8a1545a6dce13b51ef7f428603cf518b1c733c2856d4050a47b00cc4a7bab614553c46e2546c37f
+DIST vscode-1.78.1-arm.tar.gz 119244941 BLAKE2B 
9657a126e1666e6cb65043d84d182643c94ab61f587c6818fd7e0c7f9f7be773cb2206da5c62cf6dfc2fe5943ddd3fdff918cc31878e99cca8e3706713e9be9b
 SHA512 
6f82501408c1db3339271e90e3ffb4ad604d92760c32311bd4f928f4be140a1a49d8c9033b9287e60a8dfadb41aba11c8f96041872802eb7f3dbbdbcec1dd6df
+DIST vscode-1.78.1-arm64.tar.gz 130770767 BLAKE2B 
9b178f3bfcd88253e22a85787556922ab8f3673216dd90a346c7184f8673b81a8e05f59dff3c2307f673db1e47cbaa7cacd01abb7bf908d56c29f7f0f5868052
 SHA512 
43ecef29ddce595d0ae0f4913570947531cc7a2f5e489e24e3d82ffdf36498272d40e353c12159ae831513817194153ba9900e1d37f75c0414e45809e86b8219

diff --git a/app-editors/vscode/vscode-1.78.1.ebuild 
b/app-editors/vscode/vscode-1.78.1.ebuild
new file mode 100644
index ..eed866455058
--- /dev/null
+++ b/app-editors/vscode/vscode-1.78.1.ebuild
@@ -0,0 +1,122 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-05-04 Thread Arthur Zamarin
commit: de80f52b1bb8ba9f7293acc1c2828f817211d632
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  4 15:41:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  4 15:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de80f52b

app-editors/vscode: add 1.78.0

Experiment with cleaner install scheme, preserving original
executable flags

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.78.0.ebuild | 122 
 2 files changed, 125 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index d1e8aa27af37..e5571adaa3cc 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,3 +1,6 @@
 DIST vscode-1.77.3-amd64.tar.gz 124980454 BLAKE2B 
b8f92010c575edec2daf39af5bb2eb8ff43c9538a8ac6cd8ce2c6a66f461c5d0a3284b6dd0e540e7b8ef195652e7c5c2439a8c4ef8286a63d3fa24fa6c663c20
 SHA512 
9772ec50e6e8fb099f746e89b5b6fb3948699e92d1bb865f2de95317baa2dbad7ce30d61132585859dcd11699b52f91229cc2622b01492d1c63254964015727c
 DIST vscode-1.77.3-arm.tar.gz 112112804 BLAKE2B 
53be5e0f8ec3d859b36626f98799f3cbc7270aef5f8770a69924a5a6121d28609592cd1c77e663715015128c9c4180f6555ab35ff896e76f9e913b2c308770ae
 SHA512 
9160e0cdafa3f562a504e24f94c8b70100d79a776dd711b2ddcd700ded4428d7523a1f396d9377bf8ed7a4977a448a2ee98d77111afb13f69ae91f870cfd8ba6
 DIST vscode-1.77.3-arm64.tar.gz 121682734 BLAKE2B 
f9428cd9ebf921bee3797e4b3a816935e00a37f1cbe0ea128769b52f28e3b3fce4f758caefc6667eb0e2dd2702a6047ad337db91b82e16167860a265310ad5bc
 SHA512 
b16f4d3a1d6c1c612520128fd422f339f0c2acd049fe82e3bebb903641ad17dfcbfffcba32b15bd9595d7ed622b69af343efb5e616ed94f991247ae17fcb38bc
+DIST vscode-1.78.0-amd64.tar.gz 134687218 BLAKE2B 
f29366cd55661fbdcdeeb5344ff55fa8924fcdd8bb9df77a83caded61dc51999b69effbfc758bde98a04e48c926a6671969d978fd98d5a5c706f54cafc8dbd6e
 SHA512 
214b198f21b663b001667280627a99deca07409220565355eaf21d74ddf0524aec5ceff3cf7f97bf60e12657bd88a394ffcc5b9decb379b8e2323ff37b243b6e
+DIST vscode-1.78.0-arm.tar.gz 119254165 BLAKE2B 
5ddf5372f1ef21e99463d742cb73f2d889f03f5feba6753ea11f5eb48f19772bcdb951a3f291cb6820bfb9892b4ea5c01a73854c202903685f28b28d088b752b
 SHA512 
f1d03a494442e49d591c11f618abaa976e63c2ecb8927d8a45bcde37ee9e9380b2fa621754b4ece0efdf524aabaeedfa6442f476a06edce30a13aeba98d6901c
+DIST vscode-1.78.0-arm64.tar.gz 130765917 BLAKE2B 
8ed333530481ed1067163a8e27bf619e47504429051408d581cdaec8095ba8648c0045f59d8907f5cfec1ac2cc51acdc6022cf97e57a98c68483e8f725f9c89d
 SHA512 
dffe7761eb961e9d2584fb5ca42e56fdcff1dfed858a5a098309c7f9311d79949c9bbc00be94258d052e541b27be2e45b935f2b7a1afc498898e1bfde084e304

diff --git a/app-editors/vscode/vscode-1.78.0.ebuild 
b/app-editors/vscode/vscode-1.78.0.ebuild
new file mode 100644
index ..eed866455058
--- /dev/null
+++ b/app-editors/vscode/vscode-1.78.0.ebuild
@@ -0,0 +1,122 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-04-29 Thread Arthur Zamarin
commit: 5738ee658412995fea16a34e67fa65c8b3bb3644
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 15:35:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 15:35:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5738ee65

app-editors/vscode: drop 1.76.2, 1.77.0, 1.77.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   9 ---
 app-editors/vscode/vscode-1.76.2.ebuild | 126 
 app-editors/vscode/vscode-1.77.0.ebuild | 126 
 app-editors/vscode/vscode-1.77.1.ebuild | 126 
 4 files changed, 387 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index f68f61bf080e..d1e8aa27af37 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,12 +1,3 @@
-DIST vscode-1.76.2-amd64.tar.gz 133943122 BLAKE2B 
a688262565aa9f7096139fd0545ee497480e2ec928d2d57b693e52baed9d08adb2027545a4c2728b834936378d4812ba138530d081e9af123ab4d49eb22b3285
 SHA512 
4087dae3a567d99e6bd1bec1dcef41b824118ce4004b6f70226b0c3b96ead3f685c7a9b00fda2bcd5ada3cfcdaf39856be0345209cf30fd31d2826d1114f207b
-DIST vscode-1.76.2-arm.tar.gz 113666270 BLAKE2B 
7d600529125b06dcf2d8bdd26bcc941828c06682aa83f571f802049a3381afd86e9dd71246d67a3ea16289ee7c2719530daca859dbbd951ec6bdcbf0567cfa54
 SHA512 
185daa71f0e32be43cc57b41ae4e3e22cd78a769ee1974c3d7be99396a3254dcb21964ebc93d6a5157852dcf28a94fcd0dfc41611ac1a659787248ab4cde22d3
-DIST vscode-1.76.2-arm64.tar.gz 123093592 BLAKE2B 
13ddee4fd48570a049ded9e9d5b0a130d78f8e66218b7a8c133985bfc106f9ef6a2a5168a640683618e3e33838b21525f01802df6db5f9cf6f9d3e75c2c093e5
 SHA512 
b0696534c94e0618a565e621efe2defcb8fffcbb68d4f9bf1f1587c680e2a601d726c47bca4eef464344d65956957048aab63cce93ea41c82ef5a35f208d8714
-DIST vscode-1.77.0-amd64.tar.gz 125008638 BLAKE2B 
545f8eb3d8961526885acb5250152e31f8f96315c3ab715002b021146506fff61e3daeb46bc369e02611617d0276356558b42c80ed0f147723b48e4d38e0
 SHA512 
56442a9cdffcbfcade75d09b92bf1730507a71aef7813e4ef5edbd97cca640e0f5dee505be60895c42f15aaf926621f2e277bbe3e57fac25cc9a2728c5d366b4
-DIST vscode-1.77.0-arm.tar.gz 112127072 BLAKE2B 
289a92169267235f2d59313de251d6aea99bef9b58e5a8b9cb1b71f09a30c1f5102dde7dbecaef26698cbfcf92c4aea0758b6d887c92e41b7b89a57216e2
 SHA512 
b7d2a7ae9ba228d44d65177c7cd0923de4848bd5d06243ec4ac11133362259271322e07e5c9485786ac6508fc06f3f9239c25f32b5cc872fde58443866c45900
-DIST vscode-1.77.0-arm64.tar.gz 121710946 BLAKE2B 
3e37925b306e92b533f4a7f61b058825c586e8217eb402f0bceff02a5ae783d71229fa578b2530eb95bdae38123524a6807d5316450a240d290ee02e86eb02e9
 SHA512 
a3c16cebd8d77c0c5196004c618211251a142a992929f788bf14be0e23c16a5d8dcc9ba2c21ba67b5080546ed221c8552d35b991cff237818d1afbe8709ca04b
-DIST vscode-1.77.1-amd64.tar.gz 124991721 BLAKE2B 
ed24ea4d09a4f4f2a0c09220a955417dbcbc35ec16e9f23f64c6e5e305b4e262957ab0f545c583a9100dc0d74ffc45c62f3f101b3df58e041693f1cd5b215dc4
 SHA512 
b7411a965cc7296f58ed64a879dcbfe564f85420dc8e06155b79b5835241a312ba156fcfbe11ae83f6575844b605e10adb61798735b64a05ed61747a78bba390
-DIST vscode-1.77.1-arm.tar.gz 112116717 BLAKE2B 
ed11be05071f55b2072bbaa01e6d8e84e203166ba8fdda203335c05388a165714987792e12fdb11324c74e0df87f16807fe1c6a2f930032a0b0e2a021039630d
 SHA512 
319cb73c33630a930957615d4355b91762210946f53dd5f5ee3446a21f0362a7c0a632739d1b1845604ba8c6475d8677cce3062ade67b7dede7032b26237e67a
-DIST vscode-1.77.1-arm64.tar.gz 121688526 BLAKE2B 
193aa9cc07896548a6560d3beef37885708412c96763ae7cb83f0b6211e8da8c127b93078948f6920a2c81a03fb8c51818d7964d4176be621a81d947aa7bf031
 SHA512 
630dab3e7e8b898bd27b308f62fce46aada883b75d89873495568cad5030c6430e5d425321cc6c7b35ce4326079db1fa86b6a43663129ec53d4224de7bb90ae8
 DIST vscode-1.77.3-amd64.tar.gz 124980454 BLAKE2B 
b8f92010c575edec2daf39af5bb2eb8ff43c9538a8ac6cd8ce2c6a66f461c5d0a3284b6dd0e540e7b8ef195652e7c5c2439a8c4ef8286a63d3fa24fa6c663c20
 SHA512 
9772ec50e6e8fb099f746e89b5b6fb3948699e92d1bb865f2de95317baa2dbad7ce30d61132585859dcd11699b52f91229cc2622b01492d1c63254964015727c
 DIST vscode-1.77.3-arm.tar.gz 112112804 BLAKE2B 
53be5e0f8ec3d859b36626f98799f3cbc7270aef5f8770a69924a5a6121d28609592cd1c77e663715015128c9c4180f6555ab35ff896e76f9e913b2c308770ae
 SHA512 
9160e0cdafa3f562a504e24f94c8b70100d79a776dd711b2ddcd700ded4428d7523a1f396d9377bf8ed7a4977a448a2ee98d77111afb13f69ae91f870cfd8ba6
 DIST vscode-1.77.3-arm64.tar.gz 121682734 BLAKE2B 
f9428cd9ebf921bee3797e4b3a816935e00a37f1cbe0ea128769b52f28e3b3fce4f758caefc6667eb0e2dd2702a6047ad337db91b82e16167860a265310ad5bc
 SHA512 
b16f4d3a1d6c1c612520128fd422f339f0c2acd049fe82e3bebb903641ad17dfcbfffcba32b15bd9595d7ed622b69af343efb5e616ed94f991247ae17fcb38bc

diff --git a/app-editors/vscode/vscode-1.76.2.ebuild 
b/app-editors/vscode/vscode-1.76.2.ebuild
deleted file mode 100644
index dcc3b5985195..
--- a/app-editors/vscode/vscode-1.76.2.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2023 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-04-26 Thread Arthur Zamarin
commit: 289df913014e2adbfdfb27d7b459aa2ae4e67929
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 26 13:49:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 26 13:49:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289df913

app-editors/vscode: add 1.77.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.77.3.ebuild | 126 
 2 files changed, 129 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 1ca098d27d41..f68f61bf080e 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.77.0-arm64.tar.gz 121710946 BLAKE2B 
3e37925b306e92b533f4a7f61b0588
 DIST vscode-1.77.1-amd64.tar.gz 124991721 BLAKE2B 
ed24ea4d09a4f4f2a0c09220a955417dbcbc35ec16e9f23f64c6e5e305b4e262957ab0f545c583a9100dc0d74ffc45c62f3f101b3df58e041693f1cd5b215dc4
 SHA512 
b7411a965cc7296f58ed64a879dcbfe564f85420dc8e06155b79b5835241a312ba156fcfbe11ae83f6575844b605e10adb61798735b64a05ed61747a78bba390
 DIST vscode-1.77.1-arm.tar.gz 112116717 BLAKE2B 
ed11be05071f55b2072bbaa01e6d8e84e203166ba8fdda203335c05388a165714987792e12fdb11324c74e0df87f16807fe1c6a2f930032a0b0e2a021039630d
 SHA512 
319cb73c33630a930957615d4355b91762210946f53dd5f5ee3446a21f0362a7c0a632739d1b1845604ba8c6475d8677cce3062ade67b7dede7032b26237e67a
 DIST vscode-1.77.1-arm64.tar.gz 121688526 BLAKE2B 
193aa9cc07896548a6560d3beef37885708412c96763ae7cb83f0b6211e8da8c127b93078948f6920a2c81a03fb8c51818d7964d4176be621a81d947aa7bf031
 SHA512 
630dab3e7e8b898bd27b308f62fce46aada883b75d89873495568cad5030c6430e5d425321cc6c7b35ce4326079db1fa86b6a43663129ec53d4224de7bb90ae8
+DIST vscode-1.77.3-amd64.tar.gz 124980454 BLAKE2B 
b8f92010c575edec2daf39af5bb2eb8ff43c9538a8ac6cd8ce2c6a66f461c5d0a3284b6dd0e540e7b8ef195652e7c5c2439a8c4ef8286a63d3fa24fa6c663c20
 SHA512 
9772ec50e6e8fb099f746e89b5b6fb3948699e92d1bb865f2de95317baa2dbad7ce30d61132585859dcd11699b52f91229cc2622b01492d1c63254964015727c
+DIST vscode-1.77.3-arm.tar.gz 112112804 BLAKE2B 
53be5e0f8ec3d859b36626f98799f3cbc7270aef5f8770a69924a5a6121d28609592cd1c77e663715015128c9c4180f6555ab35ff896e76f9e913b2c308770ae
 SHA512 
9160e0cdafa3f562a504e24f94c8b70100d79a776dd711b2ddcd700ded4428d7523a1f396d9377bf8ed7a4977a448a2ee98d77111afb13f69ae91f870cfd8ba6
+DIST vscode-1.77.3-arm64.tar.gz 121682734 BLAKE2B 
f9428cd9ebf921bee3797e4b3a816935e00a37f1cbe0ea128769b52f28e3b3fce4f758caefc6667eb0e2dd2702a6047ad337db91b82e16167860a265310ad5bc
 SHA512 
b16f4d3a1d6c1c612520128fd422f339f0c2acd049fe82e3bebb903641ad17dfcbfffcba32b15bd9595d7ed622b69af343efb5e616ed94f991247ae17fcb38bc

diff --git a/app-editors/vscode/vscode-1.77.3.ebuild 
b/app-editors/vscode/vscode-1.77.3.ebuild
new file mode 100644
index ..dcc3b5985195
--- /dev/null
+++ b/app-editors/vscode/vscode-1.77.3.ebuild
@@ -0,0 +1,126 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-04-20 Thread Arthur Zamarin
commit: 510deec4d04059384c3d7f738e212ea35d32d0c7
Author: Berin Aniesh  gmail  com>
AuthorDate: Mon Apr 17 07:46:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 20 18:27:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510deec4

app-editors/vscode: remove additional elog messages

Closes: https://bugs.gentoo.org/904393

Signed-off-by: Berin Aniesh  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30625
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/vscode-1.76.2.ebuild | 2 --
 app-editors/vscode/vscode-1.77.0.ebuild | 2 --
 app-editors/vscode/vscode-1.77.1.ebuild | 2 --
 3 files changed, 6 deletions(-)

diff --git a/app-editors/vscode/vscode-1.76.2.ebuild 
b/app-editors/vscode/vscode-1.76.2.ebuild
index 593a70028957..dcc3b5985195 100644
--- a/app-editors/vscode/vscode-1.76.2.ebuild
+++ b/app-editors/vscode/vscode-1.76.2.ebuild
@@ -122,7 +122,5 @@ src_install() {
 
 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;
optfeature "keyring support inside vscode" "gnome-base/gnome-keyring"
 }

diff --git a/app-editors/vscode/vscode-1.77.0.ebuild 
b/app-editors/vscode/vscode-1.77.0.ebuild
index 593a70028957..dcc3b5985195 100644
--- a/app-editors/vscode/vscode-1.77.0.ebuild
+++ b/app-editors/vscode/vscode-1.77.0.ebuild
@@ -122,7 +122,5 @@ src_install() {
 
 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;
optfeature "keyring support inside vscode" "gnome-base/gnome-keyring"
 }

diff --git a/app-editors/vscode/vscode-1.77.1.ebuild 
b/app-editors/vscode/vscode-1.77.1.ebuild
index 593a70028957..dcc3b5985195 100644
--- a/app-editors/vscode/vscode-1.77.1.ebuild
+++ b/app-editors/vscode/vscode-1.77.1.ebuild
@@ -122,7 +122,5 @@ src_install() {
 
 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;
optfeature "keyring support inside vscode" "gnome-base/gnome-keyring"
 }



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-04-06 Thread Arthur Zamarin
commit: 7df9a9bf9c2d3d4d6f8724e467b82bd6aabd4826
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr  6 07:34:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr  6 07:35:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df9a9bf

app-editors/vscode: add 1.77.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.77.1.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 4a1aa49de680..1ca098d27d41 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.76.2-arm64.tar.gz 123093592 BLAKE2B 
13ddee4fd48570a049ded9e9d5b0a1
 DIST vscode-1.77.0-amd64.tar.gz 125008638 BLAKE2B 
545f8eb3d8961526885acb5250152e31f8f96315c3ab715002b021146506fff61e3daeb46bc369e02611617d0276356558b42c80ed0f147723b48e4d38e0
 SHA512 
56442a9cdffcbfcade75d09b92bf1730507a71aef7813e4ef5edbd97cca640e0f5dee505be60895c42f15aaf926621f2e277bbe3e57fac25cc9a2728c5d366b4
 DIST vscode-1.77.0-arm.tar.gz 112127072 BLAKE2B 
289a92169267235f2d59313de251d6aea99bef9b58e5a8b9cb1b71f09a30c1f5102dde7dbecaef26698cbfcf92c4aea0758b6d887c92e41b7b89a57216e2
 SHA512 
b7d2a7ae9ba228d44d65177c7cd0923de4848bd5d06243ec4ac11133362259271322e07e5c9485786ac6508fc06f3f9239c25f32b5cc872fde58443866c45900
 DIST vscode-1.77.0-arm64.tar.gz 121710946 BLAKE2B 
3e37925b306e92b533f4a7f61b058825c586e8217eb402f0bceff02a5ae783d71229fa578b2530eb95bdae38123524a6807d5316450a240d290ee02e86eb02e9
 SHA512 
a3c16cebd8d77c0c5196004c618211251a142a992929f788bf14be0e23c16a5d8dcc9ba2c21ba67b5080546ed221c8552d35b991cff237818d1afbe8709ca04b
+DIST vscode-1.77.1-amd64.tar.gz 124991721 BLAKE2B 
ed24ea4d09a4f4f2a0c09220a955417dbcbc35ec16e9f23f64c6e5e305b4e262957ab0f545c583a9100dc0d74ffc45c62f3f101b3df58e041693f1cd5b215dc4
 SHA512 
b7411a965cc7296f58ed64a879dcbfe564f85420dc8e06155b79b5835241a312ba156fcfbe11ae83f6575844b605e10adb61798735b64a05ed61747a78bba390
+DIST vscode-1.77.1-arm.tar.gz 112116717 BLAKE2B 
ed11be05071f55b2072bbaa01e6d8e84e203166ba8fdda203335c05388a165714987792e12fdb11324c74e0df87f16807fe1c6a2f930032a0b0e2a021039630d
 SHA512 
319cb73c33630a930957615d4355b91762210946f53dd5f5ee3446a21f0362a7c0a632739d1b1845604ba8c6475d8677cce3062ade67b7dede7032b26237e67a
+DIST vscode-1.77.1-arm64.tar.gz 121688526 BLAKE2B 
193aa9cc07896548a6560d3beef37885708412c96763ae7cb83f0b6211e8da8c127b93078948f6920a2c81a03fb8c51818d7964d4176be621a81d947aa7bf031
 SHA512 
630dab3e7e8b898bd27b308f62fce46aada883b75d89873495568cad5030c6430e5d425321cc6c7b35ce4326079db1fa86b6a43663129ec53d4224de7bb90ae8

diff --git a/app-editors/vscode/vscode-1.77.1.ebuild 
b/app-editors/vscode/vscode-1.77.1.ebuild
new file mode 100644
index ..593a70028957
--- /dev/null
+++ b/app-editors/vscode/vscode-1.77.1.ebuild
@@ -0,0 +1,128 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-04-03 Thread Arthur Zamarin
commit: c529821d1f1a3a917b818578d0955678dc0a3109
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr  3 18:02:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr  3 18:02:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c529821d

app-editors/vscode: drop 1.76.0, 1.76.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   6 --
 app-editors/vscode/vscode-1.76.0.ebuild | 128 
 app-editors/vscode/vscode-1.76.1.ebuild | 128 
 3 files changed, 262 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index c74a0ca16a37..4a1aa49de680 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,3 @@
-DIST vscode-1.76.0-amd64.tar.gz 133931108 BLAKE2B 
ab2c5dc571b631fd19cb5457eb74de1c56a83f4e0d65d53b26747a3ef99cdeb164f04f2577bb9f345cd1e88d52c73c21eedb73bbd5d996d161a40d414838475d
 SHA512 
2c1baca4d84dcd1abb5f7e74e1e6c9faa4cc3df83014bae94b2e5c8a1a3909decbc75f707b43562b994e50b08cb00ac1ba5bbb5aee0c26f227b43a590b93529d
-DIST vscode-1.76.0-arm.tar.gz 113679844 BLAKE2B 
d7b8d828285ead72c4dc7d297ebd1cc5957696d0a156f9ceb82e58efef8bd4fba46b38691b0190d9625548549b30fdfb3e2d837ebe682119d3369e69f964dd22
 SHA512 
b15ff5cece6773e908834779b8fe8bd42d06cf2b8b41c6acf8819d4972b2f31e6953067bce5141ba1e5fdceca22881fc4c1751c5a25b9342da97ab4e47a3
-DIST vscode-1.76.0-arm64.tar.gz 123109503 BLAKE2B 
141f1de84a64805ed88b003db5ac8d8c603c13fcde94cf3aa3f2dfe8ab6b962d4d106ebb39945490315f4680ea774f530d1dd42a825e6a6bc218238e3aba8670
 SHA512 
7b602a1f9ca4b29cbf737b550e7befc9a19fc7bf9225b690793987224645d12a7526a2a853e600e766390f857b9fe14b3dc064373f3e66119a37c1079fe42487
-DIST vscode-1.76.1-amd64.tar.gz 133945909 BLAKE2B 
d6549d58f97490fcaa3a40a2e999123e27d142b626f959061b87da9827e615023b100a3c280ce256e9703aff9cef42eea4f1bf56f9e2942059a0c31322f0
 SHA512 
c0160ff9d243a50267cf142839ae3583b4e6fc721f6a1b3541a3203c5c66c098c5469d360590f68bb0a17ee4aba3b54a0d856e550aee492a996b7b4f6044e0b8
-DIST vscode-1.76.1-arm.tar.gz 113670868 BLAKE2B 
f9846bf5b8fd8d972e95ef9152b36794beba59d3536b21d55a8c0986d5ae5e11f588985242e0eeb4d24f771a00ecf71ecdb272e06d2b6cb2f9091065e80dc9ad
 SHA512 
cff9ee94a0cdf793a2a6052952f299355f37d20550b809b6796e5bde58e6dcf4bcc8249388b60c93e348ef969a1cb110472252cd122a429dbb3eb83efa0b208f
-DIST vscode-1.76.1-arm64.tar.gz 123125455 BLAKE2B 
ae3e4772afc19855a1ef0f415a6621c21f9abdb7994a9fb45f62eb22499a08142f1cec6d91ca1c16700c431cfcb1a2f61f53c579f187cb1c93c2ca921e987366
 SHA512 
9e4c44f092efb200a0602655499d6b8185de65bca4d318204bfd9aeea219a9b546f2d16eb44dd3ef66c3eeef804750ab9c708f7338d955964dfc4c48e7aa779a
 DIST vscode-1.76.2-amd64.tar.gz 133943122 BLAKE2B 
a688262565aa9f7096139fd0545ee497480e2ec928d2d57b693e52baed9d08adb2027545a4c2728b834936378d4812ba138530d081e9af123ab4d49eb22b3285
 SHA512 
4087dae3a567d99e6bd1bec1dcef41b824118ce4004b6f70226b0c3b96ead3f685c7a9b00fda2bcd5ada3cfcdaf39856be0345209cf30fd31d2826d1114f207b
 DIST vscode-1.76.2-arm.tar.gz 113666270 BLAKE2B 
7d600529125b06dcf2d8bdd26bcc941828c06682aa83f571f802049a3381afd86e9dd71246d67a3ea16289ee7c2719530daca859dbbd951ec6bdcbf0567cfa54
 SHA512 
185daa71f0e32be43cc57b41ae4e3e22cd78a769ee1974c3d7be99396a3254dcb21964ebc93d6a5157852dcf28a94fcd0dfc41611ac1a659787248ab4cde22d3
 DIST vscode-1.76.2-arm64.tar.gz 123093592 BLAKE2B 
13ddee4fd48570a049ded9e9d5b0a130d78f8e66218b7a8c133985bfc106f9ef6a2a5168a640683618e3e33838b21525f01802df6db5f9cf6f9d3e75c2c093e5
 SHA512 
b0696534c94e0618a565e621efe2defcb8fffcbb68d4f9bf1f1587c680e2a601d726c47bca4eef464344d65956957048aab63cce93ea41c82ef5a35f208d8714

diff --git a/app-editors/vscode/vscode-1.76.0.ebuild 
b/app-editors/vscode/vscode-1.76.0.ebuild
deleted file mode 100644
index 593a70028957..
--- a/app-editors/vscode/vscode-1.76.0.ebuild
+++ /dev/null
@@ -1,128 +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"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-crypt/libsecret[crypt]
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-04-03 Thread Arthur Zamarin
commit: 9bcb528870add60aaa047ffe76351e9d8fca6d6e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Apr  3 18:02:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Apr  3 18:02:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcb5288

app-editors/vscode: add 1.77.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.77.0.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 77d83e3ceba4..c74a0ca16a37 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.76.1-arm64.tar.gz 123125455 BLAKE2B 
ae3e4772afc19855a1ef0f415a6621
 DIST vscode-1.76.2-amd64.tar.gz 133943122 BLAKE2B 
a688262565aa9f7096139fd0545ee497480e2ec928d2d57b693e52baed9d08adb2027545a4c2728b834936378d4812ba138530d081e9af123ab4d49eb22b3285
 SHA512 
4087dae3a567d99e6bd1bec1dcef41b824118ce4004b6f70226b0c3b96ead3f685c7a9b00fda2bcd5ada3cfcdaf39856be0345209cf30fd31d2826d1114f207b
 DIST vscode-1.76.2-arm.tar.gz 113666270 BLAKE2B 
7d600529125b06dcf2d8bdd26bcc941828c06682aa83f571f802049a3381afd86e9dd71246d67a3ea16289ee7c2719530daca859dbbd951ec6bdcbf0567cfa54
 SHA512 
185daa71f0e32be43cc57b41ae4e3e22cd78a769ee1974c3d7be99396a3254dcb21964ebc93d6a5157852dcf28a94fcd0dfc41611ac1a659787248ab4cde22d3
 DIST vscode-1.76.2-arm64.tar.gz 123093592 BLAKE2B 
13ddee4fd48570a049ded9e9d5b0a130d78f8e66218b7a8c133985bfc106f9ef6a2a5168a640683618e3e33838b21525f01802df6db5f9cf6f9d3e75c2c093e5
 SHA512 
b0696534c94e0618a565e621efe2defcb8fffcbb68d4f9bf1f1587c680e2a601d726c47bca4eef464344d65956957048aab63cce93ea41c82ef5a35f208d8714
+DIST vscode-1.77.0-amd64.tar.gz 125008638 BLAKE2B 
545f8eb3d8961526885acb5250152e31f8f96315c3ab715002b021146506fff61e3daeb46bc369e02611617d0276356558b42c80ed0f147723b48e4d38e0
 SHA512 
56442a9cdffcbfcade75d09b92bf1730507a71aef7813e4ef5edbd97cca640e0f5dee505be60895c42f15aaf926621f2e277bbe3e57fac25cc9a2728c5d366b4
+DIST vscode-1.77.0-arm.tar.gz 112127072 BLAKE2B 
289a92169267235f2d59313de251d6aea99bef9b58e5a8b9cb1b71f09a30c1f5102dde7dbecaef26698cbfcf92c4aea0758b6d887c92e41b7b89a57216e2
 SHA512 
b7d2a7ae9ba228d44d65177c7cd0923de4848bd5d06243ec4ac11133362259271322e07e5c9485786ac6508fc06f3f9239c25f32b5cc872fde58443866c45900
+DIST vscode-1.77.0-arm64.tar.gz 121710946 BLAKE2B 
3e37925b306e92b533f4a7f61b058825c586e8217eb402f0bceff02a5ae783d71229fa578b2530eb95bdae38123524a6807d5316450a240d290ee02e86eb02e9
 SHA512 
a3c16cebd8d77c0c5196004c618211251a142a992929f788bf14be0e23c16a5d8dcc9ba2c21ba67b5080546ed221c8552d35b991cff237818d1afbe8709ca04b

diff --git a/app-editors/vscode/vscode-1.77.0.ebuild 
b/app-editors/vscode/vscode-1.77.0.ebuild
new file mode 100644
index ..593a70028957
--- /dev/null
+++ b/app-editors/vscode/vscode-1.77.0.ebuild
@@ -0,0 +1,128 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-03-15 Thread Arthur Zamarin
commit: 1bd4a6a4da77f19b4a5c7c0f7175b7fe1dd6a559
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 15 18:17:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 15 18:33:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd4a6a4

app-editors/vscode: add 1.76.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.76.2.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index fca36d342f00..77d83e3ceba4 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.76.0-arm64.tar.gz 123109503 BLAKE2B 
141f1de84a64805ed88b003db5ac8d
 DIST vscode-1.76.1-amd64.tar.gz 133945909 BLAKE2B 
d6549d58f97490fcaa3a40a2e999123e27d142b626f959061b87da9827e615023b100a3c280ce256e9703aff9cef42eea4f1bf56f9e2942059a0c31322f0
 SHA512 
c0160ff9d243a50267cf142839ae3583b4e6fc721f6a1b3541a3203c5c66c098c5469d360590f68bb0a17ee4aba3b54a0d856e550aee492a996b7b4f6044e0b8
 DIST vscode-1.76.1-arm.tar.gz 113670868 BLAKE2B 
f9846bf5b8fd8d972e95ef9152b36794beba59d3536b21d55a8c0986d5ae5e11f588985242e0eeb4d24f771a00ecf71ecdb272e06d2b6cb2f9091065e80dc9ad
 SHA512 
cff9ee94a0cdf793a2a6052952f299355f37d20550b809b6796e5bde58e6dcf4bcc8249388b60c93e348ef969a1cb110472252cd122a429dbb3eb83efa0b208f
 DIST vscode-1.76.1-arm64.tar.gz 123125455 BLAKE2B 
ae3e4772afc19855a1ef0f415a6621c21f9abdb7994a9fb45f62eb22499a08142f1cec6d91ca1c16700c431cfcb1a2f61f53c579f187cb1c93c2ca921e987366
 SHA512 
9e4c44f092efb200a0602655499d6b8185de65bca4d318204bfd9aeea219a9b546f2d16eb44dd3ef66c3eeef804750ab9c708f7338d955964dfc4c48e7aa779a
+DIST vscode-1.76.2-amd64.tar.gz 133943122 BLAKE2B 
a688262565aa9f7096139fd0545ee497480e2ec928d2d57b693e52baed9d08adb2027545a4c2728b834936378d4812ba138530d081e9af123ab4d49eb22b3285
 SHA512 
4087dae3a567d99e6bd1bec1dcef41b824118ce4004b6f70226b0c3b96ead3f685c7a9b00fda2bcd5ada3cfcdaf39856be0345209cf30fd31d2826d1114f207b
+DIST vscode-1.76.2-arm.tar.gz 113666270 BLAKE2B 
7d600529125b06dcf2d8bdd26bcc941828c06682aa83f571f802049a3381afd86e9dd71246d67a3ea16289ee7c2719530daca859dbbd951ec6bdcbf0567cfa54
 SHA512 
185daa71f0e32be43cc57b41ae4e3e22cd78a769ee1974c3d7be99396a3254dcb21964ebc93d6a5157852dcf28a94fcd0dfc41611ac1a659787248ab4cde22d3
+DIST vscode-1.76.2-arm64.tar.gz 123093592 BLAKE2B 
13ddee4fd48570a049ded9e9d5b0a130d78f8e66218b7a8c133985bfc106f9ef6a2a5168a640683618e3e33838b21525f01802df6db5f9cf6f9d3e75c2c093e5
 SHA512 
b0696534c94e0618a565e621efe2defcb8fffcbb68d4f9bf1f1587c680e2a601d726c47bca4eef464344d65956957048aab63cce93ea41c82ef5a35f208d8714

diff --git a/app-editors/vscode/vscode-1.76.2.ebuild 
b/app-editors/vscode/vscode-1.76.2.ebuild
new file mode 100644
index ..593a70028957
--- /dev/null
+++ b/app-editors/vscode/vscode-1.76.2.ebuild
@@ -0,0 +1,128 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-03-10 Thread Arthur Zamarin
commit: b8e6aff484b33e02edb1f86bd72b35b3f2614a28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 05:51:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 05:58:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e6aff4

app-editors/vscode: drop 1.75.0-r2, 1.75.1-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   6 --
 app-editors/vscode/vscode-1.75.0-r2.ebuild | 128 -
 app-editors/vscode/vscode-1.75.1-r1.ebuild | 128 -
 3 files changed, 262 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index ac2ba9bdc459..fca36d342f00 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,3 @@
-DIST vscode-1.75.0-amd64.tar.gz 138952948 BLAKE2B 
892c2ece1bfb1d2dc4fea2c3a6c062688add04f3ceca344988d240edbc4f358100bb4caa17eadc9568dbd1c3581595eb3fadd527727c02d57b63e5fd7a88533b
 SHA512 
f4f26d5fc9c4cf8faf631ff5a0a48d446013faf33a1e932d3e8023b967dd078c370c57dff1791d97bfdeda0e92993d1aa94dce9cfeda4745bdc9c0a1cfb7aed2
-DIST vscode-1.75.0-arm.tar.gz 118400806 BLAKE2B 
d1c930bb871c7bbf7dccd8e3a0da9fc903dfad2066c5d8cbceb9ad3adfeb4d59089b35c75c4d5650efeaf7bb7fa9f2c84b2a499610fab3d09dc18d59122b5a47
 SHA512 
cdfa12e8dffdef50d3e17f58b0d516318d0e5e114b0556285d92ec81ceb2b78cea9affe9719416f7f60eea385cb49caf6879e3fd9c8d2fbf0849a1d1d9ccd704
-DIST vscode-1.75.0-arm64.tar.gz 128013515 BLAKE2B 
77c2663e01397086e3917dae8e0ec3663969cf5e36135fbc7bc264f21ffc31197e5dc3dda49b3e4c2d9daf1f39d110b5c467590157ebd4d87986771bca3268c5
 SHA512 
0e4b4a2b2b273e590bd210d186b255a3e48ec0851c38ff27063f115088f7cf5375b14fd075b45f5d4ceb525f04c2d3fabbdd0d6b7bc192b8f6da269311b3634d
-DIST vscode-1.75.1-amd64.tar.gz 138940849 BLAKE2B 
60e47682ec0073b6a0e3ffa1c9e0f151cc27c88d199afdd7fa97fd835bdbc961817eae8e17f973d0cb20cae072d02754c53f5687d6996dbee420f17332c1f43b
 SHA512 
68498083c022252a4cecf7db505a68e25137eed3451af474cff7a1094340d64b087ca101df8cb5af5649bcd6460e219eb28f1c78604864dd40507c809e6edcc7
-DIST vscode-1.75.1-arm.tar.gz 118369140 BLAKE2B 
cf0a1ce9f9bb3cdd329abfd35b67457909da43c1b5887c08815d358367dc20e4231901dbd97ae854db5b78c15f6488ca0d29357af9e77ec419fc93f1c69b41cb
 SHA512 
f8576c9e037c6ba5488c40b6a2c486a5521e65a73ef214685efa54761b9da2e20839e859f9612b3e3403bc574c87f7634a6cdfb852623c1ce18116c0aba87f23
-DIST vscode-1.75.1-arm64.tar.gz 128000146 BLAKE2B 
8729178790c06b44c7a626e075cc9071a0489452157ddefcaa3c8c3039360598486d12a57b15a778f4307aa9fc28b2e201d78e28662ef83dfc3562430c63ac05
 SHA512 
f8b2abba64da24bf0044f7f179ec63aab94b0b52f0a42badd0df81108593aa47cb2ab343dba21ac78e7dc32d9691816a491002e2f534afc2fd2a53714f9da872
 DIST vscode-1.76.0-amd64.tar.gz 133931108 BLAKE2B 
ab2c5dc571b631fd19cb5457eb74de1c56a83f4e0d65d53b26747a3ef99cdeb164f04f2577bb9f345cd1e88d52c73c21eedb73bbd5d996d161a40d414838475d
 SHA512 
2c1baca4d84dcd1abb5f7e74e1e6c9faa4cc3df83014bae94b2e5c8a1a3909decbc75f707b43562b994e50b08cb00ac1ba5bbb5aee0c26f227b43a590b93529d
 DIST vscode-1.76.0-arm.tar.gz 113679844 BLAKE2B 
d7b8d828285ead72c4dc7d297ebd1cc5957696d0a156f9ceb82e58efef8bd4fba46b38691b0190d9625548549b30fdfb3e2d837ebe682119d3369e69f964dd22
 SHA512 
b15ff5cece6773e908834779b8fe8bd42d06cf2b8b41c6acf8819d4972b2f31e6953067bce5141ba1e5fdceca22881fc4c1751c5a25b9342da97ab4e47a3
 DIST vscode-1.76.0-arm64.tar.gz 123109503 BLAKE2B 
141f1de84a64805ed88b003db5ac8d8c603c13fcde94cf3aa3f2dfe8ab6b962d4d106ebb39945490315f4680ea774f530d1dd42a825e6a6bc218238e3aba8670
 SHA512 
7b602a1f9ca4b29cbf737b550e7befc9a19fc7bf9225b690793987224645d12a7526a2a853e600e766390f857b9fe14b3dc064373f3e66119a37c1079fe42487

diff --git a/app-editors/vscode/vscode-1.75.0-r2.ebuild 
b/app-editors/vscode/vscode-1.75.0-r2.ebuild
deleted file mode 100644
index 593a70028957..
--- a/app-editors/vscode/vscode-1.75.0-r2.ebuild
+++ /dev/null
@@ -1,128 +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"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-03-10 Thread Arthur Zamarin
commit: 53db3f67928218ddc251d34208f1f9bd5331dec4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 11 05:51:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 11 05:58:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53db3f67

app-editors/vscode: add 1.76.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.76.1.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 9e2bf57febf2..ac2ba9bdc459 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.75.1-arm64.tar.gz 128000146 BLAKE2B 
8729178790c06b44c7a626e075cc90
 DIST vscode-1.76.0-amd64.tar.gz 133931108 BLAKE2B 
ab2c5dc571b631fd19cb5457eb74de1c56a83f4e0d65d53b26747a3ef99cdeb164f04f2577bb9f345cd1e88d52c73c21eedb73bbd5d996d161a40d414838475d
 SHA512 
2c1baca4d84dcd1abb5f7e74e1e6c9faa4cc3df83014bae94b2e5c8a1a3909decbc75f707b43562b994e50b08cb00ac1ba5bbb5aee0c26f227b43a590b93529d
 DIST vscode-1.76.0-arm.tar.gz 113679844 BLAKE2B 
d7b8d828285ead72c4dc7d297ebd1cc5957696d0a156f9ceb82e58efef8bd4fba46b38691b0190d9625548549b30fdfb3e2d837ebe682119d3369e69f964dd22
 SHA512 
b15ff5cece6773e908834779b8fe8bd42d06cf2b8b41c6acf8819d4972b2f31e6953067bce5141ba1e5fdceca22881fc4c1751c5a25b9342da97ab4e47a3
 DIST vscode-1.76.0-arm64.tar.gz 123109503 BLAKE2B 
141f1de84a64805ed88b003db5ac8d8c603c13fcde94cf3aa3f2dfe8ab6b962d4d106ebb39945490315f4680ea774f530d1dd42a825e6a6bc218238e3aba8670
 SHA512 
7b602a1f9ca4b29cbf737b550e7befc9a19fc7bf9225b690793987224645d12a7526a2a853e600e766390f857b9fe14b3dc064373f3e66119a37c1079fe42487
+DIST vscode-1.76.1-amd64.tar.gz 133945909 BLAKE2B 
d6549d58f97490fcaa3a40a2e999123e27d142b626f959061b87da9827e615023b100a3c280ce256e9703aff9cef42eea4f1bf56f9e2942059a0c31322f0
 SHA512 
c0160ff9d243a50267cf142839ae3583b4e6fc721f6a1b3541a3203c5c66c098c5469d360590f68bb0a17ee4aba3b54a0d856e550aee492a996b7b4f6044e0b8
+DIST vscode-1.76.1-arm.tar.gz 113670868 BLAKE2B 
f9846bf5b8fd8d972e95ef9152b36794beba59d3536b21d55a8c0986d5ae5e11f588985242e0eeb4d24f771a00ecf71ecdb272e06d2b6cb2f9091065e80dc9ad
 SHA512 
cff9ee94a0cdf793a2a6052952f299355f37d20550b809b6796e5bde58e6dcf4bcc8249388b60c93e348ef969a1cb110472252cd122a429dbb3eb83efa0b208f
+DIST vscode-1.76.1-arm64.tar.gz 123125455 BLAKE2B 
ae3e4772afc19855a1ef0f415a6621c21f9abdb7994a9fb45f62eb22499a08142f1cec6d91ca1c16700c431cfcb1a2f61f53c579f187cb1c93c2ca921e987366
 SHA512 
9e4c44f092efb200a0602655499d6b8185de65bca4d318204bfd9aeea219a9b546f2d16eb44dd3ef66c3eeef804750ab9c708f7338d955964dfc4c48e7aa779a

diff --git a/app-editors/vscode/vscode-1.76.1.ebuild 
b/app-editors/vscode/vscode-1.76.1.ebuild
new file mode 100644
index ..593a70028957
--- /dev/null
+++ b/app-editors/vscode/vscode-1.76.1.ebuild
@@ -0,0 +1,128 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-03-02 Thread Arthur Zamarin
commit: 2d7afa9ee69839ac54549000b7e27cd850582040
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  2 19:13:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  2 19:13:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7afa9e

app-editors/vscode: add 1.76.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.76.0.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 7113d380172a..9e2bf57febf2 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.75.0-arm64.tar.gz 128013515 BLAKE2B 
77c2663e01397086e3917dae8e0ec3
 DIST vscode-1.75.1-amd64.tar.gz 138940849 BLAKE2B 
60e47682ec0073b6a0e3ffa1c9e0f151cc27c88d199afdd7fa97fd835bdbc961817eae8e17f973d0cb20cae072d02754c53f5687d6996dbee420f17332c1f43b
 SHA512 
68498083c022252a4cecf7db505a68e25137eed3451af474cff7a1094340d64b087ca101df8cb5af5649bcd6460e219eb28f1c78604864dd40507c809e6edcc7
 DIST vscode-1.75.1-arm.tar.gz 118369140 BLAKE2B 
cf0a1ce9f9bb3cdd329abfd35b67457909da43c1b5887c08815d358367dc20e4231901dbd97ae854db5b78c15f6488ca0d29357af9e77ec419fc93f1c69b41cb
 SHA512 
f8576c9e037c6ba5488c40b6a2c486a5521e65a73ef214685efa54761b9da2e20839e859f9612b3e3403bc574c87f7634a6cdfb852623c1ce18116c0aba87f23
 DIST vscode-1.75.1-arm64.tar.gz 128000146 BLAKE2B 
8729178790c06b44c7a626e075cc9071a0489452157ddefcaa3c8c3039360598486d12a57b15a778f4307aa9fc28b2e201d78e28662ef83dfc3562430c63ac05
 SHA512 
f8b2abba64da24bf0044f7f179ec63aab94b0b52f0a42badd0df81108593aa47cb2ab343dba21ac78e7dc32d9691816a491002e2f534afc2fd2a53714f9da872
+DIST vscode-1.76.0-amd64.tar.gz 133931108 BLAKE2B 
ab2c5dc571b631fd19cb5457eb74de1c56a83f4e0d65d53b26747a3ef99cdeb164f04f2577bb9f345cd1e88d52c73c21eedb73bbd5d996d161a40d414838475d
 SHA512 
2c1baca4d84dcd1abb5f7e74e1e6c9faa4cc3df83014bae94b2e5c8a1a3909decbc75f707b43562b994e50b08cb00ac1ba5bbb5aee0c26f227b43a590b93529d
+DIST vscode-1.76.0-arm.tar.gz 113679844 BLAKE2B 
d7b8d828285ead72c4dc7d297ebd1cc5957696d0a156f9ceb82e58efef8bd4fba46b38691b0190d9625548549b30fdfb3e2d837ebe682119d3369e69f964dd22
 SHA512 
b15ff5cece6773e908834779b8fe8bd42d06cf2b8b41c6acf8819d4972b2f31e6953067bce5141ba1e5fdceca22881fc4c1751c5a25b9342da97ab4e47a3
+DIST vscode-1.76.0-arm64.tar.gz 123109503 BLAKE2B 
141f1de84a64805ed88b003db5ac8d8c603c13fcde94cf3aa3f2dfe8ab6b962d4d106ebb39945490315f4680ea774f530d1dd42a825e6a6bc218238e3aba8670
 SHA512 
7b602a1f9ca4b29cbf737b550e7befc9a19fc7bf9225b690793987224645d12a7526a2a853e600e766390f857b9fe14b3dc064373f3e66119a37c1079fe42487

diff --git a/app-editors/vscode/vscode-1.76.0.ebuild 
b/app-editors/vscode/vscode-1.76.0.ebuild
new file mode 100644
index ..593a70028957
--- /dev/null
+++ b/app-editors/vscode/vscode-1.76.0.ebuild
@@ -0,0 +1,128 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-02-17 Thread Arthur Zamarin
commit: 84089e10874e5ab0e8122c172e6d077b848d6ef2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 17:13:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 19:08:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84089e10

app-editors/vscode: add 1.75.1

Closes: https://bugs.gentoo.org/894982
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.75.1.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 903fbda2c90c..6c193a79a41d 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.74.3-arm64.tar.gz 127492465 BLAKE2B 
095b6a11e5a4b029e9a3facb8728ed
 DIST vscode-1.75.0-amd64.tar.gz 138952948 BLAKE2B 
892c2ece1bfb1d2dc4fea2c3a6c062688add04f3ceca344988d240edbc4f358100bb4caa17eadc9568dbd1c3581595eb3fadd527727c02d57b63e5fd7a88533b
 SHA512 
f4f26d5fc9c4cf8faf631ff5a0a48d446013faf33a1e932d3e8023b967dd078c370c57dff1791d97bfdeda0e92993d1aa94dce9cfeda4745bdc9c0a1cfb7aed2
 DIST vscode-1.75.0-arm.tar.gz 118400806 BLAKE2B 
d1c930bb871c7bbf7dccd8e3a0da9fc903dfad2066c5d8cbceb9ad3adfeb4d59089b35c75c4d5650efeaf7bb7fa9f2c84b2a499610fab3d09dc18d59122b5a47
 SHA512 
cdfa12e8dffdef50d3e17f58b0d516318d0e5e114b0556285d92ec81ceb2b78cea9affe9719416f7f60eea385cb49caf6879e3fd9c8d2fbf0849a1d1d9ccd704
 DIST vscode-1.75.0-arm64.tar.gz 128013515 BLAKE2B 
77c2663e01397086e3917dae8e0ec3663969cf5e36135fbc7bc264f21ffc31197e5dc3dda49b3e4c2d9daf1f39d110b5c467590157ebd4d87986771bca3268c5
 SHA512 
0e4b4a2b2b273e590bd210d186b255a3e48ec0851c38ff27063f115088f7cf5375b14fd075b45f5d4ceb525f04c2d3fabbdd0d6b7bc192b8f6da269311b3634d
+DIST vscode-1.75.1-amd64.tar.gz 138940849 BLAKE2B 
60e47682ec0073b6a0e3ffa1c9e0f151cc27c88d199afdd7fa97fd835bdbc961817eae8e17f973d0cb20cae072d02754c53f5687d6996dbee420f17332c1f43b
 SHA512 
68498083c022252a4cecf7db505a68e25137eed3451af474cff7a1094340d64b087ca101df8cb5af5649bcd6460e219eb28f1c78604864dd40507c809e6edcc7
+DIST vscode-1.75.1-arm.tar.gz 118369140 BLAKE2B 
cf0a1ce9f9bb3cdd329abfd35b67457909da43c1b5887c08815d358367dc20e4231901dbd97ae854db5b78c15f6488ca0d29357af9e77ec419fc93f1c69b41cb
 SHA512 
f8576c9e037c6ba5488c40b6a2c486a5521e65a73ef214685efa54761b9da2e20839e859f9612b3e3403bc574c87f7634a6cdfb852623c1ce18116c0aba87f23
+DIST vscode-1.75.1-arm64.tar.gz 128000146 BLAKE2B 
8729178790c06b44c7a626e075cc9071a0489452157ddefcaa3c8c3039360598486d12a57b15a778f4307aa9fc28b2e201d78e28662ef83dfc3562430c63ac05
 SHA512 
f8b2abba64da24bf0044f7f179ec63aab94b0b52f0a42badd0df81108593aa47cb2ab343dba21ac78e7dc32d9691816a491002e2f534afc2fd2a53714f9da872

diff --git a/app-editors/vscode/vscode-1.75.1.ebuild 
b/app-editors/vscode/vscode-1.75.1.ebuild
new file mode 100644
index ..4dfa8178e6ec
--- /dev/null
+++ b/app-editors/vscode/vscode-1.75.1.ebuild
@@ -0,0 +1,128 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-02-17 Thread Arthur Zamarin
commit: 4de7449e68bca1fa0c8518e9dca9979524d1e1fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 17:14:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 19:08:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de7449e

app-editors/vscode: drop 1.74.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.74.3.ebuild | 127 
 2 files changed, 130 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 6c193a79a41d..7113d380172a 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.74.3-amd64.tar.gz 138260370 BLAKE2B 
30bd34a17bb31326454db8844c48bc9f554374cdfc3032504be64f2493735864fbc3d0002ffa7c7a3c545329d198ead62df5931119cb95a261f2d4a9f058ac8a
 SHA512 
46067ec45a383df7c766629c96fa320869e63e0f5ebc8d9c5738bde0799b934840fb912de7abcf6490378f70f1784664898341edfd755225d77bd62d8b058caf
-DIST vscode-1.74.3-arm.tar.gz 117870912 BLAKE2B 
8d6fe12ca6b18db2709570df2e0ec943474fdf1878b30eae0b69c27ac018dbb4cd1fa724deb505ca0fc96096442296a0e201bc032544828320c05c799a39cca9
 SHA512 
41cbef791679cbd67c5844d5d545ed196d0374c9292050cc954f30549cd30c9612e3ef7e29c04b009718c93994ba285c9cf08d240723ae1420fa3be75e2630c0
-DIST vscode-1.74.3-arm64.tar.gz 127492465 BLAKE2B 
095b6a11e5a4b029e9a3facb8728ede939d674b1c975027d9ece8eb6002b5dca8d665c95b231f3b96644e64952f76f40eb3fcab0ce71e59e1ae30837e7b7f272
 SHA512 
e0fe9d950aeef9744bdf1ed8c78de1a40fadc52d7ce68797334463d6c84ffb5e5ef8fa6a3a1dbf3593e423d9e43a39e85f46559ccd4054ea776be2c17aa88480
 DIST vscode-1.75.0-amd64.tar.gz 138952948 BLAKE2B 
892c2ece1bfb1d2dc4fea2c3a6c062688add04f3ceca344988d240edbc4f358100bb4caa17eadc9568dbd1c3581595eb3fadd527727c02d57b63e5fd7a88533b
 SHA512 
f4f26d5fc9c4cf8faf631ff5a0a48d446013faf33a1e932d3e8023b967dd078c370c57dff1791d97bfdeda0e92993d1aa94dce9cfeda4745bdc9c0a1cfb7aed2
 DIST vscode-1.75.0-arm.tar.gz 118400806 BLAKE2B 
d1c930bb871c7bbf7dccd8e3a0da9fc903dfad2066c5d8cbceb9ad3adfeb4d59089b35c75c4d5650efeaf7bb7fa9f2c84b2a499610fab3d09dc18d59122b5a47
 SHA512 
cdfa12e8dffdef50d3e17f58b0d516318d0e5e114b0556285d92ec81ceb2b78cea9affe9719416f7f60eea385cb49caf6879e3fd9c8d2fbf0849a1d1d9ccd704
 DIST vscode-1.75.0-arm64.tar.gz 128013515 BLAKE2B 
77c2663e01397086e3917dae8e0ec3663969cf5e36135fbc7bc264f21ffc31197e5dc3dda49b3e4c2d9daf1f39d110b5c467590157ebd4d87986771bca3268c5
 SHA512 
0e4b4a2b2b273e590bd210d186b255a3e48ec0851c38ff27063f115088f7cf5375b14fd075b45f5d4ceb525f04c2d3fabbdd0d6b7bc192b8f6da269311b3634d

diff --git a/app-editors/vscode/vscode-1.74.3.ebuild 
b/app-editors/vscode/vscode-1.74.3.ebuild
deleted file mode 100644
index 8413d9190bd9..
--- a/app-editors/vscode/vscode-1.74.3.ebuild
+++ /dev/null
@@ -1,127 +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"
-
-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/vscode/chrome_crashpad_handler
-   /opt/vscode/chrome-sandbox
-   /opt/vscode/code
-   /opt/vscode/libEGL.so
-   /opt/vscode/libffmpeg.so
-   /opt/vscode/libGLESv2.so
-   /opt/vscode/libvk_swiftshader.so
-   /opt/vscode/libvulkan.so*
-   /opt/vscode/resources/app/extensions/*
-   /opt/vscode/resources/app/node_modules.asar.unpacked/*

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-02-04 Thread Arthur Zamarin
commit: 4da5959f47930c3ba2ec9e89972ca046cc6aaa38
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  4 20:13:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  4 20:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da5959f

app-editors/vscode: fix missing executable permissions

Closes: https://bugs.gentoo.org/893208
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/{vscode-1.75.0.ebuild => vscode-1.75.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/vscode/vscode-1.75.0.ebuild 
b/app-editors/vscode/vscode-1.75.0-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.75.0.ebuild
rename to app-editors/vscode/vscode-1.75.0-r1.ebuild
index 8413d9190bd9..4dfa8178e6ec 100644
--- a/app-editors/vscode/vscode-1.75.0.ebuild
+++ b/app-editors/vscode/vscode-1.75.0-r1.ebuild
@@ -110,6 +110,7 @@ src_install() {
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
+   fperms +x 
/opt/${PN}/resources/app/node_modules.asar.unpacked/node-pty/build/Release/spawn-helper
dosym "../../opt/${PN}/bin/code" "usr/bin/vscode"
dosym "../../opt/${PN}/bin/code" "usr/bin/code"
domenu "${FILESDIR}/vscode.desktop"



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-02-03 Thread Arthur Zamarin
commit: e2223cf30669afd53a7627984bc41741aab42d70
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 20:45:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 20:46:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2223cf3

app-editors/vscode: add 1.75.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.75.0.ebuild | 127 
 2 files changed, 130 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 0ec2797a34b4..903fbda2c90c 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,3 +1,6 @@
 DIST vscode-1.74.3-amd64.tar.gz 138260370 BLAKE2B 
30bd34a17bb31326454db8844c48bc9f554374cdfc3032504be64f2493735864fbc3d0002ffa7c7a3c545329d198ead62df5931119cb95a261f2d4a9f058ac8a
 SHA512 
46067ec45a383df7c766629c96fa320869e63e0f5ebc8d9c5738bde0799b934840fb912de7abcf6490378f70f1784664898341edfd755225d77bd62d8b058caf
 DIST vscode-1.74.3-arm.tar.gz 117870912 BLAKE2B 
8d6fe12ca6b18db2709570df2e0ec943474fdf1878b30eae0b69c27ac018dbb4cd1fa724deb505ca0fc96096442296a0e201bc032544828320c05c799a39cca9
 SHA512 
41cbef791679cbd67c5844d5d545ed196d0374c9292050cc954f30549cd30c9612e3ef7e29c04b009718c93994ba285c9cf08d240723ae1420fa3be75e2630c0
 DIST vscode-1.74.3-arm64.tar.gz 127492465 BLAKE2B 
095b6a11e5a4b029e9a3facb8728ede939d674b1c975027d9ece8eb6002b5dca8d665c95b231f3b96644e64952f76f40eb3fcab0ce71e59e1ae30837e7b7f272
 SHA512 
e0fe9d950aeef9744bdf1ed8c78de1a40fadc52d7ce68797334463d6c84ffb5e5ef8fa6a3a1dbf3593e423d9e43a39e85f46559ccd4054ea776be2c17aa88480
+DIST vscode-1.75.0-amd64.tar.gz 138952948 BLAKE2B 
892c2ece1bfb1d2dc4fea2c3a6c062688add04f3ceca344988d240edbc4f358100bb4caa17eadc9568dbd1c3581595eb3fadd527727c02d57b63e5fd7a88533b
 SHA512 
f4f26d5fc9c4cf8faf631ff5a0a48d446013faf33a1e932d3e8023b967dd078c370c57dff1791d97bfdeda0e92993d1aa94dce9cfeda4745bdc9c0a1cfb7aed2
+DIST vscode-1.75.0-arm.tar.gz 118400806 BLAKE2B 
d1c930bb871c7bbf7dccd8e3a0da9fc903dfad2066c5d8cbceb9ad3adfeb4d59089b35c75c4d5650efeaf7bb7fa9f2c84b2a499610fab3d09dc18d59122b5a47
 SHA512 
cdfa12e8dffdef50d3e17f58b0d516318d0e5e114b0556285d92ec81ceb2b78cea9affe9719416f7f60eea385cb49caf6879e3fd9c8d2fbf0849a1d1d9ccd704
+DIST vscode-1.75.0-arm64.tar.gz 128013515 BLAKE2B 
77c2663e01397086e3917dae8e0ec3663969cf5e36135fbc7bc264f21ffc31197e5dc3dda49b3e4c2d9daf1f39d110b5c467590157ebd4d87986771bca3268c5
 SHA512 
0e4b4a2b2b273e590bd210d186b255a3e48ec0851c38ff27063f115088f7cf5375b14fd075b45f5d4ceb525f04c2d3fabbdd0d6b7bc192b8f6da269311b3634d

diff --git a/app-editors/vscode/vscode-1.75.0.ebuild 
b/app-editors/vscode/vscode-1.75.0.ebuild
new file mode 100644
index ..8413d9190bd9
--- /dev/null
+++ b/app-editors/vscode/vscode-1.75.0.ebuild
@@ -0,0 +1,127 @@
+# 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"
+
+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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   /opt/vscode/resources/app/extensions/*
+   /opt/vscode/resources/app/node_modules.asar.unpacked/*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2023-01-12 Thread Arthur Zamarin
commit: 36feee90113b56db434561b425e5c64d84633de4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 12 17:35:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 12 17:37:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36feee90

app-editors/vscode: drop 1.74.0, 1.74.1, 1.74.2

Bug: https://bugs.gentoo.org/890565
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   9 ---
 app-editors/vscode/vscode-1.74.0.ebuild | 130 
 app-editors/vscode/vscode-1.74.1.ebuild | 130 
 app-editors/vscode/vscode-1.74.2.ebuild | 130 
 4 files changed, 399 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 8015049c3369..0ec2797a34b4 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,12 +1,3 @@
-DIST vscode-1.74.0-amd64.tar.gz 138266029 BLAKE2B 
ebc7c805d06c6e3685109d3432c0cde46ec40c009dfb4245c5446e9d234df470c10e256e5e4de919a98c20c66bb22b67ab59a8c1c80cfc5c05247c167c5b32f6
 SHA512 
0760d12364bf1440a42ffb96754a7bdee4a17a7f9e152d461ccdd6292417882fdfb5394d60ea1a774c1c446895c127cbe3de94972ee0dd83dba425163b9e6c22
-DIST vscode-1.74.0-arm.tar.gz 117871171 BLAKE2B 
8b2b4180c06b57ab28df603b52a9596c38cebb33d73deff2fe2053579ad3b0d92b50b9c7ccc8e193adbf38e836a8d73065978b0709d990adb9264132a4e2a8e8
 SHA512 
cc1749f20753c2001f798cad5217540701458cf61a0286623999b315c764858f7b131bec772c737aaf7ec3a34aa894137aecb863dc5d90826d87da69c873b1d5
-DIST vscode-1.74.0-arm64.tar.gz 127510791 BLAKE2B 
829539d4d4be86f59f0e8577b55fc656e6c78f4a172c6f1fa65147f4989893cc2c81d6aa30ca635078eba5cc9bcdf01465624abfa19f68cc7c5fe03514da57ec
 SHA512 
68c1d67ece5493feab2259baee3dec3c5299baf10b07ab763c0a59bc909ee20731b4d589ae779c4e0115badc2c0da1dd12753f94591a11f45c2aed7156fe7092
-DIST vscode-1.74.1-amd64.tar.gz 138266991 BLAKE2B 
283fedd15cf2eb75f339c741785cff35a0fca62b267cf71b26e2f0dce308f2f189c32bdfa0e4137109551b3bfb45c0e71fbb4d0940961d166955b053ae80e43d
 SHA512 
73aabce1ce68c3b321490fe36083847d9d012c1a5fd6e095bf6a0160abad5e0935d4f1d8e0ad8e7e84bdc844bf8f2331baeb6ff58df2ffba080c97f46c096038
-DIST vscode-1.74.1-arm.tar.gz 117868697 BLAKE2B 
331d1fa61d6a0ee4c588dc416fee3a62e33066c4d02a2a4a07002c89f5ec7a125269d05866817277f79649a3834221d209377d78622c4c8709cc6bffd9a9da71
 SHA512 
cb959dccdadbbcf4a592a92a543efa5bca193fcd9293dc61f42f4328676cfc1429099e4e10b8fef456b41e428f3eefecea462adde82a915ec3ab9c543184001b
-DIST vscode-1.74.1-arm64.tar.gz 127513900 BLAKE2B 
1d34816d28f2a415d33ee8196a2c6843ba49f736abf8d862232a4905ddf73679ac2bf5145cb2673355c16bc62143b1428ed0d503153d7a84a30d17cc9602a881
 SHA512 
6a41cc164e1fc2ea2ce5d3f0f2c346aa78df7aec93457e6b4359fb588c40120917c810f96d6434c532c199444f233690de46ec9cd94494ee1b6e2baaf2eb542b
-DIST vscode-1.74.2-amd64.tar.gz 138265366 BLAKE2B 
49dbd775a1488bdf4bf3f5771493e6b9395cea4ec9b288e6ff36684af0c5ff9b8ec1db4525c59ff8a2b292598f57bc6d2a99e286cc2b14430f35f7a725082f1c
 SHA512 
8c9dba2b00583b446dcdf0b1cf489dcabbfb34eee6d3945dc1eb8f369c0c708137ae2b1773806191848649e5f7246340c850c2a96d2e395b7fd745a8e3a8765b
-DIST vscode-1.74.2-arm.tar.gz 117860078 BLAKE2B 
70fd60fca021416edec9b5631156989b72c6d4096bf2277381aca4d29f841ecc1d09ba782df4814cedbd7c611fc7e5a818166cbe4528b673045d7c6768fe86dc
 SHA512 
dbce967d6c02ec762d43bfbf1b3daa36261eb9eb965376d560e731d3db94bff29f98ceb7ce1e809a940bc0882760baf9f20cead1715d97afe32ef2e2eff7b284
-DIST vscode-1.74.2-arm64.tar.gz 127507954 BLAKE2B 
f3e2b278fe487033920ddf97ae2e02672a7e9430f1d2011e7fbe64464fbbcd3b48895732bd9f3b805d618181f341c0f4e87a27c2f9467bc5b0d9c139c5be2d4e
 SHA512 
255e316a5193a7dd3728b50e885d55ab77be047638dfcf35c823064d15a4f0d26fc53d217403a85210f1151ea4cf22c1d839141f9822a899d7be1760701995fe
 DIST vscode-1.74.3-amd64.tar.gz 138260370 BLAKE2B 
30bd34a17bb31326454db8844c48bc9f554374cdfc3032504be64f2493735864fbc3d0002ffa7c7a3c545329d198ead62df5931119cb95a261f2d4a9f058ac8a
 SHA512 
46067ec45a383df7c766629c96fa320869e63e0f5ebc8d9c5738bde0799b934840fb912de7abcf6490378f70f1784664898341edfd755225d77bd62d8b058caf
 DIST vscode-1.74.3-arm.tar.gz 117870912 BLAKE2B 
8d6fe12ca6b18db2709570df2e0ec943474fdf1878b30eae0b69c27ac018dbb4cd1fa724deb505ca0fc96096442296a0e201bc032544828320c05c799a39cca9
 SHA512 
41cbef791679cbd67c5844d5d545ed196d0374c9292050cc954f30549cd30c9612e3ef7e29c04b009718c93994ba285c9cf08d240723ae1420fa3be75e2630c0
 DIST vscode-1.74.3-arm64.tar.gz 127492465 BLAKE2B 
095b6a11e5a4b029e9a3facb8728ede939d674b1c975027d9ece8eb6002b5dca8d665c95b231f3b96644e64952f76f40eb3fcab0ce71e59e1ae30837e7b7f272
 SHA512 
e0fe9d950aeef9744bdf1ed8c78de1a40fadc52d7ce68797334463d6c84ffb5e5ef8fa6a3a1dbf3593e423d9e43a39e85f46559ccd4054ea776be2c17aa88480

diff --git a/app-editors/vscode/vscode-1.74.0.ebuild 
b/app-editors/vscode/vscode-1.74.0.ebuild
deleted file mode 100644
index 6f579f293498..
--- a/app-editors/vscode/vscode-1.74.0.ebuild
+++ /dev/null
@@ -1,130 +0,0 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-12-22 Thread Arthur Zamarin
commit: 6d131eac75a78f1f5c0218b305cca2af29b5d746
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 23 07:10:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 23 07:30:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d131eac

app-editors/vscode: add 1.74.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.74.2.ebuild | 130 
 2 files changed, 133 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 0dd0c5740fff..ac2810f6bc2b 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.74.0-arm64.tar.gz 127510791 BLAKE2B 
829539d4d4be86f59f0e8577b55fc6
 DIST vscode-1.74.1-amd64.tar.gz 138266991 BLAKE2B 
283fedd15cf2eb75f339c741785cff35a0fca62b267cf71b26e2f0dce308f2f189c32bdfa0e4137109551b3bfb45c0e71fbb4d0940961d166955b053ae80e43d
 SHA512 
73aabce1ce68c3b321490fe36083847d9d012c1a5fd6e095bf6a0160abad5e0935d4f1d8e0ad8e7e84bdc844bf8f2331baeb6ff58df2ffba080c97f46c096038
 DIST vscode-1.74.1-arm.tar.gz 117868697 BLAKE2B 
331d1fa61d6a0ee4c588dc416fee3a62e33066c4d02a2a4a07002c89f5ec7a125269d05866817277f79649a3834221d209377d78622c4c8709cc6bffd9a9da71
 SHA512 
cb959dccdadbbcf4a592a92a543efa5bca193fcd9293dc61f42f4328676cfc1429099e4e10b8fef456b41e428f3eefecea462adde82a915ec3ab9c543184001b
 DIST vscode-1.74.1-arm64.tar.gz 127513900 BLAKE2B 
1d34816d28f2a415d33ee8196a2c6843ba49f736abf8d862232a4905ddf73679ac2bf5145cb2673355c16bc62143b1428ed0d503153d7a84a30d17cc9602a881
 SHA512 
6a41cc164e1fc2ea2ce5d3f0f2c346aa78df7aec93457e6b4359fb588c40120917c810f96d6434c532c199444f233690de46ec9cd94494ee1b6e2baaf2eb542b
+DIST vscode-1.74.2-amd64.tar.gz 138265366 BLAKE2B 
49dbd775a1488bdf4bf3f5771493e6b9395cea4ec9b288e6ff36684af0c5ff9b8ec1db4525c59ff8a2b292598f57bc6d2a99e286cc2b14430f35f7a725082f1c
 SHA512 
8c9dba2b00583b446dcdf0b1cf489dcabbfb34eee6d3945dc1eb8f369c0c708137ae2b1773806191848649e5f7246340c850c2a96d2e395b7fd745a8e3a8765b
+DIST vscode-1.74.2-arm.tar.gz 117860078 BLAKE2B 
70fd60fca021416edec9b5631156989b72c6d4096bf2277381aca4d29f841ecc1d09ba782df4814cedbd7c611fc7e5a818166cbe4528b673045d7c6768fe86dc
 SHA512 
dbce967d6c02ec762d43bfbf1b3daa36261eb9eb965376d560e731d3db94bff29f98ceb7ce1e809a940bc0882760baf9f20cead1715d97afe32ef2e2eff7b284
+DIST vscode-1.74.2-arm64.tar.gz 127507954 BLAKE2B 
f3e2b278fe487033920ddf97ae2e02672a7e9430f1d2011e7fbe64464fbbcd3b48895732bd9f3b805d618181f341c0f4e87a27c2f9467bc5b0d9c139c5be2d4e
 SHA512 
255e316a5193a7dd3728b50e885d55ab77be047638dfcf35c823064d15a4f0d26fc53d217403a85210f1151ea4cf22c1d839141f9822a899d7be1760701995fe

diff --git a/app-editors/vscode/vscode-1.74.2.ebuild 
b/app-editors/vscode/vscode-1.74.2.ebuild
new file mode 100644
index ..6f579f293498
--- /dev/null
+++ b/app-editors/vscode/vscode-1.74.2.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-12-16 Thread Arthur Zamarin
commit: af0b0586dcdc2cfcb1f02b873ca6ddfee8ca5caa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 14:03:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 14:07:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0b0586

app-editors/vscode: drop 1.73.0, 1.73.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   6 --
 app-editors/vscode/vscode-1.73.0.ebuild | 130 
 app-editors/vscode/vscode-1.73.1.ebuild | 130 
 3 files changed, 266 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 9a9ba905f7c1..0dd0c5740fff 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,3 @@
-DIST vscode-1.73.0-amd64.tar.gz 135608145 BLAKE2B 
a0d44d06f42071abc49ef4495c1e9fc4d3395c58e61211e1e2cd32ae2dfefe83880db1cb4c3ee5ead670936e73826cd588f10ff4076ce241afcfa4f929cf67a8
 SHA512 
116ba487b27fe6b9b3702deb9f6664139e10a2b7a53c372dc6849376e541eb3fb560e4f115e920862b1bff5cc7d7fc35d3353c843a6fdef549565dbc1c8ea552
-DIST vscode-1.73.0-arm.tar.gz 115197213 BLAKE2B 
7f1bfc0c208be83525da810d8f198b8d14e969a9c68ace75a0304d49d3360dd0a65b27ead51487437764c9cf911d2196756df7f4793e02ccb630ee60f724d4ae
 SHA512 
3b1e93b3c40a36b53c5a81cfffdf76238b8dfb2370589c0ffd38db8c3acbde0f69d0500af59f26de0b69b5e1c218fde9a25abc4a432b889d9f0097f2c1a31ab0
-DIST vscode-1.73.0-arm64.tar.gz 124908757 BLAKE2B 
94006f56d5df515773d697c876479da7f97001b0b6dec0b8ea46efe0183898536edf0792ca41b74e6e4a09e44da2cae8c1960b0e69b8fd7f7c0d54ce59fc1af3
 SHA512 
9db4e79727eca2f7cc85d221a3ccb14866b90f7350b8bcdb558ec3bfe7b6fbfe91bf46dbd59b1c10e7af139c3bf07628dd42e51e7f47d49534b1b2ab46891a7d
-DIST vscode-1.73.1-amd64.tar.gz 135604445 BLAKE2B 
e08ea9dcc3f21aa5324fc97dafc969ba34d3b907b0e0f46a4ef7403801e4a47bd92c47de958603c588f9048f757abb8e09556820604d4432fe12cf3a78b60866
 SHA512 
f73e0466b953bc44975ca45666b106fd5ad099a8ed245094ff1be09140ed9b1b05909d71408932486da0cb61cc0dc3ce9bedf76c0619e3c1d368008d656ae234
-DIST vscode-1.73.1-arm.tar.gz 115191887 BLAKE2B 
a75ac8fec11a93a8aa010d76ea56fd1510d2c8c910718d6da9075222fe69aa5dbf9e726c4cd56bfb4722e5b6d82338c5c45cf803e22805a7a8f0b6939443fc36
 SHA512 
de22c1503134ea92face02218078d6d9404eb5e5eea789e9f61422d840b798d4da0ac5083d888d06e5eae313f2748da10d0b949eb0f06dedab8e7cabee2263e3
-DIST vscode-1.73.1-arm64.tar.gz 124921489 BLAKE2B 
dd244d2c1ebee9c8360284aa0a3afd3bc48f258a047c950fd6c4dab25980dcdc155f55cecac17eacdf462beeafe7400e98d618859f7736854595c9285cd8ea76
 SHA512 
735b8a1a715906152f2018457c0b4c279dad17edf3d962c895ab07734260b51b6da9ff31b07a3461c7d1fe8f97aad91e9da8cd25129290edcda724b5cba9590f
 DIST vscode-1.74.0-amd64.tar.gz 138266029 BLAKE2B 
ebc7c805d06c6e3685109d3432c0cde46ec40c009dfb4245c5446e9d234df470c10e256e5e4de919a98c20c66bb22b67ab59a8c1c80cfc5c05247c167c5b32f6
 SHA512 
0760d12364bf1440a42ffb96754a7bdee4a17a7f9e152d461ccdd6292417882fdfb5394d60ea1a774c1c446895c127cbe3de94972ee0dd83dba425163b9e6c22
 DIST vscode-1.74.0-arm.tar.gz 117871171 BLAKE2B 
8b2b4180c06b57ab28df603b52a9596c38cebb33d73deff2fe2053579ad3b0d92b50b9c7ccc8e193adbf38e836a8d73065978b0709d990adb9264132a4e2a8e8
 SHA512 
cc1749f20753c2001f798cad5217540701458cf61a0286623999b315c764858f7b131bec772c737aaf7ec3a34aa894137aecb863dc5d90826d87da69c873b1d5
 DIST vscode-1.74.0-arm64.tar.gz 127510791 BLAKE2B 
829539d4d4be86f59f0e8577b55fc656e6c78f4a172c6f1fa65147f4989893cc2c81d6aa30ca635078eba5cc9bcdf01465624abfa19f68cc7c5fe03514da57ec
 SHA512 
68c1d67ece5493feab2259baee3dec3c5299baf10b07ab763c0a59bc909ee20731b4d589ae779c4e0115badc2c0da1dd12753f94591a11f45c2aed7156fe7092

diff --git a/app-editors/vscode/vscode-1.73.0.ebuild 
b/app-editors/vscode/vscode-1.73.0.ebuild
deleted file mode 100644
index 6f579f293498..
--- a/app-editors/vscode/vscode-1.73.0.ebuild
+++ /dev/null
@@ -1,130 +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 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"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-12-15 Thread Arthur Zamarin
commit: 9b1ec339a3c5bc55147aa115d2386af5ca6e1b4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 17:50:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 18:02:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1ec339

app-editors/vscode: add 1.74.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.74.1.ebuild | 130 
 2 files changed, 133 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 5423c27aa3c5..9a9ba905f7c1 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.73.1-arm64.tar.gz 124921489 BLAKE2B 
dd244d2c1ebee9c8360284aa0a3afd
 DIST vscode-1.74.0-amd64.tar.gz 138266029 BLAKE2B 
ebc7c805d06c6e3685109d3432c0cde46ec40c009dfb4245c5446e9d234df470c10e256e5e4de919a98c20c66bb22b67ab59a8c1c80cfc5c05247c167c5b32f6
 SHA512 
0760d12364bf1440a42ffb96754a7bdee4a17a7f9e152d461ccdd6292417882fdfb5394d60ea1a774c1c446895c127cbe3de94972ee0dd83dba425163b9e6c22
 DIST vscode-1.74.0-arm.tar.gz 117871171 BLAKE2B 
8b2b4180c06b57ab28df603b52a9596c38cebb33d73deff2fe2053579ad3b0d92b50b9c7ccc8e193adbf38e836a8d73065978b0709d990adb9264132a4e2a8e8
 SHA512 
cc1749f20753c2001f798cad5217540701458cf61a0286623999b315c764858f7b131bec772c737aaf7ec3a34aa894137aecb863dc5d90826d87da69c873b1d5
 DIST vscode-1.74.0-arm64.tar.gz 127510791 BLAKE2B 
829539d4d4be86f59f0e8577b55fc656e6c78f4a172c6f1fa65147f4989893cc2c81d6aa30ca635078eba5cc9bcdf01465624abfa19f68cc7c5fe03514da57ec
 SHA512 
68c1d67ece5493feab2259baee3dec3c5299baf10b07ab763c0a59bc909ee20731b4d589ae779c4e0115badc2c0da1dd12753f94591a11f45c2aed7156fe7092
+DIST vscode-1.74.1-amd64.tar.gz 138266991 BLAKE2B 
283fedd15cf2eb75f339c741785cff35a0fca62b267cf71b26e2f0dce308f2f189c32bdfa0e4137109551b3bfb45c0e71fbb4d0940961d166955b053ae80e43d
 SHA512 
73aabce1ce68c3b321490fe36083847d9d012c1a5fd6e095bf6a0160abad5e0935d4f1d8e0ad8e7e84bdc844bf8f2331baeb6ff58df2ffba080c97f46c096038
+DIST vscode-1.74.1-arm.tar.gz 117868697 BLAKE2B 
331d1fa61d6a0ee4c588dc416fee3a62e33066c4d02a2a4a07002c89f5ec7a125269d05866817277f79649a3834221d209377d78622c4c8709cc6bffd9a9da71
 SHA512 
cb959dccdadbbcf4a592a92a543efa5bca193fcd9293dc61f42f4328676cfc1429099e4e10b8fef456b41e428f3eefecea462adde82a915ec3ab9c543184001b
+DIST vscode-1.74.1-arm64.tar.gz 127513900 BLAKE2B 
1d34816d28f2a415d33ee8196a2c6843ba49f736abf8d862232a4905ddf73679ac2bf5145cb2673355c16bc62143b1428ed0d503153d7a84a30d17cc9602a881
 SHA512 
6a41cc164e1fc2ea2ce5d3f0f2c346aa78df7aec93457e6b4359fb588c40120917c810f96d6434c532c199444f233690de46ec9cd94494ee1b6e2baaf2eb542b

diff --git a/app-editors/vscode/vscode-1.74.1.ebuild 
b/app-editors/vscode/vscode-1.74.1.ebuild
new file mode 100644
index ..6f579f293498
--- /dev/null
+++ b/app-editors/vscode/vscode-1.74.1.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-12-13 Thread Arthur Zamarin
commit: 60e07a8f424f4da6d91aaca58a20409316febb55
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 13 20:38:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 13 20:40:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e07a8f

app-editors/vscode: add 1.74.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.74.0.ebuild | 130 
 2 files changed, 133 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index a79960373cba..5423c27aa3c5 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.73.0-arm64.tar.gz 124908757 BLAKE2B 
94006f56d5df515773d697c876479d
 DIST vscode-1.73.1-amd64.tar.gz 135604445 BLAKE2B 
e08ea9dcc3f21aa5324fc97dafc969ba34d3b907b0e0f46a4ef7403801e4a47bd92c47de958603c588f9048f757abb8e09556820604d4432fe12cf3a78b60866
 SHA512 
f73e0466b953bc44975ca45666b106fd5ad099a8ed245094ff1be09140ed9b1b05909d71408932486da0cb61cc0dc3ce9bedf76c0619e3c1d368008d656ae234
 DIST vscode-1.73.1-arm.tar.gz 115191887 BLAKE2B 
a75ac8fec11a93a8aa010d76ea56fd1510d2c8c910718d6da9075222fe69aa5dbf9e726c4cd56bfb4722e5b6d82338c5c45cf803e22805a7a8f0b6939443fc36
 SHA512 
de22c1503134ea92face02218078d6d9404eb5e5eea789e9f61422d840b798d4da0ac5083d888d06e5eae313f2748da10d0b949eb0f06dedab8e7cabee2263e3
 DIST vscode-1.73.1-arm64.tar.gz 124921489 BLAKE2B 
dd244d2c1ebee9c8360284aa0a3afd3bc48f258a047c950fd6c4dab25980dcdc155f55cecac17eacdf462beeafe7400e98d618859f7736854595c9285cd8ea76
 SHA512 
735b8a1a715906152f2018457c0b4c279dad17edf3d962c895ab07734260b51b6da9ff31b07a3461c7d1fe8f97aad91e9da8cd25129290edcda724b5cba9590f
+DIST vscode-1.74.0-amd64.tar.gz 138266029 BLAKE2B 
ebc7c805d06c6e3685109d3432c0cde46ec40c009dfb4245c5446e9d234df470c10e256e5e4de919a98c20c66bb22b67ab59a8c1c80cfc5c05247c167c5b32f6
 SHA512 
0760d12364bf1440a42ffb96754a7bdee4a17a7f9e152d461ccdd6292417882fdfb5394d60ea1a774c1c446895c127cbe3de94972ee0dd83dba425163b9e6c22
+DIST vscode-1.74.0-arm.tar.gz 117871171 BLAKE2B 
8b2b4180c06b57ab28df603b52a9596c38cebb33d73deff2fe2053579ad3b0d92b50b9c7ccc8e193adbf38e836a8d73065978b0709d990adb9264132a4e2a8e8
 SHA512 
cc1749f20753c2001f798cad5217540701458cf61a0286623999b315c764858f7b131bec772c737aaf7ec3a34aa894137aecb863dc5d90826d87da69c873b1d5
+DIST vscode-1.74.0-arm64.tar.gz 127510791 BLAKE2B 
829539d4d4be86f59f0e8577b55fc656e6c78f4a172c6f1fa65147f4989893cc2c81d6aa30ca635078eba5cc9bcdf01465624abfa19f68cc7c5fe03514da57ec
 SHA512 
68c1d67ece5493feab2259baee3dec3c5299baf10b07ab763c0a59bc909ee20731b4d589ae779c4e0115badc2c0da1dd12753f94591a11f45c2aed7156fe7092

diff --git a/app-editors/vscode/vscode-1.74.0.ebuild 
b/app-editors/vscode/vscode-1.74.0.ebuild
new file mode 100644
index ..6f579f293498
--- /dev/null
+++ b/app-editors/vscode/vscode-1.74.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-11-09 Thread Arthur Zamarin
commit: 451e05840e832d7df3935d8403766b3da497b88e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  9 19:41:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  9 19:50:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451e0584

app-editors/vscode: drop 1.72.0-r1, 1.72.1, 1.72.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   9 --
 app-editors/vscode/vscode-1.72.0-r1.ebuild | 129 -
 app-editors/vscode/vscode-1.72.1.ebuild| 129 -
 app-editors/vscode/vscode-1.72.2.ebuild| 129 -
 4 files changed, 396 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 42c72623f346..a79960373cba 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,12 +1,3 @@
-DIST vscode-1.72.0-amd64.tar.gz 123819482 BLAKE2B 
02af76ac4f68f688c6c0d7c2df41e6a01b575bf8c0f1073f5c13d5d390bbd1b56ab2f1fb22352d6d407842cd18ebd078ffc05472400efb397eaa2a5207c6de0e
 SHA512 
c228ffad233f7162226bc2a51bbb5339f5c008326c92a895a5c0def02dd1150cae58794fb44b6425b2ad365f462cd3972480061ab2e87891b61b76cf280490dd
-DIST vscode-1.72.0-arm.tar.gz 104770726 BLAKE2B 
5885de454ae094d814ead3ff9c910156714e4ec6cbdcc36fed8c4caf319e24cc41a5e40552a98c76d2c2a472d82f287ead24fd43e67321c9c5a246ef23f4aa7a
 SHA512 
24aad1ceed99a04141f7aeb7a1150b9d8b51f31e10ea373929e86a45bcc56abf68c22aaf370c46b5639262dae76dbf4ed914d7154a8b2dbec65808d1247b006f
-DIST vscode-1.72.0-arm64.tar.gz 113898746 BLAKE2B 
98690c88d41695614258100133232c73ef2112be2082245026412b93a13df122cbf7b2a77601fa87268af0c4ef7c5794b7399593b060dc3a844579d808083960
 SHA512 
b982e638420dffadb5200bb9bca5d7bcc1632280e62e1f237d43fc2d80f77ccb756edf6ac54550a5a8db4d4e4f50c307434d3f71cc881827e1649f474a01cde7
-DIST vscode-1.72.1-amd64.tar.gz 123829708 BLAKE2B 
fd5af43d9037228a732ff56fbf4baa404d942602bb2a21cc8c22a8126ebf0cb43c706d7e216c5ee159650be312f99c54df9eb842a236062cde6ea651e24cec29
 SHA512 
fb785fabb85a45805f96ffbb44a3d19ee8c0debe9d43b9f69bac88c195e343c8be98abf7ba9ff2632dbfa0cfb7fc7563b956267aa44996efce07b076cfd6f5a2
-DIST vscode-1.72.1-arm.tar.gz 104771652 BLAKE2B 
f6cb9d0dffcf08328be865aa8654ec7946b019518b888f8618409f71fd1691b91d90409a65287000ee6aaf6b7e24eea1378864d07bd6533a60cdf13ebb528456
 SHA512 
b443104d890cc3336d19caf0404f873126032bdba39dcd49122ef480c7ed83ce4f8b73e4628db990ff5124f33a5ef9e6f381305d5e45c1bdc37cbab7c0182951
-DIST vscode-1.72.1-arm64.tar.gz 113915650 BLAKE2B 
7e06292ae9ad6266368b1583e116292a8bcf3197a1692e28d64fa0c17cbab3662bb2b689b093f5404ebdc23106cdf9829801d9ed74e317e59dda166c98ee5380
 SHA512 
661ab7cc350e8e5ed6dd9569fb1a2b907c8ef98bfd895e7fe9dc27f98c4a23252b0ac05e635acd6138d970b9c31677a020d64b60a81d0373a02fdd97deaff4d7
-DIST vscode-1.72.2-amd64.tar.gz 123828026 BLAKE2B 
87b60ababde0e9fd9e5958bfdfa4557f87b8d67f0a84428fdecafb8d4342e4d71bf33c7d180e02d5780fc6638fdf7cfec540fc7019d86d83d92070e394eecdc5
 SHA512 
efd701f7dbdd3669f22a22fb33b07ab5e044582b0095b8a45e9be14b906f66fa61492de6fbd9936ee6cd44bd065a323b809164a5c0e06029b66929434449926c
-DIST vscode-1.72.2-arm.tar.gz 104783748 BLAKE2B 
aef1eeaafda5c26cfa0783b8c15d973e539c63b9865e8200015c0158d44367863ec77dd798fda4934168695dd138db17b1cf81403deec753179aa457a3af19d5
 SHA512 
e952c748c9341a400584a80d612f6f2961dba9cf3997aefe6e948bd51d7ee41fdfb7bd488766045edfd892bca3584c68fbecd4712a32c694983226b0ed97f2ef
-DIST vscode-1.72.2-arm64.tar.gz 113919276 BLAKE2B 
25d27a2bb435b7078ec1a09408d24045de2f72a89ea0914da5bf49c9819a786a0e0fad64e675d2771d4a5eb1c61dfc966ad88f2ea9091c057a2abdf8df4a0cbd
 SHA512 
c9cdc341092c9185709af064b8fa93ea34ded7ae04f8a85e1f611e24cdd55473687318b1ad0537fb25a5ad9ecd600071a85afd1e97c464132c94325bb32d3b01
 DIST vscode-1.73.0-amd64.tar.gz 135608145 BLAKE2B 
a0d44d06f42071abc49ef4495c1e9fc4d3395c58e61211e1e2cd32ae2dfefe83880db1cb4c3ee5ead670936e73826cd588f10ff4076ce241afcfa4f929cf67a8
 SHA512 
116ba487b27fe6b9b3702deb9f6664139e10a2b7a53c372dc6849376e541eb3fb560e4f115e920862b1bff5cc7d7fc35d3353c843a6fdef549565dbc1c8ea552
 DIST vscode-1.73.0-arm.tar.gz 115197213 BLAKE2B 
7f1bfc0c208be83525da810d8f198b8d14e969a9c68ace75a0304d49d3360dd0a65b27ead51487437764c9cf911d2196756df7f4793e02ccb630ee60f724d4ae
 SHA512 
3b1e93b3c40a36b53c5a81cfffdf76238b8dfb2370589c0ffd38db8c3acbde0f69d0500af59f26de0b69b5e1c218fde9a25abc4a432b889d9f0097f2c1a31ab0
 DIST vscode-1.73.0-arm64.tar.gz 124908757 BLAKE2B 
94006f56d5df515773d697c876479da7f97001b0b6dec0b8ea46efe0183898536edf0792ca41b74e6e4a09e44da2cae8c1960b0e69b8fd7f7c0d54ce59fc1af3
 SHA512 
9db4e79727eca2f7cc85d221a3ccb14866b90f7350b8bcdb558ec3bfe7b6fbfe91bf46dbd59b1c10e7af139c3bf07628dd42e51e7f47d49534b1b2ab46891a7d

diff --git a/app-editors/vscode/vscode-1.72.0-r1.ebuild 
b/app-editors/vscode/vscode-1.72.0-r1.ebuild
deleted file mode 100644
index e52f2ef29431..
--- a/app-editors/vscode/vscode-1.72.0-r1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-11-09 Thread Arthur Zamarin
commit: d9a32b9fdcc7eca92e8ac1ab029d3fdbd5612d88
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  9 19:39:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  9 19:50:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a32b9f

app-editors/vscode: add 1.73.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.73.1.ebuild | 130 
 2 files changed, 133 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 466167bbe669..42c72623f346 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -10,3 +10,6 @@ DIST vscode-1.72.2-arm64.tar.gz 113919276 BLAKE2B 
25d27a2bb435b7078ec1a09408d240
 DIST vscode-1.73.0-amd64.tar.gz 135608145 BLAKE2B 
a0d44d06f42071abc49ef4495c1e9fc4d3395c58e61211e1e2cd32ae2dfefe83880db1cb4c3ee5ead670936e73826cd588f10ff4076ce241afcfa4f929cf67a8
 SHA512 
116ba487b27fe6b9b3702deb9f6664139e10a2b7a53c372dc6849376e541eb3fb560e4f115e920862b1bff5cc7d7fc35d3353c843a6fdef549565dbc1c8ea552
 DIST vscode-1.73.0-arm.tar.gz 115197213 BLAKE2B 
7f1bfc0c208be83525da810d8f198b8d14e969a9c68ace75a0304d49d3360dd0a65b27ead51487437764c9cf911d2196756df7f4793e02ccb630ee60f724d4ae
 SHA512 
3b1e93b3c40a36b53c5a81cfffdf76238b8dfb2370589c0ffd38db8c3acbde0f69d0500af59f26de0b69b5e1c218fde9a25abc4a432b889d9f0097f2c1a31ab0
 DIST vscode-1.73.0-arm64.tar.gz 124908757 BLAKE2B 
94006f56d5df515773d697c876479da7f97001b0b6dec0b8ea46efe0183898536edf0792ca41b74e6e4a09e44da2cae8c1960b0e69b8fd7f7c0d54ce59fc1af3
 SHA512 
9db4e79727eca2f7cc85d221a3ccb14866b90f7350b8bcdb558ec3bfe7b6fbfe91bf46dbd59b1c10e7af139c3bf07628dd42e51e7f47d49534b1b2ab46891a7d
+DIST vscode-1.73.1-amd64.tar.gz 135604445 BLAKE2B 
e08ea9dcc3f21aa5324fc97dafc969ba34d3b907b0e0f46a4ef7403801e4a47bd92c47de958603c588f9048f757abb8e09556820604d4432fe12cf3a78b60866
 SHA512 
f73e0466b953bc44975ca45666b106fd5ad099a8ed245094ff1be09140ed9b1b05909d71408932486da0cb61cc0dc3ce9bedf76c0619e3c1d368008d656ae234
+DIST vscode-1.73.1-arm.tar.gz 115191887 BLAKE2B 
a75ac8fec11a93a8aa010d76ea56fd1510d2c8c910718d6da9075222fe69aa5dbf9e726c4cd56bfb4722e5b6d82338c5c45cf803e22805a7a8f0b6939443fc36
 SHA512 
de22c1503134ea92face02218078d6d9404eb5e5eea789e9f61422d840b798d4da0ac5083d888d06e5eae313f2748da10d0b949eb0f06dedab8e7cabee2263e3
+DIST vscode-1.73.1-arm64.tar.gz 124921489 BLAKE2B 
dd244d2c1ebee9c8360284aa0a3afd3bc48f258a047c950fd6c4dab25980dcdc155f55cecac17eacdf462beeafe7400e98d618859f7736854595c9285cd8ea76
 SHA512 
735b8a1a715906152f2018457c0b4c279dad17edf3d962c895ab07734260b51b6da9ff31b07a3461c7d1fe8f97aad91e9da8cd25129290edcda724b5cba9590f

diff --git a/app-editors/vscode/vscode-1.73.1.ebuild 
b/app-editors/vscode/vscode-1.73.1.ebuild
new file mode 100644
index ..6f579f293498
--- /dev/null
+++ b/app-editors/vscode/vscode-1.73.1.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-11-04 Thread Arthur Zamarin
commit: 16b9829531a9358e87f98bdcaa58c0543fade250
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  4 08:27:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  4 08:38:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b98295

app-editors/vscode: add 1.73.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.73.0.ebuild | 130 
 2 files changed, 133 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 12d61318932b..466167bbe669 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.72.1-arm64.tar.gz 113915650 BLAKE2B 
7e06292ae9ad6266368b1583e11629
 DIST vscode-1.72.2-amd64.tar.gz 123828026 BLAKE2B 
87b60ababde0e9fd9e5958bfdfa4557f87b8d67f0a84428fdecafb8d4342e4d71bf33c7d180e02d5780fc6638fdf7cfec540fc7019d86d83d92070e394eecdc5
 SHA512 
efd701f7dbdd3669f22a22fb33b07ab5e044582b0095b8a45e9be14b906f66fa61492de6fbd9936ee6cd44bd065a323b809164a5c0e06029b66929434449926c
 DIST vscode-1.72.2-arm.tar.gz 104783748 BLAKE2B 
aef1eeaafda5c26cfa0783b8c15d973e539c63b9865e8200015c0158d44367863ec77dd798fda4934168695dd138db17b1cf81403deec753179aa457a3af19d5
 SHA512 
e952c748c9341a400584a80d612f6f2961dba9cf3997aefe6e948bd51d7ee41fdfb7bd488766045edfd892bca3584c68fbecd4712a32c694983226b0ed97f2ef
 DIST vscode-1.72.2-arm64.tar.gz 113919276 BLAKE2B 
25d27a2bb435b7078ec1a09408d24045de2f72a89ea0914da5bf49c9819a786a0e0fad64e675d2771d4a5eb1c61dfc966ad88f2ea9091c057a2abdf8df4a0cbd
 SHA512 
c9cdc341092c9185709af064b8fa93ea34ded7ae04f8a85e1f611e24cdd55473687318b1ad0537fb25a5ad9ecd600071a85afd1e97c464132c94325bb32d3b01
+DIST vscode-1.73.0-amd64.tar.gz 135608145 BLAKE2B 
a0d44d06f42071abc49ef4495c1e9fc4d3395c58e61211e1e2cd32ae2dfefe83880db1cb4c3ee5ead670936e73826cd588f10ff4076ce241afcfa4f929cf67a8
 SHA512 
116ba487b27fe6b9b3702deb9f6664139e10a2b7a53c372dc6849376e541eb3fb560e4f115e920862b1bff5cc7d7fc35d3353c843a6fdef549565dbc1c8ea552
+DIST vscode-1.73.0-arm.tar.gz 115197213 BLAKE2B 
7f1bfc0c208be83525da810d8f198b8d14e969a9c68ace75a0304d49d3360dd0a65b27ead51487437764c9cf911d2196756df7f4793e02ccb630ee60f724d4ae
 SHA512 
3b1e93b3c40a36b53c5a81cfffdf76238b8dfb2370589c0ffd38db8c3acbde0f69d0500af59f26de0b69b5e1c218fde9a25abc4a432b889d9f0097f2c1a31ab0
+DIST vscode-1.73.0-arm64.tar.gz 124908757 BLAKE2B 
94006f56d5df515773d697c876479da7f97001b0b6dec0b8ea46efe0183898536edf0792ca41b74e6e4a09e44da2cae8c1960b0e69b8fd7f7c0d54ce59fc1af3
 SHA512 
9db4e79727eca2f7cc85d221a3ccb14866b90f7350b8bcdb558ec3bfe7b6fbfe91bf46dbd59b1c10e7af139c3bf07628dd42e51e7f47d49534b1b2ab46891a7d

diff --git a/app-editors/vscode/vscode-1.73.0.ebuild 
b/app-editors/vscode/vscode-1.73.0.ebuild
new file mode 100644
index ..6f579f293498
--- /dev/null
+++ b/app-editors/vscode/vscode-1.73.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-10-14 Thread Arthur Zamarin
commit: 937fdf68e78df5388482394ef2f60d53df4d8ebb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 14 19:55:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 14 19:55:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937fdf68

app-editors/vscode: add 1.72.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.72.2.ebuild | 129 
 2 files changed, 132 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 7e80ad435ee1..12d61318932b 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.72.0-arm64.tar.gz 113898746 BLAKE2B 
98690c88d41695614258100133232c
 DIST vscode-1.72.1-amd64.tar.gz 123829708 BLAKE2B 
fd5af43d9037228a732ff56fbf4baa404d942602bb2a21cc8c22a8126ebf0cb43c706d7e216c5ee159650be312f99c54df9eb842a236062cde6ea651e24cec29
 SHA512 
fb785fabb85a45805f96ffbb44a3d19ee8c0debe9d43b9f69bac88c195e343c8be98abf7ba9ff2632dbfa0cfb7fc7563b956267aa44996efce07b076cfd6f5a2
 DIST vscode-1.72.1-arm.tar.gz 104771652 BLAKE2B 
f6cb9d0dffcf08328be865aa8654ec7946b019518b888f8618409f71fd1691b91d90409a65287000ee6aaf6b7e24eea1378864d07bd6533a60cdf13ebb528456
 SHA512 
b443104d890cc3336d19caf0404f873126032bdba39dcd49122ef480c7ed83ce4f8b73e4628db990ff5124f33a5ef9e6f381305d5e45c1bdc37cbab7c0182951
 DIST vscode-1.72.1-arm64.tar.gz 113915650 BLAKE2B 
7e06292ae9ad6266368b1583e116292a8bcf3197a1692e28d64fa0c17cbab3662bb2b689b093f5404ebdc23106cdf9829801d9ed74e317e59dda166c98ee5380
 SHA512 
661ab7cc350e8e5ed6dd9569fb1a2b907c8ef98bfd895e7fe9dc27f98c4a23252b0ac05e635acd6138d970b9c31677a020d64b60a81d0373a02fdd97deaff4d7
+DIST vscode-1.72.2-amd64.tar.gz 123828026 BLAKE2B 
87b60ababde0e9fd9e5958bfdfa4557f87b8d67f0a84428fdecafb8d4342e4d71bf33c7d180e02d5780fc6638fdf7cfec540fc7019d86d83d92070e394eecdc5
 SHA512 
efd701f7dbdd3669f22a22fb33b07ab5e044582b0095b8a45e9be14b906f66fa61492de6fbd9936ee6cd44bd065a323b809164a5c0e06029b66929434449926c
+DIST vscode-1.72.2-arm.tar.gz 104783748 BLAKE2B 
aef1eeaafda5c26cfa0783b8c15d973e539c63b9865e8200015c0158d44367863ec77dd798fda4934168695dd138db17b1cf81403deec753179aa457a3af19d5
 SHA512 
e952c748c9341a400584a80d612f6f2961dba9cf3997aefe6e948bd51d7ee41fdfb7bd488766045edfd892bca3584c68fbecd4712a32c694983226b0ed97f2ef
+DIST vscode-1.72.2-arm64.tar.gz 113919276 BLAKE2B 
25d27a2bb435b7078ec1a09408d24045de2f72a89ea0914da5bf49c9819a786a0e0fad64e675d2771d4a5eb1c61dfc966ad88f2ea9091c057a2abdf8df4a0cbd
 SHA512 
c9cdc341092c9185709af064b8fa93ea34ded7ae04f8a85e1f611e24cdd55473687318b1ad0537fb25a5ad9ecd600071a85afd1e97c464132c94325bb32d3b01

diff --git a/app-editors/vscode/vscode-1.72.2.ebuild 
b/app-editors/vscode/vscode-1.72.2.ebuild
new file mode 100644
index ..e52f2ef29431
--- /dev/null
+++ b/app-editors/vscode/vscode-1.72.2.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-10-12 Thread Arthur Zamarin
commit: 1cd7d978bf2264867eeda1918c70cfdbc5497abd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 12 19:41:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 12 19:45:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd7d978

app-editors/vscode: drop 1.71.2-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   3 -
 app-editors/vscode/vscode-1.71.2-r1.ebuild | 128 -
 2 files changed, 131 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 077037167920..7e80ad435ee1 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.71.2-amd64.tar.gz 120012826 BLAKE2B 
4e93141ebacc39e47600b9919175e206f4b9d26134657b0f70137d35ab75582846783a3a6f4642e6b9f6a5c64f258efdef3fd480b08a6261bef68eed2e081ca0
 SHA512 
4ea93a95c009f1b6a816b47374e68f49b43d3bad195de612912f488a83eb48d63382c480fbaff0efa1baa738bd50aa6dbd8244d56870dd27e1592d043778d156
-DIST vscode-1.71.2-arm.tar.gz 101261361 BLAKE2B 
563faefdc0132b41f50166f84f7e508cd34f4e6609d47ce2966a17083f6b28e5c302faff8374060c74137d05f691bcf1120abb4c6111333b9317306691a00bcb
 SHA512 
50821062437cbcc662791bc1c9f5004cbbfb2455de768ac205fcb9019b3e5775d24ca39cc60ed3280fb67b026c86f4ee117995e2826f2b7a6defc81169f53585
-DIST vscode-1.71.2-arm64.tar.gz 110174916 BLAKE2B 
8f14bd5df25a64c5872b3044c5d66810b88af6d496f159788651f917752599974771314c125189c817a814db41e165a754dfd5a689b21b507eea1572673d
 SHA512 
978c0c613ec2d74278de829b158dcc4983fd9ffe86ddcab92968df7fa8d08fef29f9b1126b65fbe15864c72f6169106ba5da505e8d038de67896a00ab426182a
 DIST vscode-1.72.0-amd64.tar.gz 123819482 BLAKE2B 
02af76ac4f68f688c6c0d7c2df41e6a01b575bf8c0f1073f5c13d5d390bbd1b56ab2f1fb22352d6d407842cd18ebd078ffc05472400efb397eaa2a5207c6de0e
 SHA512 
c228ffad233f7162226bc2a51bbb5339f5c008326c92a895a5c0def02dd1150cae58794fb44b6425b2ad365f462cd3972480061ab2e87891b61b76cf280490dd
 DIST vscode-1.72.0-arm.tar.gz 104770726 BLAKE2B 
5885de454ae094d814ead3ff9c910156714e4ec6cbdcc36fed8c4caf319e24cc41a5e40552a98c76d2c2a472d82f287ead24fd43e67321c9c5a246ef23f4aa7a
 SHA512 
24aad1ceed99a04141f7aeb7a1150b9d8b51f31e10ea373929e86a45bcc56abf68c22aaf370c46b5639262dae76dbf4ed914d7154a8b2dbec65808d1247b006f
 DIST vscode-1.72.0-arm64.tar.gz 113898746 BLAKE2B 
98690c88d41695614258100133232c73ef2112be2082245026412b93a13df122cbf7b2a77601fa87268af0c4ef7c5794b7399593b060dc3a844579d808083960
 SHA512 
b982e638420dffadb5200bb9bca5d7bcc1632280e62e1f237d43fc2d80f77ccb756edf6ac54550a5a8db4d4e4f50c307434d3f71cc881827e1649f474a01cde7

diff --git a/app-editors/vscode/vscode-1.71.2-r1.ebuild 
b/app-editors/vscode/vscode-1.71.2-r1.ebuild
deleted file mode 100644
index 415f727447c3..
--- a/app-editors/vscode/vscode-1.71.2-r1.ebuild
+++ /dev/null
@@ -1,128 +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 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"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   app-crypt/libsecret[crypt]
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa
-   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/chrome_crashpad_handler
-   /opt/vscode/chrome-sandbox
-   /opt/vscode/code
-   /opt/vscode/libEGL.so
-   /opt/vscode/libffmpeg.so
-   /opt/vscode/libGLESv2.so
-   /opt/vscode/libvk_swiftshader.so
-   /opt/vscode/libvulkan.so*
-   /opt/vscode/resources/app/extensions/*
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-10-12 Thread Arthur Zamarin
commit: a0349fb590416f9bdbb6f628502199ddfc5745d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 12 19:40:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 12 19:45:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0349fb5

app-editors/vscode: add 1.72.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.72.1.ebuild | 129 
 2 files changed, 132 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 5e452b5344f4..077037167920 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.71.2-arm64.tar.gz 110174916 BLAKE2B 
8f14bd5df25a64c5872b3044c5d668
 DIST vscode-1.72.0-amd64.tar.gz 123819482 BLAKE2B 
02af76ac4f68f688c6c0d7c2df41e6a01b575bf8c0f1073f5c13d5d390bbd1b56ab2f1fb22352d6d407842cd18ebd078ffc05472400efb397eaa2a5207c6de0e
 SHA512 
c228ffad233f7162226bc2a51bbb5339f5c008326c92a895a5c0def02dd1150cae58794fb44b6425b2ad365f462cd3972480061ab2e87891b61b76cf280490dd
 DIST vscode-1.72.0-arm.tar.gz 104770726 BLAKE2B 
5885de454ae094d814ead3ff9c910156714e4ec6cbdcc36fed8c4caf319e24cc41a5e40552a98c76d2c2a472d82f287ead24fd43e67321c9c5a246ef23f4aa7a
 SHA512 
24aad1ceed99a04141f7aeb7a1150b9d8b51f31e10ea373929e86a45bcc56abf68c22aaf370c46b5639262dae76dbf4ed914d7154a8b2dbec65808d1247b006f
 DIST vscode-1.72.0-arm64.tar.gz 113898746 BLAKE2B 
98690c88d41695614258100133232c73ef2112be2082245026412b93a13df122cbf7b2a77601fa87268af0c4ef7c5794b7399593b060dc3a844579d808083960
 SHA512 
b982e638420dffadb5200bb9bca5d7bcc1632280e62e1f237d43fc2d80f77ccb756edf6ac54550a5a8db4d4e4f50c307434d3f71cc881827e1649f474a01cde7
+DIST vscode-1.72.1-amd64.tar.gz 123829708 BLAKE2B 
fd5af43d9037228a732ff56fbf4baa404d942602bb2a21cc8c22a8126ebf0cb43c706d7e216c5ee159650be312f99c54df9eb842a236062cde6ea651e24cec29
 SHA512 
fb785fabb85a45805f96ffbb44a3d19ee8c0debe9d43b9f69bac88c195e343c8be98abf7ba9ff2632dbfa0cfb7fc7563b956267aa44996efce07b076cfd6f5a2
+DIST vscode-1.72.1-arm.tar.gz 104771652 BLAKE2B 
f6cb9d0dffcf08328be865aa8654ec7946b019518b888f8618409f71fd1691b91d90409a65287000ee6aaf6b7e24eea1378864d07bd6533a60cdf13ebb528456
 SHA512 
b443104d890cc3336d19caf0404f873126032bdba39dcd49122ef480c7ed83ce4f8b73e4628db990ff5124f33a5ef9e6f381305d5e45c1bdc37cbab7c0182951
+DIST vscode-1.72.1-arm64.tar.gz 113915650 BLAKE2B 
7e06292ae9ad6266368b1583e116292a8bcf3197a1692e28d64fa0c17cbab3662bb2b689b093f5404ebdc23106cdf9829801d9ed74e317e59dda166c98ee5380
 SHA512 
661ab7cc350e8e5ed6dd9569fb1a2b907c8ef98bfd895e7fe9dc27f98c4a23252b0ac05e635acd6138d970b9c31677a020d64b60a81d0373a02fdd97deaff4d7

diff --git a/app-editors/vscode/vscode-1.72.1.ebuild 
b/app-editors/vscode/vscode-1.72.1.ebuild
new file mode 100644
index ..e52f2ef29431
--- /dev/null
+++ b/app-editors/vscode/vscode-1.72.1.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-10-10 Thread Arthur Zamarin
commit: 1de5bbfcad332d773279c66b29cf3edbecbe0d3a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct 10 07:51:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 10 08:18:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de5bbfc

app-editors/vscode: add missing cups dep

Closes: https://bugs.gentoo.org/876274
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/{vscode-1.72.0.ebuild => vscode-1.72.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/vscode/vscode-1.72.0.ebuild 
b/app-editors/vscode/vscode-1.72.0-r1.ebuild
similarity index 99%
rename from app-editors/vscode/vscode-1.72.0.ebuild
rename to app-editors/vscode/vscode-1.72.0-r1.ebuild
index 415f727447c3..e52f2ef29431 100644
--- a/app-editors/vscode/vscode-1.72.0.ebuild
+++ b/app-editors/vscode/vscode-1.72.0-r1.ebuild
@@ -50,6 +50,7 @@ RDEPEND="
dev-libs/nss
media-libs/alsa-lib
media-libs/mesa
+   net-print/cups
sys-apps/util-linux
sys-apps/dbus
x11-libs/cairo



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-10-08 Thread Arthur Zamarin
commit: e9e972d97cfc7b8313129f98f6deaf25e586bd59
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct  8 19:44:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct  8 19:44:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e972d9

app-editors/vscode: add 1.72.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.72.0.ebuild | 128 
 2 files changed, 131 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 25b573c96fd4..3c2cd45f9de5 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.71.1-arm64.tar.gz 110197541 BLAKE2B 
dc042fb9325dce6d3c9dfe6ce2f650
 DIST vscode-1.71.2-amd64.tar.gz 120012826 BLAKE2B 
4e93141ebacc39e47600b9919175e206f4b9d26134657b0f70137d35ab75582846783a3a6f4642e6b9f6a5c64f258efdef3fd480b08a6261bef68eed2e081ca0
 SHA512 
4ea93a95c009f1b6a816b47374e68f49b43d3bad195de612912f488a83eb48d63382c480fbaff0efa1baa738bd50aa6dbd8244d56870dd27e1592d043778d156
 DIST vscode-1.71.2-arm.tar.gz 101261361 BLAKE2B 
563faefdc0132b41f50166f84f7e508cd34f4e6609d47ce2966a17083f6b28e5c302faff8374060c74137d05f691bcf1120abb4c6111333b9317306691a00bcb
 SHA512 
50821062437cbcc662791bc1c9f5004cbbfb2455de768ac205fcb9019b3e5775d24ca39cc60ed3280fb67b026c86f4ee117995e2826f2b7a6defc81169f53585
 DIST vscode-1.71.2-arm64.tar.gz 110174916 BLAKE2B 
8f14bd5df25a64c5872b3044c5d66810b88af6d496f159788651f917752599974771314c125189c817a814db41e165a754dfd5a689b21b507eea1572673d
 SHA512 
978c0c613ec2d74278de829b158dcc4983fd9ffe86ddcab92968df7fa8d08fef29f9b1126b65fbe15864c72f6169106ba5da505e8d038de67896a00ab426182a
+DIST vscode-1.72.0-amd64.tar.gz 123819482 BLAKE2B 
02af76ac4f68f688c6c0d7c2df41e6a01b575bf8c0f1073f5c13d5d390bbd1b56ab2f1fb22352d6d407842cd18ebd078ffc05472400efb397eaa2a5207c6de0e
 SHA512 
c228ffad233f7162226bc2a51bbb5339f5c008326c92a895a5c0def02dd1150cae58794fb44b6425b2ad365f462cd3972480061ab2e87891b61b76cf280490dd
+DIST vscode-1.72.0-arm.tar.gz 104770726 BLAKE2B 
5885de454ae094d814ead3ff9c910156714e4ec6cbdcc36fed8c4caf319e24cc41a5e40552a98c76d2c2a472d82f287ead24fd43e67321c9c5a246ef23f4aa7a
 SHA512 
24aad1ceed99a04141f7aeb7a1150b9d8b51f31e10ea373929e86a45bcc56abf68c22aaf370c46b5639262dae76dbf4ed914d7154a8b2dbec65808d1247b006f
+DIST vscode-1.72.0-arm64.tar.gz 113898746 BLAKE2B 
98690c88d41695614258100133232c73ef2112be2082245026412b93a13df122cbf7b2a77601fa87268af0c4ef7c5794b7399593b060dc3a844579d808083960
 SHA512 
b982e638420dffadb5200bb9bca5d7bcc1632280e62e1f237d43fc2d80f77ccb756edf6ac54550a5a8db4d4e4f50c307434d3f71cc881827e1649f474a01cde7

diff --git a/app-editors/vscode/vscode-1.72.0.ebuild 
b/app-editors/vscode/vscode-1.72.0.ebuild
new file mode 100644
index ..415f727447c3
--- /dev/null
+++ b/app-editors/vscode/vscode-1.72.0.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2022 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"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   app-crypt/libsecret[crypt]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-10-08 Thread Arthur Zamarin
commit: 68524e62b70d663a073bba0768deb7e84451fb35
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct  8 19:44:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct  8 19:44:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68524e62

app-editors/vscode: drop 1.71.0-r1, 1.71.1-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   6 --
 app-editors/vscode/vscode-1.71.0-r1.ebuild | 128 -
 app-editors/vscode/vscode-1.71.1-r1.ebuild | 128 -
 3 files changed, 262 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 3c2cd45f9de5..5e452b5344f4 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,3 @@
-DIST vscode-1.71.0-amd64.tar.gz 120011495 BLAKE2B 
21fe7b9b51d1e2707d93db638a2deb0c8f38f70f5270a66b42d8ab9feedaabec06c1ac0ac971b22ab5b602856511ab8236c385ea1c51cc6f670a31f1dd65393a
 SHA512 
113d089f51a863d0f70abe0e12aa6639e26bb7a9abe69053cfaee64de270bfd83b9f257746116fa43b05bb2f18f5aae654e4e5d3d1b677a38193b0c7605c3475
-DIST vscode-1.71.0-arm.tar.gz 101274306 BLAKE2B 
305e1559141d0a382de63046b240b36d24c88597a93b68b2cea04dea9d6217a51f42cbe9f7470660754fabf02d9a2ccc95f1b6a36800fbfd9a23e5d946373ca1
 SHA512 
cd4189e21f1c343cb48dc49db3f5b546e64914e13bcd0799d6991e0bc3225b65577167a1dff64819bfa832d309a67c958af2f7fc67463901f9c331c26c1f6865
-DIST vscode-1.71.0-arm64.tar.gz 110195894 BLAKE2B 
92ad4f63535922c54ce8de7c6db152abdeb3e894d71807deea04f23c4debf8d441ddfa2f4c958a4975282d01bb1da4135a338b1c8ba17e430bad51bee860c32f
 SHA512 
72c4ff1c2a62d609e5a3bbe29c2b36fef267c7e3b0c8af904ea9fcaf67625a91bc7de8c4e0d4570f8b98990e87b579149be9a15ca4284ed87c1cf0b1b48eaecd
-DIST vscode-1.71.1-amd64.tar.gz 120014241 BLAKE2B 
95268c8fd7ec5aec98baf496ac07f380fe80ec95264ddbc1f38003cb185ae7f70e8e0168eb079b2bbf3c7c97e14f634be603e5d267b8672426b59d80f6cf6183
 SHA512 
b09d5b8e2e4fd90ab548cf03d16409dcac3a083ecf82639eee235f169d14cb224ca66b47acf5f4cc080a9bc3ca9f12785e5bbd4be405e5ba56c7fc47de31e91b
-DIST vscode-1.71.1-arm.tar.gz 101249342 BLAKE2B 
60c0dcaa3badbde83a3c426268b7484f7d1dd9b56c9aed510e8383f362d7b662f093e6d94ec0abf513839f5f03e852e2c3c661c2787128ff1baf27750a210df4
 SHA512 
66ed8e396572ecb2040727aa2989b163e51838bdbd9388e8c85e1618ed227add47904773e309bf26e5d40d039cb2e338f55f9306929b8c2602f3caadf8889608
-DIST vscode-1.71.1-arm64.tar.gz 110197541 BLAKE2B 
dc042fb9325dce6d3c9dfe6ce2f650319a7eb30eb799c46a0563ab6049cff814f94f97ff835d557eccf39051f68440850936f3ce9a3692ccefce9b4fa3b7
 SHA512 
8f57c5298d8389d51600893f545103c1101d956bce3bbb9f8334d11847254c31ff3367387d9a78c6546597c3cf6647fa5fd045976b1e1fddb14ac7a338763a1b
 DIST vscode-1.71.2-amd64.tar.gz 120012826 BLAKE2B 
4e93141ebacc39e47600b9919175e206f4b9d26134657b0f70137d35ab75582846783a3a6f4642e6b9f6a5c64f258efdef3fd480b08a6261bef68eed2e081ca0
 SHA512 
4ea93a95c009f1b6a816b47374e68f49b43d3bad195de612912f488a83eb48d63382c480fbaff0efa1baa738bd50aa6dbd8244d56870dd27e1592d043778d156
 DIST vscode-1.71.2-arm.tar.gz 101261361 BLAKE2B 
563faefdc0132b41f50166f84f7e508cd34f4e6609d47ce2966a17083f6b28e5c302faff8374060c74137d05f691bcf1120abb4c6111333b9317306691a00bcb
 SHA512 
50821062437cbcc662791bc1c9f5004cbbfb2455de768ac205fcb9019b3e5775d24ca39cc60ed3280fb67b026c86f4ee117995e2826f2b7a6defc81169f53585
 DIST vscode-1.71.2-arm64.tar.gz 110174916 BLAKE2B 
8f14bd5df25a64c5872b3044c5d66810b88af6d496f159788651f917752599974771314c125189c817a814db41e165a754dfd5a689b21b507eea1572673d
 SHA512 
978c0c613ec2d74278de829b158dcc4983fd9ffe86ddcab92968df7fa8d08fef29f9b1126b65fbe15864c72f6169106ba5da505e8d038de67896a00ab426182a

diff --git a/app-editors/vscode/vscode-1.71.0-r1.ebuild 
b/app-editors/vscode/vscode-1.71.0-r1.ebuild
deleted file mode 100644
index 415f727447c3..
--- a/app-editors/vscode/vscode-1.71.0-r1.ebuild
+++ /dev/null
@@ -1,128 +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 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"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
- 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-09-16 Thread Arthur Zamarin
commit: 2a1a7d0bd9e7d9b4def355dc749050ec8776cb8c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 16 15:17:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 16 15:18:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1a7d0b

app-editors/vscode: add 1.71.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.71.2.ebuild | 127 
 2 files changed, 130 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index b0bd455aab14..25b573c96fd4 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.71.0-arm64.tar.gz 110195894 BLAKE2B 
92ad4f63535922c54ce8de7c6db152
 DIST vscode-1.71.1-amd64.tar.gz 120014241 BLAKE2B 
95268c8fd7ec5aec98baf496ac07f380fe80ec95264ddbc1f38003cb185ae7f70e8e0168eb079b2bbf3c7c97e14f634be603e5d267b8672426b59d80f6cf6183
 SHA512 
b09d5b8e2e4fd90ab548cf03d16409dcac3a083ecf82639eee235f169d14cb224ca66b47acf5f4cc080a9bc3ca9f12785e5bbd4be405e5ba56c7fc47de31e91b
 DIST vscode-1.71.1-arm.tar.gz 101249342 BLAKE2B 
60c0dcaa3badbde83a3c426268b7484f7d1dd9b56c9aed510e8383f362d7b662f093e6d94ec0abf513839f5f03e852e2c3c661c2787128ff1baf27750a210df4
 SHA512 
66ed8e396572ecb2040727aa2989b163e51838bdbd9388e8c85e1618ed227add47904773e309bf26e5d40d039cb2e338f55f9306929b8c2602f3caadf8889608
 DIST vscode-1.71.1-arm64.tar.gz 110197541 BLAKE2B 
dc042fb9325dce6d3c9dfe6ce2f650319a7eb30eb799c46a0563ab6049cff814f94f97ff835d557eccf39051f68440850936f3ce9a3692ccefce9b4fa3b7
 SHA512 
8f57c5298d8389d51600893f545103c1101d956bce3bbb9f8334d11847254c31ff3367387d9a78c6546597c3cf6647fa5fd045976b1e1fddb14ac7a338763a1b
+DIST vscode-1.71.2-amd64.tar.gz 120012826 BLAKE2B 
4e93141ebacc39e47600b9919175e206f4b9d26134657b0f70137d35ab75582846783a3a6f4642e6b9f6a5c64f258efdef3fd480b08a6261bef68eed2e081ca0
 SHA512 
4ea93a95c009f1b6a816b47374e68f49b43d3bad195de612912f488a83eb48d63382c480fbaff0efa1baa738bd50aa6dbd8244d56870dd27e1592d043778d156
+DIST vscode-1.71.2-arm.tar.gz 101261361 BLAKE2B 
563faefdc0132b41f50166f84f7e508cd34f4e6609d47ce2966a17083f6b28e5c302faff8374060c74137d05f691bcf1120abb4c6111333b9317306691a00bcb
 SHA512 
50821062437cbcc662791bc1c9f5004cbbfb2455de768ac205fcb9019b3e5775d24ca39cc60ed3280fb67b026c86f4ee117995e2826f2b7a6defc81169f53585
+DIST vscode-1.71.2-arm64.tar.gz 110174916 BLAKE2B 
8f14bd5df25a64c5872b3044c5d66810b88af6d496f159788651f917752599974771314c125189c817a814db41e165a754dfd5a689b21b507eea1572673d
 SHA512 
978c0c613ec2d74278de829b158dcc4983fd9ffe86ddcab92968df7fa8d08fef29f9b1126b65fbe15864c72f6169106ba5da505e8d038de67896a00ab426182a

diff --git a/app-editors/vscode/vscode-1.71.2.ebuild 
b/app-editors/vscode/vscode-1.71.2.ebuild
new file mode 100644
index ..db027c6133a6
--- /dev/null
+++ b/app-editors/vscode/vscode-1.71.2.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2022 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"
+
+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/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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-09-16 Thread Arthur Zamarin
commit: 45754cf0ee197e0969da78c7df5e33536b3dac91
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 16 10:45:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 16 10:45:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45754cf0

app-editors/vscode: add 1.71.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.71.1.ebuild | 127 
 2 files changed, 130 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index cd4e6d44f02a..5539e04f2460 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.70.2-arm64.tar.gz 114896722 BLAKE2B 
df09413b7a56274e0c9408a774d43c
 DIST vscode-1.71.0-amd64.tar.gz 120011495 BLAKE2B 
21fe7b9b51d1e2707d93db638a2deb0c8f38f70f5270a66b42d8ab9feedaabec06c1ac0ac971b22ab5b602856511ab8236c385ea1c51cc6f670a31f1dd65393a
 SHA512 
113d089f51a863d0f70abe0e12aa6639e26bb7a9abe69053cfaee64de270bfd83b9f257746116fa43b05bb2f18f5aae654e4e5d3d1b677a38193b0c7605c3475
 DIST vscode-1.71.0-arm.tar.gz 101274306 BLAKE2B 
305e1559141d0a382de63046b240b36d24c88597a93b68b2cea04dea9d6217a51f42cbe9f7470660754fabf02d9a2ccc95f1b6a36800fbfd9a23e5d946373ca1
 SHA512 
cd4189e21f1c343cb48dc49db3f5b546e64914e13bcd0799d6991e0bc3225b65577167a1dff64819bfa832d309a67c958af2f7fc67463901f9c331c26c1f6865
 DIST vscode-1.71.0-arm64.tar.gz 110195894 BLAKE2B 
92ad4f63535922c54ce8de7c6db152abdeb3e894d71807deea04f23c4debf8d441ddfa2f4c958a4975282d01bb1da4135a338b1c8ba17e430bad51bee860c32f
 SHA512 
72c4ff1c2a62d609e5a3bbe29c2b36fef267c7e3b0c8af904ea9fcaf67625a91bc7de8c4e0d4570f8b98990e87b579149be9a15ca4284ed87c1cf0b1b48eaecd
+DIST vscode-1.71.1-amd64.tar.gz 120014241 BLAKE2B 
95268c8fd7ec5aec98baf496ac07f380fe80ec95264ddbc1f38003cb185ae7f70e8e0168eb079b2bbf3c7c97e14f634be603e5d267b8672426b59d80f6cf6183
 SHA512 
b09d5b8e2e4fd90ab548cf03d16409dcac3a083ecf82639eee235f169d14cb224ca66b47acf5f4cc080a9bc3ca9f12785e5bbd4be405e5ba56c7fc47de31e91b
+DIST vscode-1.71.1-arm.tar.gz 101249342 BLAKE2B 
60c0dcaa3badbde83a3c426268b7484f7d1dd9b56c9aed510e8383f362d7b662f093e6d94ec0abf513839f5f03e852e2c3c661c2787128ff1baf27750a210df4
 SHA512 
66ed8e396572ecb2040727aa2989b163e51838bdbd9388e8c85e1618ed227add47904773e309bf26e5d40d039cb2e338f55f9306929b8c2602f3caadf8889608
+DIST vscode-1.71.1-arm64.tar.gz 110197541 BLAKE2B 
dc042fb9325dce6d3c9dfe6ce2f650319a7eb30eb799c46a0563ab6049cff814f94f97ff835d557eccf39051f68440850936f3ce9a3692ccefce9b4fa3b7
 SHA512 
8f57c5298d8389d51600893f545103c1101d956bce3bbb9f8334d11847254c31ff3367387d9a78c6546597c3cf6647fa5fd045976b1e1fddb14ac7a338763a1b

diff --git a/app-editors/vscode/vscode-1.71.1.ebuild 
b/app-editors/vscode/vscode-1.71.1.ebuild
new file mode 100644
index ..db027c6133a6
--- /dev/null
+++ b/app-editors/vscode/vscode-1.71.1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2022 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"
+
+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/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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-09-16 Thread Arthur Zamarin
commit: 3aae9f72e94b007d748463022da1325fb58201db
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 16 10:45:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 16 10:45:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aae9f72

app-editors/vscode: drop 1.70.1-r1, 1.70.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   6 --
 app-editors/vscode/vscode-1.70.1-r1.ebuild | 125 -
 app-editors/vscode/vscode-1.70.2.ebuild| 125 -
 3 files changed, 256 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 5539e04f2460..b0bd455aab14 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,3 @@
-DIST vscode-1.70.1-amd64.tar.gz 119738468 BLAKE2B 
7944f5fbaec4d935b71626c3c9fc8abe504510748309024d373913cde7887652e5e2c6176201d18c14e131664031feae6af4b2b75f79a11bf0625869143f6b8a
 SHA512 
6f44acd886ded96d92627587c3c5b23fd629f8e151690e7e205eb4cb594cb1e73c582b15f847afe4c72b80e8fdb08dca165bd8840bbb770647e075b3ca9626e9
-DIST vscode-1.70.1-arm.tar.gz 100809684 BLAKE2B 
d45cb42134cac7156af0c5108ec70dda7e50d529daf37e352288ec299f6fa53617c260f80bb03a921da837ec706dd2078a2a17dac60255b61dffad5c253e93f5
 SHA512 
184728e2969d9d00d94eaaa344164ddc536c0fde6267a142ea35157ecc6befa6f1532f35e879345f27a853d05248bb678f2b666c1e07db9651d90e019ecfeb9a
-DIST vscode-1.70.1-arm64.tar.gz 114897540 BLAKE2B 
9728a77a9b012352f5f85a236f3cde60ff11ba52a03836feff4ed35f8dcd0101a8924ecae0dfc0ebbf27aa396be649d2c2f013a15341829f2b0e70f491d2eec2
 SHA512 
0840d16599d6f83922ec8adce84e59b62fbcf61b704d2898215c0a67e4b87461c5a31288a57559cf9ec382882fe5f14512927670082b044a7d1152c80a78a642
-DIST vscode-1.70.2-amd64.tar.gz 119730258 BLAKE2B 
3d9098ea2bfea299eca56eac56c4b503b3cb504350009891d508da99cd1644e4290fabeb7fe9a1128f9606fea7c227d0de2b125af0e63086c62005895bdfc5f5
 SHA512 
aeaeab1c6a67f211e1e7b4132c10e12577663914b519b68d1971d81d8c20cbf80e02921d4b3ac2e6bda97c76984a76961a9a96cfe8480026d731498377dfc4bf
-DIST vscode-1.70.2-arm.tar.gz 100796924 BLAKE2B 
b59d96166dcfca0f8efe84f0e8c81d9c94ed5d9cbe2e4e1ddef0590ff67dd4d31cdb9a15950026519d98b6d542c9f9993398b473c6bace5371cb7898bde3
 SHA512 
4e60480dabdf8100be9e6db269ba2603e3c730b94437bbd1f8e8535bbfad2694c3c717ad97776181bd10a95c40840c25a8af928e5ce3952b0b6761437e9c1055
-DIST vscode-1.70.2-arm64.tar.gz 114896722 BLAKE2B 
df09413b7a56274e0c9408a774d43cb15fd01b94447044558f9e51d0d03a7d99941efd78e85c5a602659f27cc013e32327f52f31d1ebfe338f6be26d2e6d60ab
 SHA512 
bf0ceb5a8bbfb20c8a7c08d2a4179d78bba161bbf54582ad4d3821387ee1b090d191dac791cb446fa7439e185708aad2c6fa2f5997f4e92df99a692a7b8f5b38
 DIST vscode-1.71.0-amd64.tar.gz 120011495 BLAKE2B 
21fe7b9b51d1e2707d93db638a2deb0c8f38f70f5270a66b42d8ab9feedaabec06c1ac0ac971b22ab5b602856511ab8236c385ea1c51cc6f670a31f1dd65393a
 SHA512 
113d089f51a863d0f70abe0e12aa6639e26bb7a9abe69053cfaee64de270bfd83b9f257746116fa43b05bb2f18f5aae654e4e5d3d1b677a38193b0c7605c3475
 DIST vscode-1.71.0-arm.tar.gz 101274306 BLAKE2B 
305e1559141d0a382de63046b240b36d24c88597a93b68b2cea04dea9d6217a51f42cbe9f7470660754fabf02d9a2ccc95f1b6a36800fbfd9a23e5d946373ca1
 SHA512 
cd4189e21f1c343cb48dc49db3f5b546e64914e13bcd0799d6991e0bc3225b65577167a1dff64819bfa832d309a67c958af2f7fc67463901f9c331c26c1f6865
 DIST vscode-1.71.0-arm64.tar.gz 110195894 BLAKE2B 
92ad4f63535922c54ce8de7c6db152abdeb3e894d71807deea04f23c4debf8d441ddfa2f4c958a4975282d01bb1da4135a338b1c8ba17e430bad51bee860c32f
 SHA512 
72c4ff1c2a62d609e5a3bbe29c2b36fef267c7e3b0c8af904ea9fcaf67625a91bc7de8c4e0d4570f8b98990e87b579149be9a15ca4284ed87c1cf0b1b48eaecd

diff --git a/app-editors/vscode/vscode-1.70.1-r1.ebuild 
b/app-editors/vscode/vscode-1.70.1-r1.ebuild
deleted file mode 100644
index 5e6631dda24c..
--- a/app-editors/vscode/vscode-1.70.1-r1.ebuild
+++ /dev/null
@@ -1,125 +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
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-09-02 Thread Arthur Zamarin
commit: af9249d26632ac58853ef30f01844e27429575b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  2 14:30:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  2 15:17:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9249d2

app-editors/vscode: add 1.71.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.71.0.ebuild | 127 
 2 files changed, 130 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 3f64d8113514..cd4e6d44f02a 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.70.1-arm64.tar.gz 114897540 BLAKE2B 
9728a77a9b012352f5f85a236f3cde
 DIST vscode-1.70.2-amd64.tar.gz 119730258 BLAKE2B 
3d9098ea2bfea299eca56eac56c4b503b3cb504350009891d508da99cd1644e4290fabeb7fe9a1128f9606fea7c227d0de2b125af0e63086c62005895bdfc5f5
 SHA512 
aeaeab1c6a67f211e1e7b4132c10e12577663914b519b68d1971d81d8c20cbf80e02921d4b3ac2e6bda97c76984a76961a9a96cfe8480026d731498377dfc4bf
 DIST vscode-1.70.2-arm.tar.gz 100796924 BLAKE2B 
b59d96166dcfca0f8efe84f0e8c81d9c94ed5d9cbe2e4e1ddef0590ff67dd4d31cdb9a15950026519d98b6d542c9f9993398b473c6bace5371cb7898bde3
 SHA512 
4e60480dabdf8100be9e6db269ba2603e3c730b94437bbd1f8e8535bbfad2694c3c717ad97776181bd10a95c40840c25a8af928e5ce3952b0b6761437e9c1055
 DIST vscode-1.70.2-arm64.tar.gz 114896722 BLAKE2B 
df09413b7a56274e0c9408a774d43cb15fd01b94447044558f9e51d0d03a7d99941efd78e85c5a602659f27cc013e32327f52f31d1ebfe338f6be26d2e6d60ab
 SHA512 
bf0ceb5a8bbfb20c8a7c08d2a4179d78bba161bbf54582ad4d3821387ee1b090d191dac791cb446fa7439e185708aad2c6fa2f5997f4e92df99a692a7b8f5b38
+DIST vscode-1.71.0-amd64.tar.gz 120011495 BLAKE2B 
21fe7b9b51d1e2707d93db638a2deb0c8f38f70f5270a66b42d8ab9feedaabec06c1ac0ac971b22ab5b602856511ab8236c385ea1c51cc6f670a31f1dd65393a
 SHA512 
113d089f51a863d0f70abe0e12aa6639e26bb7a9abe69053cfaee64de270bfd83b9f257746116fa43b05bb2f18f5aae654e4e5d3d1b677a38193b0c7605c3475
+DIST vscode-1.71.0-arm.tar.gz 101274306 BLAKE2B 
305e1559141d0a382de63046b240b36d24c88597a93b68b2cea04dea9d6217a51f42cbe9f7470660754fabf02d9a2ccc95f1b6a36800fbfd9a23e5d946373ca1
 SHA512 
cd4189e21f1c343cb48dc49db3f5b546e64914e13bcd0799d6991e0bc3225b65577167a1dff64819bfa832d309a67c958af2f7fc67463901f9c331c26c1f6865
+DIST vscode-1.71.0-arm64.tar.gz 110195894 BLAKE2B 
92ad4f63535922c54ce8de7c6db152abdeb3e894d71807deea04f23c4debf8d441ddfa2f4c958a4975282d01bb1da4135a338b1c8ba17e430bad51bee860c32f
 SHA512 
72c4ff1c2a62d609e5a3bbe29c2b36fef267c7e3b0c8af904ea9fcaf67625a91bc7de8c4e0d4570f8b98990e87b579149be9a15ca4284ed87c1cf0b1b48eaecd

diff --git a/app-editors/vscode/vscode-1.71.0.ebuild 
b/app-editors/vscode/vscode-1.71.0.ebuild
new file mode 100644
index ..db027c6133a6
--- /dev/null
+++ b/app-editors/vscode/vscode-1.71.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2022 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"
+
+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/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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-20 Thread Arthur Zamarin
commit: 30718013b309d3f084dc95e25d103f72fa07c2c3
Author: Randall T. Vasquez  icloud  com>
AuthorDate: Sat Aug 20 14:04:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 20 14:12:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30718013

app-editors/vscode: drop 1.70.0-r1

Signed-off-by: Randall T. Vasquez  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/26901
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest|   3 -
 app-editors/vscode/vscode-1.70.0-r1.ebuild | 125 -
 2 files changed, 128 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index ec6ef4d86269..3f64d8113514 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.70.0-amd64.tar.gz 119734068 BLAKE2B 
ed24b84903cc8c9a427315ac4f229de337f1d550cfd573815a32984a2fc731e905b94562da6a163af85e56367b9d307691a48d7c4e2f6bc5adf83fe6f9167fcd
 SHA512 
db4eec2303ed2ca778b6f745dd1569f5e17543b672ec077ffaca5887c03977dbe12284d04e67713758f22556669a13380e4a5f515e98c1c63a5fb9156881
-DIST vscode-1.70.0-arm.tar.gz 100801066 BLAKE2B 
829965520d93d1d165cfc6624922eee0b48a5ed16c40275d63192d025d2f810ed1d85710e19e138178c5bff79d3f5b47f1634bbc6434aecc24e533ed2ffd6357
 SHA512 
8f7db99d16170e3a4823e2efaa03adba3fa89f2323be628969240db5453aefc922c3cb11575e94e3d89cd8691f7991a6a01c1510cdd66278e95788d578ba4486
-DIST vscode-1.70.0-arm64.tar.gz 114890103 BLAKE2B 
17ad2db3748e5650e2e0ae85b9d857f6c981109a32c838442d672e8c0af4d6940e410d90e94580cc64bb2b57469768eff0bbac5844bf8a8b6ec8e26cb84e21bd
 SHA512 
a74e0dffdea57f884bad06986cd31f1cbeafbb67b7ed59e5e96dec633144c8208df5b952e89186145ba2b37990d21e15fdf13109d34057652dd0357645c5adfe
 DIST vscode-1.70.1-amd64.tar.gz 119738468 BLAKE2B 
7944f5fbaec4d935b71626c3c9fc8abe504510748309024d373913cde7887652e5e2c6176201d18c14e131664031feae6af4b2b75f79a11bf0625869143f6b8a
 SHA512 
6f44acd886ded96d92627587c3c5b23fd629f8e151690e7e205eb4cb594cb1e73c582b15f847afe4c72b80e8fdb08dca165bd8840bbb770647e075b3ca9626e9
 DIST vscode-1.70.1-arm.tar.gz 100809684 BLAKE2B 
d45cb42134cac7156af0c5108ec70dda7e50d529daf37e352288ec299f6fa53617c260f80bb03a921da837ec706dd2078a2a17dac60255b61dffad5c253e93f5
 SHA512 
184728e2969d9d00d94eaaa344164ddc536c0fde6267a142ea35157ecc6befa6f1532f35e879345f27a853d05248bb678f2b666c1e07db9651d90e019ecfeb9a
 DIST vscode-1.70.1-arm64.tar.gz 114897540 BLAKE2B 
9728a77a9b012352f5f85a236f3cde60ff11ba52a03836feff4ed35f8dcd0101a8924ecae0dfc0ebbf27aa396be649d2c2f013a15341829f2b0e70f491d2eec2
 SHA512 
0840d16599d6f83922ec8adce84e59b62fbcf61b704d2898215c0a67e4b87461c5a31288a57559cf9ec382882fe5f14512927670082b044a7d1152c80a78a642

diff --git a/app-editors/vscode/vscode-1.70.0-r1.ebuild 
b/app-editors/vscode/vscode-1.70.0-r1.ebuild
deleted file mode 100644
index 5e6631dda24c..
--- a/app-editors/vscode/vscode-1.70.0-r1.ebuild
+++ /dev/null
@@ -1,125 +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/chrome_crashpad_handler
-   /opt/vscode/chrome-sandbox
-   /opt/vscode/code
-   /opt/vscode/libEGL.so
-   /opt/vscode/libffmpeg.so
-   /opt/vscode/libGLESv2.so
-   /opt/vscode/libvk_swiftshader.so
-   /opt/vscode/libvulkan.so*
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-20 Thread Arthur Zamarin
commit: a59a52f1441437c63b6fe2c10188eb81442552f8
Author: Randall T. Vasquez  icloud  com>
AuthorDate: Sat Aug 20 14:03:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 20 14:12:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59a52f1

app-editors/vscode: add 1.70.2

Signed-off-by: Randall T. Vasquez  icloud.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.70.2.ebuild | 125 
 2 files changed, 128 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 21f6abc7906c..ec6ef4d86269 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.70.0-arm64.tar.gz 114890103 BLAKE2B 
17ad2db3748e5650e2e0ae85b9d857
 DIST vscode-1.70.1-amd64.tar.gz 119738468 BLAKE2B 
7944f5fbaec4d935b71626c3c9fc8abe504510748309024d373913cde7887652e5e2c6176201d18c14e131664031feae6af4b2b75f79a11bf0625869143f6b8a
 SHA512 
6f44acd886ded96d92627587c3c5b23fd629f8e151690e7e205eb4cb594cb1e73c582b15f847afe4c72b80e8fdb08dca165bd8840bbb770647e075b3ca9626e9
 DIST vscode-1.70.1-arm.tar.gz 100809684 BLAKE2B 
d45cb42134cac7156af0c5108ec70dda7e50d529daf37e352288ec299f6fa53617c260f80bb03a921da837ec706dd2078a2a17dac60255b61dffad5c253e93f5
 SHA512 
184728e2969d9d00d94eaaa344164ddc536c0fde6267a142ea35157ecc6befa6f1532f35e879345f27a853d05248bb678f2b666c1e07db9651d90e019ecfeb9a
 DIST vscode-1.70.1-arm64.tar.gz 114897540 BLAKE2B 
9728a77a9b012352f5f85a236f3cde60ff11ba52a03836feff4ed35f8dcd0101a8924ecae0dfc0ebbf27aa396be649d2c2f013a15341829f2b0e70f491d2eec2
 SHA512 
0840d16599d6f83922ec8adce84e59b62fbcf61b704d2898215c0a67e4b87461c5a31288a57559cf9ec382882fe5f14512927670082b044a7d1152c80a78a642
+DIST vscode-1.70.2-amd64.tar.gz 119730258 BLAKE2B 
3d9098ea2bfea299eca56eac56c4b503b3cb504350009891d508da99cd1644e4290fabeb7fe9a1128f9606fea7c227d0de2b125af0e63086c62005895bdfc5f5
 SHA512 
aeaeab1c6a67f211e1e7b4132c10e12577663914b519b68d1971d81d8c20cbf80e02921d4b3ac2e6bda97c76984a76961a9a96cfe8480026d731498377dfc4bf
+DIST vscode-1.70.2-arm.tar.gz 100796924 BLAKE2B 
b59d96166dcfca0f8efe84f0e8c81d9c94ed5d9cbe2e4e1ddef0590ff67dd4d31cdb9a15950026519d98b6d542c9f9993398b473c6bace5371cb7898bde3
 SHA512 
4e60480dabdf8100be9e6db269ba2603e3c730b94437bbd1f8e8535bbfad2694c3c717ad97776181bd10a95c40840c25a8af928e5ce3952b0b6761437e9c1055
+DIST vscode-1.70.2-arm64.tar.gz 114896722 BLAKE2B 
df09413b7a56274e0c9408a774d43cb15fd01b94447044558f9e51d0d03a7d99941efd78e85c5a602659f27cc013e32327f52f31d1ebfe338f6be26d2e6d60ab
 SHA512 
bf0ceb5a8bbfb20c8a7c08d2a4179d78bba161bbf54582ad4d3821387ee1b090d191dac791cb446fa7439e185708aad2c6fa2f5997f4e92df99a692a7b8f5b38

diff --git a/app-editors/vscode/vscode-1.70.2.ebuild 
b/app-editors/vscode/vscode-1.70.2.ebuild
new file mode 100644
index ..5e6631dda24c
--- /dev/null
+++ b/app-editors/vscode/vscode-1.70.2.ebuild
@@ -0,0 +1,125 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-18 Thread Arthur Zamarin
commit: 37303b6fef6a12e684af718014b175897fab75e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 18 18:41:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 18 18:41:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37303b6f

app-editors/vscode: fix sed

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/vscode-1.70.0-r1.ebuild | 2 +-
 app-editors/vscode/vscode-1.70.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/vscode/vscode-1.70.0-r1.ebuild 
b/app-editors/vscode/vscode-1.70.0-r1.ebuild
index 00595b2ae2a7..5e6631dda24c 100644
--- a/app-editors/vscode/vscode-1.70.0-r1.ebuild
+++ b/app-editors/vscode/vscode-1.70.0-r1.ebuild
@@ -97,7 +97,7 @@ src_install() {
rm -r ./resources/app/LICENSES.chromium.html 
./resources/app/LICENSE.rtf ./resources/app/licenses || die
 
# Disable update server
-   sed -i "/updateUrl/d" ${S}/resources/app/product.json || die
+   sed -e "/updateUrl/d" -i ./resources/app/product.json || die
 
# Install
pax-mark m code

diff --git a/app-editors/vscode/vscode-1.70.1-r1.ebuild 
b/app-editors/vscode/vscode-1.70.1-r1.ebuild
index 00595b2ae2a7..5e6631dda24c 100644
--- a/app-editors/vscode/vscode-1.70.1-r1.ebuild
+++ b/app-editors/vscode/vscode-1.70.1-r1.ebuild
@@ -97,7 +97,7 @@ src_install() {
rm -r ./resources/app/LICENSES.chromium.html 
./resources/app/LICENSE.rtf ./resources/app/licenses || die
 
# Disable update server
-   sed -i "/updateUrl/d" ${S}/resources/app/product.json || die
+   sed -e "/updateUrl/d" -i ./resources/app/product.json || die
 
# Install
pax-mark m code



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-18 Thread Arthur Zamarin
commit: 4d7e0a38f3df682f7a24eb7f00b5a4c09f2b60f6
Author: Joe Kappus  wt  gd>
AuthorDate: Wed Aug 17 11:09:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 18 16:32:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7e0a38

app-editor/vscode: disable update server on install

Remove the reference to update server which
will disable automatic update check/notification.

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/26897
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/{vscode-1.70.0.ebuild => vscode-1.70.0-r1.ebuild} | 3 +++
 app-editors/vscode/{vscode-1.70.1.ebuild => vscode-1.70.1-r1.ebuild} | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/app-editors/vscode/vscode-1.70.0.ebuild 
b/app-editors/vscode/vscode-1.70.0-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.70.0.ebuild
rename to app-editors/vscode/vscode-1.70.0-r1.ebuild
index 9eed84dd6b73..00595b2ae2a7 100644
--- a/app-editors/vscode/vscode-1.70.0.ebuild
+++ b/app-editors/vscode/vscode-1.70.0-r1.ebuild
@@ -96,6 +96,9 @@ src_install() {
# Cleanup
rm -r ./resources/app/LICENSES.chromium.html 
./resources/app/LICENSE.rtf ./resources/app/licenses || die
 
+   # Disable update server
+   sed -i "/updateUrl/d" ${S}/resources/app/product.json || die
+
# Install
pax-mark m code
insinto "/opt/${PN}"

diff --git a/app-editors/vscode/vscode-1.70.1.ebuild 
b/app-editors/vscode/vscode-1.70.1-r1.ebuild
similarity index 97%
rename from app-editors/vscode/vscode-1.70.1.ebuild
rename to app-editors/vscode/vscode-1.70.1-r1.ebuild
index 9eed84dd6b73..00595b2ae2a7 100644
--- a/app-editors/vscode/vscode-1.70.1.ebuild
+++ b/app-editors/vscode/vscode-1.70.1-r1.ebuild
@@ -96,6 +96,9 @@ src_install() {
# Cleanup
rm -r ./resources/app/LICENSES.chromium.html 
./resources/app/LICENSE.rtf ./resources/app/licenses || die
 
+   # Disable update server
+   sed -i "/updateUrl/d" ${S}/resources/app/product.json || die
+
# Install
pax-mark m code
insinto "/opt/${PN}"



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-12 Thread Arthur Zamarin
commit: c8d12bf0a9660c5f30f611d392e9509a26813b73
Author: Randall T. Vasquez  icloud  com>
AuthorDate: Thu Aug 11 17:56:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 12 06:38:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d12bf0

app-editors/vscode: bump to 1.70.1

Signed-off-by: Randall T. Vasquez  icloud.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.70.1.ebuild | 122 
 2 files changed, 125 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index f95eefe8f449..0ebe980e8b85 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.69.2-arm64.tar.gz 116492196 BLAKE2B 
c179ec2b3b6dec915f3f51808d55fa
 DIST vscode-1.70.0-amd64.tar.gz 119734068 BLAKE2B 
ed24b84903cc8c9a427315ac4f229de337f1d550cfd573815a32984a2fc731e905b94562da6a163af85e56367b9d307691a48d7c4e2f6bc5adf83fe6f9167fcd
 SHA512 
db4eec2303ed2ca778b6f745dd1569f5e17543b672ec077ffaca5887c03977dbe12284d04e67713758f22556669a13380e4a5f515e98c1c63a5fb9156881
 DIST vscode-1.70.0-arm.tar.gz 100801066 BLAKE2B 
829965520d93d1d165cfc6624922eee0b48a5ed16c40275d63192d025d2f810ed1d85710e19e138178c5bff79d3f5b47f1634bbc6434aecc24e533ed2ffd6357
 SHA512 
8f7db99d16170e3a4823e2efaa03adba3fa89f2323be628969240db5453aefc922c3cb11575e94e3d89cd8691f7991a6a01c1510cdd66278e95788d578ba4486
 DIST vscode-1.70.0-arm64.tar.gz 114890103 BLAKE2B 
17ad2db3748e5650e2e0ae85b9d857f6c981109a32c838442d672e8c0af4d6940e410d90e94580cc64bb2b57469768eff0bbac5844bf8a8b6ec8e26cb84e21bd
 SHA512 
a74e0dffdea57f884bad06986cd31f1cbeafbb67b7ed59e5e96dec633144c8208df5b952e89186145ba2b37990d21e15fdf13109d34057652dd0357645c5adfe
+DIST vscode-1.70.1-amd64.tar.gz 119738468 BLAKE2B 
7944f5fbaec4d935b71626c3c9fc8abe504510748309024d373913cde7887652e5e2c6176201d18c14e131664031feae6af4b2b75f79a11bf0625869143f6b8a
 SHA512 
6f44acd886ded96d92627587c3c5b23fd629f8e151690e7e205eb4cb594cb1e73c582b15f847afe4c72b80e8fdb08dca165bd8840bbb770647e075b3ca9626e9
+DIST vscode-1.70.1-arm.tar.gz 100809684 BLAKE2B 
d45cb42134cac7156af0c5108ec70dda7e50d529daf37e352288ec299f6fa53617c260f80bb03a921da837ec706dd2078a2a17dac60255b61dffad5c253e93f5
 SHA512 
184728e2969d9d00d94eaaa344164ddc536c0fde6267a142ea35157ecc6befa6f1532f35e879345f27a853d05248bb678f2b666c1e07db9651d90e019ecfeb9a
+DIST vscode-1.70.1-arm64.tar.gz 114897540 BLAKE2B 
9728a77a9b012352f5f85a236f3cde60ff11ba52a03836feff4ed35f8dcd0101a8924ecae0dfc0ebbf27aa396be649d2c2f013a15341829f2b0e70f491d2eec2
 SHA512 
0840d16599d6f83922ec8adce84e59b62fbcf61b704d2898215c0a67e4b87461c5a31288a57559cf9ec382882fe5f14512927670082b044a7d1152c80a78a642

diff --git a/app-editors/vscode/vscode-1.70.1.ebuild 
b/app-editors/vscode/vscode-1.70.1.ebuild
new file mode 100644
index ..9eed84dd6b73
--- /dev/null
+++ b/app-editors/vscode/vscode-1.70.1.ebuild
@@ -0,0 +1,122 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-12 Thread Arthur Zamarin
commit: f0649359deccb8e1d3e190eefc2a15e722641415
Author: Randall T. Vasquez  icloud  com>
AuthorDate: Thu Aug 11 17:58:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 12 06:38:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0649359

app-editors/vscode: drop 1.69.2

Signed-off-by: Randall T. Vasquez  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/26825
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.69.2.ebuild | 123 
 2 files changed, 126 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 0ebe980e8b85..21f6abc7906c 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.69.2-amd64.tar.gz 121413876 BLAKE2B 
5a410a0bf88d94a1d414d03eac437bbd0c728cc5c43b28d05dc5ade3b40225d3fcd7ff3eb5546835b7e4070e0e14b8267e0777ec157c458544beea448f8755a3
 SHA512 
b9fd1975a99b6302fda4f8e758f02ba00f1dae5f419eb6a07768ef685ab11592b127b7fdbc117a88da065ef8a4e3181577d651cad5958f4fb4406a85e50639bb
-DIST vscode-1.69.2-arm.tar.gz 102384679 BLAKE2B 
f9eb92d6661fdd55a5e6359cb51cd021f77c19fd6a2d1dbe1383131d0818249a26dae87bf30d11385a867535730ea404dd8ac2453d7807799a69369d24fb35d8
 SHA512 
caa9d50ccbaeb6133c810571f70e6e2136e9574abd7e125e0e07b66036e3076109e8c80fd7461c39ecb7f63c6d79cdfefc1a25f9201f429658fbcc93e48e32be
-DIST vscode-1.69.2-arm64.tar.gz 116492196 BLAKE2B 
c179ec2b3b6dec915f3f51808d55fa0da820007aaceed8b4b0608de4fa006c44fb93a042850a7f1f339ac36e6a042a4ab4e0e73a12be0693894b84c1bdeb155b
 SHA512 
4eacc61348da717f2682182f8a99b6e4b15dac77abc8187a01511a58658b9661227d6d1e80ffb5b93cbbfd6c08eb719b34c92a922b9a4285c6dc48aaaf2bf407
 DIST vscode-1.70.0-amd64.tar.gz 119734068 BLAKE2B 
ed24b84903cc8c9a427315ac4f229de337f1d550cfd573815a32984a2fc731e905b94562da6a163af85e56367b9d307691a48d7c4e2f6bc5adf83fe6f9167fcd
 SHA512 
db4eec2303ed2ca778b6f745dd1569f5e17543b672ec077ffaca5887c03977dbe12284d04e67713758f22556669a13380e4a5f515e98c1c63a5fb9156881
 DIST vscode-1.70.0-arm.tar.gz 100801066 BLAKE2B 
829965520d93d1d165cfc6624922eee0b48a5ed16c40275d63192d025d2f810ed1d85710e19e138178c5bff79d3f5b47f1634bbc6434aecc24e533ed2ffd6357
 SHA512 
8f7db99d16170e3a4823e2efaa03adba3fa89f2323be628969240db5453aefc922c3cb11575e94e3d89cd8691f7991a6a01c1510cdd66278e95788d578ba4486
 DIST vscode-1.70.0-arm64.tar.gz 114890103 BLAKE2B 
17ad2db3748e5650e2e0ae85b9d857f6c981109a32c838442d672e8c0af4d6940e410d90e94580cc64bb2b57469768eff0bbac5844bf8a8b6ec8e26cb84e21bd
 SHA512 
a74e0dffdea57f884bad06986cd31f1cbeafbb67b7ed59e5e96dec633144c8208df5b952e89186145ba2b37990d21e15fdf13109d34057652dd0357645c5adfe

diff --git a/app-editors/vscode/vscode-1.69.2.ebuild 
b/app-editors/vscode/vscode-1.69.2.ebuild
deleted file mode 100644
index 8ab1bd247c0a..
--- a/app-editors/vscode/vscode-1.69.2.ebuild
+++ /dev/null
@@ -1,123 +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/chrome_crashpad_handler
-   /opt/vscode/chrome-sandbox
-   /opt/vscode/code
-   /opt/vscode/libEGL.so
-   /opt/vscode/libffmpeg.so
-   /opt/vscode/libGLESv2.so
-   /opt/vscode/libvk_swiftshader.so
-   /opt/vscode/libvulkan.so*
-   /opt/vscode/resources/app/extensions/*
- 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-05 Thread Arthur Zamarin
commit: 7e407fc66be584b65461d41751583b276eefc84a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  5 12:33:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  5 12:33:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e407fc6

app-editors/vscode: drop 1.68.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.68.1.ebuild | 123 
 2 files changed, 126 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 698b8b8e4758..f95eefe8f449 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.68.1-amd64.tar.gz 116922965 BLAKE2B 
cb48e2589f0603b4594add3c5c28d6e8a1c3e6f53eb7e5139c6b1ac0aa9b742250c881f2d212219441db74bff94c05ae281a18b9e89be781a055acdf6adf5a2b
 SHA512 
9945f0a6db93c9ee84a2729d5da18d6b41d370abecb3c1e78033889b9ee5093463c16403b93eefc703710783823458caf3f1c0ed4af297fa0dc49a903c3ec466
-DIST vscode-1.68.1-arm.tar.gz 97909261 BLAKE2B 
248d573ffa0562ea62190fe5d04362baa6076cf3919b8f8df6ea09e0f0756b5d6de85f1e0ea2b472835ce77c3cf5883eb49dd1db2f81f727fc75164b4895942b
 SHA512 
16f9d0c1817e893c15807f720af56bd33a1469e1494b72a7345d05a882a2c3ebc3395dc6d07d78a9effc045eba6e3f34317172937c34cc0f18036c8954ce5f92
-DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe675afd0fe1cac5d437e04ab5dc1c9fe3d9d0409d14fb8e2544e891c3fc0b6abe4dac3247b9d096585c1d2ff6ca1de0ede9e1
 SHA512 
1c16684bdd9f0980b7b6d2ee112987e21539a63a0bd635654edcd0404cc661b3d2c06c916fe63172ce107ca89f78ac58abd2be43a2f60b0f71a700a596b9b59f
 DIST vscode-1.69.2-amd64.tar.gz 121413876 BLAKE2B 
5a410a0bf88d94a1d414d03eac437bbd0c728cc5c43b28d05dc5ade3b40225d3fcd7ff3eb5546835b7e4070e0e14b8267e0777ec157c458544beea448f8755a3
 SHA512 
b9fd1975a99b6302fda4f8e758f02ba00f1dae5f419eb6a07768ef685ab11592b127b7fdbc117a88da065ef8a4e3181577d651cad5958f4fb4406a85e50639bb
 DIST vscode-1.69.2-arm.tar.gz 102384679 BLAKE2B 
f9eb92d6661fdd55a5e6359cb51cd021f77c19fd6a2d1dbe1383131d0818249a26dae87bf30d11385a867535730ea404dd8ac2453d7807799a69369d24fb35d8
 SHA512 
caa9d50ccbaeb6133c810571f70e6e2136e9574abd7e125e0e07b66036e3076109e8c80fd7461c39ecb7f63c6d79cdfefc1a25f9201f429658fbcc93e48e32be
 DIST vscode-1.69.2-arm64.tar.gz 116492196 BLAKE2B 
c179ec2b3b6dec915f3f51808d55fa0da820007aaceed8b4b0608de4fa006c44fb93a042850a7f1f339ac36e6a042a4ab4e0e73a12be0693894b84c1bdeb155b
 SHA512 
4eacc61348da717f2682182f8a99b6e4b15dac77abc8187a01511a58658b9661227d6d1e80ffb5b93cbbfd6c08eb719b34c92a922b9a4285c6dc48aaaf2bf407

diff --git a/app-editors/vscode/vscode-1.68.1.ebuild 
b/app-editors/vscode/vscode-1.68.1.ebuild
deleted file mode 100644
index 8ab1bd247c0a..
--- a/app-editors/vscode/vscode-1.68.1.ebuild
+++ /dev/null
@@ -1,123 +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/chrome_crashpad_handler
-   /opt/vscode/chrome-sandbox
-   /opt/vscode/code
-   /opt/vscode/libEGL.so
-   /opt/vscode/libffmpeg.so
-   /opt/vscode/libGLESv2.so
-   /opt/vscode/libvk_swiftshader.so
-   /opt/vscode/libvulkan.so*
-   /opt/vscode/resources/app/extensions/*
-   /opt/vscode/resources/app/node_modules.asar.unpacked/*
-   /opt/vscode/swiftshader/libEGL.so
-

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-05 Thread Arthur Zamarin
commit: 66cd1d70cab50744cd196c19300167f65916ab14
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  5 06:44:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  5 06:44:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cd1d70

app-editors/vscode: add myself as a maintainer

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-editors/vscode/metadata.xml b/app-editors/vscode/metadata.xml
index 70a9316b5281..5e8dfffc3faa 100644
--- a/app-editors/vscode/metadata.xml
+++ b/app-editors/vscode/metadata.xml
@@ -5,6 +5,10 @@
adel...@zegrapher.com
Adel KARA SLIMANE

+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-08-05 Thread Arthur Zamarin
commit: d3c12a6bd13d75a0915605f9b8ab938fa66c094f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  5 06:38:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  5 06:38:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c12a6b

app-editors/vscode: add 1.70.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.70.0.ebuild | 122 
 2 files changed, 125 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 9c9e75681570..698b8b8e4758 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe67
 DIST vscode-1.69.2-amd64.tar.gz 121413876 BLAKE2B 
5a410a0bf88d94a1d414d03eac437bbd0c728cc5c43b28d05dc5ade3b40225d3fcd7ff3eb5546835b7e4070e0e14b8267e0777ec157c458544beea448f8755a3
 SHA512 
b9fd1975a99b6302fda4f8e758f02ba00f1dae5f419eb6a07768ef685ab11592b127b7fdbc117a88da065ef8a4e3181577d651cad5958f4fb4406a85e50639bb
 DIST vscode-1.69.2-arm.tar.gz 102384679 BLAKE2B 
f9eb92d6661fdd55a5e6359cb51cd021f77c19fd6a2d1dbe1383131d0818249a26dae87bf30d11385a867535730ea404dd8ac2453d7807799a69369d24fb35d8
 SHA512 
caa9d50ccbaeb6133c810571f70e6e2136e9574abd7e125e0e07b66036e3076109e8c80fd7461c39ecb7f63c6d79cdfefc1a25f9201f429658fbcc93e48e32be
 DIST vscode-1.69.2-arm64.tar.gz 116492196 BLAKE2B 
c179ec2b3b6dec915f3f51808d55fa0da820007aaceed8b4b0608de4fa006c44fb93a042850a7f1f339ac36e6a042a4ab4e0e73a12be0693894b84c1bdeb155b
 SHA512 
4eacc61348da717f2682182f8a99b6e4b15dac77abc8187a01511a58658b9661227d6d1e80ffb5b93cbbfd6c08eb719b34c92a922b9a4285c6dc48aaaf2bf407
+DIST vscode-1.70.0-amd64.tar.gz 119734068 BLAKE2B 
ed24b84903cc8c9a427315ac4f229de337f1d550cfd573815a32984a2fc731e905b94562da6a163af85e56367b9d307691a48d7c4e2f6bc5adf83fe6f9167fcd
 SHA512 
db4eec2303ed2ca778b6f745dd1569f5e17543b672ec077ffaca5887c03977dbe12284d04e67713758f22556669a13380e4a5f515e98c1c63a5fb9156881
+DIST vscode-1.70.0-arm.tar.gz 100801066 BLAKE2B 
829965520d93d1d165cfc6624922eee0b48a5ed16c40275d63192d025d2f810ed1d85710e19e138178c5bff79d3f5b47f1634bbc6434aecc24e533ed2ffd6357
 SHA512 
8f7db99d16170e3a4823e2efaa03adba3fa89f2323be628969240db5453aefc922c3cb11575e94e3d89cd8691f7991a6a01c1510cdd66278e95788d578ba4486
+DIST vscode-1.70.0-arm64.tar.gz 114890103 BLAKE2B 
17ad2db3748e5650e2e0ae85b9d857f6c981109a32c838442d672e8c0af4d6940e410d90e94580cc64bb2b57469768eff0bbac5844bf8a8b6ec8e26cb84e21bd
 SHA512 
a74e0dffdea57f884bad06986cd31f1cbeafbb67b7ed59e5e96dec633144c8208df5b952e89186145ba2b37990d21e15fdf13109d34057652dd0357645c5adfe

diff --git a/app-editors/vscode/vscode-1.70.0.ebuild 
b/app-editors/vscode/vscode-1.70.0.ebuild
new file mode 100644
index ..9eed84dd6b73
--- /dev/null
+++ b/app-editors/vscode/vscode-1.70.0.ebuild
@@ -0,0 +1,122 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   /opt/vscode/resources/app/extensions/*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-07-23 Thread Joonas Niilola
commit: b6e76aa47bab12eaa2416caf13c7010c7af7b5ae
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Jul 23 07:31:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul 23 09:13:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e76aa4

app-editors/vscode: drop 1.66.2, 1.67.2

Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest |   6 --
 app-editors/vscode/vscode-1.66.2.ebuild | 131 
 app-editors/vscode/vscode-1.67.2.ebuild | 123 --
 3 files changed, 260 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index c8516a44fa96..9c9e75681570 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,9 +1,3 @@
-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
-DIST vscode-1.67.2-amd64.tar.gz 115658426 BLAKE2B 
1c091323b6ac492ca4b0c0a959d19a931b3ecfedfaeafb1d99b107e02b1ee0bdc7beff4604aef5e68bfcb20ab6c3106e4e625b7a5f85befd3ada3186387859e2
 SHA512 
fc4120e1b93d417c257250bbd4b9a4f5e11844a7d52013c321f0872928f178e57b73e3781e4141b96ccd4067b1360a7024103a46933d6e8e2a87e608dbac1043
-DIST vscode-1.67.2-arm.tar.gz 96748623 BLAKE2B 
46a97090d9d8eb8c8cdb91c6bb15392b01c3312ab6fba02e45cd217f03d4a80cc514efc7f57bf88fe413f84604cb9add5d48482d1f77baccbe9eddfc881b976b
 SHA512 
c08630eb2c1b51e8e34a8ab5dec658de3b59f59df4635d539f79d689ec89d116d2c220c642eeade48995ee815c318c7345aa88fec2d9ea5e942cd7d72abcb16c
-DIST vscode-1.67.2-arm64.tar.gz 110649454 BLAKE2B 
0ecb552ce956dc4d5aaaf5b1c8c26ad35857d4ac43b05d8eefaf7da95aad8352b16817eb2c4ec0285a8dda8859276f9f1fb93e41459d5479bfa44988e410d955
 SHA512 
a9a22fa1c722f6329f0de3a81b73edbd681678ccf6ba1b7fefaf8202ee2ee929e2ae8a160e0b928d5dc53d9c74789fa06d610a5bb1a6b4a8223718e48db9f1f9
 DIST vscode-1.68.1-amd64.tar.gz 116922965 BLAKE2B 
cb48e2589f0603b4594add3c5c28d6e8a1c3e6f53eb7e5139c6b1ac0aa9b742250c881f2d212219441db74bff94c05ae281a18b9e89be781a055acdf6adf5a2b
 SHA512 
9945f0a6db93c9ee84a2729d5da18d6b41d370abecb3c1e78033889b9ee5093463c16403b93eefc703710783823458caf3f1c0ed4af297fa0dc49a903c3ec466
 DIST vscode-1.68.1-arm.tar.gz 97909261 BLAKE2B 
248d573ffa0562ea62190fe5d04362baa6076cf3919b8f8df6ea09e0f0756b5d6de85f1e0ea2b472835ce77c3cf5883eb49dd1db2f81f727fc75164b4895942b
 SHA512 
16f9d0c1817e893c15807f720af56bd33a1469e1494b72a7345d05a882a2c3ebc3395dc6d07d78a9effc045eba6e3f34317172937c34cc0f18036c8954ce5f92
 DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe675afd0fe1cac5d437e04ab5dc1c9fe3d9d0409d14fb8e2544e891c3fc0b6abe4dac3247b9d096585c1d2ff6ca1de0ede9e1
 SHA512 
1c16684bdd9f0980b7b6d2ee112987e21539a63a0bd635654edcd0404cc661b3d2c06c916fe63172ce107ca89f78ac58abd2be43a2f60b0f71a700a596b9b59f

diff --git a/app-editors/vscode/vscode-1.66.2.ebuild 
b/app-editors/vscode/vscode-1.66.2.ebuild
deleted file mode 100644
index 27f47914fd32..
--- a/app-editors/vscode/vscode-1.66.2.ebuild
+++ /dev/null
@@ -1,131 +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
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-07-21 Thread Joonas Niilola
commit: 82042d0e8fe79e3082da55acf21fd1f58d5a677f
Author: Randall T. Vasquez  icloud  com>
AuthorDate: Tue Jul 19 06:51:30 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 21 08:42:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82042d0e

app-editors/vscode: bump to 1.69.2

Closes: https://github.com/gentoo/gentoo/pull/26374
Signed-off-by: Randall T. Vasquez  icloud.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.69.2.ebuild | 123 
 2 files changed, 126 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index ed51de613bed..484ef808380c 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -10,3 +10,6 @@ DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe67
 DIST vscode-1.69.0-amd64.tar.gz 121607378 BLAKE2B 
4812b13c31840dfd128b9e8e0d19bd48b29ef56f9ba760331401c71a29a13b5821c571249b5d70fca111ac9b70681db871193fb87328e8bbe55a56f798d6
 SHA512 
50eecd6d25c5f33db8bde67b362d675b5b69dd1eb4c1a88baa577b444d6f1fa26ebac050d474850880758caf3fc3cbcfa9bf62d20428a2a66eca66fb03566310
 DIST vscode-1.69.0-arm.tar.gz 102579780 BLAKE2B 
c9d1e0ab5df228c12349c015320101ec93a036939b149e8089d5d52c197641baa97735205fdf58cc838a3ccce9b859bb737bcfd2e914dc96c14fb9c11773431f
 SHA512 
97cd19c07789a35c8d9f3e35b5da3b70fe2fa4cf804618640061722f434f2fbb499330936b893bad8f04ce7cd4c35e4e4f0cba2f44a1c83301c78d497224ff09
 DIST vscode-1.69.0-arm64.tar.gz 116689514 BLAKE2B 
8b9859158da4d610704915a7eeeb7f77f9f9c2aa568d3a2f01b455c2177387cf2a97d5cabde3198881b36c85736b02e87a1c4e114d181a68e5654ec57c35ca6f
 SHA512 
26ba8e7e316d21b03cf8110a0296b39b674c9bcd03c22a368623628767a58a19f2e3900ebf3d25707bc7b3c126b2bccd85832bcaa2bf118754b7abef23e4a868
+DIST vscode-1.69.2-amd64.tar.gz 121413876 BLAKE2B 
5a410a0bf88d94a1d414d03eac437bbd0c728cc5c43b28d05dc5ade3b40225d3fcd7ff3eb5546835b7e4070e0e14b8267e0777ec157c458544beea448f8755a3
 SHA512 
b9fd1975a99b6302fda4f8e758f02ba00f1dae5f419eb6a07768ef685ab11592b127b7fdbc117a88da065ef8a4e3181577d651cad5958f4fb4406a85e50639bb
+DIST vscode-1.69.2-arm.tar.gz 102384679 BLAKE2B 
f9eb92d6661fdd55a5e6359cb51cd021f77c19fd6a2d1dbe1383131d0818249a26dae87bf30d11385a867535730ea404dd8ac2453d7807799a69369d24fb35d8
 SHA512 
caa9d50ccbaeb6133c810571f70e6e2136e9574abd7e125e0e07b66036e3076109e8c80fd7461c39ecb7f63c6d79cdfefc1a25f9201f429658fbcc93e48e32be
+DIST vscode-1.69.2-arm64.tar.gz 116492196 BLAKE2B 
c179ec2b3b6dec915f3f51808d55fa0da820007aaceed8b4b0608de4fa006c44fb93a042850a7f1f339ac36e6a042a4ab4e0e73a12be0693894b84c1bdeb155b
 SHA512 
4eacc61348da717f2682182f8a99b6e4b15dac77abc8187a01511a58658b9661227d6d1e80ffb5b93cbbfd6c08eb719b34c92a922b9a4285c6dc48aaaf2bf407

diff --git a/app-editors/vscode/vscode-1.69.2.ebuild 
b/app-editors/vscode/vscode-1.69.2.ebuild
new file mode 100644
index ..8ab1bd247c0a
--- /dev/null
+++ b/app-editors/vscode/vscode-1.69.2.ebuild
@@ -0,0 +1,123 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+  

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-07-21 Thread Joonas Niilola
commit: 75fa8f58061b1ee77d658a391a454ba35b4abb93
Author: Randall T. Vasquez  icloud  com>
AuthorDate: Tue Jul 19 16:02:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 21 08:42:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fa8f58

app-editors/vscode: drop 1.69.0

Signed-off-by: Randall T. Vasquez  icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/26470
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.69.0.ebuild | 123 
 2 files changed, 126 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 484ef808380c..c8516a44fa96 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,9 +7,6 @@ DIST vscode-1.67.2-arm64.tar.gz 110649454 BLAKE2B 
0ecb552ce956dc4d5aaaf5b1c8c26a
 DIST vscode-1.68.1-amd64.tar.gz 116922965 BLAKE2B 
cb48e2589f0603b4594add3c5c28d6e8a1c3e6f53eb7e5139c6b1ac0aa9b742250c881f2d212219441db74bff94c05ae281a18b9e89be781a055acdf6adf5a2b
 SHA512 
9945f0a6db93c9ee84a2729d5da18d6b41d370abecb3c1e78033889b9ee5093463c16403b93eefc703710783823458caf3f1c0ed4af297fa0dc49a903c3ec466
 DIST vscode-1.68.1-arm.tar.gz 97909261 BLAKE2B 
248d573ffa0562ea62190fe5d04362baa6076cf3919b8f8df6ea09e0f0756b5d6de85f1e0ea2b472835ce77c3cf5883eb49dd1db2f81f727fc75164b4895942b
 SHA512 
16f9d0c1817e893c15807f720af56bd33a1469e1494b72a7345d05a882a2c3ebc3395dc6d07d78a9effc045eba6e3f34317172937c34cc0f18036c8954ce5f92
 DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe675afd0fe1cac5d437e04ab5dc1c9fe3d9d0409d14fb8e2544e891c3fc0b6abe4dac3247b9d096585c1d2ff6ca1de0ede9e1
 SHA512 
1c16684bdd9f0980b7b6d2ee112987e21539a63a0bd635654edcd0404cc661b3d2c06c916fe63172ce107ca89f78ac58abd2be43a2f60b0f71a700a596b9b59f
-DIST vscode-1.69.0-amd64.tar.gz 121607378 BLAKE2B 
4812b13c31840dfd128b9e8e0d19bd48b29ef56f9ba760331401c71a29a13b5821c571249b5d70fca111ac9b70681db871193fb87328e8bbe55a56f798d6
 SHA512 
50eecd6d25c5f33db8bde67b362d675b5b69dd1eb4c1a88baa577b444d6f1fa26ebac050d474850880758caf3fc3cbcfa9bf62d20428a2a66eca66fb03566310
-DIST vscode-1.69.0-arm.tar.gz 102579780 BLAKE2B 
c9d1e0ab5df228c12349c015320101ec93a036939b149e8089d5d52c197641baa97735205fdf58cc838a3ccce9b859bb737bcfd2e914dc96c14fb9c11773431f
 SHA512 
97cd19c07789a35c8d9f3e35b5da3b70fe2fa4cf804618640061722f434f2fbb499330936b893bad8f04ce7cd4c35e4e4f0cba2f44a1c83301c78d497224ff09
-DIST vscode-1.69.0-arm64.tar.gz 116689514 BLAKE2B 
8b9859158da4d610704915a7eeeb7f77f9f9c2aa568d3a2f01b455c2177387cf2a97d5cabde3198881b36c85736b02e87a1c4e114d181a68e5654ec57c35ca6f
 SHA512 
26ba8e7e316d21b03cf8110a0296b39b674c9bcd03c22a368623628767a58a19f2e3900ebf3d25707bc7b3c126b2bccd85832bcaa2bf118754b7abef23e4a868
 DIST vscode-1.69.2-amd64.tar.gz 121413876 BLAKE2B 
5a410a0bf88d94a1d414d03eac437bbd0c728cc5c43b28d05dc5ade3b40225d3fcd7ff3eb5546835b7e4070e0e14b8267e0777ec157c458544beea448f8755a3
 SHA512 
b9fd1975a99b6302fda4f8e758f02ba00f1dae5f419eb6a07768ef685ab11592b127b7fdbc117a88da065ef8a4e3181577d651cad5958f4fb4406a85e50639bb
 DIST vscode-1.69.2-arm.tar.gz 102384679 BLAKE2B 
f9eb92d6661fdd55a5e6359cb51cd021f77c19fd6a2d1dbe1383131d0818249a26dae87bf30d11385a867535730ea404dd8ac2453d7807799a69369d24fb35d8
 SHA512 
caa9d50ccbaeb6133c810571f70e6e2136e9574abd7e125e0e07b66036e3076109e8c80fd7461c39ecb7f63c6d79cdfefc1a25f9201f429658fbcc93e48e32be
 DIST vscode-1.69.2-arm64.tar.gz 116492196 BLAKE2B 
c179ec2b3b6dec915f3f51808d55fa0da820007aaceed8b4b0608de4fa006c44fb93a042850a7f1f339ac36e6a042a4ab4e0e73a12be0693894b84c1bdeb155b
 SHA512 
4eacc61348da717f2682182f8a99b6e4b15dac77abc8187a01511a58658b9661227d6d1e80ffb5b93cbbfd6c08eb719b34c92a922b9a4285c6dc48aaaf2bf407

diff --git a/app-editors/vscode/vscode-1.69.0.ebuild 
b/app-editors/vscode/vscode-1.69.0.ebuild
deleted file mode 100644
index 8ab1bd247c0a..
--- a/app-editors/vscode/vscode-1.69.0.ebuild
+++ /dev/null
@@ -1,123 +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="
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-07-12 Thread Arthur Zamarin
commit: a362af50a4e240ca0b42bb576a4f2e2de1e8dbea
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Jul  9 19:47:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 12 16:33:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a362af50

app-editors/vscode: add 1.69.0

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/26314
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.69.0.ebuild | 123 
 2 files changed, 126 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index f1d0fa129d79..ed51de613bed 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.67.2-arm64.tar.gz 110649454 BLAKE2B 
0ecb552ce956dc4d5aaaf5b1c8c26a
 DIST vscode-1.68.1-amd64.tar.gz 116922965 BLAKE2B 
cb48e2589f0603b4594add3c5c28d6e8a1c3e6f53eb7e5139c6b1ac0aa9b742250c881f2d212219441db74bff94c05ae281a18b9e89be781a055acdf6adf5a2b
 SHA512 
9945f0a6db93c9ee84a2729d5da18d6b41d370abecb3c1e78033889b9ee5093463c16403b93eefc703710783823458caf3f1c0ed4af297fa0dc49a903c3ec466
 DIST vscode-1.68.1-arm.tar.gz 97909261 BLAKE2B 
248d573ffa0562ea62190fe5d04362baa6076cf3919b8f8df6ea09e0f0756b5d6de85f1e0ea2b472835ce77c3cf5883eb49dd1db2f81f727fc75164b4895942b
 SHA512 
16f9d0c1817e893c15807f720af56bd33a1469e1494b72a7345d05a882a2c3ebc3395dc6d07d78a9effc045eba6e3f34317172937c34cc0f18036c8954ce5f92
 DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe675afd0fe1cac5d437e04ab5dc1c9fe3d9d0409d14fb8e2544e891c3fc0b6abe4dac3247b9d096585c1d2ff6ca1de0ede9e1
 SHA512 
1c16684bdd9f0980b7b6d2ee112987e21539a63a0bd635654edcd0404cc661b3d2c06c916fe63172ce107ca89f78ac58abd2be43a2f60b0f71a700a596b9b59f
+DIST vscode-1.69.0-amd64.tar.gz 121607378 BLAKE2B 
4812b13c31840dfd128b9e8e0d19bd48b29ef56f9ba760331401c71a29a13b5821c571249b5d70fca111ac9b70681db871193fb87328e8bbe55a56f798d6
 SHA512 
50eecd6d25c5f33db8bde67b362d675b5b69dd1eb4c1a88baa577b444d6f1fa26ebac050d474850880758caf3fc3cbcfa9bf62d20428a2a66eca66fb03566310
+DIST vscode-1.69.0-arm.tar.gz 102579780 BLAKE2B 
c9d1e0ab5df228c12349c015320101ec93a036939b149e8089d5d52c197641baa97735205fdf58cc838a3ccce9b859bb737bcfd2e914dc96c14fb9c11773431f
 SHA512 
97cd19c07789a35c8d9f3e35b5da3b70fe2fa4cf804618640061722f434f2fbb499330936b893bad8f04ce7cd4c35e4e4f0cba2f44a1c83301c78d497224ff09
+DIST vscode-1.69.0-arm64.tar.gz 116689514 BLAKE2B 
8b9859158da4d610704915a7eeeb7f77f9f9c2aa568d3a2f01b455c2177387cf2a97d5cabde3198881b36c85736b02e87a1c4e114d181a68e5654ec57c35ca6f
 SHA512 
26ba8e7e316d21b03cf8110a0296b39b674c9bcd03c22a368623628767a58a19f2e3900ebf3d25707bc7b3c126b2bccd85832bcaa2bf118754b7abef23e4a868

diff --git a/app-editors/vscode/vscode-1.69.0.ebuild 
b/app-editors/vscode/vscode-1.69.0.ebuild
new file mode 100644
index ..8ab1bd247c0a
--- /dev/null
+++ b/app-editors/vscode/vscode-1.69.0.ebuild
@@ -0,0 +1,123 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+ 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-06-17 Thread Arthur Zamarin
commit: 51784c63e8619534f7a54193b421913ed45da367
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Thu Jun 16 19:31:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 17 06:06:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51784c63

app-editors/vscode: version bump to 1.68.1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.68.1.ebuild | 123 
 2 files changed, 126 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 08b9fead086d..1e7f8d2b18d6 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.66.2-arm64.tar.gz 110613144 BLAKE2B 
e2d3139f7779152a52e34c740f4c95
 DIST vscode-1.67.2-amd64.tar.gz 115658426 BLAKE2B 
1c091323b6ac492ca4b0c0a959d19a931b3ecfedfaeafb1d99b107e02b1ee0bdc7beff4604aef5e68bfcb20ab6c3106e4e625b7a5f85befd3ada3186387859e2
 SHA512 
fc4120e1b93d417c257250bbd4b9a4f5e11844a7d52013c321f0872928f178e57b73e3781e4141b96ccd4067b1360a7024103a46933d6e8e2a87e608dbac1043
 DIST vscode-1.67.2-arm.tar.gz 96748623 BLAKE2B 
46a97090d9d8eb8c8cdb91c6bb15392b01c3312ab6fba02e45cd217f03d4a80cc514efc7f57bf88fe413f84604cb9add5d48482d1f77baccbe9eddfc881b976b
 SHA512 
c08630eb2c1b51e8e34a8ab5dec658de3b59f59df4635d539f79d689ec89d116d2c220c642eeade48995ee815c318c7345aa88fec2d9ea5e942cd7d72abcb16c
 DIST vscode-1.67.2-arm64.tar.gz 110649454 BLAKE2B 
0ecb552ce956dc4d5aaaf5b1c8c26ad35857d4ac43b05d8eefaf7da95aad8352b16817eb2c4ec0285a8dda8859276f9f1fb93e41459d5479bfa44988e410d955
 SHA512 
a9a22fa1c722f6329f0de3a81b73edbd681678ccf6ba1b7fefaf8202ee2ee929e2ae8a160e0b928d5dc53d9c74789fa06d610a5bb1a6b4a8223718e48db9f1f9
+DIST vscode-1.68.1-amd64.tar.gz 116922965 BLAKE2B 
cb48e2589f0603b4594add3c5c28d6e8a1c3e6f53eb7e5139c6b1ac0aa9b742250c881f2d212219441db74bff94c05ae281a18b9e89be781a055acdf6adf5a2b
 SHA512 
9945f0a6db93c9ee84a2729d5da18d6b41d370abecb3c1e78033889b9ee5093463c16403b93eefc703710783823458caf3f1c0ed4af297fa0dc49a903c3ec466
+DIST vscode-1.68.1-arm.tar.gz 97909261 BLAKE2B 
248d573ffa0562ea62190fe5d04362baa6076cf3919b8f8df6ea09e0f0756b5d6de85f1e0ea2b472835ce77c3cf5883eb49dd1db2f81f727fc75164b4895942b
 SHA512 
16f9d0c1817e893c15807f720af56bd33a1469e1494b72a7345d05a882a2c3ebc3395dc6d07d78a9effc045eba6e3f34317172937c34cc0f18036c8954ce5f92
+DIST vscode-1.68.1-arm64.tar.gz 111812916 BLAKE2B 
64d442ee86ed41025775ebbde8fe675afd0fe1cac5d437e04ab5dc1c9fe3d9d0409d14fb8e2544e891c3fc0b6abe4dac3247b9d096585c1d2ff6ca1de0ede9e1
 SHA512 
1c16684bdd9f0980b7b6d2ee112987e21539a63a0bd635654edcd0404cc661b3d2c06c916fe63172ce107ca89f78ac58abd2be43a2f60b0f71a700a596b9b59f

diff --git a/app-editors/vscode/vscode-1.68.1.ebuild 
b/app-editors/vscode/vscode-1.68.1.ebuild
new file mode 100644
index ..8ab1bd247c0a
--- /dev/null
+++ b/app-editors/vscode/vscode-1.68.1.ebuild
@@ -0,0 +1,123 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-06-17 Thread Arthur Zamarin
commit: fcfe534ca8f73e4992aed9a00e89d3f6140014c0
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Thu Jun 16 19:31:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 17 06:06:16 2022 +
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  zegrapher.com>
Signed-off-by: Arthur Zamarin  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..
--- 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
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-05-19 Thread Arthur Zamarin
commit: 5e6771f7562c1b1a5e02a70b4bb22510f2369e56
Author: Matt Jolly  footclan  ninja>
AuthorDate: Thu May 19 06:55:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 19 16:46:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6771f7

app-editors/vscode: drop 1.67.1

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.67.1.ebuild | 123 
 2 files changed, 126 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 272218971169..08b9fead086d 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,9 +4,6 @@ DIST vscode-1.65.2-arm64.tar.gz 104431396 BLAKE2B 
17251a994ba15b9293b4bebbc8b34b
 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
-DIST vscode-1.67.1-amd64.tar.gz 115657504 BLAKE2B 
aba44bf0e4f11865a6d3dc0baa2d596a7598d86133d6aa6ca078bae27ec0db876c4912834595b9f539ce5a64a1c48dcbc9e9b463581d7acb861387d738f33222
 SHA512 
e29d63a8f0d394a652dc34786529069a3e51bbfda3fa6c8ab89997d3e0954b1403aea571196cb4a706ec7f480c2a8f437b2d00686f33d27c7f5a67d19e91f40d
-DIST vscode-1.67.1-arm.tar.gz 96747967 BLAKE2B 
0506e041b8f90b27f691136a12a5c7332c06ced486930bc6915c16fb592a84920bfc4a18c15fa2715318f1373f9986562f786867f7405c947b4da7dfa9f02a76
 SHA512 
6c17c6da4e0cc46613987275a9e561ce8fa52e6fa7da8fb9e7d0a2dfcf8244a5e1d66ea003bcf7752658306ec69a6fe66df620d00338d9963f975f967efb
-DIST vscode-1.67.1-arm64.tar.gz 110634659 BLAKE2B 
3b9ad946eb7d2e6441dfda234c50c91021f910b2bab1340aa651ee6bdbe414b49db51e5729e6a16d938d0b2e47cbaab5dc8045f3bc2735f64551ba60cb52132f
 SHA512 
557bd49656991cc899316d0ee66cbce9dde2f2b77ef92b6a2d2e1fba4794f54ac5550fbb8fe3e64ee5fe77b9b019a93f78886ab7cb1efff9a4c777dd6b244ff3
 DIST vscode-1.67.2-amd64.tar.gz 115658426 BLAKE2B 
1c091323b6ac492ca4b0c0a959d19a931b3ecfedfaeafb1d99b107e02b1ee0bdc7beff4604aef5e68bfcb20ab6c3106e4e625b7a5f85befd3ada3186387859e2
 SHA512 
fc4120e1b93d417c257250bbd4b9a4f5e11844a7d52013c321f0872928f178e57b73e3781e4141b96ccd4067b1360a7024103a46933d6e8e2a87e608dbac1043
 DIST vscode-1.67.2-arm.tar.gz 96748623 BLAKE2B 
46a97090d9d8eb8c8cdb91c6bb15392b01c3312ab6fba02e45cd217f03d4a80cc514efc7f57bf88fe413f84604cb9add5d48482d1f77baccbe9eddfc881b976b
 SHA512 
c08630eb2c1b51e8e34a8ab5dec658de3b59f59df4635d539f79d689ec89d116d2c220c642eeade48995ee815c318c7345aa88fec2d9ea5e942cd7d72abcb16c
 DIST vscode-1.67.2-arm64.tar.gz 110649454 BLAKE2B 
0ecb552ce956dc4d5aaaf5b1c8c26ad35857d4ac43b05d8eefaf7da95aad8352b16817eb2c4ec0285a8dda8859276f9f1fb93e41459d5479bfa44988e410d955
 SHA512 
a9a22fa1c722f6329f0de3a81b73edbd681678ccf6ba1b7fefaf8202ee2ee929e2ae8a160e0b928d5dc53d9c74789fa06d610a5bb1a6b4a8223718e48db9f1f9

diff --git a/app-editors/vscode/vscode-1.67.1.ebuild 
b/app-editors/vscode/vscode-1.67.1.ebuild
deleted file mode 100644
index 8ab1bd247c0a..
--- a/app-editors/vscode/vscode-1.67.1.ebuild
+++ /dev/null
@@ -1,123 +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
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-05-19 Thread Arthur Zamarin
commit: 3f071f6bba6bc9e9b9a13ece90a01fe439474dba
Author: Matt Jolly  footclan  ninja>
AuthorDate: Thu May 19 06:53:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 19 16:46:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f071f6b

app-editors/vscode: add 1.67.2

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.67.2.ebuild | 123 
 2 files changed, 126 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 4284fbca2a45..272218971169 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.66.2-arm64.tar.gz 110613144 BLAKE2B 
e2d3139f7779152a52e34c740f4c95
 DIST vscode-1.67.1-amd64.tar.gz 115657504 BLAKE2B 
aba44bf0e4f11865a6d3dc0baa2d596a7598d86133d6aa6ca078bae27ec0db876c4912834595b9f539ce5a64a1c48dcbc9e9b463581d7acb861387d738f33222
 SHA512 
e29d63a8f0d394a652dc34786529069a3e51bbfda3fa6c8ab89997d3e0954b1403aea571196cb4a706ec7f480c2a8f437b2d00686f33d27c7f5a67d19e91f40d
 DIST vscode-1.67.1-arm.tar.gz 96747967 BLAKE2B 
0506e041b8f90b27f691136a12a5c7332c06ced486930bc6915c16fb592a84920bfc4a18c15fa2715318f1373f9986562f786867f7405c947b4da7dfa9f02a76
 SHA512 
6c17c6da4e0cc46613987275a9e561ce8fa52e6fa7da8fb9e7d0a2dfcf8244a5e1d66ea003bcf7752658306ec69a6fe66df620d00338d9963f975f967efb
 DIST vscode-1.67.1-arm64.tar.gz 110634659 BLAKE2B 
3b9ad946eb7d2e6441dfda234c50c91021f910b2bab1340aa651ee6bdbe414b49db51e5729e6a16d938d0b2e47cbaab5dc8045f3bc2735f64551ba60cb52132f
 SHA512 
557bd49656991cc899316d0ee66cbce9dde2f2b77ef92b6a2d2e1fba4794f54ac5550fbb8fe3e64ee5fe77b9b019a93f78886ab7cb1efff9a4c777dd6b244ff3
+DIST vscode-1.67.2-amd64.tar.gz 115658426 BLAKE2B 
1c091323b6ac492ca4b0c0a959d19a931b3ecfedfaeafb1d99b107e02b1ee0bdc7beff4604aef5e68bfcb20ab6c3106e4e625b7a5f85befd3ada3186387859e2
 SHA512 
fc4120e1b93d417c257250bbd4b9a4f5e11844a7d52013c321f0872928f178e57b73e3781e4141b96ccd4067b1360a7024103a46933d6e8e2a87e608dbac1043
+DIST vscode-1.67.2-arm.tar.gz 96748623 BLAKE2B 
46a97090d9d8eb8c8cdb91c6bb15392b01c3312ab6fba02e45cd217f03d4a80cc514efc7f57bf88fe413f84604cb9add5d48482d1f77baccbe9eddfc881b976b
 SHA512 
c08630eb2c1b51e8e34a8ab5dec658de3b59f59df4635d539f79d689ec89d116d2c220c642eeade48995ee815c318c7345aa88fec2d9ea5e942cd7d72abcb16c
+DIST vscode-1.67.2-arm64.tar.gz 110649454 BLAKE2B 
0ecb552ce956dc4d5aaaf5b1c8c26ad35857d4ac43b05d8eefaf7da95aad8352b16817eb2c4ec0285a8dda8859276f9f1fb93e41459d5479bfa44988e410d955
 SHA512 
a9a22fa1c722f6329f0de3a81b73edbd681678ccf6ba1b7fefaf8202ee2ee929e2ae8a160e0b928d5dc53d9c74789fa06d610a5bb1a6b4a8223718e48db9f1f9

diff --git a/app-editors/vscode/vscode-1.67.2.ebuild 
b/app-editors/vscode/vscode-1.67.2.ebuild
new file mode 100644
index ..8ab1bd247c0a
--- /dev/null
+++ b/app-editors/vscode/vscode-1.67.2.ebuild
@@ -0,0 +1,123 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   /opt/vscode/libGLESv2.so
+   /opt/vscode/libvk_swiftshader.so
+   /opt/vscode/libvulkan.so*
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-05-12 Thread Arthur Zamarin
commit: e4986145808832dbabd60761a93f07c78f0556c8
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed May 11 19:26:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 16:09:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4986145

app-editors/vscode: version bump to 1.67.1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/25449
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.67.0.ebuild => vscode-1.67.1.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 0df48713a183..4284fbca2a45 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.65.2-arm64.tar.gz 104431396 BLAKE2B 
17251a994ba15b9293b4bebbc8b34b
 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
-DIST vscode-1.67.0-amd64.tar.gz 115660810 BLAKE2B 
38991593e43a08591028a708373816048d82b606cc8127c68a63664dfa9d42d4eb323e1d0ced0f9b362044e05b70e431f34686a8383f752dbe08d148967869fe
 SHA512 
d35ddc1a5d5516b1200854a7b0b8d8b64abc3f42786fe16aa69c26ebb4e70fe6a299546b87093c5e2a8ec42db653eb5efc7ee782e3207ccad40b77c1ab5b8ccd
-DIST vscode-1.67.0-arm.tar.gz 96738850 BLAKE2B 
2546f26add7560f466e0220cceb263e890993b7de7b52e337831bd0c0260c1dccec0f267899bfa7c73d7a8e0c02f40bd02639434a4d5093c233da34f92022fc8
 SHA512 
5178e34dbad5613e50330c1a39776037119fa3ba85b3771e4862c849c2a1e2b32655dbafe27a72dca35b9d6b2f29d0768ffed6ad4da11d257bb7015c148015e1
-DIST vscode-1.67.0-arm64.tar.gz 110641639 BLAKE2B 
f443ba2391105893d4e5175f6213d1dd1df1ad3b870bccf87f9854e1d8fe58da3a7acab6f52f1a177177f627534f48a3fcb01a1698da00854ed5918ec7c0baac
 SHA512 
15e3dcc752980155b337bcf4c4e319843ee12a982f55167c1ab49105006a90856ed72abcc12a3d5368f90be33b4a8117543456e6dff07655cc5ef52ea5eb2e16
+DIST vscode-1.67.1-amd64.tar.gz 115657504 BLAKE2B 
aba44bf0e4f11865a6d3dc0baa2d596a7598d86133d6aa6ca078bae27ec0db876c4912834595b9f539ce5a64a1c48dcbc9e9b463581d7acb861387d738f33222
 SHA512 
e29d63a8f0d394a652dc34786529069a3e51bbfda3fa6c8ab89997d3e0954b1403aea571196cb4a706ec7f480c2a8f437b2d00686f33d27c7f5a67d19e91f40d
+DIST vscode-1.67.1-arm.tar.gz 96747967 BLAKE2B 
0506e041b8f90b27f691136a12a5c7332c06ced486930bc6915c16fb592a84920bfc4a18c15fa2715318f1373f9986562f786867f7405c947b4da7dfa9f02a76
 SHA512 
6c17c6da4e0cc46613987275a9e561ce8fa52e6fa7da8fb9e7d0a2dfcf8244a5e1d66ea003bcf7752658306ec69a6fe66df620d00338d9963f975f967efb
+DIST vscode-1.67.1-arm64.tar.gz 110634659 BLAKE2B 
3b9ad946eb7d2e6441dfda234c50c91021f910b2bab1340aa651ee6bdbe414b49db51e5729e6a16d938d0b2e47cbaab5dc8045f3bc2735f64551ba60cb52132f
 SHA512 
557bd49656991cc899316d0ee66cbce9dde2f2b77ef92b6a2d2e1fba4794f54ac5550fbb8fe3e64ee5fe77b9b019a93f78886ab7cb1efff9a4c777dd6b244ff3

diff --git a/app-editors/vscode/vscode-1.67.0.ebuild 
b/app-editors/vscode/vscode-1.67.1.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.67.0.ebuild
rename to app-editors/vscode/vscode-1.67.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-05-08 Thread Arthur Zamarin
commit: c1a5624f46813402283bdbdbf3febfc00f813444
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat May  7 19:44:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May  8 18:35:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a5624f

app-editors/vscode: remove old version 1.64.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.64.2.ebuild | 121 
 2 files changed, 124 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 05c67ae55b21..0df48713a183 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.64.2-amd64.tar.gz 112392185 BLAKE2B 
cc59dfc54167cc49b607d0131d81cdc922c120f06d40820cd13818bd280f40e55dc3ee5ec94284c48f91ac09904b1be1b3caa6c7380835745eafba3a860e36d8
 SHA512 
def09100c9b4a8ea772925fd89b9f26ea88835b27ddea203235bdfa13e28b1ed43ce0fccc8c799bd2b767998f7b9190856aae663c9a2e7e3226e43fb3b1bc8a7
-DIST vscode-1.64.2-arm.tar.gz 93473664 BLAKE2B 
c0f9df18d1750182385f7c2fa2fed2be93480406a5516597984d3f0ff488ad6cf98dcfab56f94b2a73badda2a5c1546a6ea7af6d245e15cc2e5ce3b522081866
 SHA512 
7f89a4f12951ced50d84a852aa8eecb52aba25d3aa549b656e35bec1a04f9f89eb5cdde1d5c04bfb072c469cfba8ea948a13470773b969d731d085d7812fdf91
-DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51557bb5d3392655c82476100451881d5dae3bb034e05d5e5e26aed2236b9199edd927a3af064a00d0ec82a7b24a6c501c6d
 SHA512 
54f16d98c43f940d8cf989f2db90c161cdf84733788eca55fb0413279d291a4b2bb82a3f5fa7d0b01d5d265f32c3b5273fc131f4bd6a33b841f3bb1773d9f6c7
 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

diff --git a/app-editors/vscode/vscode-1.64.2.ebuild 
b/app-editors/vscode/vscode-1.64.2.ebuild
deleted file mode 100644
index 55a4d92b3c0b..
--- a/app-editors/vscode/vscode-1.64.2.ebuild
+++ /dev/null
@@ -1,121 +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
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-05-08 Thread Arthur Zamarin
commit: 7bf4c072fc01ae88ba30163d7567135a6320081e
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat May  7 19:43:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May  8 18:35:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf4c072

app-editors/vscode: version bump to 1.67.0

The wlroots issue related to Electron is fixed in this release
Closes: https://bugs.gentoo.org/834082

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.67.0.ebuild | 123 
 2 files changed, 126 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 404b1ab5066d..05c67ae55b21 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.65.2-arm64.tar.gz 104431396 BLAKE2B 
17251a994ba15b9293b4bebbc8b34b
 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
+DIST vscode-1.67.0-amd64.tar.gz 115660810 BLAKE2B 
38991593e43a08591028a708373816048d82b606cc8127c68a63664dfa9d42d4eb323e1d0ced0f9b362044e05b70e431f34686a8383f752dbe08d148967869fe
 SHA512 
d35ddc1a5d5516b1200854a7b0b8d8b64abc3f42786fe16aa69c26ebb4e70fe6a299546b87093c5e2a8ec42db653eb5efc7ee782e3207ccad40b77c1ab5b8ccd
+DIST vscode-1.67.0-arm.tar.gz 96738850 BLAKE2B 
2546f26add7560f466e0220cceb263e890993b7de7b52e337831bd0c0260c1dccec0f267899bfa7c73d7a8e0c02f40bd02639434a4d5093c233da34f92022fc8
 SHA512 
5178e34dbad5613e50330c1a39776037119fa3ba85b3771e4862c849c2a1e2b32655dbafe27a72dca35b9d6b2f29d0768ffed6ad4da11d257bb7015c148015e1
+DIST vscode-1.67.0-arm64.tar.gz 110641639 BLAKE2B 
f443ba2391105893d4e5175f6213d1dd1df1ad3b870bccf87f9854e1d8fe58da3a7acab6f52f1a177177f627534f48a3fcb01a1698da00854ed5918ec7c0baac
 SHA512 
15e3dcc752980155b337bcf4c4e319843ee12a982f55167c1ab49105006a90856ed72abcc12a3d5368f90be33b4a8117543456e6dff07655cc5ef52ea5eb2e16

diff --git a/app-editors/vscode/vscode-1.67.0.ebuild 
b/app-editors/vscode/vscode-1.67.0.ebuild
new file mode 100644
index ..8ab1bd247c0a
--- /dev/null
+++ b/app-editors/vscode/vscode-1.67.0.ebuild
@@ -0,0 +1,123 @@
+# 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/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
+   /opt/vscode/code
+   /opt/vscode/libEGL.so
+   /opt/vscode/libffmpeg.so
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-04-14 Thread Arthur Zamarin
commit: 076a488336b6c9f6a24ad613c978f8ed2d37bf61
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Apr 13 21:43:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 15 05:26:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076a4883

app-editors/vscode: version bump to 1.66.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.66.1.ebuild => vscode-1.66.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index f815a887e9ad..404b1ab5066d 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51
 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.1-amd64.tar.gz 115616634 BLAKE2B 
9637f33068e4f34d1dc313bc353a722ff46c8be266a58ad03bd007bb5e815bfe1984bc799cd9d0c9eaef87e321f5f4f8f3e3c1eaa8ca1fc6d0b78e5002aa3ac7
 SHA512 
3a0e41f527b17ad845477f36e0a3b783e07b57fa0f3ac3be5d7387ff0b95f8cef2ce2ab427f971d357d607342645b642c3efc56fd3bbd440ace9e09b8e4b5778
-DIST vscode-1.66.1-arm.tar.gz 96710597 BLAKE2B 
d2d58d1257a6fa396f460c10df314d2e62b6a9e6abe65a6f5158569da9ee88c2e96ce9a66ba9c9bcdd6843c2a0c24dd50f4be2e0d59a6890c6d53f523a0b3475
 SHA512 
91234db83bc918feff912d1a0cad4ce2de11f5731583fd9b74bd62451a389882c81e02f2cd7d3c409fa6e92185ec33499e46f3914c7f35581489c8e13c59f864
-DIST vscode-1.66.1-arm64.tar.gz 110611219 BLAKE2B 
4928a9e0b874b9b0032c0ee9021fa1aef857a882ad9c0664a9d3096ac27aa5cc763b1c3332ac8714df8018a4e35cec5afe754c12ac3305aee345c2d2d78a41f0
 SHA512 
a6dfd0d909aa677c4c0ac78c7bb08f637f43fbc20eedd0768fb9673478c9fff4470d0dda1f0311d84873da6fc1dac55206ac7ebce19f939ce74de1cf03b19c01
+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.66.1.ebuild 
b/app-editors/vscode/vscode-1.66.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.66.1.ebuild
rename to app-editors/vscode/vscode-1.66.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-04-10 Thread Arthur Zamarin
commit: 15ee49df3be6c7bd66e931263f3e61a293dbe31b
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Thu Apr  7 20:13:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 10 18:08:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ee49df

app-editors/vscode: version bump to 1.66.1

Closes: https://bugs.gentoo.org/836656
Closes: https://bugs.gentoo.org/836657

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest  | 6 +++---
 .../vscode/{vscode-1.66.0-r1.ebuild => vscode-1.66.1.ebuild} | 9 +
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 2fb254f63dbf..f815a887e9ad 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51
 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.0-amd64.tar.gz 115615178 BLAKE2B 
e6e13cb52f04cae605868b508f8e3323bfbcff4589a6bd9b29cf978d9fa8cfa3e05d1ec1ba01e6368c943254fe3af0895f7cd20df46ea22348427a3876749be5
 SHA512 
a2157b9b7b92d0ee194fea20432e839ef7cf42151baeb5ed378de3c0aa9dc9bffce6d45b72bde8b85cf41a5508016a07a45ecd16b0f570aa30a0b81ccdfc
-DIST vscode-1.66.0-arm.tar.gz 96717878 BLAKE2B 
0eec918894e03941835c11d662567e58a3a8dcdeb386a65aa516cb6fbd8f59c70d9b9adcb4fc4051fd2077e34e1488700e55cc24ba90763bb14696c22eff4a33
 SHA512 
f58139aa901cf4eba1410d792c4591b81dbd3241b25c1a31a27db1e469cf0e5274bf263ad661cb7d01212e2f1d67de6fcc9f617fb1aa9a227401efb95690694c
-DIST vscode-1.66.0-arm64.tar.gz 110612358 BLAKE2B 
a0a38121024c2f47fc178893cba0d327c5891bbd74ee2218aff2b9d701c062b427cbaaf2d5115f3c386eb5187db8817323b1d8d4d2d830bf435cb9817232777d
 SHA512 
d91192310787f56f7455ead5ea13940f6051f9efa5a99178adf7b628d9bf7b168e5bbe98b90cd37d472928d25e8eb27659f82bf224bd0238e35d84980f1d1491
+DIST vscode-1.66.1-amd64.tar.gz 115616634 BLAKE2B 
9637f33068e4f34d1dc313bc353a722ff46c8be266a58ad03bd007bb5e815bfe1984bc799cd9d0c9eaef87e321f5f4f8f3e3c1eaa8ca1fc6d0b78e5002aa3ac7
 SHA512 
3a0e41f527b17ad845477f36e0a3b783e07b57fa0f3ac3be5d7387ff0b95f8cef2ce2ab427f971d357d607342645b642c3efc56fd3bbd440ace9e09b8e4b5778
+DIST vscode-1.66.1-arm.tar.gz 96710597 BLAKE2B 
d2d58d1257a6fa396f460c10df314d2e62b6a9e6abe65a6f5158569da9ee88c2e96ce9a66ba9c9bcdd6843c2a0c24dd50f4be2e0d59a6890c6d53f523a0b3475
 SHA512 
91234db83bc918feff912d1a0cad4ce2de11f5731583fd9b74bd62451a389882c81e02f2cd7d3c409fa6e92185ec33499e46f3914c7f35581489c8e13c59f864
+DIST vscode-1.66.1-arm64.tar.gz 110611219 BLAKE2B 
4928a9e0b874b9b0032c0ee9021fa1aef857a882ad9c0664a9d3096ac27aa5cc763b1c3332ac8714df8018a4e35cec5afe754c12ac3305aee345c2d2d78a41f0
 SHA512 
a6dfd0d909aa677c4c0ac78c7bb08f637f43fbc20eedd0768fb9673478c9fff4470d0dda1f0311d84873da6fc1dac55206ac7ebce19f939ce74de1cf03b19c01

diff --git a/app-editors/vscode/vscode-1.66.0-r1.ebuild 
b/app-editors/vscode/vscode-1.66.1.ebuild
similarity index 98%
rename from app-editors/vscode/vscode-1.66.0-r1.ebuild
rename to app-editors/vscode/vscode-1.66.1.ebuild
index 02ef30424081..27f47914fd32 100644
--- a/app-editors/vscode/vscode-1.66.0-r1.ebuild
+++ b/app-editors/vscode/vscode-1.66.1.ebuild
@@ -68,17 +68,18 @@ RDEPEND="
 "
 
 QA_PREBUILT="
+   /opt/vscode/chrome_crashpad_handler
+   /opt/vscode/chrome-sandbox
/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/libvulkan.so*
/opt/vscode/resources/app/extensions/*
/opt/vscode/resources/app/node_modules.asar.unpacked/*
+   /opt/vscode/swiftshader/libEGL.so
+   /opt/vscode/swiftshader/libGLESv2.so
 "
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-04-07 Thread Arthur Zamarin
commit: cb6dac3cdb18827794d1b2a3d967d84a90a512e0
Author: Miezhiko  gmail  com>
AuthorDate: Tue Apr  5 08:54:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr  7 16:49:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6dac3c

app-editors/vscode: fix permissions

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/{vscode-1.66.0.ebuild => vscode-1.66.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/vscode/vscode-1.66.0.ebuild 
b/app-editors/vscode/vscode-1.66.0-r1.ebuild
similarity index 98%
rename from app-editors/vscode/vscode-1.66.0.ebuild
rename to app-editors/vscode/vscode-1.66.0-r1.ebuild
index 35897d4b8b0c..02ef30424081 100644
--- a/app-editors/vscode/vscode-1.66.0.ebuild
+++ b/app-editors/vscode/vscode-1.66.0-r1.ebuild
@@ -100,6 +100,7 @@ src_install() {
insinto "/opt/${PN}"
doins -r *
fperms +x /opt/${PN}/{,bin/}code
+   fperms +x /opt/${PN}/chrome_crashpad_handler
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



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-04-02 Thread Arthur Zamarin
commit: c81e88b6f381125fdd1d7f6c364160d0a4a32f4c
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Apr  2 11:20:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  2 12:06:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81e88b6

app-editors/vscode: version bump to 1.66.0

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.66.0.ebuild | 129 
 2 files changed, 132 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 335f049381a5..23228a221d59 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51
 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.0-amd64.tar.gz 115615178 BLAKE2B 
e6e13cb52f04cae605868b508f8e3323bfbcff4589a6bd9b29cf978d9fa8cfa3e05d1ec1ba01e6368c943254fe3af0895f7cd20df46ea22348427a3876749be5
 SHA512 
a2157b9b7b92d0ee194fea20432e839ef7cf42151baeb5ed378de3c0aa9dc9bffce6d45b72bde8b85cf41a5508016a07a45ecd16b0f570aa30a0b81ccdfc
+DIST vscode-1.66.0-arm.tar.gz 96717878 BLAKE2B 
0eec918894e03941835c11d662567e58a3a8dcdeb386a65aa516cb6fbd8f59c70d9b9adcb4fc4051fd2077e34e1488700e55cc24ba90763bb14696c22eff4a33
 SHA512 
f58139aa901cf4eba1410d792c4591b81dbd3241b25c1a31a27db1e469cf0e5274bf263ad661cb7d01212e2f1d67de6fcc9f617fb1aa9a227401efb95690694c
+DIST vscode-1.66.0-arm64.tar.gz 110612358 BLAKE2B 
a0a38121024c2f47fc178893cba0d327c5891bbd74ee2218aff2b9d701c062b427cbaaf2d5115f3c386eb5187db8817323b1d8d4d2d830bf435cb9817232777d
 SHA512 
d91192310787f56f7455ead5ea13940f6051f9efa5a99178adf7b628d9bf7b168e5bbe98b90cd37d472928d25e8eb27659f82bf224bd0238e35d84980f1d1491

diff --git a/app-editors/vscode/vscode-1.66.0.ebuild 
b/app-editors/vscode/vscode-1.66.0.ebuild
new file mode 100644
index ..35897d4b8b0c
--- /dev/null
+++ b/app-editors/vscode/vscode-1.66.0.ebuild
@@ -0,0 +1,129 @@
+# 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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-04-02 Thread Arthur Zamarin
commit: 9378793ecc2618c770367c48f2a1ab1af45ec2eb
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Apr  2 11:21:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  2 12:06:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9378793e

app-editors/vscode: delete old version

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.63.2.ebuild | 121 
 2 files changed, 124 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 23228a221d59..2fb254f63dbf 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.63.2-amd64.tar.gz 113730849 BLAKE2B 
8be0b450356db61d072be9ee7c932b32b70493617f56ebc82948264f78a3a32363f6c183d26aa4f4d06b4475a6b95d69441a0fca64185fcfaa01d19c05b252bc
 SHA512 
c7f2b80d2fd7a4b420d248d6b9e325f77b460dce3e1d1748b63c18dd6983243601d967f65ffc72c79c0d7615c9e228fcfffa86d456a4ee27d3d027dec644eceb
-DIST vscode-1.63.2-arm.tar.gz 94756805 BLAKE2B 
75502ca42e3720f79fa8da3a33843655d8db6c9ef12403cd9be119e93e4ce07b8b70f9b7d5dfeea53eb3d7b3fecb3e1b4e282cfaad2e4830e3b1ea396a20b2dc
 SHA512 
3fb9673a481642d5c2317bdaa7e45efb9d26152e52a4bedd26a7a17fcfbbe5c4f772d8a6680c2c39dafc6a15a1510910e846cc8f67ee0dff6d590fb7d58c77f7
-DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730b73a2a4b0795868d91adc8898fff61e9f44780dbd94edf8c3ec6c9f3ec33b085e6855f6104ad9b927867d96412ec5bc038
 SHA512 
b474d54c75e62418e19f980e2a658ad82ffcba5927418f88123a7c12e6a19525c67260461764de56655fe1d964415b6de209628cdc264da41b2c2c9576815d03
 DIST vscode-1.64.2-amd64.tar.gz 112392185 BLAKE2B 
cc59dfc54167cc49b607d0131d81cdc922c120f06d40820cd13818bd280f40e55dc3ee5ec94284c48f91ac09904b1be1b3caa6c7380835745eafba3a860e36d8
 SHA512 
def09100c9b4a8ea772925fd89b9f26ea88835b27ddea203235bdfa13e28b1ed43ce0fccc8c799bd2b767998f7b9190856aae663c9a2e7e3226e43fb3b1bc8a7
 DIST vscode-1.64.2-arm.tar.gz 93473664 BLAKE2B 
c0f9df18d1750182385f7c2fa2fed2be93480406a5516597984d3f0ff488ad6cf98dcfab56f94b2a73badda2a5c1546a6ea7af6d245e15cc2e5ce3b522081866
 SHA512 
7f89a4f12951ced50d84a852aa8eecb52aba25d3aa549b656e35bec1a04f9f89eb5cdde1d5c04bfb072c469cfba8ea948a13470773b969d731d085d7812fdf91
 DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51557bb5d3392655c82476100451881d5dae3bb034e05d5e5e26aed2236b9199edd927a3af064a00d0ec82a7b24a6c501c6d
 SHA512 
54f16d98c43f940d8cf989f2db90c161cdf84733788eca55fb0413279d291a4b2bb82a3f5fa7d0b01d5d265f32c3b5273fc131f4bd6a33b841f3bb1773d9f6c7

diff --git a/app-editors/vscode/vscode-1.63.2.ebuild 
b/app-editors/vscode/vscode-1.63.2.ebuild
deleted file mode 100644
index 45c99d4302b6..
--- a/app-editors/vscode/vscode-1.63.2.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2021 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/*
- 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-03-11 Thread Arthur Zamarin
commit: e85a3a6b2466441a61a756c3cc8db2a2b1766b8b
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Mar 11 16:08:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 11 17:23:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85a3a6b

app-editors/vscode: version bump to 1.65.2

Change wlroots blocker to an elog message

Bug: https://bugs.gentoo.org/834082

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/24493
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest  | 6 +++---
 .../vscode/{vscode-1.65.1.ebuild => vscode-1.65.2.ebuild}| 9 -
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 1a04647fa6e3..335f049381a5 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730
 DIST vscode-1.64.2-amd64.tar.gz 112392185 BLAKE2B 
cc59dfc54167cc49b607d0131d81cdc922c120f06d40820cd13818bd280f40e55dc3ee5ec94284c48f91ac09904b1be1b3caa6c7380835745eafba3a860e36d8
 SHA512 
def09100c9b4a8ea772925fd89b9f26ea88835b27ddea203235bdfa13e28b1ed43ce0fccc8c799bd2b767998f7b9190856aae663c9a2e7e3226e43fb3b1bc8a7
 DIST vscode-1.64.2-arm.tar.gz 93473664 BLAKE2B 
c0f9df18d1750182385f7c2fa2fed2be93480406a5516597984d3f0ff488ad6cf98dcfab56f94b2a73badda2a5c1546a6ea7af6d245e15cc2e5ce3b522081866
 SHA512 
7f89a4f12951ced50d84a852aa8eecb52aba25d3aa549b656e35bec1a04f9f89eb5cdde1d5c04bfb072c469cfba8ea948a13470773b969d731d085d7812fdf91
 DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51557bb5d3392655c82476100451881d5dae3bb034e05d5e5e26aed2236b9199edd927a3af064a00d0ec82a7b24a6c501c6d
 SHA512 
54f16d98c43f940d8cf989f2db90c161cdf84733788eca55fb0413279d291a4b2bb82a3f5fa7d0b01d5d265f32c3b5273fc131f4bd6a33b841f3bb1773d9f6c7
-DIST vscode-1.65.1-amd64.tar.gz 109557089 BLAKE2B 
50846e41b9ce1774a4c7f6baf2021ba3339c8a7123523fbfb288796f0bcfb36524492174a8b2374580b2f1e850352632aac11e82675d8123be27a1f04186e4b9
 SHA512 
922eed648ecac568b43c84a89fca1fcc241941f375a56c0b5b8f5d7f81a7c70f8ff003be752e17c18c2877a2d2060eba8b94a6f41c90cd3857d26b791ac0e83c
-DIST vscode-1.65.1-arm.tar.gz 90792746 BLAKE2B 
4f0bf967a4e2d32504d4a6c3ba4e166520b23562eec35d5350ab396f1033a82d846d55f366b3c13880ff85fd2adcbaed38c606d0489c510574a1b5f6c026f3ba
 SHA512 
fca06a968cebd698afe3334966dd75c52d69b307d949b1053207b284eb9aa6913688e70360bfc90a64258c0ab99edd3e0eab66133d880e8b5a2419265927bfe3
-DIST vscode-1.65.1-arm64.tar.gz 104426509 BLAKE2B 
1e288173b54bb000d6cc9c9988907d65378fffce27d0cb8e184576f4c562849c8f78b5cfaa4732166c4e6533db9cd445f044096740f005d65c01d2299a3bf292
 SHA512 
4169ad920edc811cf179d2cb192d0d6a049f780d8ec68c8e15d44cbed97c35dc6e7b61e5ba244d6344e6d370fc655e63247db3c6c9c45454dfb04c4d601d40f8
+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

diff --git a/app-editors/vscode/vscode-1.65.1.ebuild 
b/app-editors/vscode/vscode-1.65.2.ebuild
similarity index 90%
rename from app-editors/vscode/vscode-1.65.1.ebuild
rename to app-editors/vscode/vscode-1.65.2.ebuild
index 7f7ed5ea19f9..35897d4b8b0c 100644
--- a/app-editors/vscode/vscode-1.65.1.ebuild
+++ b/app-editors/vscode/vscode-1.65.2.ebuild
@@ -65,7 +65,6 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libxshmfence
x11-libs/pango
-   !>=gui-libs/wlroots-0.15
 "
 
 QA_PREBUILT="
@@ -119,4 +118,12 @@ 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 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/, app-editors/vscodium/

2022-03-09 Thread Arthur Zamarin
commit: 263d23c75207a9ea5cbcfec304cba08c74754173
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Mar  9 16:27:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  9 18:26:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263d23c7

app-editors/{vscode,vscodium}: crashes with >=gui-libs/wlroots-0.15

Bug: https://bugs.gentoo.org/834082
Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/24459
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/vscode-1.65.1.ebuild | 1 +
 app-editors/vscodium/vscodium-1.65.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-editors/vscode/vscode-1.65.1.ebuild 
b/app-editors/vscode/vscode-1.65.1.ebuild
index 55a4d92b3c0b..7f7ed5ea19f9 100644
--- a/app-editors/vscode/vscode-1.65.1.ebuild
+++ b/app-editors/vscode/vscode-1.65.1.ebuild
@@ -65,6 +65,7 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libxshmfence
x11-libs/pango
+   !>=gui-libs/wlroots-0.15
 "
 
 QA_PREBUILT="

diff --git a/app-editors/vscodium/vscodium-1.65.1.ebuild 
b/app-editors/vscodium/vscodium-1.65.1.ebuild
index bcd5b8fdae5d..0eaa320c96a4 100644
--- a/app-editors/vscodium/vscodium-1.65.1.ebuild
+++ b/app-editors/vscodium/vscodium-1.65.1.ebuild
@@ -65,6 +65,7 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libxshmfence
x11-libs/pango
+   !>=gui-libs/wlroots-0.15
 "
 
 QA_PREBUILT="



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-03-09 Thread Arthur Zamarin
commit: 6367822dffa15c8c7ab51bab74d4b425f847bd36
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Mar  9 09:33:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  9 18:26:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6367822d

app-editors/vscode: remove old version

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.62.3.ebuild | 121 
 2 files changed, 124 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index bcc10d019850..1a04647fa6e3 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8ab356d6ae760d2b3bb32c41b308e5f78d824a8198201f1ea1c61034e2207bd674d00b1d5b52e75dbab07d2d7053adb17e9b64a4a47fd0c
 SHA512 
5d69e7fda01c381b3a068a73f5506aee78f299b2a9a48fce46100d5f6d1f4558c4c0abbe17c8507e85711409052fdf9d590b12c0534e6e5cfe002f766df69c50
-DIST vscode-1.62.3-arm.tar.gz 94730175 BLAKE2B 
176d2f39b1b8bc945b7fb03e4db834846a35afafe024a774326b15a1e083c06d08e4a7ac8c38233299869f7c02eed16e89335012202acb888cb0034042ec12ca
 SHA512 
130471b46794e1fd202fb83b891577e1f6bd29b72637e4efb5822e33a5578a848b236fc6c8a4652841e7b28f29cc9ffca718a3ddfda3d78cceef9b04087861a5
-DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb5763922fee650b83c3c9d9527d1323c602494b0e200543cbf527dbddb040ff786d88df5fac3d678d200d2a8768c7c3e0d135
 SHA512 
f1c91bdcef8f249bd4c81ec36ed5e0222eb1e6848206e33c3c7533a9805d594c8d64515317646f78a4d4b7cd7d89f05d499c5c82789c9b8ac3fbdb4451519ecd
 DIST vscode-1.63.2-amd64.tar.gz 113730849 BLAKE2B 
8be0b450356db61d072be9ee7c932b32b70493617f56ebc82948264f78a3a32363f6c183d26aa4f4d06b4475a6b95d69441a0fca64185fcfaa01d19c05b252bc
 SHA512 
c7f2b80d2fd7a4b420d248d6b9e325f77b460dce3e1d1748b63c18dd6983243601d967f65ffc72c79c0d7615c9e228fcfffa86d456a4ee27d3d027dec644eceb
 DIST vscode-1.63.2-arm.tar.gz 94756805 BLAKE2B 
75502ca42e3720f79fa8da3a33843655d8db6c9ef12403cd9be119e93e4ce07b8b70f9b7d5dfeea53eb3d7b3fecb3e1b4e282cfaad2e4830e3b1ea396a20b2dc
 SHA512 
3fb9673a481642d5c2317bdaa7e45efb9d26152e52a4bedd26a7a17fcfbbe5c4f772d8a6680c2c39dafc6a15a1510910e846cc8f67ee0dff6d590fb7d58c77f7
 DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730b73a2a4b0795868d91adc8898fff61e9f44780dbd94edf8c3ec6c9f3ec33b085e6855f6104ad9b927867d96412ec5bc038
 SHA512 
b474d54c75e62418e19f980e2a658ad82ffcba5927418f88123a7c12e6a19525c67260461764de56655fe1d964415b6de209628cdc264da41b2c2c9576815d03

diff --git a/app-editors/vscode/vscode-1.62.3.ebuild 
b/app-editors/vscode/vscode-1.62.3.ebuild
deleted file mode 100644
index dbed711c205a..
--- a/app-editors/vscode/vscode-1.62.3.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/*
- 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-03-09 Thread Arthur Zamarin
commit: 8dce68afd6fd47cdec064e7da1d51f6a4a6343af
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Mar  9 09:33:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  9 18:26:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dce68af

app-editors/vscode: version bump to 1.65.1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.65.1.ebuild | 121 
 2 files changed, 124 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index db11775bce51..bcc10d019850 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730
 DIST vscode-1.64.2-amd64.tar.gz 112392185 BLAKE2B 
cc59dfc54167cc49b607d0131d81cdc922c120f06d40820cd13818bd280f40e55dc3ee5ec94284c48f91ac09904b1be1b3caa6c7380835745eafba3a860e36d8
 SHA512 
def09100c9b4a8ea772925fd89b9f26ea88835b27ddea203235bdfa13e28b1ed43ce0fccc8c799bd2b767998f7b9190856aae663c9a2e7e3226e43fb3b1bc8a7
 DIST vscode-1.64.2-arm.tar.gz 93473664 BLAKE2B 
c0f9df18d1750182385f7c2fa2fed2be93480406a5516597984d3f0ff488ad6cf98dcfab56f94b2a73badda2a5c1546a6ea7af6d245e15cc2e5ce3b522081866
 SHA512 
7f89a4f12951ced50d84a852aa8eecb52aba25d3aa549b656e35bec1a04f9f89eb5cdde1d5c04bfb072c469cfba8ea948a13470773b969d731d085d7812fdf91
 DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51557bb5d3392655c82476100451881d5dae3bb034e05d5e5e26aed2236b9199edd927a3af064a00d0ec82a7b24a6c501c6d
 SHA512 
54f16d98c43f940d8cf989f2db90c161cdf84733788eca55fb0413279d291a4b2bb82a3f5fa7d0b01d5d265f32c3b5273fc131f4bd6a33b841f3bb1773d9f6c7
+DIST vscode-1.65.1-amd64.tar.gz 109557089 BLAKE2B 
50846e41b9ce1774a4c7f6baf2021ba3339c8a7123523fbfb288796f0bcfb36524492174a8b2374580b2f1e850352632aac11e82675d8123be27a1f04186e4b9
 SHA512 
922eed648ecac568b43c84a89fca1fcc241941f375a56c0b5b8f5d7f81a7c70f8ff003be752e17c18c2877a2d2060eba8b94a6f41c90cd3857d26b791ac0e83c
+DIST vscode-1.65.1-arm.tar.gz 90792746 BLAKE2B 
4f0bf967a4e2d32504d4a6c3ba4e166520b23562eec35d5350ab396f1033a82d846d55f366b3c13880ff85fd2adcbaed38c606d0489c510574a1b5f6c026f3ba
 SHA512 
fca06a968cebd698afe3334966dd75c52d69b307d949b1053207b284eb9aa6913688e70360bfc90a64258c0ab99edd3e0eab66133d880e8b5a2419265927bfe3
+DIST vscode-1.65.1-arm64.tar.gz 104426509 BLAKE2B 
1e288173b54bb000d6cc9c9988907d65378fffce27d0cb8e184576f4c562849c8f78b5cfaa4732166c4e6533db9cd445f044096740f005d65c01d2299a3bf292
 SHA512 
4169ad920edc811cf179d2cb192d0d6a049f780d8ec68c8e15d44cbed97c35dc6e7b61e5ba244d6344e6d370fc655e63247db3c6c9c45454dfb04c4d601d40f8

diff --git a/app-editors/vscode/vscode-1.65.1.ebuild 
b/app-editors/vscode/vscode-1.65.1.ebuild
new file mode 100644
index ..55a4d92b3c0b
--- /dev/null
+++ b/app-editors/vscode/vscode-1.65.1.ebuild
@@ -0,0 +1,121 @@
+# 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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-02-11 Thread Arthur Zamarin
commit: e6e90a40fb129bdf0355bbcce0a5bd783731ca28
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Feb 11 12:14:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 11 12:52:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e90a40

app-editors/vscode: version bump to 1.64.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.64.1.ebuild => vscode-1.64.2.ebuild} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index a0a93ee9c048..db11775bce51 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb57
 DIST vscode-1.63.2-amd64.tar.gz 113730849 BLAKE2B 
8be0b450356db61d072be9ee7c932b32b70493617f56ebc82948264f78a3a32363f6c183d26aa4f4d06b4475a6b95d69441a0fca64185fcfaa01d19c05b252bc
 SHA512 
c7f2b80d2fd7a4b420d248d6b9e325f77b460dce3e1d1748b63c18dd6983243601d967f65ffc72c79c0d7615c9e228fcfffa86d456a4ee27d3d027dec644eceb
 DIST vscode-1.63.2-arm.tar.gz 94756805 BLAKE2B 
75502ca42e3720f79fa8da3a33843655d8db6c9ef12403cd9be119e93e4ce07b8b70f9b7d5dfeea53eb3d7b3fecb3e1b4e282cfaad2e4830e3b1ea396a20b2dc
 SHA512 
3fb9673a481642d5c2317bdaa7e45efb9d26152e52a4bedd26a7a17fcfbbe5c4f772d8a6680c2c39dafc6a15a1510910e846cc8f67ee0dff6d590fb7d58c77f7
 DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730b73a2a4b0795868d91adc8898fff61e9f44780dbd94edf8c3ec6c9f3ec33b085e6855f6104ad9b927867d96412ec5bc038
 SHA512 
b474d54c75e62418e19f980e2a658ad82ffcba5927418f88123a7c12e6a19525c67260461764de56655fe1d964415b6de209628cdc264da41b2c2c9576815d03
-DIST vscode-1.64.1-amd64.tar.gz 112393185 BLAKE2B 
47c8b56513fbb72d48cde50fc3211eb4109b24e3c80896f8536667ca6783a346028126dd04de4c58a44b157b0d61e314d49a24d2e7602a90af349eef8bef4f40
 SHA512 
6708a07dc4ea26bb47189d2fdd5681f815cc5231c63e3bea8668f83c7c5993a5a491132158e489cfa9d6f790301703da5684abc7381009a4951a03bf9f06b878
-DIST vscode-1.64.1-arm.tar.gz 93471461 BLAKE2B 
d6c349ad2001de8fe4350f59e2456b6cacda3a83f8a99b46ef2d123cb3eb6b8c2febd14257de442104f5402e12c631518af330a4d3e1e2405c6cb2b98fdc3005
 SHA512 
acaaffeaf746cf91083afd88d7c5fae6b2ea9f2bff9024629d4ba46e024bb9494d1c231dec119b58fcbb31e99b051a2621e4a37d1e89bc961180a2a62e047b53
-DIST vscode-1.64.1-arm64.tar.gz 107093669 BLAKE2B 
e82e3d04fbc9b5c2757585dbaa62074f61d8cc8ebef94d709c8f35874cbf7c4c3875094f9f97a18a6efaf853ad627776d112f395dae28dee196ca6731bfe
 SHA512 
64d650d9a8880603113d46b56c70a84473a82bde888d7fd8b4987621de81668d3a4a5d8ed3c820a60981d9b74a7b52791caa456118f874cbc9a95b12b16f1865
+DIST vscode-1.64.2-amd64.tar.gz 112392185 BLAKE2B 
cc59dfc54167cc49b607d0131d81cdc922c120f06d40820cd13818bd280f40e55dc3ee5ec94284c48f91ac09904b1be1b3caa6c7380835745eafba3a860e36d8
 SHA512 
def09100c9b4a8ea772925fd89b9f26ea88835b27ddea203235bdfa13e28b1ed43ce0fccc8c799bd2b767998f7b9190856aae663c9a2e7e3226e43fb3b1bc8a7
+DIST vscode-1.64.2-arm.tar.gz 93473664 BLAKE2B 
c0f9df18d1750182385f7c2fa2fed2be93480406a5516597984d3f0ff488ad6cf98dcfab56f94b2a73badda2a5c1546a6ea7af6d245e15cc2e5ce3b522081866
 SHA512 
7f89a4f12951ced50d84a852aa8eecb52aba25d3aa549b656e35bec1a04f9f89eb5cdde1d5c04bfb072c469cfba8ea948a13470773b969d731d085d7812fdf91
+DIST vscode-1.64.2-arm64.tar.gz 107090187 BLAKE2B 
15587ce30f15c393f78d5ea554da51557bb5d3392655c82476100451881d5dae3bb034e05d5e5e26aed2236b9199edd927a3af064a00d0ec82a7b24a6c501c6d
 SHA512 
54f16d98c43f940d8cf989f2db90c161cdf84733788eca55fb0413279d291a4b2bb82a3f5fa7d0b01d5d265f32c3b5273fc131f4bd6a33b841f3bb1773d9f6c7

diff --git a/app-editors/vscode/vscode-1.64.1.ebuild 
b/app-editors/vscode/vscode-1.64.2.ebuild
similarity index 98%
rename from app-editors/vscode/vscode-1.64.1.ebuild
rename to app-editors/vscode/vscode-1.64.2.ebuild
index dfbc7683b31b..55a4d92b3c0b 100644
--- a/app-editors/vscode/vscode-1.64.1.ebuild
+++ b/app-editors/vscode/vscode-1.64.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-02-09 Thread Arthur Zamarin
commit: eed8f35407ad81dc1023db2a20ea7d14c3678fe6
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Feb  9 13:40:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb  9 20:20:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed8f354

app-editors/vscode: version bump to 1.64.1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.64.1.ebuild | 121 
 2 files changed, 124 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 302af51cbd4c..d2f96aa8d737 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb57
 DIST vscode-1.63.2-amd64.tar.gz 113730849 BLAKE2B 
8be0b450356db61d072be9ee7c932b32b70493617f56ebc82948264f78a3a32363f6c183d26aa4f4d06b4475a6b95d69441a0fca64185fcfaa01d19c05b252bc
 SHA512 
c7f2b80d2fd7a4b420d248d6b9e325f77b460dce3e1d1748b63c18dd6983243601d967f65ffc72c79c0d7615c9e228fcfffa86d456a4ee27d3d027dec644eceb
 DIST vscode-1.63.2-arm.tar.gz 94756805 BLAKE2B 
75502ca42e3720f79fa8da3a33843655d8db6c9ef12403cd9be119e93e4ce07b8b70f9b7d5dfeea53eb3d7b3fecb3e1b4e282cfaad2e4830e3b1ea396a20b2dc
 SHA512 
3fb9673a481642d5c2317bdaa7e45efb9d26152e52a4bedd26a7a17fcfbbe5c4f772d8a6680c2c39dafc6a15a1510910e846cc8f67ee0dff6d590fb7d58c77f7
 DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730b73a2a4b0795868d91adc8898fff61e9f44780dbd94edf8c3ec6c9f3ec33b085e6855f6104ad9b927867d96412ec5bc038
 SHA512 
b474d54c75e62418e19f980e2a658ad82ffcba5927418f88123a7c12e6a19525c67260461764de56655fe1d964415b6de209628cdc264da41b2c2c9576815d03
+DIST vscode-1.64.1-amd64.tar.gz 112393185 BLAKE2B 
47c8b56513fbb72d48cde50fc3211eb4109b24e3c80896f8536667ca6783a346028126dd04de4c58a44b157b0d61e314d49a24d2e7602a90af349eef8bef4f40
 SHA512 
6708a07dc4ea26bb47189d2fdd5681f815cc5231c63e3bea8668f83c7c5993a5a491132158e489cfa9d6f790301703da5684abc7381009a4951a03bf9f06b878
+DIST vscode-1.64.1-arm.tar.gz 93471461 BLAKE2B 
d6c349ad2001de8fe4350f59e2456b6cacda3a83f8a99b46ef2d123cb3eb6b8c2febd14257de442104f5402e12c631518af330a4d3e1e2405c6cb2b98fdc3005
 SHA512 
acaaffeaf746cf91083afd88d7c5fae6b2ea9f2bff9024629d4ba46e024bb9494d1c231dec119b58fcbb31e99b051a2621e4a37d1e89bc961180a2a62e047b53
+DIST vscode-1.64.1-arm64.tar.gz 107093669 BLAKE2B 
e82e3d04fbc9b5c2757585dbaa62074f61d8cc8ebef94d709c8f35874cbf7c4c3875094f9f97a18a6efaf853ad627776d112f395dae28dee196ca6731bfe
 SHA512 
64d650d9a8880603113d46b56c70a84473a82bde888d7fd8b4987621de81668d3a4a5d8ed3c820a60981d9b74a7b52791caa456118f874cbc9a95b12b16f1865

diff --git a/app-editors/vscode/vscode-1.64.1.ebuild 
b/app-editors/vscode/vscode-1.64.1.ebuild
new file mode 100644
index ..dfbc7683b31b
--- /dev/null
+++ b/app-editors/vscode/vscode-1.64.1.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2021 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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-02-09 Thread Arthur Zamarin
commit: 6bc3c50a424c10064a919e545b4f88ebb86a0eef
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Feb  9 13:41:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb  9 20:20:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc3c50a

app-editors/vscode: remove old ebuild

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.61.2.ebuild | 121 
 2 files changed, 124 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index d2f96aa8d737..a0a93ee9c048 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.61.2-amd64.tar.gz 112814371 BLAKE2B 
c297d27f12dbbf5bb752076881ae28100d1b051d14528425f8227c5c70ce779ab8db93b960bd4d4ff9788fa2e63167c4253324ba4413b0975d41608c541c6303
 SHA512 
52c3b89612f2d2f72ea9de9449d191130a23a3dbae1f2876e1716773abe9b6c7064a8eb6053d6bc94438b6e3753df2f00ccc4452b2404fcb2c052ea6090d83cc
-DIST vscode-1.61.2-arm.tar.gz 94477034 BLAKE2B 
cecb63ed58a36fbbef13cf7de086f0f7f77efea03fc605801b3064c273736ea999b91ef84e0c900ca415955cd7a508d20c33e92a5acab0dcca388d9624743902
 SHA512 
9cfd10c4cc6d2e3eaa1323afc1b493448632f57681b1e7d595d7f52a7e7d4c4a2ce48d2e6b21b2380fb7be8d98d33d5848a91af178eed974f952bcd7cfbbcb3d
-DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9fc7fdee77ffbe768287cd72e89103880002fd2ca77bc72f0210f2f4c0e4cec2b7708404e7db874d7c87d97b17361a26d4e
 SHA512 
dcac0d56bde8b1fd855d386da77e164354f8c819e994d395cfd6b9cf50d5ac96421745c6efc20ec89448e6020b61b0d4ed482e74ecb39422a6acf3662f905dfa
 DIST vscode-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8ab356d6ae760d2b3bb32c41b308e5f78d824a8198201f1ea1c61034e2207bd674d00b1d5b52e75dbab07d2d7053adb17e9b64a4a47fd0c
 SHA512 
5d69e7fda01c381b3a068a73f5506aee78f299b2a9a48fce46100d5f6d1f4558c4c0abbe17c8507e85711409052fdf9d590b12c0534e6e5cfe002f766df69c50
 DIST vscode-1.62.3-arm.tar.gz 94730175 BLAKE2B 
176d2f39b1b8bc945b7fb03e4db834846a35afafe024a774326b15a1e083c06d08e4a7ac8c38233299869f7c02eed16e89335012202acb888cb0034042ec12ca
 SHA512 
130471b46794e1fd202fb83b891577e1f6bd29b72637e4efb5822e33a5578a848b236fc6c8a4652841e7b28f29cc9ffca718a3ddfda3d78cceef9b04087861a5
 DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb5763922fee650b83c3c9d9527d1323c602494b0e200543cbf527dbddb040ff786d88df5fac3d678d200d2a8768c7c3e0d135
 SHA512 
f1c91bdcef8f249bd4c81ec36ed5e0222eb1e6848206e33c3c7533a9805d594c8d64515317646f78a4d4b7cd7d89f05d499c5c82789c9b8ac3fbdb4451519ecd

diff --git a/app-editors/vscode/vscode-1.61.2.ebuild 
b/app-editors/vscode/vscode-1.61.2.ebuild
deleted file mode 100644
index dbed711c205a..
--- a/app-editors/vscode/vscode-1.61.2.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/*
-  

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2022-01-02 Thread Arthur Zamarin
commit: 63d29ed3f8ec8b8b2bb290896d187eb51b199f61
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Dec 17 09:50:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan  2 19:50:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d29ed3

app-editors/vscode: version bump to 1.63.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.63.1.ebuild => vscode-1.63.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 43ee37d95da4..302af51cbd4c 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9
 DIST vscode-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8ab356d6ae760d2b3bb32c41b308e5f78d824a8198201f1ea1c61034e2207bd674d00b1d5b52e75dbab07d2d7053adb17e9b64a4a47fd0c
 SHA512 
5d69e7fda01c381b3a068a73f5506aee78f299b2a9a48fce46100d5f6d1f4558c4c0abbe17c8507e85711409052fdf9d590b12c0534e6e5cfe002f766df69c50
 DIST vscode-1.62.3-arm.tar.gz 94730175 BLAKE2B 
176d2f39b1b8bc945b7fb03e4db834846a35afafe024a774326b15a1e083c06d08e4a7ac8c38233299869f7c02eed16e89335012202acb888cb0034042ec12ca
 SHA512 
130471b46794e1fd202fb83b891577e1f6bd29b72637e4efb5822e33a5578a848b236fc6c8a4652841e7b28f29cc9ffca718a3ddfda3d78cceef9b04087861a5
 DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb5763922fee650b83c3c9d9527d1323c602494b0e200543cbf527dbddb040ff786d88df5fac3d678d200d2a8768c7c3e0d135
 SHA512 
f1c91bdcef8f249bd4c81ec36ed5e0222eb1e6848206e33c3c7533a9805d594c8d64515317646f78a4d4b7cd7d89f05d499c5c82789c9b8ac3fbdb4451519ecd
-DIST vscode-1.63.1-amd64.tar.gz 113723133 BLAKE2B 
98d5e8376e1926dea3e289243685f881497926f8bc413d0fd312684fb6d0f692890bc8212a62086c9b0178c436e8cbc0179657387753b4f30490c88805525a80
 SHA512 
be18f648db935497c2ce8f43fa54aeb775fcaa4348e0d561071d380a7fd373c4ad5a05f53ba4b33a44facf90e37b256818388c6ec8dfb6142658aaacb98fc1c7
-DIST vscode-1.63.1-arm.tar.gz 94749732 BLAKE2B 
65942830c0b66c25a104cbf3e758b7074a06e6995a59ed30fd3d944ac74f5ffd2cb1075fb17977aeb85196e292e646920912c804ae426916bd8a3431c5b6d788
 SHA512 
30a539f31c3e4d5598151533ad5e53e25c142a392a5ded51c5b386244a19b149eed03d28f772cdd4bce7366c25d3131f5c1db168589cdecf0e059ebd5c88493d
-DIST vscode-1.63.1-arm64.tar.gz 108342012 BLAKE2B 
b1c0bb6f3034f6fa1c662048e2ed55e2cd59b251c034133e80f0b7cb2e8418287f8fdac2f52f9e2cad469cc604128e82de44a3eb8a580372c0c31c8d48ed1471
 SHA512 
f0c71e17f2258919de1e7d9ec782df38fd5245276b0b5f2d79f71e6041d6f0939edee5efc04fcb120f9ca25165750a454b450cf083ae9ed296bc17a107564401
+DIST vscode-1.63.2-amd64.tar.gz 113730849 BLAKE2B 
8be0b450356db61d072be9ee7c932b32b70493617f56ebc82948264f78a3a32363f6c183d26aa4f4d06b4475a6b95d69441a0fca64185fcfaa01d19c05b252bc
 SHA512 
c7f2b80d2fd7a4b420d248d6b9e325f77b460dce3e1d1748b63c18dd6983243601d967f65ffc72c79c0d7615c9e228fcfffa86d456a4ee27d3d027dec644eceb
+DIST vscode-1.63.2-arm.tar.gz 94756805 BLAKE2B 
75502ca42e3720f79fa8da3a33843655d8db6c9ef12403cd9be119e93e4ce07b8b70f9b7d5dfeea53eb3d7b3fecb3e1b4e282cfaad2e4830e3b1ea396a20b2dc
 SHA512 
3fb9673a481642d5c2317bdaa7e45efb9d26152e52a4bedd26a7a17fcfbbe5c4f772d8a6680c2c39dafc6a15a1510910e846cc8f67ee0dff6d590fb7d58c77f7
+DIST vscode-1.63.2-arm64.tar.gz 108337529 BLAKE2B 
8234fa92b1eac1b3a7c3297c50f730b73a2a4b0795868d91adc8898fff61e9f44780dbd94edf8c3ec6c9f3ec33b085e6855f6104ad9b927867d96412ec5bc038
 SHA512 
b474d54c75e62418e19f980e2a658ad82ffcba5927418f88123a7c12e6a19525c67260461764de56655fe1d964415b6de209628cdc264da41b2c2c9576815d03

diff --git a/app-editors/vscode/vscode-1.63.1.ebuild 
b/app-editors/vscode/vscode-1.63.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.63.1.ebuild
rename to app-editors/vscode/vscode-1.63.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-12-15 Thread Sam James
commit: ee2a2a61c9270af5c040a69bbe286b6c61ddfbb0
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Dec 11 00:51:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 03:07:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2a2a61

app-editors/vscode: remove old version

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.60.2.ebuild | 121 
 2 files changed, 124 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 48fb9d0cd6f3..77d702402fbc 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.60.2-amd64.tar.gz 105537736 BLAKE2B 
395cbea3c7522749423d8b79d7461189dbb04b1d751bb4a70b6ce7782e971c1dac0e51cda91e961cab0fceeef16e073803d2f54bd6d8840596a2ea45f9f34369
 SHA512 
caf8acea129533a6cb5824d5ed97f9e9f740dcdc67c3a0c3cf778d58a8fddebe870892d25ad74116c5311a53497db933ff70e5e250480c3a0d76e5fc62733b02
-DIST vscode-1.60.2-arm.tar.gz 94232609 BLAKE2B 
eb896cc316dfc96d6d523d15da735b18eb6e6011d7ec92b5f9fa8732f574097579c8af4601312c831a9f4aa752087188e203b761e86df31b688838b45354deb1
 SHA512 
8261b71740344f927091dadd28bcb06d17b70551da0fd0b3c20378ec744cc31660ae32aadedd87a8942c410da381dbf7e023c27af913a62a1bba774d6de241ea
-DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc489ec77818c0304859d64838317fbaf9225f4325a8b237268569f88eca7c76ea7a73275d90747b4485eff30d5f59a9cdd977
 SHA512 
cc50c7ec44d546b227c271f621be87120a1c36c2ed8236421e9c7227c1cb83bf970d5673191afc1383c4479393b5fae873fd6829179d1d9139b6c3ec32c5c1fd
 DIST vscode-1.61.2-amd64.tar.gz 112814371 BLAKE2B 
c297d27f12dbbf5bb752076881ae28100d1b051d14528425f8227c5c70ce779ab8db93b960bd4d4ff9788fa2e63167c4253324ba4413b0975d41608c541c6303
 SHA512 
52c3b89612f2d2f72ea9de9449d191130a23a3dbae1f2876e1716773abe9b6c7064a8eb6053d6bc94438b6e3753df2f00ccc4452b2404fcb2c052ea6090d83cc
 DIST vscode-1.61.2-arm.tar.gz 94477034 BLAKE2B 
cecb63ed58a36fbbef13cf7de086f0f7f77efea03fc605801b3064c273736ea999b91ef84e0c900ca415955cd7a508d20c33e92a5acab0dcca388d9624743902
 SHA512 
9cfd10c4cc6d2e3eaa1323afc1b493448632f57681b1e7d595d7f52a7e7d4c4a2ce48d2e6b21b2380fb7be8d98d33d5848a91af178eed974f952bcd7cfbbcb3d
 DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9fc7fdee77ffbe768287cd72e89103880002fd2ca77bc72f0210f2f4c0e4cec2b7708404e7db874d7c87d97b17361a26d4e
 SHA512 
dcac0d56bde8b1fd855d386da77e164354f8c819e994d395cfd6b9cf50d5ac96421745c6efc20ec89448e6020b61b0d4ed482e74ecb39422a6acf3662f905dfa

diff --git a/app-editors/vscode/vscode-1.60.2.ebuild 
b/app-editors/vscode/vscode-1.60.2.ebuild
deleted file mode 100644
index dbed711c205a..
--- a/app-editors/vscode/vscode-1.60.2.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/*
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-12-15 Thread Sam James
commit: d46f4dd04e62abc5160ae8c26d7c0f1bd92254ec
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Dec 15 20:13:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 03:07:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46f4dd0

app-editors/vscode: version bump to 1.63.1 and EAPI 8

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/23249
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.63.0.ebuild => vscode-1.63.1.ebuild} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 77d702402fbc..43ee37d95da4 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9
 DIST vscode-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8ab356d6ae760d2b3bb32c41b308e5f78d824a8198201f1ea1c61034e2207bd674d00b1d5b52e75dbab07d2d7053adb17e9b64a4a47fd0c
 SHA512 
5d69e7fda01c381b3a068a73f5506aee78f299b2a9a48fce46100d5f6d1f4558c4c0abbe17c8507e85711409052fdf9d590b12c0534e6e5cfe002f766df69c50
 DIST vscode-1.62.3-arm.tar.gz 94730175 BLAKE2B 
176d2f39b1b8bc945b7fb03e4db834846a35afafe024a774326b15a1e083c06d08e4a7ac8c38233299869f7c02eed16e89335012202acb888cb0034042ec12ca
 SHA512 
130471b46794e1fd202fb83b891577e1f6bd29b72637e4efb5822e33a5578a848b236fc6c8a4652841e7b28f29cc9ffca718a3ddfda3d78cceef9b04087861a5
 DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb5763922fee650b83c3c9d9527d1323c602494b0e200543cbf527dbddb040ff786d88df5fac3d678d200d2a8768c7c3e0d135
 SHA512 
f1c91bdcef8f249bd4c81ec36ed5e0222eb1e6848206e33c3c7533a9805d594c8d64515317646f78a4d4b7cd7d89f05d499c5c82789c9b8ac3fbdb4451519ecd
-DIST vscode-1.63.0-amd64.tar.gz 113754354 BLAKE2B 
04f127d25c522ac3c868c870d07f558eaa7036f6a4ff25bef854a5da7f8f42c9888f480f7d6027f5812ffc3402a36745da53c6212d206628a4b95606214f7f9f
 SHA512 
f1b30ead7c931cc4504d9e14c8e9528162c1c218c44e8556887fa6a34bab62a6436da61f683677b328a1a688c48ba646814757e738eb50104c02026eb5fe32aa
-DIST vscode-1.63.0-arm.tar.gz 94774652 BLAKE2B 
beca1e46d5f26ee99957e1d7ffa11a50e3197c4915b79d099bc03e63aa2e20fad4c4afc5ed1c5a2c953a4d394c382a1e6aa15e18ff80c9b7d81e9fe951cc5064
 SHA512 
1ec20720e0aa4a8cc6ea91cf942bfc02a427780a30f424f4ab701cd2f7a87c538131578592f2bc88060f987ebaf4f4b3f3d704c9a01e6a367540746cc6d2dc47
-DIST vscode-1.63.0-arm64.tar.gz 108359351 BLAKE2B 
cff4eb143d85bdd9d18ffb71b882a4ccd8d916e3f5dd0f869bbfd1220b0219907703aaaf5f7f95f4afd1c74008c980ff8e8adeb5685a079bff009ee9be22550b
 SHA512 
ef8356fb112251f9af22ea2e0aeee77ed3976c642f8528d6871f1e87c4bbffd1396956603daa993f31fdfa258ff6209a576bff03f5405312e3a2f41868fc6783
+DIST vscode-1.63.1-amd64.tar.gz 113723133 BLAKE2B 
98d5e8376e1926dea3e289243685f881497926f8bc413d0fd312684fb6d0f692890bc8212a62086c9b0178c436e8cbc0179657387753b4f30490c88805525a80
 SHA512 
be18f648db935497c2ce8f43fa54aeb775fcaa4348e0d561071d380a7fd373c4ad5a05f53ba4b33a44facf90e37b256818388c6ec8dfb6142658aaacb98fc1c7
+DIST vscode-1.63.1-arm.tar.gz 94749732 BLAKE2B 
65942830c0b66c25a104cbf3e758b7074a06e6995a59ed30fd3d944ac74f5ffd2cb1075fb17977aeb85196e292e646920912c804ae426916bd8a3431c5b6d788
 SHA512 
30a539f31c3e4d5598151533ad5e53e25c142a392a5ded51c5b386244a19b149eed03d28f772cdd4bce7366c25d3131f5c1db168589cdecf0e059ebd5c88493d
+DIST vscode-1.63.1-arm64.tar.gz 108342012 BLAKE2B 
b1c0bb6f3034f6fa1c662048e2ed55e2cd59b251c034133e80f0b7cb2e8418287f8fdac2f52f9e2cad469cc604128e82de44a3eb8a580372c0c31c8d48ed1471
 SHA512 
f0c71e17f2258919de1e7d9ec782df38fd5245276b0b5f2d79f71e6041d6f0939edee5efc04fcb120f9ca25165750a454b450cf083ae9ed296bc17a107564401

diff --git a/app-editors/vscode/vscode-1.63.0.ebuild 
b/app-editors/vscode/vscode-1.63.1.ebuild
similarity index 99%
rename from app-editors/vscode/vscode-1.63.0.ebuild
rename to app-editors/vscode/vscode-1.63.1.ebuild
index dbed711c205a..45c99d4302b6 100644
--- a/app-editors/vscode/vscode-1.63.0.ebuild
+++ b/app-editors/vscode/vscode-1.63.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop pax-utils xdg
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-12-15 Thread Sam James
commit: 201664ce1825b1576a343fcb22a3747c63c86f64
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Dec 11 00:50:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 16 03:07:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201664ce

app-editors/vscode: version bump to 1.63.0

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.63.0.ebuild | 121 
 2 files changed, 124 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 5b1c26371cb8..48fb9d0cd6f3 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9
 DIST vscode-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8ab356d6ae760d2b3bb32c41b308e5f78d824a8198201f1ea1c61034e2207bd674d00b1d5b52e75dbab07d2d7053adb17e9b64a4a47fd0c
 SHA512 
5d69e7fda01c381b3a068a73f5506aee78f299b2a9a48fce46100d5f6d1f4558c4c0abbe17c8507e85711409052fdf9d590b12c0534e6e5cfe002f766df69c50
 DIST vscode-1.62.3-arm.tar.gz 94730175 BLAKE2B 
176d2f39b1b8bc945b7fb03e4db834846a35afafe024a774326b15a1e083c06d08e4a7ac8c38233299869f7c02eed16e89335012202acb888cb0034042ec12ca
 SHA512 
130471b46794e1fd202fb83b891577e1f6bd29b72637e4efb5822e33a5578a848b236fc6c8a4652841e7b28f29cc9ffca718a3ddfda3d78cceef9b04087861a5
 DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb5763922fee650b83c3c9d9527d1323c602494b0e200543cbf527dbddb040ff786d88df5fac3d678d200d2a8768c7c3e0d135
 SHA512 
f1c91bdcef8f249bd4c81ec36ed5e0222eb1e6848206e33c3c7533a9805d594c8d64515317646f78a4d4b7cd7d89f05d499c5c82789c9b8ac3fbdb4451519ecd
+DIST vscode-1.63.0-amd64.tar.gz 113754354 BLAKE2B 
04f127d25c522ac3c868c870d07f558eaa7036f6a4ff25bef854a5da7f8f42c9888f480f7d6027f5812ffc3402a36745da53c6212d206628a4b95606214f7f9f
 SHA512 
f1b30ead7c931cc4504d9e14c8e9528162c1c218c44e8556887fa6a34bab62a6436da61f683677b328a1a688c48ba646814757e738eb50104c02026eb5fe32aa
+DIST vscode-1.63.0-arm.tar.gz 94774652 BLAKE2B 
beca1e46d5f26ee99957e1d7ffa11a50e3197c4915b79d099bc03e63aa2e20fad4c4afc5ed1c5a2c953a4d394c382a1e6aa15e18ff80c9b7d81e9fe951cc5064
 SHA512 
1ec20720e0aa4a8cc6ea91cf942bfc02a427780a30f424f4ab701cd2f7a87c538131578592f2bc88060f987ebaf4f4b3f3d704c9a01e6a367540746cc6d2dc47
+DIST vscode-1.63.0-arm64.tar.gz 108359351 BLAKE2B 
cff4eb143d85bdd9d18ffb71b882a4ccd8d916e3f5dd0f869bbfd1220b0219907703aaaf5f7f95f4afd1c74008c980ff8e8adeb5685a079bff009ee9be22550b
 SHA512 
ef8356fb112251f9af22ea2e0aeee77ed3976c642f8528d6871f1e87c4bbffd1396956603daa993f31fdfa258ff6209a576bff03f5405312e3a2f41868fc6783

diff --git a/app-editors/vscode/vscode-1.63.0.ebuild 
b/app-editors/vscode/vscode-1.63.0.ebuild
new file mode 100644
index ..dbed711c205a
--- /dev/null
+++ b/app-editors/vscode/vscode-1.63.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-11-24 Thread Joonas Niilola
commit: bcf33055f06b590907f69fe529904394cefa48ca
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Nov 19 01:40:38 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 24 15:23:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf33055

app-editors/vscode: version bump to 1.62.3

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.62.2.ebuild => vscode-1.62.3.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index a4f7603f00fe..5b1c26371cb8 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc48
 DIST vscode-1.61.2-amd64.tar.gz 112814371 BLAKE2B 
c297d27f12dbbf5bb752076881ae28100d1b051d14528425f8227c5c70ce779ab8db93b960bd4d4ff9788fa2e63167c4253324ba4413b0975d41608c541c6303
 SHA512 
52c3b89612f2d2f72ea9de9449d191130a23a3dbae1f2876e1716773abe9b6c7064a8eb6053d6bc94438b6e3753df2f00ccc4452b2404fcb2c052ea6090d83cc
 DIST vscode-1.61.2-arm.tar.gz 94477034 BLAKE2B 
cecb63ed58a36fbbef13cf7de086f0f7f77efea03fc605801b3064c273736ea999b91ef84e0c900ca415955cd7a508d20c33e92a5acab0dcca388d9624743902
 SHA512 
9cfd10c4cc6d2e3eaa1323afc1b493448632f57681b1e7d595d7f52a7e7d4c4a2ce48d2e6b21b2380fb7be8d98d33d5848a91af178eed974f952bcd7cfbbcb3d
 DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9fc7fdee77ffbe768287cd72e89103880002fd2ca77bc72f0210f2f4c0e4cec2b7708404e7db874d7c87d97b17361a26d4e
 SHA512 
dcac0d56bde8b1fd855d386da77e164354f8c819e994d395cfd6b9cf50d5ac96421745c6efc20ec89448e6020b61b0d4ed482e74ecb39422a6acf3662f905dfa
-DIST vscode-1.62.2-amd64.tar.gz 113716109 BLAKE2B 
68aba7551eb5cf58ace7b01361ed33ee43a8118130371b726b094953b188ac64afd30c022560796bd93fb9f3e32c23aa35cb11502bd90e66ae2194ae9c2770ae
 SHA512 
231781b47d4bbed48a3b88fe9a1924964c865b0a057f8bca1f6cca338d425e40e36c882293eb0a2e64990dcdce2c9bd39c2d236c9eae4ce48ea255fcecd15ad3
-DIST vscode-1.62.2-arm.tar.gz 94725267 BLAKE2B 
a8c49fd3230b79387d599f3d2a00a74a271f5c0064ccbf4e4806aa9b2ea888b25228fe52fb175dac9eeba282c31c06a14fb111ec591dc6c97a9ac23bfd40a996
 SHA512 
901a355c9e366b1a98f3ae3549e9b740ef89648facfc9ba886d5be3a288e1921885702a5e1c30058ad394e2d8879624bf26a1382775665b183826f33b1c21934
-DIST vscode-1.62.2-arm64.tar.gz 108327023 BLAKE2B 
5238fc01d8088d51c7a15764e32687cbe783078def705eb6020d7a2aa5dc72c99ccaeb9591dad94a86cef88b4724ae68daa518e7c43dda8ace0c5a92e3da78d6
 SHA512 
b8bb0e2bd7e05eddc764953944519cfc47cca4acd7b0f292c420e5f22dd7c7e392bd3aa835a7ef4c23b5d9a3a791a6dc2f1b63e93ec13e93ab32abb6731f12ca
+DIST vscode-1.62.3-amd64.tar.gz 113702793 BLAKE2B 
0d5b79c0379bfc39f8ab356d6ae760d2b3bb32c41b308e5f78d824a8198201f1ea1c61034e2207bd674d00b1d5b52e75dbab07d2d7053adb17e9b64a4a47fd0c
 SHA512 
5d69e7fda01c381b3a068a73f5506aee78f299b2a9a48fce46100d5f6d1f4558c4c0abbe17c8507e85711409052fdf9d590b12c0534e6e5cfe002f766df69c50
+DIST vscode-1.62.3-arm.tar.gz 94730175 BLAKE2B 
176d2f39b1b8bc945b7fb03e4db834846a35afafe024a774326b15a1e083c06d08e4a7ac8c38233299869f7c02eed16e89335012202acb888cb0034042ec12ca
 SHA512 
130471b46794e1fd202fb83b891577e1f6bd29b72637e4efb5822e33a5578a848b236fc6c8a4652841e7b28f29cc9ffca718a3ddfda3d78cceef9b04087861a5
+DIST vscode-1.62.3-arm64.tar.gz 108316120 BLAKE2B 
def07c01b4371b6e3ea1c47a45eb5763922fee650b83c3c9d9527d1323c602494b0e200543cbf527dbddb040ff786d88df5fac3d678d200d2a8768c7c3e0d135
 SHA512 
f1c91bdcef8f249bd4c81ec36ed5e0222eb1e6848206e33c3c7533a9805d594c8d64515317646f78a4d4b7cd7d89f05d499c5c82789c9b8ac3fbdb4451519ecd

diff --git a/app-editors/vscode/vscode-1.62.2.ebuild 
b/app-editors/vscode/vscode-1.62.3.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.62.2.ebuild
rename to app-editors/vscode/vscode-1.62.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-11-12 Thread Joonas Niilola
commit: 82cf496f9fe5fb1fbbc87b388374c5a223d192d4
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Nov 12 12:11:31 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Nov 12 13:03:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cf496f

app-editors/vscode: version bump to 1.62.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.62.0.ebuild => vscode-1.62.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 6e04c3560fb..a4f7603f00f 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc48
 DIST vscode-1.61.2-amd64.tar.gz 112814371 BLAKE2B 
c297d27f12dbbf5bb752076881ae28100d1b051d14528425f8227c5c70ce779ab8db93b960bd4d4ff9788fa2e63167c4253324ba4413b0975d41608c541c6303
 SHA512 
52c3b89612f2d2f72ea9de9449d191130a23a3dbae1f2876e1716773abe9b6c7064a8eb6053d6bc94438b6e3753df2f00ccc4452b2404fcb2c052ea6090d83cc
 DIST vscode-1.61.2-arm.tar.gz 94477034 BLAKE2B 
cecb63ed58a36fbbef13cf7de086f0f7f77efea03fc605801b3064c273736ea999b91ef84e0c900ca415955cd7a508d20c33e92a5acab0dcca388d9624743902
 SHA512 
9cfd10c4cc6d2e3eaa1323afc1b493448632f57681b1e7d595d7f52a7e7d4c4a2ce48d2e6b21b2380fb7be8d98d33d5848a91af178eed974f952bcd7cfbbcb3d
 DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9fc7fdee77ffbe768287cd72e89103880002fd2ca77bc72f0210f2f4c0e4cec2b7708404e7db874d7c87d97b17361a26d4e
 SHA512 
dcac0d56bde8b1fd855d386da77e164354f8c819e994d395cfd6b9cf50d5ac96421745c6efc20ec89448e6020b61b0d4ed482e74ecb39422a6acf3662f905dfa
-DIST vscode-1.62.0-amd64.tar.gz 113727156 BLAKE2B 
5d0fd32b4442c7d13ba232cf708c3d262b45f9096e07590ae5efead2d9e0d8737aca6b66f950a08304b80e10773ca39d64a72106ef5d9830298b84b4c1d7692e
 SHA512 
5c13d6dcd0bd6ecfb0f5999b51bb49ce8bab4d0a24e5813620d97d28c3567046bc46dce98cff628fb58bddf243d2898a0f8b43b9b4dee390450db4bd1de09bcf
-DIST vscode-1.62.0-arm.tar.gz 94729600 BLAKE2B 
ed2a3a1f6c5349b96592f966c1215f9f2f4e52c934f2963747bab89c08ded7566a19d94c8d2dc725b227c10532383e267a440b400fa282f958eb5abe9d54a1d7
 SHA512 
74901df37b1fa79e1de9f2874bb9a2e36c4c9d321dc485ffbb8eedb745f429df3d2358caa529430b5341a64015d7e05a4c35591d4d0aa79f5afb24f2490e75a5
-DIST vscode-1.62.0-arm64.tar.gz 108336040 BLAKE2B 
d6df241753e9d99c2e6b7a672854bad0c93a50f2bc73447383765ebbc844ac0f554b08af72fd365499a9bbb48acbe3be983d3af7f6bde4bf60b4efd3cf288d2d
 SHA512 
e6a9aaf325c52f0347e118f470461a5dbc721a9cbe4510f3668161c3b6b550537fbf6bcdf423e0d2bec13a9593f414e84e6b1e36e5e34bf565e3d5a3fe891712
+DIST vscode-1.62.2-amd64.tar.gz 113716109 BLAKE2B 
68aba7551eb5cf58ace7b01361ed33ee43a8118130371b726b094953b188ac64afd30c022560796bd93fb9f3e32c23aa35cb11502bd90e66ae2194ae9c2770ae
 SHA512 
231781b47d4bbed48a3b88fe9a1924964c865b0a057f8bca1f6cca338d425e40e36c882293eb0a2e64990dcdce2c9bd39c2d236c9eae4ce48ea255fcecd15ad3
+DIST vscode-1.62.2-arm.tar.gz 94725267 BLAKE2B 
a8c49fd3230b79387d599f3d2a00a74a271f5c0064ccbf4e4806aa9b2ea888b25228fe52fb175dac9eeba282c31c06a14fb111ec591dc6c97a9ac23bfd40a996
 SHA512 
901a355c9e366b1a98f3ae3549e9b740ef89648facfc9ba886d5be3a288e1921885702a5e1c30058ad394e2d8879624bf26a1382775665b183826f33b1c21934
+DIST vscode-1.62.2-arm64.tar.gz 108327023 BLAKE2B 
5238fc01d8088d51c7a15764e32687cbe783078def705eb6020d7a2aa5dc72c99ccaeb9591dad94a86cef88b4724ae68daa518e7c43dda8ace0c5a92e3da78d6
 SHA512 
b8bb0e2bd7e05eddc764953944519cfc47cca4acd7b0f292c420e5f22dd7c7e392bd3aa835a7ef4c23b5d9a3a791a6dc2f1b63e93ec13e93ab32abb6731f12ca

diff --git a/app-editors/vscode/vscode-1.62.0.ebuild 
b/app-editors/vscode/vscode-1.62.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.62.0.ebuild
rename to app-editors/vscode/vscode-1.62.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-11-06 Thread Sam James
commit: 719917d39f0916f2feb3e80f7279dab21e1aa477
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Nov  6 10:21:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  7 04:15:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719917d3

app-editors/vscode: remove old version

Bug: https://bugs.gentoo.org/822135
Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.59.1.ebuild | 105 
 2 files changed, 108 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 1eb365579dd..6e04c3560fb 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.59.1-amd64.tar.gz 106142213 BLAKE2B 
eed73d0e98ea0275ed005586f18e14b3671a4dea301f44f469798bae3c298d8eb7e819c896957f9a1cd3e978ce171ff9d3a7433ede540b0647cae735b2d53bcd
 SHA512 
c7ae7417bd233498b6be0dbcbc67ee44283a14938bfecb3b61d224533a4edf31c291bebdb90e87d769cb52afb9ac17f2fb20ba64dab7773d1ce965aa9d7bfae6
-DIST vscode-1.59.1-arm.tar.gz 97705768 BLAKE2B 
daf2b56ecbf45b57d6b147e4b839000621e367caac66189151b9021ade6901941a8d641291a132d1c1bbdf40bb411bc65d8663743307e896670cfaf24d335feb
 SHA512 
ade1499986a4cefad933cbcf9a073230e74b1a554248e41f1b58480d53b68f6ed0fa0e8faa6f52e59eebc94dcc5127bdbedf77deeab0b108ec7832c71cfd3f6f
-DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b23ff6eaa11de8d754edf8bec8fdd6fdd81c0ff246829a7ef4a92697ecb6356b779456aa8c1781f50ca4c7891297788aa43
 SHA512 
27b8aeac5ed2bac8bc6dc502ca39cac94f7e8ea4ea6baedffaa3b44dea451738e798674976444268db5543b6a144d55cadd47ded755a66c484c4c05cd5d20ad8
 DIST vscode-1.60.2-amd64.tar.gz 105537736 BLAKE2B 
395cbea3c7522749423d8b79d7461189dbb04b1d751bb4a70b6ce7782e971c1dac0e51cda91e961cab0fceeef16e073803d2f54bd6d8840596a2ea45f9f34369
 SHA512 
caf8acea129533a6cb5824d5ed97f9e9f740dcdc67c3a0c3cf778d58a8fddebe870892d25ad74116c5311a53497db933ff70e5e250480c3a0d76e5fc62733b02
 DIST vscode-1.60.2-arm.tar.gz 94232609 BLAKE2B 
eb896cc316dfc96d6d523d15da735b18eb6e6011d7ec92b5f9fa8732f574097579c8af4601312c831a9f4aa752087188e203b761e86df31b688838b45354deb1
 SHA512 
8261b71740344f927091dadd28bcb06d17b70551da0fd0b3c20378ec744cc31660ae32aadedd87a8942c410da381dbf7e023c27af913a62a1bba774d6de241ea
 DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc489ec77818c0304859d64838317fbaf9225f4325a8b237268569f88eca7c76ea7a73275d90747b4485eff30d5f59a9cdd977
 SHA512 
cc50c7ec44d546b227c271f621be87120a1c36c2ed8236421e9c7227c1cb83bf970d5673191afc1383c4479393b5fae873fd6829179d1d9139b6c3ec32c5c1fd

diff --git a/app-editors/vscode/vscode-1.59.1.ebuild 
b/app-editors/vscode/vscode-1.59.1.ebuild
deleted file mode 100644
index 0004959b3c5..000
--- a/app-editors/vscode/vscode-1.59.1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-   app-crypt/libsecret[crypt]
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/libpng:0/16
-   x11-libs/cairo
-   x11-libs/gtk+:3
-   x11-libs/libnotify
-   x11-libs/libxkbcommon
-   x11-libs/libxkbfile
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   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 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-11-06 Thread Sam James
commit: b3e380258931feec7fb09fe017e5425aeb3886cb
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Nov  6 10:20:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  7 04:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e38025

app-editors/vscode: bump to 1.62.0

Bug: https://bugs.gentoo.org/822135
Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.62.0.ebuild | 121 
 2 files changed, 124 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index d7dc85a9a2a..1eb365579dd 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc48
 DIST vscode-1.61.2-amd64.tar.gz 112814371 BLAKE2B 
c297d27f12dbbf5bb752076881ae28100d1b051d14528425f8227c5c70ce779ab8db93b960bd4d4ff9788fa2e63167c4253324ba4413b0975d41608c541c6303
 SHA512 
52c3b89612f2d2f72ea9de9449d191130a23a3dbae1f2876e1716773abe9b6c7064a8eb6053d6bc94438b6e3753df2f00ccc4452b2404fcb2c052ea6090d83cc
 DIST vscode-1.61.2-arm.tar.gz 94477034 BLAKE2B 
cecb63ed58a36fbbef13cf7de086f0f7f77efea03fc605801b3064c273736ea999b91ef84e0c900ca415955cd7a508d20c33e92a5acab0dcca388d9624743902
 SHA512 
9cfd10c4cc6d2e3eaa1323afc1b493448632f57681b1e7d595d7f52a7e7d4c4a2ce48d2e6b21b2380fb7be8d98d33d5848a91af178eed974f952bcd7cfbbcb3d
 DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9fc7fdee77ffbe768287cd72e89103880002fd2ca77bc72f0210f2f4c0e4cec2b7708404e7db874d7c87d97b17361a26d4e
 SHA512 
dcac0d56bde8b1fd855d386da77e164354f8c819e994d395cfd6b9cf50d5ac96421745c6efc20ec89448e6020b61b0d4ed482e74ecb39422a6acf3662f905dfa
+DIST vscode-1.62.0-amd64.tar.gz 113727156 BLAKE2B 
5d0fd32b4442c7d13ba232cf708c3d262b45f9096e07590ae5efead2d9e0d8737aca6b66f950a08304b80e10773ca39d64a72106ef5d9830298b84b4c1d7692e
 SHA512 
5c13d6dcd0bd6ecfb0f5999b51bb49ce8bab4d0a24e5813620d97d28c3567046bc46dce98cff628fb58bddf243d2898a0f8b43b9b4dee390450db4bd1de09bcf
+DIST vscode-1.62.0-arm.tar.gz 94729600 BLAKE2B 
ed2a3a1f6c5349b96592f966c1215f9f2f4e52c934f2963747bab89c08ded7566a19d94c8d2dc725b227c10532383e267a440b400fa282f958eb5abe9d54a1d7
 SHA512 
74901df37b1fa79e1de9f2874bb9a2e36c4c9d321dc485ffbb8eedb745f429df3d2358caa529430b5341a64015d7e05a4c35591d4d0aa79f5afb24f2490e75a5
+DIST vscode-1.62.0-arm64.tar.gz 108336040 BLAKE2B 
d6df241753e9d99c2e6b7a672854bad0c93a50f2bc73447383765ebbc844ac0f554b08af72fd365499a9bbb48acbe3be983d3af7f6bde4bf60b4efd3cf288d2d
 SHA512 
e6a9aaf325c52f0347e118f470461a5dbc721a9cbe4510f3668161c3b6b550537fbf6bcdf423e0d2bec13a9593f414e84e6b1e36e5e34bf565e3d5a3fe891712

diff --git a/app-editors/vscode/vscode-1.62.0.ebuild 
b/app-editors/vscode/vscode-1.62.0.ebuild
new file mode 100644
index 000..dbed711c205
--- /dev/null
+++ b/app-editors/vscode/vscode-1.62.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-10-23 Thread Sam James
commit: b6d922e842face05a57dbb8b5e6fe6ee785a3b6e
Author: Matt Jolly  footclan  ninja>
AuthorDate: Thu Oct 21 10:30:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 03:57:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d922e8

app-editors/vscode: remove old version

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/22597
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.58.2.ebuild | 103 
 2 files changed, 106 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index d8a91d3190b..d7dc85a9a2a 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.58.2-amd64.tar.gz 105591644 BLAKE2B 
bc130bfeab48f60f4149aa9d44aebbfba121cb629f1295acb23361a06e5071ddb2dc147c7d161b67f57d45fdb1337784a85bb4f08c6f82a48675c35be0037047
 SHA512 
00e4012d133e8755b13b1b0136078db872b7f202c59663ea46b137451338ca77f8020cc7fffa807ba5e5963105f0ce8ea0d2a0f29702078a64ace5743da6c83e
-DIST vscode-1.58.2-arm.tar.gz 96167069 BLAKE2B 
1c19cf29c9419663216e3ccf521314e0102efcd18a69b0e3668259f8172a377300f1ca900e2d0cda325619a855fdcd6def5db34ebab0e6f79bc0ffd1cb2eb609
 SHA512 
32c4011c0a10827b73388b469246c179fc3aa06e883c1264f215cd96695821945401b4d0bfc7cf324768977eeb0c785ab4948fdb50899b26b9ca469087ab3b45
-DIST vscode-1.58.2-arm64.tar.gz 110942132 BLAKE2B 
3fb2a83087789690ba930ae0910b931f8f2ed129049e536d172bd67be6d928afb2e17ba09756c1dd3f9c145354fa8eface31928f419f74df165bb0c60588dc57
 SHA512 
f1ae69955251b6e8e92eebf01edfd820cdbf06c887349ba1cb6db2ff8aee170183029a0f2b5075b8a07ed9a26e982b87d63fe0fe4a193fa71ff5ebb52fdf1221
 DIST vscode-1.59.1-amd64.tar.gz 106142213 BLAKE2B 
eed73d0e98ea0275ed005586f18e14b3671a4dea301f44f469798bae3c298d8eb7e819c896957f9a1cd3e978ce171ff9d3a7433ede540b0647cae735b2d53bcd
 SHA512 
c7ae7417bd233498b6be0dbcbc67ee44283a14938bfecb3b61d224533a4edf31c291bebdb90e87d769cb52afb9ac17f2fb20ba64dab7773d1ce965aa9d7bfae6
 DIST vscode-1.59.1-arm.tar.gz 97705768 BLAKE2B 
daf2b56ecbf45b57d6b147e4b839000621e367caac66189151b9021ade6901941a8d641291a132d1c1bbdf40bb411bc65d8663743307e896670cfaf24d335feb
 SHA512 
ade1499986a4cefad933cbcf9a073230e74b1a554248e41f1b58480d53b68f6ed0fa0e8faa6f52e59eebc94dcc5127bdbedf77deeab0b108ec7832c71cfd3f6f
 DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b23ff6eaa11de8d754edf8bec8fdd6fdd81c0ff246829a7ef4a92697ecb6356b779456aa8c1781f50ca4c7891297788aa43
 SHA512 
27b8aeac5ed2bac8bc6dc502ca39cac94f7e8ea4ea6baedffaa3b44dea451738e798674976444268db5543b6a144d55cadd47ded755a66c484c4c05cd5d20ad8

diff --git a/app-editors/vscode/vscode-1.58.2.ebuild 
b/app-editors/vscode/vscode-1.58.2.ebuild
deleted file mode 100644
index 044c01c3300..000
--- a/app-editors/vscode/vscode-1.58.2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-   app-crypt/libsecret[crypt]
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/libpng:0/16
-   x11-libs/cairo
-   x11-libs/gtk+:3
-   x11-libs/libnotify
-   x11-libs/libxkbcommon
-   x11-libs/libxkbfile
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   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 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-10-23 Thread Sam James
commit: 637a805e4dbef153c5e2483fe4c6d7a73bc4374c
Author: Matt Jolly  footclan  ninja>
AuthorDate: Thu Oct 21 10:28:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 03:57:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637a805e

app-editors/vscode: version bump 1.61.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.61.1.ebuild => vscode-1.61.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index f55c68118ec..d8a91d3190b 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,6 +7,6 @@ DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b
 DIST vscode-1.60.2-amd64.tar.gz 105537736 BLAKE2B 
395cbea3c7522749423d8b79d7461189dbb04b1d751bb4a70b6ce7782e971c1dac0e51cda91e961cab0fceeef16e073803d2f54bd6d8840596a2ea45f9f34369
 SHA512 
caf8acea129533a6cb5824d5ed97f9e9f740dcdc67c3a0c3cf778d58a8fddebe870892d25ad74116c5311a53497db933ff70e5e250480c3a0d76e5fc62733b02
 DIST vscode-1.60.2-arm.tar.gz 94232609 BLAKE2B 
eb896cc316dfc96d6d523d15da735b18eb6e6011d7ec92b5f9fa8732f574097579c8af4601312c831a9f4aa752087188e203b761e86df31b688838b45354deb1
 SHA512 
8261b71740344f927091dadd28bcb06d17b70551da0fd0b3c20378ec744cc31660ae32aadedd87a8942c410da381dbf7e023c27af913a62a1bba774d6de241ea
 DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc489ec77818c0304859d64838317fbaf9225f4325a8b237268569f88eca7c76ea7a73275d90747b4485eff30d5f59a9cdd977
 SHA512 
cc50c7ec44d546b227c271f621be87120a1c36c2ed8236421e9c7227c1cb83bf970d5673191afc1383c4479393b5fae873fd6829179d1d9139b6c3ec32c5c1fd
-DIST vscode-1.61.1-amd64.tar.gz 112707199 BLAKE2B 
f992466965e6807c000718c90c59e5d45e46192c8ec4a14e843ef71bebeb86bfc281ea2e7c41a5c515a904ecff82c3edc47ae33d769a2a69f154529ae4bf6a25
 SHA512 
4bc9fa8aa1160573f367c609a175547b12592f07a36d5c49c0d1434a7b22257dbb6ec39ce3bbc40f55177a9de51d49ac8b85e563cae9a5cff520a812f92afd7e
-DIST vscode-1.61.1-arm.tar.gz 94342599 BLAKE2B 
98ffc184981197bfd6fb1a0104e8a95ac18df27eee9e44e46fd42bd3986176b0996a8a454414c860a15f6d3679c3e3ab0677cb380de2b4d4f154ba83b939133c
 SHA512 
dd9066ba6d0ad26f1b49cebeeed5d2c45be97a6e749f1a1fe83f259311f89e25ee79d3e305481879504b3e4a99bb6aa61025403265304f82ddc348cb38104140
-DIST vscode-1.61.1-arm64.tar.gz 107928610 BLAKE2B 
aa88e8784976d02f35c08aee64e25f63d3cf5ab53c2941f1170dc1e5a59000e853cb6f7bb597d6035b61e8421639d60b6cd63b62667d54a7bea1b2e2e7de0515
 SHA512 
7e561e3d2a79f58062e256cf0d0cf98eb0d16d55b943e8eeeda9e19b00922cfe63f70bb386de0337a83ec852cc83ca770e31fad085f60cf09ec70ac27d2a9b7c
+DIST vscode-1.61.2-amd64.tar.gz 112814371 BLAKE2B 
c297d27f12dbbf5bb752076881ae28100d1b051d14528425f8227c5c70ce779ab8db93b960bd4d4ff9788fa2e63167c4253324ba4413b0975d41608c541c6303
 SHA512 
52c3b89612f2d2f72ea9de9449d191130a23a3dbae1f2876e1716773abe9b6c7064a8eb6053d6bc94438b6e3753df2f00ccc4452b2404fcb2c052ea6090d83cc
+DIST vscode-1.61.2-arm.tar.gz 94477034 BLAKE2B 
cecb63ed58a36fbbef13cf7de086f0f7f77efea03fc605801b3064c273736ea999b91ef84e0c900ca415955cd7a508d20c33e92a5acab0dcca388d9624743902
 SHA512 
9cfd10c4cc6d2e3eaa1323afc1b493448632f57681b1e7d595d7f52a7e7d4c4a2ce48d2e6b21b2380fb7be8d98d33d5848a91af178eed974f952bcd7cfbbcb3d
+DIST vscode-1.61.2-arm64.tar.gz 108043274 BLAKE2B 
f512c85102b3e3858a5ba8f2a63ec9fc7fdee77ffbe768287cd72e89103880002fd2ca77bc72f0210f2f4c0e4cec2b7708404e7db874d7c87d97b17361a26d4e
 SHA512 
dcac0d56bde8b1fd855d386da77e164354f8c819e994d395cfd6b9cf50d5ac96421745c6efc20ec89448e6020b61b0d4ed482e74ecb39422a6acf3662f905dfa

diff --git a/app-editors/vscode/vscode-1.61.1.ebuild 
b/app-editors/vscode/vscode-1.61.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.61.1.ebuild
rename to app-editors/vscode/vscode-1.61.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-10-23 Thread Sam James
commit: 8d0649f0e47434b3c1f57302208e0260701c01bd
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sat Oct 16 02:59:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 24 03:57:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0649f0

app-editors/vscode: version bump 1.61.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.61.1.ebuild | 121 
 2 files changed, 124 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 1cebfe41829..f55c68118ec 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b
 DIST vscode-1.60.2-amd64.tar.gz 105537736 BLAKE2B 
395cbea3c7522749423d8b79d7461189dbb04b1d751bb4a70b6ce7782e971c1dac0e51cda91e961cab0fceeef16e073803d2f54bd6d8840596a2ea45f9f34369
 SHA512 
caf8acea129533a6cb5824d5ed97f9e9f740dcdc67c3a0c3cf778d58a8fddebe870892d25ad74116c5311a53497db933ff70e5e250480c3a0d76e5fc62733b02
 DIST vscode-1.60.2-arm.tar.gz 94232609 BLAKE2B 
eb896cc316dfc96d6d523d15da735b18eb6e6011d7ec92b5f9fa8732f574097579c8af4601312c831a9f4aa752087188e203b761e86df31b688838b45354deb1
 SHA512 
8261b71740344f927091dadd28bcb06d17b70551da0fd0b3c20378ec744cc31660ae32aadedd87a8942c410da381dbf7e023c27af913a62a1bba774d6de241ea
 DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc489ec77818c0304859d64838317fbaf9225f4325a8b237268569f88eca7c76ea7a73275d90747b4485eff30d5f59a9cdd977
 SHA512 
cc50c7ec44d546b227c271f621be87120a1c36c2ed8236421e9c7227c1cb83bf970d5673191afc1383c4479393b5fae873fd6829179d1d9139b6c3ec32c5c1fd
+DIST vscode-1.61.1-amd64.tar.gz 112707199 BLAKE2B 
f992466965e6807c000718c90c59e5d45e46192c8ec4a14e843ef71bebeb86bfc281ea2e7c41a5c515a904ecff82c3edc47ae33d769a2a69f154529ae4bf6a25
 SHA512 
4bc9fa8aa1160573f367c609a175547b12592f07a36d5c49c0d1434a7b22257dbb6ec39ce3bbc40f55177a9de51d49ac8b85e563cae9a5cff520a812f92afd7e
+DIST vscode-1.61.1-arm.tar.gz 94342599 BLAKE2B 
98ffc184981197bfd6fb1a0104e8a95ac18df27eee9e44e46fd42bd3986176b0996a8a454414c860a15f6d3679c3e3ab0677cb380de2b4d4f154ba83b939133c
 SHA512 
dd9066ba6d0ad26f1b49cebeeed5d2c45be97a6e749f1a1fe83f259311f89e25ee79d3e305481879504b3e4a99bb6aa61025403265304f82ddc348cb38104140
+DIST vscode-1.61.1-arm64.tar.gz 107928610 BLAKE2B 
aa88e8784976d02f35c08aee64e25f63d3cf5ab53c2941f1170dc1e5a59000e853cb6f7bb597d6035b61e8421639d60b6cd63b62667d54a7bea1b2e2e7de0515
 SHA512 
7e561e3d2a79f58062e256cf0d0cf98eb0d16d55b943e8eeeda9e19b00922cfe63f70bb386de0337a83ec852cc83ca770e31fad085f60cf09ec70ac27d2a9b7c

diff --git a/app-editors/vscode/vscode-1.61.1.ebuild 
b/app-editors/vscode/vscode-1.61.1.ebuild
new file mode 100644
index 000..dbed711c205
--- /dev/null
+++ b/app-editors/vscode/vscode-1.61.1.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-10-02 Thread Joonas Niilola
commit: 80bbce5cf193133f1122142c818680a1098b01ca
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Thu Sep 30 12:07:34 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Oct  2 13:34:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bbce5c

app-editors/vscode: version bump to 1.60.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.60.1.ebuild => vscode-1.60.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 94768e30ba8..1cebfe41829 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.58.2-arm64.tar.gz 110942132 BLAKE2B 
3fb2a83087789690ba930ae0910b93
 DIST vscode-1.59.1-amd64.tar.gz 106142213 BLAKE2B 
eed73d0e98ea0275ed005586f18e14b3671a4dea301f44f469798bae3c298d8eb7e819c896957f9a1cd3e978ce171ff9d3a7433ede540b0647cae735b2d53bcd
 SHA512 
c7ae7417bd233498b6be0dbcbc67ee44283a14938bfecb3b61d224533a4edf31c291bebdb90e87d769cb52afb9ac17f2fb20ba64dab7773d1ce965aa9d7bfae6
 DIST vscode-1.59.1-arm.tar.gz 97705768 BLAKE2B 
daf2b56ecbf45b57d6b147e4b839000621e367caac66189151b9021ade6901941a8d641291a132d1c1bbdf40bb411bc65d8663743307e896670cfaf24d335feb
 SHA512 
ade1499986a4cefad933cbcf9a073230e74b1a554248e41f1b58480d53b68f6ed0fa0e8faa6f52e59eebc94dcc5127bdbedf77deeab0b108ec7832c71cfd3f6f
 DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b23ff6eaa11de8d754edf8bec8fdd6fdd81c0ff246829a7ef4a92697ecb6356b779456aa8c1781f50ca4c7891297788aa43
 SHA512 
27b8aeac5ed2bac8bc6dc502ca39cac94f7e8ea4ea6baedffaa3b44dea451738e798674976444268db5543b6a144d55cadd47ded755a66c484c4c05cd5d20ad8
-DIST vscode-1.60.1-amd64.tar.gz 105536833 BLAKE2B 
40c5ac3a1289c7dd5ad186b780c50ac3290729b114a1ff425c3fe70cce7420b105e7b02f868eea979013e1ac169b9dd6f3ad59f7f3f1d24faef78a8f183f77ad
 SHA512 
40734256793133b0f63655ec42ea39de7e91363152b6cc39705e1ffb1fead17fd3fd535d5446b7c94e07063414338c73de90321bda999470238ffaa4480edd6f
-DIST vscode-1.60.1-arm.tar.gz 94231965 BLAKE2B 
7cfc7edfb7a632a4cbede205bd74c74884eb026ecfb3ee068ff71b887a4812399412b41d243053b3098375c907d1824502600463b486d8c2c802f090305f9321
 SHA512 
1df28940435d0e21c8617c0b501497cc2b92d67c7b09835287bbbe731d5264e77a7ae1ec48d45e0f0058f47b1d8228173cfaf398b5953378c9e8f1d85bd851e3
-DIST vscode-1.60.1-arm64.tar.gz 107824269 BLAKE2B 
36bb6b9844ed865592686312953ba9ea86dbe15d5e48fc593ca0c9b4314d92a86cbdd21ca91875f0005f1bb5fe99ed335fb2efeaba1159e28a6a8e2c4f0eea72
 SHA512 
5100f1feebda2fcd977d8c5440a63bd3583488f39ef4fcc775125e449e2659fd21a0d41b4d3aad663d5f4dd4cb90e7d92a6e3626158ac35abd1b2db3ba61f390
+DIST vscode-1.60.2-amd64.tar.gz 105537736 BLAKE2B 
395cbea3c7522749423d8b79d7461189dbb04b1d751bb4a70b6ce7782e971c1dac0e51cda91e961cab0fceeef16e073803d2f54bd6d8840596a2ea45f9f34369
 SHA512 
caf8acea129533a6cb5824d5ed97f9e9f740dcdc67c3a0c3cf778d58a8fddebe870892d25ad74116c5311a53497db933ff70e5e250480c3a0d76e5fc62733b02
+DIST vscode-1.60.2-arm.tar.gz 94232609 BLAKE2B 
eb896cc316dfc96d6d523d15da735b18eb6e6011d7ec92b5f9fa8732f574097579c8af4601312c831a9f4aa752087188e203b761e86df31b688838b45354deb1
 SHA512 
8261b71740344f927091dadd28bcb06d17b70551da0fd0b3c20378ec744cc31660ae32aadedd87a8942c410da381dbf7e023c27af913a62a1bba774d6de241ea
+DIST vscode-1.60.2-arm64.tar.gz 107827801 BLAKE2B 
aff930e81534972f2dc3d7d0d5cc489ec77818c0304859d64838317fbaf9225f4325a8b237268569f88eca7c76ea7a73275d90747b4485eff30d5f59a9cdd977
 SHA512 
cc50c7ec44d546b227c271f621be87120a1c36c2ed8236421e9c7227c1cb83bf970d5673191afc1383c4479393b5fae873fd6829179d1d9139b6c3ec32c5c1fd

diff --git a/app-editors/vscode/vscode-1.60.1.ebuild 
b/app-editors/vscode/vscode-1.60.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.60.1.ebuild
rename to app-editors/vscode/vscode-1.60.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-09-18 Thread Joonas Niilola
commit: 089d4dddfbab152dc603b1579ed1f77d05dc13bb
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Wed Sep 15 22:41:01 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Sep 18 09:49:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089d4ddd

app-editors/vscode: version bump to 1.60.1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.60.0.ebuild => vscode-1.60.1.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 6cef25b32a0..94768e30ba8 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,6 +4,6 @@ DIST vscode-1.58.2-arm64.tar.gz 110942132 BLAKE2B 
3fb2a83087789690ba930ae0910b93
 DIST vscode-1.59.1-amd64.tar.gz 106142213 BLAKE2B 
eed73d0e98ea0275ed005586f18e14b3671a4dea301f44f469798bae3c298d8eb7e819c896957f9a1cd3e978ce171ff9d3a7433ede540b0647cae735b2d53bcd
 SHA512 
c7ae7417bd233498b6be0dbcbc67ee44283a14938bfecb3b61d224533a4edf31c291bebdb90e87d769cb52afb9ac17f2fb20ba64dab7773d1ce965aa9d7bfae6
 DIST vscode-1.59.1-arm.tar.gz 97705768 BLAKE2B 
daf2b56ecbf45b57d6b147e4b839000621e367caac66189151b9021ade6901941a8d641291a132d1c1bbdf40bb411bc65d8663743307e896670cfaf24d335feb
 SHA512 
ade1499986a4cefad933cbcf9a073230e74b1a554248e41f1b58480d53b68f6ed0fa0e8faa6f52e59eebc94dcc5127bdbedf77deeab0b108ec7832c71cfd3f6f
 DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b23ff6eaa11de8d754edf8bec8fdd6fdd81c0ff246829a7ef4a92697ecb6356b779456aa8c1781f50ca4c7891297788aa43
 SHA512 
27b8aeac5ed2bac8bc6dc502ca39cac94f7e8ea4ea6baedffaa3b44dea451738e798674976444268db5543b6a144d55cadd47ded755a66c484c4c05cd5d20ad8
-DIST vscode-1.60.0-amd64.tar.gz 105538376 BLAKE2B 
2d624015210031d067752d9dce79eea7a1163b824030d67613534a7987babfb30400a21cf48dd228bd00617bf5ede4770ae2dc4f5b884fad88e35b75b3867764
 SHA512 
b18d74d05f3b7005939a074e2095e66520ab98040df2cfc06c54b72367cea85e990995d51605070975f80fd20578333ee71631599491d705b217b8eec6d5557b
-DIST vscode-1.60.0-arm.tar.gz 94231473 BLAKE2B 
c7e64028a661cc7a1ded78c5810583eaab576825328c0e6dc90e21b9aa324580ea498bc93383711ab8c7817990775d1985eb7928c20142974b52d74e80ff9f49
 SHA512 
1ec6b4fcfe494cf0e234eeb6c3d71e315f95041243cb7ca04bf1dd53ee44d978137f1cf1e92e60fd584fedc945e05bacd316574f1daf04c9710361457566166a
-DIST vscode-1.60.0-arm64.tar.gz 107828500 BLAKE2B 
add0cc04b795f1181747862eca9fd9c984847358f7c644ac9472d46a05bf369cef5f85224dcbe060fbd16216a35c466b1043c4ceed0c68114b3fd89abdd20cef
 SHA512 
963ab8d05497b537f758b227fa8d101234be82effcac99bf4f9c53d7f995f842e996ceaf905a76bceb6ed9e5233ab40be6b1629319af49fa15614b1835b45702
+DIST vscode-1.60.1-amd64.tar.gz 105536833 BLAKE2B 
40c5ac3a1289c7dd5ad186b780c50ac3290729b114a1ff425c3fe70cce7420b105e7b02f868eea979013e1ac169b9dd6f3ad59f7f3f1d24faef78a8f183f77ad
 SHA512 
40734256793133b0f63655ec42ea39de7e91363152b6cc39705e1ffb1fead17fd3fd535d5446b7c94e07063414338c73de90321bda999470238ffaa4480edd6f
+DIST vscode-1.60.1-arm.tar.gz 94231965 BLAKE2B 
7cfc7edfb7a632a4cbede205bd74c74884eb026ecfb3ee068ff71b887a4812399412b41d243053b3098375c907d1824502600463b486d8c2c802f090305f9321
 SHA512 
1df28940435d0e21c8617c0b501497cc2b92d67c7b09835287bbbe731d5264e77a7ae1ec48d45e0f0058f47b1d8228173cfaf398b5953378c9e8f1d85bd851e3
+DIST vscode-1.60.1-arm64.tar.gz 107824269 BLAKE2B 
36bb6b9844ed865592686312953ba9ea86dbe15d5e48fc593ca0c9b4314d92a86cbdd21ca91875f0005f1bb5fe99ed335fb2efeaba1159e28a6a8e2c4f0eea72
 SHA512 
5100f1feebda2fcd977d8c5440a63bd3583488f39ef4fcc775125e449e2659fd21a0d41b4d3aad663d5f4dd4cb90e7d92a6e3626158ac35abd1b2db3ba61f390

diff --git a/app-editors/vscode/vscode-1.60.0.ebuild 
b/app-editors/vscode/vscode-1.60.1.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.60.0.ebuild
rename to app-editors/vscode/vscode-1.60.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/, app-editors/vscode/files/

2021-09-14 Thread Joonas Niilola
commit: 9cfd21d6e5bd33376c6a0b82ab5c6c4d4233e280
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Sep 10 11:44:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 14 07:38:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfd21d6

app-editors/vscode: version bump to 1.60.0 + wayland support

Closes: https://bugs.gentoo.org/809401
Closes: https://bugs.gentoo.org/811759
Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest|   3 +
 desktop => vscode-url-handler-wayland.desktop} |   6 +-
 .../vscode/files/vscode-url-handler.desktop|   4 +-
 .../{vscode.desktop => vscode-wayland.desktop} |   8 +-
 app-editors/vscode/files/vscode.desktop|   4 +-
 app-editors/vscode/vscode-1.60.0.ebuild| 121 +
 6 files changed, 135 insertions(+), 11 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 8653148b0cc..6cef25b32a0 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -4,3 +4,6 @@ DIST vscode-1.58.2-arm64.tar.gz 110942132 BLAKE2B 
3fb2a83087789690ba930ae0910b93
 DIST vscode-1.59.1-amd64.tar.gz 106142213 BLAKE2B 
eed73d0e98ea0275ed005586f18e14b3671a4dea301f44f469798bae3c298d8eb7e819c896957f9a1cd3e978ce171ff9d3a7433ede540b0647cae735b2d53bcd
 SHA512 
c7ae7417bd233498b6be0dbcbc67ee44283a14938bfecb3b61d224533a4edf31c291bebdb90e87d769cb52afb9ac17f2fb20ba64dab7773d1ce965aa9d7bfae6
 DIST vscode-1.59.1-arm.tar.gz 97705768 BLAKE2B 
daf2b56ecbf45b57d6b147e4b839000621e367caac66189151b9021ade6901941a8d641291a132d1c1bbdf40bb411bc65d8663743307e896670cfaf24d335feb
 SHA512 
ade1499986a4cefad933cbcf9a073230e74b1a554248e41f1b58480d53b68f6ed0fa0e8faa6f52e59eebc94dcc5127bdbedf77deeab0b108ec7832c71cfd3f6f
 DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b23ff6eaa11de8d754edf8bec8fdd6fdd81c0ff246829a7ef4a92697ecb6356b779456aa8c1781f50ca4c7891297788aa43
 SHA512 
27b8aeac5ed2bac8bc6dc502ca39cac94f7e8ea4ea6baedffaa3b44dea451738e798674976444268db5543b6a144d55cadd47ded755a66c484c4c05cd5d20ad8
+DIST vscode-1.60.0-amd64.tar.gz 105538376 BLAKE2B 
2d624015210031d067752d9dce79eea7a1163b824030d67613534a7987babfb30400a21cf48dd228bd00617bf5ede4770ae2dc4f5b884fad88e35b75b3867764
 SHA512 
b18d74d05f3b7005939a074e2095e66520ab98040df2cfc06c54b72367cea85e990995d51605070975f80fd20578333ee71631599491d705b217b8eec6d5557b
+DIST vscode-1.60.0-arm.tar.gz 94231473 BLAKE2B 
c7e64028a661cc7a1ded78c5810583eaab576825328c0e6dc90e21b9aa324580ea498bc93383711ab8c7817990775d1985eb7928c20142974b52d74e80ff9f49
 SHA512 
1ec6b4fcfe494cf0e234eeb6c3d71e315f95041243cb7ca04bf1dd53ee44d978137f1cf1e92e60fd584fedc945e05bacd316574f1daf04c9710361457566166a
+DIST vscode-1.60.0-arm64.tar.gz 107828500 BLAKE2B 
add0cc04b795f1181747862eca9fd9c984847358f7c644ac9472d46a05bf369cef5f85224dcbe060fbd16216a35c466b1043c4ceed0c68114b3fd89abdd20cef
 SHA512 
963ab8d05497b537f758b227fa8d101234be82effcac99bf4f9c53d7f995f842e996ceaf905a76bceb6ed9e5233ab40be6b1629319af49fa15614b1835b45702

diff --git a/app-editors/vscode/files/vscode-url-handler.desktop 
b/app-editors/vscode/files/vscode-url-handler-wayland.desktop
similarity index 59%
copy from app-editors/vscode/files/vscode-url-handler.desktop
copy to app-editors/vscode/files/vscode-url-handler-wayland.desktop
index ec5bb1732c3..a3214afa7d3 100644
--- a/app-editors/vscode/files/vscode-url-handler.desktop
+++ b/app-editors/vscode/files/vscode-url-handler-wayland.desktop
@@ -1,12 +1,12 @@
 [Desktop Entry]
-Name=Visual Studio Code - URL Handler
+Name=VSCode - URL Handler
 Comment=Editing evolved
 GenericName=Code Editor
-Exec=/usr/bin/vscode --open-url %U
+Exec=/usr/bin/vscode --enable-features=UseOzonePlatform 
--ozone-platform=wayland --open-url %U
 Icon=vscode
 Type=Application
 NoDisplay=true
 StartupNotify=true
 Categories=Utility;TextEditor;Development;IDE;
 MimeType=x-scheme-handler/vscode;
-Keywords=vscode;
+Keywords=vscode;code;

diff --git a/app-editors/vscode/files/vscode-url-handler.desktop 
b/app-editors/vscode/files/vscode-url-handler.desktop
index ec5bb1732c3..73e3834801b 100644
--- a/app-editors/vscode/files/vscode-url-handler.desktop
+++ b/app-editors/vscode/files/vscode-url-handler.desktop
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Visual Studio Code - URL Handler
+Name=VSCode - URL Handler
 Comment=Editing evolved
 GenericName=Code Editor
 Exec=/usr/bin/vscode --open-url %U
@@ -9,4 +9,4 @@ NoDisplay=true
 StartupNotify=true
 Categories=Utility;TextEditor;Development;IDE;
 MimeType=x-scheme-handler/vscode;
-Keywords=vscode;
+Keywords=vscode;code;

diff --git a/app-editors/vscode/files/vscode.desktop 
b/app-editors/vscode/files/vscode-wayland.desktop
similarity index 58%
copy from app-editors/vscode/files/vscode.desktop
copy to app-editors/vscode/files/vscode-wayland.desktop
index 31711273999..1c12a97ffd0 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2021-08-26 Thread Joonas Niilola
commit: 37625616b6a5b1f73937b012c6c32af1e62b3c3c
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Fri Aug 20 09:48:35 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Aug 26 06:42:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37625616

app-editors/vscode: bump to 1.59.1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/vscode/Manifest |   3 +
 app-editors/vscode/vscode-1.59.1.ebuild | 103 
 2 files changed, 106 insertions(+)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index e6594d012a5..dacdc158efb 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -7,3 +7,6 @@ DIST vscode-1.58.2-arm64.tar.gz 110942132 BLAKE2B 
3fb2a83087789690ba930ae0910b93
 DIST vscode-1.59.0-amd64.tar.gz 106146198 BLAKE2B 
3928706d31b1034e689a12cc28fc64d2517f70c3018f975c8c6d1bd144dfd6c75619995ae1763db19768cdac91711057ebbf0c2f86010a5cdb3797b2726f53cf
 SHA512 
71ad32dd4a5ad36f33939970aaab3d71c23134d8743bb5806b62cc12c159c6695d6616a78bc111f81c0bb11fb8665f3986bb8bed49a8ed98d3e876a30e3b660d
 DIST vscode-1.59.0-arm.tar.gz 97705945 BLAKE2B 
4be8024c2133b336bf8b40e1941f2dd8a7bfa59a3894b26298fe413485b6968dacaf8c8a34cd8bb4fc887285a4e216788780f05d46e7b769bfc020af330809c2
 SHA512 
62b9b18bd8c43e33adb4b18ce5018fa872cd399473e326deb0d7a136e39191d271709db4c675b9eb6a5d9e9126980f52e38062e2de316bdf578266800c99d15f
 DIST vscode-1.59.0-arm64.tar.gz 111285142 BLAKE2B 
a7cd2d69850537780270cf1531fb413215803282ff0d3aed5636719c1755a7d90c4af055fe0d19a20b874e86a5a452eb408444b12557720dd12e5b66d1eeceff
 SHA512 
af8005092c4f40657197489e9e1b6363106e24cc89f38631061c9aaa30183ea5ebac6a97a13de7b872a2202fe7ffec2f5085755e054f65e93b41269aec45de86
+DIST vscode-1.59.1-amd64.tar.gz 106142213 BLAKE2B 
eed73d0e98ea0275ed005586f18e14b3671a4dea301f44f469798bae3c298d8eb7e819c896957f9a1cd3e978ce171ff9d3a7433ede540b0647cae735b2d53bcd
 SHA512 
c7ae7417bd233498b6be0dbcbc67ee44283a14938bfecb3b61d224533a4edf31c291bebdb90e87d769cb52afb9ac17f2fb20ba64dab7773d1ce965aa9d7bfae6
+DIST vscode-1.59.1-arm.tar.gz 97705768 BLAKE2B 
daf2b56ecbf45b57d6b147e4b839000621e367caac66189151b9021ade6901941a8d641291a132d1c1bbdf40bb411bc65d8663743307e896670cfaf24d335feb
 SHA512 
ade1499986a4cefad933cbcf9a073230e74b1a554248e41f1b58480d53b68f6ed0fa0e8faa6f52e59eebc94dcc5127bdbedf77deeab0b108ec7832c71cfd3f6f
+DIST vscode-1.59.1-arm64.tar.gz 111284699 BLAKE2B 
c349c47208a6caf868070f9bb5bb6b23ff6eaa11de8d754edf8bec8fdd6fdd81c0ff246829a7ef4a92697ecb6356b779456aa8c1781f50ca4c7891297788aa43
 SHA512 
27b8aeac5ed2bac8bc6dc502ca39cac94f7e8ea4ea6baedffaa3b44dea451738e798674976444268db5543b6a144d55cadd47ded755a66c484c4c05cd5d20ad8

diff --git a/app-editors/vscode/vscode-1.59.1.ebuild 
b/app-editors/vscode/vscode-1.59.1.ebuild
new file mode 100644
index 000..65a39e1f5f9
--- /dev/null
+++ b/app-editors/vscode/vscode-1.59.1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+   app-crypt/libsecret[crypt]
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/libpng:0/16
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/libnotify
+   x11-libs/libxkbcommon
+   x11-libs/libxkbfile
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   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 

  1   2   >