From 31d5db16d5fdc421c8232a1a0eda9ad8172c137c Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 8 Jan 2022 00:26:12 -0800 Subject: dev-lang/typescript: drop 4.3.5 Signed-off-by: Georgy Yakovlev --- dev-lang/typescript/typescript-4.3.5.ebuild | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 dev-lang/typescript/typescript-4.3.5.ebuild (limited to 'dev-lang/typescript/typescript-4.3.5.ebuild') diff --git a/dev-lang/typescript/typescript-4.3.5.ebuild b/dev-lang/typescript/typescript-4.3.5.ebuild deleted file mode 100644 index dcbc71b38d89..000000000000 --- a/dev-lang/typescript/typescript-4.3.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2021 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 -} -- cgit v1.2.3