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: Wed, 7 Sep 2022 02:09:06 +0000 (UTC) [thread overview]
Message-ID: <1662516472.df11a78e01342acada0ca66b19d80c343bbc8d61.tastytea@gentoo> (raw)
commit: df11a78e01342acada0ca66b19d80c343bbc8d61
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep 7 02:06:22 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep 7 02:07:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df11a78e
dev-util/vscode-langservers-extracted: new package, add 4.4.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
| 2 ++
| 11 ++++++
| 42 ++++++++++++++++++++++
3 files changed, 55 insertions(+)
--git a/dev-util/vscode-langservers-extracted/Manifest b/dev-util/vscode-langservers-extracted/Manifest
new file mode 100644
index 000000000..d68862b67
--- /dev/null
+++ b/dev-util/vscode-langservers-extracted/Manifest
@@ -0,0 +1,2 @@
+DIST vscode-langservers-extracted-4.4.0-deps.tar.xz 14579232 BLAKE2B d9a4e4cc02773c033930f3ad6682c2fd9671887bebdf47e67130dfa697a87460a7b7f28944c95ba7dc3682cf7333dc77081c67c861646029f24be561dd6ea3e0 SHA512 88d1e11be6a9235adcb1fda075e5c6096b9b9760f6f3131c68592b745bc0c4668548ab8e1698484bed34c08e7bdbb347665e2e3357fc01641feca36fa6528ac1
+DIST vscode-langservers-extracted-4.4.0.tgz 776439 BLAKE2B 0cd2dc9cb4fe6fc6a5b1d6fd2e38fc3b9bf0ab3ec5610b6226ffcd629bc3d7435957b28c2fd9b48b66cca7818919cca2ac160fc1a16f8c017d403ef4a58953e0 SHA512 b165c316602f5cc52117913eeafe1eefb4b08553d2bdd2f11867e43b3d792e602c7caa1a98a3275bb680467bba99158eceacf784a26a5593788670a976fb4b2a
--git a/dev-util/vscode-langservers-extracted/metadata.xml b/dev-util/vscode-langservers-extracted/metadata.xml
new file mode 100644
index 000000000..1c82d3c46
--- /dev/null
+++ b/dev-util/vscode-langservers-extracted/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">hrsh7th/vscode-langservers-extracted</remote-id>
+ </upstream>
+</pkgmetadata>
--git a/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.4.0.ebuild b/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.4.0.ebuild
new file mode 100644
index 000000000..c71baac4f
--- /dev/null
+++ b/dev-util/vscode-langservers-extracted/vscode-langservers-extracted-4.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2022 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}/-/${PN}-4.4.0.tgz
+ https://tastytea.de/files/gentoo/${P}-deps.tar.xz
+"
+S="${WORKDIR}"
+
+# NOTE: to generate the dependency tarball:
+# npm --cache "$(realpath ./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"
+
+ einstalldocs
+}
next reply other threads:[~2022-09-07 2:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 2:09 Ronny Gutbrod [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-13 11:22 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/vscode-langservers-extracted/ Ronny Gutbrod
2023-02-03 9:17 Ronny Gutbrod
2023-02-03 9:17 Ronny Gutbrod
2023-02-03 9:17 Ronny Gutbrod
2023-04-27 16:59 Ronny Gutbrod
2023-04-27 16:59 Ronny Gutbrod
2023-11-15 22:01 Ronny Gutbrod
2023-11-15 22:01 Ronny Gutbrod
2024-05-08 17:05 Ronny Gutbrod
2024-05-08 17:05 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=1662516472.df11a78e01342acada0ca66b19d80c343bbc8d61.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