public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/
Date: Thu, 22 Sep 2022 04:50:06 +0000 (UTC)	[thread overview]
Message-ID: <1663822175.0d4dbc6e85ea0ea49319aa9eeca3d8b99624ad33.gyakovlev@gentoo> (raw)

commit:     0d4dbc6e85ea0ea49319aa9eeca3d8b99624ad33
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 04:13:31 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 04:49:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4dbc6e

dev-lang/typescript: add 4.8.3

Closes: https://bugs.gentoo.org/871765
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lang/typescript/Manifest                |  1 +
 dev-lang/typescript/typescript-4.8.3.ebuild | 39 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index ec31c9b915e7..bb0c67d1561b 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1 +1,2 @@
 DIST typescript-4.5.4.tgz 11280056 BLAKE2B 0fce858e7b1ec2120de9e2cd0356cb6553a1730f7db58a001920928351c58186124e63b7189e37ce12ea6158744c1203ebed6e20234e1b32e47b07b3f48bcd24 SHA512 56062cd80d90211b86a61b73155eda40976e2768327d39639e02f38e97d6f45a18645eb1bb0d56d2f5bd82108a2df716ac21712bcd42486440bd2d699f87c852
+DIST typescript-4.8.3.tgz 11942311 BLAKE2B a97b8e507eb880bcf21dd6a530f0f84f4f63055860bd453d6b22261c5422b26974c88b248303e6f3ed8102a0529d93360c46ac7dfb616d67ff0dcb7134c75e47 SHA512 8283077e6d349d63daf14bd1fc23d2bf292a7fa75557cc7f769d1ce6615331322ed2ed059465918a8cb2ecd9f43c601d1f1a49667b8efeeb7e3e943c5221c08a

diff --git a/dev-lang/typescript/typescript-4.8.3.ebuild b/dev-lang/typescript/typescript-4.8.3.ebuild
new file mode 100644
index 000000000000..647f4a120aee
--- /dev/null
+++ b/dev-lang/typescript/typescript-4.8.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Superset of JavaScript with optional static typing, classes and interfaces"
+HOMEPAGE="https://www.typescriptlang.org"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+DEPEND=""
+RDEPEND="net-libs/nodejs"
+BDEPEND=">=net-libs/nodejs-16[npm]"
+
+S="${WORKDIR}/package"
+
+src_compile() {
+	# nothing to compile here
+	:
+}
+
+src_install() {
+	npm \
+		--audit false \
+		--color false \
+		--foreground-scripts \
+		--global \
+		--offline \
+		--omit dev \
+		--prefix "${ED}"/usr \
+		--progress false \
+		--verbose \
+		install "${DISTDIR}/${P}".tgz || die "npm install failed"
+
+	einstalldocs
+}


             reply	other threads:[~2022-09-22  4:50 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  4:50 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07 16:10 [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/ Maciej Barć
2025-04-07 16:10 Maciej Barć
2025-04-05 17:08 Arthur Zamarin
2025-03-01 13:16 Maciej Barć
2025-03-01 13:16 Maciej Barć
2025-01-09 21:22 Maciej Barć
2025-01-09 21:22 Maciej Barć
2024-12-28 15:59 Sam James
2024-11-24 15:47 Jakov Smolić
2024-11-23 21:26 Maciej Barć
2024-11-04  0:19 Maciej Barć
2024-10-30 15:14 Sam James
2024-10-10  0:05 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-09-11 23:30 Maciej Barć
2024-08-24 13:12 Michał Górny
2024-08-01 16:47 Arthur Zamarin
2024-07-23 23:12 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-06-21 23:00 Maciej Barć
2024-05-12 22:41 Sam James
2024-05-07  1:16 Sam James
2024-04-23  1:31 Sam James
2024-04-11  4:55 Arthur Zamarin
2024-04-11  1:38 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-03-20 21:02 Maciej Barć
2024-03-07 17:38 Maciej Barć
2024-03-07 17:38 Maciej Barć
2024-03-07 17:38 Maciej Barć
2024-01-08 21:10 Arthur Zamarin
2023-12-22  5:07 Sam James
2023-12-06 22:47 Maciej Barć
2023-11-20 20:27 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-09-25 12:13 Arthur Zamarin
2023-08-25 21:21 Maciej Barć
2023-08-25 21:21 Maciej Barć
2023-08-25 21:21 Maciej Barć
2023-08-03 15:10 Sam James
2023-07-07 22:54 Sam James
2023-06-30 19:08 Maciej Barć
2023-06-30 19:08 Maciej Barć
2023-06-28  1:12 Maciej Barć
2023-06-28  1:12 Maciej Barć
2023-06-01 22:14 Maciej Barć
2023-06-01 22:14 Maciej Barć
2023-06-01 22:14 Maciej Barć
2023-05-19 17:45 Sam James
2023-05-05 13:43 Arthur Zamarin
2023-04-17  0:51 Sam James
2023-04-07 21:22 Maciej Barć
2023-04-03  1:56 Maciej Barć
2023-04-03  1:56 Maciej Barć
2023-04-03  1:56 Maciej Barć
2023-03-16 23:37 Maciej Barć
2023-03-04  6:17 Arthur Zamarin
2023-01-31 17:54 Maciej Barć
2023-01-31 17:54 Maciej Barć
2023-01-24 23:55 Sam James
2023-01-21 16:53 Sam James
2022-12-08 10:11 Maciej Barć
2022-12-08 10:11 Maciej Barć
2022-11-17 22:43 Maciej Barć
2022-11-17 22:43 Maciej Barć
2022-09-30  2:09 Maciej Barć
2022-09-22 13:18 Maciej Barć
2022-09-22 13:18 Maciej Barć
2022-09-22  5:02 Georgy Yakovlev
2022-01-08  8:26 Georgy Yakovlev
2021-12-22 21:17 Georgy Yakovlev
2021-07-03 20:30 Georgy Yakovlev
2021-07-03 20:30 Georgy Yakovlev
2021-06-19  1:07 Georgy Yakovlev
2021-06-18 21:56 Georgy Yakovlev
2021-06-04  7:28 Georgy Yakovlev
2021-06-04  5:03 Georgy Yakovlev

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=1663822175.0d4dbc6e85ea0ea49319aa9eeca3d8b99624ad33.gyakovlev@gentoo \
    --to=gyakovlev@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