From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/
Date: Fri, 30 Jun 2023 19:08:30 +0000 (UTC) [thread overview]
Message-ID: <1688152107.19a087a2a596d6a7279a53d07678dec8ccb5cfad.xgqt@gentoo> (raw)
commit: 19a087a2a596d6a7279a53d07678dec8ccb5cfad
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 19:03:13 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 19:08:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a087a2
dev-lang/typescript: drop old 5.1.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/typescript/Manifest | 1 -
dev-lang/typescript/typescript-5.1.5.ebuild | 39 -----------------------------
2 files changed, 40 deletions(-)
diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index f7387b7fbcec..bbd48b7cd5db 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,4 +1,3 @@
DIST typescript-5.0.4.tgz 7051452 BLAKE2B ed08425d8324a910f2d328fb02f27e08f75334fb190d1c4625452d076d615726d0e852da06f0f25146a4b02c6c99cd569bbcf7c50f5d6ff32c88a40101a59656 SHA512 716f53e56f71637edc73e8df127694bd7f757e8c6d1e4cdadcdc37c24a05e2c4a52a7d0c38d7647449dd8a0fea3c15973649a9961dcdcdac90cc2887338fe1ab
DIST typescript-5.1.3.tgz 7147721 BLAKE2B 5a18d18bcbe702c82a108624c189e6b03d72f74e16ccf6af2448c71c1decfcc7995b53524472e106c19ef01ec95df772ccfeed3e76fad1eb59f29bbe42668fb0 SHA512 5c7eb6ec4f6f91eaa1959150b8bf94b3201712789b4f491647615638d96be2c4e3bf1c89627c9e7e0ae4c8408bccce4d7a798acd1032dab47f3a560b0351e467
-DIST typescript-5.1.5.tgz 7147776 BLAKE2B 6aa416a68b17b30de0203a33bf9cd14ee519f50e860bd745a92d7571b3565b1c98d9369037dc4fcd19a5c9080085d67aea91bebd53c08ff757e1f4ed6b6e5320 SHA512 14e1fe58dfc342352f37a5a05be738325df28b43c7f9affcabe90d21f45e86fd702e158e35e770f398aefaf437f56a78f48cd3244b19da5c8b5e9045ee6905d6
DIST typescript-5.1.6.tgz 7147748 BLAKE2B 3bde82e40dd4852dc85418bb0bee09dbeb70361adba9e9071a18e640c7a53e6a5517e7a4b2e068364197919d1233dda30041c675132e659bac3e3ac5008d39f0 SHA512 cda582a33459e832c4580585ad50f3d47e85557cd449f4f2e4550c5ac42553c626e493fd78ee31913211385090be141feb5cfa3bf1baba0c374a0027bef9be1c
diff --git a/dev-lang/typescript/typescript-5.1.5.ebuild b/dev-lang/typescript/typescript-5.1.5.ebuild
deleted file mode 100644
index 598301d43b33..000000000000
--- a/dev-lang/typescript/typescript-5.1.5.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
-}
next reply other threads:[~2023-06-30 19:08 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-30 19:08 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 0:19 [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/ 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-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=1688152107.19a087a2a596d6a7279a53d07678dec8ccb5cfad.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