public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/
Date: Wed, 20 Mar 2024 21:02:31 +0000 (UTC)	[thread overview]
Message-ID: <1710968549.e92da7b2fdbd0f901a4a81f40021eb56fde3ee53.xgqt@gentoo> (raw)

commit:     e92da7b2fdbd0f901a4a81f40021eb56fde3ee53
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 21:02:07 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 21:02:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92da7b2

dev-lang/typescript: bump to 5.4.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

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

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index 63dd16f04c49..15ecc0840a03 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,2 +1,3 @@
 DIST typescript-5.3.3.tgz 5761919 BLAKE2B 629d2d97a9d57f63cd693a6d77cc385058778c4e4de6002f5e2646c64d1b8ff80386290435b2c838f647bc76f626e4dfd9613e1237d53fa5e4b98f503fbdf9ea SHA512 a5759cadac4cd2ec404beb4dd001bf045d93caa9873b4d78674ef452c27ea45bd8b914aaf0a1fc0e65a99db5ded2910f0c75d957715c01b2648a3279a0d1275b
 DIST typescript-5.4.2.tgz 5824544 BLAKE2B a22ecc8a17be22da10263746537d5ce0a0af359866773d6d4d081332a82436c734628d0d89134db63f46fae57f62f6e674f420cea2fff902c1be1a25307b03d8 SHA512 fb6fe0d0576cd444653fa26c6a44100d78d975930cfabaa96a61592442a1e24c13227de20e480ab5bcb409e35de404cd678472d5ac75e53331d16d95fa68a2cd
+DIST typescript-5.4.3.tgz 5824407 BLAKE2B c985361a7248f87437bd3df1ce7a66cb6c409b91718fd874f4a51cbff91d7b1bcf91034d1bcfbd3e469e168c4e2571892b28ac74edcdd04fc12c3391925dfb49 SHA512 2ab3dddcf29a08bafbf0c6a5822c099c0db9366f070267703779985186601bfc22cc8a3d11a8a7355408f7fc836afb5515137687793cb9fdc62c7ba10cc8041e

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


             reply	other threads:[~2024-03-20 21:02 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20 21:02 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-11 23:30 [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/ 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-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-09-22  4:50 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=1710968549.e92da7b2fdbd0f901a4a81f40021eb56fde3ee53.xgqt@gentoo \
    --to=xgqt@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