public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/vscode-langservers-extracted/
Date: Thu, 27 Apr 2023 16:59:43 +0000 (UTC)	[thread overview]
Message-ID: <1682614766.eb98a34a5cdcc05d929d5bced5f01bf54b9ba4b5.tastytea@gentoo> (raw)

commit:     eb98a34a5cdcc05d929d5bced5f01bf54b9ba4b5
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Apr 27 12:22:30 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Apr 27 16:59:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb98a34a

dev-util/vscode-langservers-extracted: add 4.7.0

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 dev-util/vscode-langservers-extracted/Manifest     |  2 +
 .../vscode-langservers-extracted-4.7.0.ebuild      | 43 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/vscode-langservers-extracted/Manifest b/dev-util/vscode-langservers-extracted/Manifest
index 2cd4cc9e0..b1dae1cfa 100644
--- a/dev-util/vscode-langservers-extracted/Manifest
+++ b/dev-util/vscode-langservers-extracted/Manifest
@@ -2,3 +2,5 @@ DIST vscode-langservers-extracted-4.5.0-deps.tar.xz 15028444 BLAKE2B c27ea331ccf
 DIST vscode-langservers-extracted-4.5.0.tgz 128354 BLAKE2B 9040ef189dfb55776811fe0d6ee9bc93787e59ac2a8d1819b58779e2590d28aed106610d571e7cd0c0a7f4b66a7f9348655f508235e752091f0212cbf83b0838 SHA512 afcf995831d102750f40cc9941ad9e673672604f301a26b74822fd66d56397a4b630b03997a355837cfc02dcf89c343d24f8a1f39f1b8f4be7b611ac8e134b8e
 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

diff --git a/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.7.0.ebuild b/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.7.0.ebuild
new file mode 100644
index 000000000..e9b5e714c
--- /dev/null
+++ b/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.7.0.ebuild
@@ -0,0 +1,43 @@
+# 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
+}


             reply	other threads:[~2023-04-27 16:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-27 16:59 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 17:05 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/vscode-langservers-extracted/ Ronny Gutbrod
2024-05-08 17:05 Ronny Gutbrod
2023-11-15 22:01 Ronny Gutbrod
2023-11-15 22:01 Ronny Gutbrod
2023-04-27 16:59 Ronny Gutbrod
2023-02-03  9:17 Ronny Gutbrod
2023-02-03  9:17 Ronny Gutbrod
2023-02-03  9:17 Ronny Gutbrod
2022-10-13 11:22 Ronny Gutbrod
2022-09-07  2:09 Ronny Gutbrod

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=1682614766.eb98a34a5cdcc05d929d5bced5f01bf54b9ba4b5.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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