commit:     f723b70471a6ffd101aa1c86d7ea5c0a2d3ab008
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  9 19:24:26 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 21:21:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f723b704

dev-lang/typescript: drop old 5.6.3

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

 dev-lang/typescript/Manifest                |  1 -
 dev-lang/typescript/typescript-5.6.3.ebuild | 43 -----------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index 34426acfa004..2b9db34b5f0f 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,2 +1 @@
-DIST typescript-5.6.3.tgz 4174590 BLAKE2B 
1de80bd262ceed3096801365222592ef64b1c112a90d5cbba4ba54f86f8d78464bef64f5f2d92a9880261b0924ebc41cfbf693e60c1edeaf4175669c0f159a4c
 SHA512 
863712d6685fbb28b8596f085ad8cfedbac3ac6d9cb8366e932ad8ad26aea1718d831d12ef371e3f4eda758909c9c12be7a04e51334fcdb227a2888dddf9f5ab
 DIST typescript-5.7.2.tgz 4231797 BLAKE2B 
cb399f4d52613796145f8426bc526b2f9cc5f740ca946036252a26e0599a6466e2487c9ebb00ee9c5d207347de7b33a466afad3b563547948eb678a9b06b21b8
 SHA512 
8b9b7ae911f10ef54de341df0ddd4fb044e118d9e5302313de3314ba887dff44daa967af3689ed69cba75b2374d8b03dfdf21b11695c1d97204ca6fd42868b7e

diff --git a/dev-lang/typescript/typescript-5.6.3.ebuild 
b/dev-lang/typescript/typescript-5.6.3.ebuild
deleted file mode 100644
index ebdd7db72e65..000000000000
--- a/dev-lang/typescript/typescript-5.6.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 -a 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 via email to