From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/typescript-language-server/
Date: Thu, 23 Feb 2023 09:24:51 +0000 (UTC) [thread overview]
Message-ID: <1676986412.08f5462fe3200bb1c7461f932c7bd3145dd31501.ceamac@gentoo> (raw)
commit: 08f5462fe3200bb1c7461f932c7bd3145dd31501
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Feb 21 13:33:09 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 13:33:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08f5462f
dev-util/typescript-language-server: add 3.3.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-util/typescript-language-server/Manifest | 1 +
.../typescript-language-server-3.3.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-util/typescript-language-server/Manifest b/dev-util/typescript-language-server/Manifest
index d334ff02a..e020175cd 100644
--- a/dev-util/typescript-language-server/Manifest
+++ b/dev-util/typescript-language-server/Manifest
@@ -1,2 +1,3 @@
DIST typescript-language-server-3.1.0.tgz 427679 BLAKE2B 89c0b4b97df1a8206024d72510e232722be4cfa971a228c74848b078726d7577b0ccad5d63f4c52c9a7fecd3862fc283a7d77bcaa418d35fb0e8c999a0ea785b SHA512 b5cde45130c418e30a73de89290acfdde751c78d85ce0a4f5e051c987a0527ee8f86076dd74d59f64ca90fa9f13d7e2413b17ac418ff53d09a96d7ffbadb4030
DIST typescript-language-server-3.2.0.tgz 429928 BLAKE2B 380775bff55559ce223a8ed397079da604aafc6bf0c6566fcd90e763b77b856ff3bba0a8d8bed05db60d4f55c51c4afabeec9a283e3e738186eaf219ee9f644e SHA512 221effb759a3e6551afe694773fca7611c44548209fc1f858de3f1c5005ae6e72f4b384ae4d649d057ac5fe3ce578003d8fd42d870cacd465aab5ea257ff947e
+DIST typescript-language-server-3.3.0.tgz 436838 BLAKE2B 7a6eebd350710d5f6ccbfc4ad238bc620e355911907aa40c49553d3c6a333c783fcb10572ae8b55b43e1958464f125e9afa1b8261687f79e1273d9108dca7e98 SHA512 7701e6b1758ca82149e385d3ceb9a9abac888e6a6b1a587735449ceb3b35614eb76453c4ca7f8adfeeba9a2b0aac8489e147e6069ba0266154b50ae293b3eebd
diff --git a/dev-util/typescript-language-server/typescript-language-server-3.3.0.ebuild b/dev-util/typescript-language-server/typescript-language-server-3.3.0.ebuild
new file mode 100644
index 000000000..5a69e75f2
--- /dev/null
+++ b/dev-util/typescript-language-server/typescript-language-server-3.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="TypeScript & JavaScript Language Server"
+HOMEPAGE="https://www.npmjs.com/package/typescript-language-server"
+SRC_URI="mirror://npm/${PN}/-/${P}.tgz"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ net-libs/nodejs
+"
+BDEPEND="
+ net-libs/nodejs[npm]
+ >=dev-lang/typescript-4.9.5
+"
+
+src_unpack() {
+ : # npm uses the archive directly
+}
+
+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-02-23 9:24 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 9:24 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-11 17:50 [gentoo-commits] repo/proj/guru:master commit in: dev-util/typescript-language-server/ David Roman
2024-02-11 17:50 David Roman
2023-11-16 10:05 David Roman
2023-11-16 10:05 David Roman
2023-03-31 10:16 Florian Schmaus
2023-03-31 10:16 Florian Schmaus
2023-02-23 9:24 Viorel Munteanu
2023-02-08 12:09 Florian Schmaus
2023-02-08 12:09 Florian Schmaus
2023-01-29 10:53 Haelwenn Monnier
2023-01-29 10:40 Viorel Munteanu
2023-01-29 10:40 Viorel Munteanu
2023-01-12 10:38 Florian Schmaus
2023-01-12 10:38 Florian Schmaus
2022-12-29 11:33 Florian Schmaus
2022-12-29 11:33 Florian Schmaus
2022-12-16 16:39 Florian Schmaus
2022-12-16 16:39 Florian Schmaus
2022-09-30 2:12 Haelwenn Monnier
2022-09-30 2:12 Haelwenn Monnier
2022-09-13 10:53 Andrew Ammerlaan
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=1676986412.08f5462fe3200bb1c7461f932c7bd3145dd31501.ceamac@gentoo \
--to=ceamac@gentoo.org \
--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