From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/vscode-langservers-extracted/
Date: Thu, 16 Nov 2023 10:05:58 +0000 (UTC) [thread overview]
Message-ID: <1700085578.3bc39fb93523228fe3544d9ff1a5bcd2191b25b6.davidroman@gentoo> (raw)
commit: 3bc39fb93523228fe3544d9ff1a5bcd2191b25b6
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Nov 15 21:59:38 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Nov 15 21:59:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bc39fb9
dev-util/vscode-langservers-extracted: drop 4.6.0
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
| 2 -
| 43 ----------------------
2 files changed, 45 deletions(-)
--git a/dev-util/vscode-langservers-extracted/Manifest b/dev-util/vscode-langservers-extracted/Manifest
index 2d3c4ab319..b2bb3707f0 100644
--- a/dev-util/vscode-langservers-extracted/Manifest
+++ b/dev-util/vscode-langservers-extracted/Manifest
@@ -1,5 +1,3 @@
-DIST vscode-langservers-extracted-4.6.0-deps.tar.xz 14940820 BLAKE2B ef9b3a89633593f692fb98c8b4a630412d097a2e3255dd3467c1e83d7557d1a849d246127e81ae507d76d81d0bf168fe503e883f8303346a5ab34416958f4bcf SHA512 2bae5158bafe5d203c37c6fb678df769f9dc261a50eb08a35cdb43dc6f530e3de5ceab98c0fc87032122ece25c25245f3ec7b216c3d1d5cda5aec7dae84b604d
-DIST vscode-langservers-extracted-4.6.0.tgz 132681 BLAKE2B 3dfffbee4563d3ba4cee262a967bcbb268bac9b5252d3d7d4b4b79aa2de201d1ac62f96b447912911eb434b8bb9fc06ff0d42fb0b88bb169bfcc685ffb52a271 SHA512 3e80efe4a00dca5ab2a739146531d3b814fc3997c5c61330342436bd7206d5ddd907a06b13ecfa019e9a2542f1cfa67184861e0b3e0640a14e1ea7c1961ed71b
DIST vscode-langservers-extracted-4.7.0-deps.tar.xz 14980900 BLAKE2B 0d57554d6626eeceeb511620cadbbfc539739848417de461f1b253f22e3e02c01fd9f33bf58c94bf99d7bd1a589628c44f63bcf3fce56510d33ac23474f9ad5d SHA512 e06a19e7fea23b1190d9065f9b31889968b726f9ff309c904d1ad8b0dc8164f47c68a53a5502bc4819984ae3a44623c474feda0c3da0e6322db37cfb9e9e446a
DIST vscode-langservers-extracted-4.7.0.tgz 135310 BLAKE2B a312b8848b110aaf7744d857f712d727d2742c5bdbb93e2926566af686c62b2c534658fdb1779ae80223a69d5937d1fcc2d7e9b81f78f2b190962ae6b307d8f9 SHA512 3995a0adecaf08a74a5784df0465ebc62255693d38d529281374f3414092fc49cae79ccc18cd5fab51e85ed14b32fa9ab44b956123c5da5cb0ac08f601cd2669
DIST vscode-langservers-extracted-4.8.0-deps.tar.xz 15514920 BLAKE2B 1360a59e37197bd5f4ebf52daa79a0e0761701fbc1393d74d8d13b7e44320c9ab94e69055f34d9d2e5b8a9680645111657758cbf63a391ce57740d38cfec01f3 SHA512 65eb26afe70f50313c4f98ab80c92461ab57b4f81bbf84e17093895e6fea871d8895240edee353fa830e203cf5105560d0d465d52ce59b4443b95251a7d0d48b
diff --git a/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.6.0.ebuild b/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.6.0.ebuild
deleted file mode 100644
index e9b5e714c7..0000000000
--- a/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.6.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="HTML/CSS/JSON/ESLint/Markdown language servers extracted from vscode."
-HOMEPAGE="https://github.com/hrsh7th/vscode-langservers-extracted"
-SRC_URI="
- mirror://npm/${PN}/-/${P}.tgz
- https://tastytea.de/files/gentoo/${P}-deps.tar.xz
-"
-S="${WORKDIR}"
-
-# NOTE: to generate the dependency tarball:
-# npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
-# tar -caf ${P}-deps.tar.xz npm-cache
-
-LICENSE="Apache-2.0 BSD-2 MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND="net-libs/nodejs[npm]"
-
-src_unpack() {
- cd "${T}" || die "Could not cd to temporary directory"
- unpack ${P}-deps.tar.xz
-}
-
-src_install() {
- npm \
- --offline \
- --verbose \
- --progress false \
- --foreground-scripts \
- --global \
- --prefix "${ED}"/usr \
- --cache "${T}"/npm-cache \
- install "${DISTDIR}"/${P}.tgz || die "npm install failed"
-
- cd "${ED}"/usr/$(get_libdir)/node_modules/${PN} || die "cd failed"
- einstalldocs
-}
next reply other threads:[~2023-11-16 10:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-16 10:05 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-16 10:05 [gentoo-commits] repo/proj/guru:master commit in: dev-util/vscode-langservers-extracted/ David Roman
2023-04-28 17:52 Arthur Zamarin
2023-04-28 17:52 Arthur Zamarin
2023-02-03 21:15 Andrew Ammerlaan
2023-02-03 21:15 Andrew Ammerlaan
2023-02-03 21:15 Andrew Ammerlaan
2022-10-17 11:26 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1700085578.3bc39fb93523228fe3544d9ff1a5bcd2191b25b6.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox