From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89D7715800F for ; Wed, 8 Feb 2023 12:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86FEBE0809; Wed, 8 Feb 2023 12:10:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 691F0E0809 for ; Wed, 8 Feb 2023 12:10:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ED7633BE2F for ; Wed, 8 Feb 2023 12:10:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE668B4 for ; Wed, 8 Feb 2023 12:09:58 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1675849089.c85f393e7816e540a784b42c587ce6caf62e460e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/typescript-language-server/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/typescript-language-server/Manifest dev-util/typescript-language-server/typescript-language-server-3.1.0.ebuild X-VCS-Directories: dev-util/typescript-language-server/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c85f393e7816e540a784b42c587ce6caf62e460e X-VCS-Branch: master Date: Wed, 8 Feb 2023 12:09:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81ec5d92-1aa6-41b7-93e5-13622138c92f X-Archives-Hash: 558b20f3196939275e2db0e439724fe1 commit: c85f393e7816e540a784b42c587ce6caf62e460e Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Feb 8 09:38:09 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Feb 8 09:38:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c85f393e dev-util/typescript-language-server: add 3.1.0 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-util/typescript-language-server/Manifest | 1 + .../typescript-language-server-3.1.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 0030a409a..e2b0061fe 100644 --- a/dev-util/typescript-language-server/Manifest +++ b/dev-util/typescript-language-server/Manifest @@ -1,2 +1,3 @@ DIST typescript-language-server-3.0.2.tgz 426294 BLAKE2B b62ed2a4cdf3410bf92bff5724b250b01cefaeebda889824aaf29b6bb09fc8b47306c621acc2cbf28b05254e8d3c19272c4be4f175d5fa91c102a231f2111ba9 SHA512 289e6474acdd94d3b499f1db9dbf670ca88bdb8e1f11dfdfa96f9bf2dad572168b702168d5a01dd2c197fef3f9eb7b5db2d05ec3f3f54f328b4e761ad7bfdbf0 DIST typescript-language-server-3.0.3.tgz 426741 BLAKE2B f7d811684f14ab9d13f6c444a8fab573b3fb897bff0a51c1b028781507aa87ab77232be691a932c950c2bb40cb9ec4f51da9246c3caa84320d7f2427be3b16c5 SHA512 ec540e5dbc9640e9d198eba35ff4dddbf9812022ee0da55d79c00bcf0c79c7b0ab795e7f18bf3ea3528b20cbd2ec3dff392855d028911a690d985dd8e4bfe976 +DIST typescript-language-server-3.1.0.tgz 427679 BLAKE2B 89c0b4b97df1a8206024d72510e232722be4cfa971a228c74848b078726d7577b0ccad5d63f4c52c9a7fecd3862fc283a7d77bcaa418d35fb0e8c999a0ea785b SHA512 b5cde45130c418e30a73de89290acfdde751c78d85ce0a4f5e051c987a0527ee8f86076dd74d59f64ca90fa9f13d7e2413b17ac418ff53d09a96d7ffbadb4030 diff --git a/dev-util/typescript-language-server/typescript-language-server-3.1.0.ebuild b/dev-util/typescript-language-server/typescript-language-server-3.1.0.ebuild new file mode 100644 index 000000000..4122445f6 --- /dev/null +++ b/dev-util/typescript-language-server/typescript-language-server-3.1.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.4 +" + +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 +}