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: Mon,  3 Apr 2023 01:56:18 +0000 (UTC)	[thread overview]
Message-ID: <1680486971.7808e4503f7d4da5f33339cbb77245d76bbdb87e.xgqt@gentoo> (raw)

commit:     7808e4503f7d4da5f33339cbb77245d76bbdb87e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 01:46:02 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 01:56:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7808e450

dev-lang/typescript: drop old 4.9.3

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

 dev-lang/typescript/Manifest                |  1 -
 dev-lang/typescript/typescript-4.9.3.ebuild | 39 -----------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index 28945f7b2df7..23f6fc187148 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,4 +1,3 @@
-DIST typescript-4.9.3.tgz 11618300 BLAKE2B 8a11cae27e9873750ebc1c4d9f0116f0ac291b17138df277188d754d36a33668476acbef56b9903c082372e2780253728ef5a9cc2cf57d872014b6fad2842cd2 SHA512 0887c6cd37a56ca3449cba4b7461607722a11b6dc229d2a040f38173e39436b909dafafe292cec495e64ab989684441ba24faabb1806ceb02d1960b253bb479c
 DIST typescript-4.9.4.tgz 11619457 BLAKE2B 97f19fe325ba7f74d845779eb94919895c44a9603ecec9f1aec5d332a49976f1b1133686a2969205e01c49dfe460c8f8b3eac384134d592478e49af1748a08fb SHA512 533f9d4d7633c575dbb05a4cf3a5a1ddd282c6b42a51c54cc70539e28af09498cea4eddaa3c2fb8f9947f9d59f4f0802c08b8cf4643692f568b736093174c166
 DIST typescript-4.9.5.tgz 11620433 BLAKE2B c253379a4aadd3fe16c93f27c5b450e5965c4c4de6841737c3489c74baa2cf8f8f5d9ca0414b5519e26eaac1db058e3826a3aa504bb450a89d36dce7e21b5f99 SHA512 d455e4f44d879be433650ef3f8c7098872f8356d45d84cccbbd36af62df301a1aa89b69fa98c02554e96c9602ec90451cce971a2ef31652c972c437ca0a8f6e2
 DIST typescript-5.0.2.tgz 7050986 BLAKE2B 6f9a187eb6f87971540469f6b212ce25e04b6ee22b8aab0d86857e99feed1ed10603b6367a9d4d0ac448669225b228d233995bae6391aeb1df75374c70b3f757 SHA512 c1539130118efc502cffef9b94635e01575b34ab48875adb04bd84c90d7e27d942949f772a288a7bc3e614855d5e11dccafe3848bf6882599f792b27768d2347

diff --git a/dev-lang/typescript/typescript-4.9.3.ebuild b/dev-lang/typescript/typescript-4.9.3.ebuild
deleted file mode 100644
index 7857fd2f036d..000000000000
--- a/dev-lang/typescript/typescript-4.9.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 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:[~2023-04-03  1:56 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-03  1:56 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-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-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=1680486971.7808e4503f7d4da5f33339cbb77245d76bbdb87e.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