From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/typescript-language-server/
Date: Fri, 16 Dec 2022 16:39:28 +0000 (UTC) [thread overview]
Message-ID: <1671179710.69ae0189bb446a9d7cf97814a91079d13a4d43ab.flow@gentoo> (raw)
commit: 69ae0189bb446a9d7cf97814a91079d13a4d43ab
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Dec 16 02:47:57 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 08:35:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69ae0189
dev-util/typescript-language-server: drop 2.0.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-util/typescript-language-server/Manifest | 2 -
.../typescript-language-server-2.0.1.ebuild | 46 ----------------------
2 files changed, 48 deletions(-)
diff --git a/dev-util/typescript-language-server/Manifest b/dev-util/typescript-language-server/Manifest
index f38843762..30aecb200 100644
--- a/dev-util/typescript-language-server/Manifest
+++ b/dev-util/typescript-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST typescript-language-server-2.0.1-deps.tar.xz 1533396 BLAKE2B a2683e84608fdab43a6e140cab6995f1d5207b6c7e8e81729d15036648d8de14afb9f1ab66ed383f4697a864a181cd044552d7074f551ed2bd62ce3176163122 SHA512 8ea42543a5c476c8aa6b0a7c768feca9a11da0216a335489dd92fdf007561f69f0d329f6086f595b02408c7b617fe9fd4f70e56fe16f5bb6696df373aed6f323
-DIST typescript-language-server-2.0.1.tgz 148356 BLAKE2B 768dfaf31f9ce1c9c45a289541e513c84d89385ddbd47c6c8b7047fb9f787dbe83172d812d56d11461d7fff2857b5955113421276096644b93b4f5f438177520 SHA512 51d5e48273f752466f438bfa99ad26c52675f26f563fa12e16dda7ce508248253e7f0eb927f5a2b37e85c29e72070f4986a030947f5d7857eaf7197697f27921
DIST typescript-language-server-2.1.0-deps.tar.xz 1541348 BLAKE2B b0f3e8a657fc47f89d8b1330047e3ed9471db8b3e148f0fa98762a7ea55719aca77f9ee867216b25ff36ac9ade4ab1e1cfc8a2ea78cbb9ee455a1128045d34b2 SHA512 f4917486ccfa0043baf063549e5482e4fbc40602b76781f1525668b63fb8020bccafd251eeb835b2835953bdfc1c17354024eb4baa4efbb5aa46640a6ee5aeff
DIST typescript-language-server-2.1.0.tgz 156072 BLAKE2B 230642988563df7b732b8387fbedcd2192808e26a607b12ad6674db4ba79feaf4b67cc0c43ac3b2d024f7d0f23dde958caa2b754eceb4b25606681915feb864a SHA512 e25fe911c21ab9fe3c31ba23aa18acf872c7e361e916d35bad88176ef6838b84b3924de228a65ad727688f6aa4d72ebe069d51ab5f0476e6e2b711a1c23fdf94
DIST typescript-language-server-2.2.0-deps.tar.xz 1566108 BLAKE2B 132cfb7989d983c02e5458baf2db5642ca19088f71c1347054663b32daf96b889ab7c95031d1c8a841de7d99df0d100c4ce26e46445ddf94aad1b911cbf5658d SHA512 353e5abd4edec07ca9e969680b426e4108b182511b02dee0e56492fb7668cfd0b4facab8baf2aec56c19ef29f95438a3796b443658640ebccd16e4f3caf56287
diff --git a/dev-util/typescript-language-server/typescript-language-server-2.0.1.ebuild b/dev-util/typescript-language-server/typescript-language-server-2.0.1.ebuild
deleted file mode 100644
index b00361849..000000000
--- a/dev-util/typescript-language-server/typescript-language-server-2.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2022 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
- 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 ISC MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- net-libs/nodejs
- dev-lang/typescript
-"
-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:[~2022-12-16 16:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-16 16:39 Florian Schmaus [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-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-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=1671179710.69ae0189bb446a9d7cf97814a91079d13a4d43ab.flow@gentoo \
--to=flow@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