Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/
Date: Sat, 03 Jul 2021 20:30:56
Message-Id: 1625344227.cd613f4f731718ae8301f22bd64e290659eddc1a.gyakovlev@gentoo
1 commit: cd613f4f731718ae8301f22bd64e290659eddc1a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 20:30:15 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 20:30:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd613f4f
7
8 dev-lang/typescript: drop 4.3.2, 4.3.4
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-lang/typescript/Manifest | 2 --
13 dev-lang/typescript/typescript-4.3.2.ebuild | 39 -----------------------------
14 dev-lang/typescript/typescript-4.3.4.ebuild | 39 -----------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
18 index 55260792f5a..d0917908743 100644
19 --- a/dev-lang/typescript/Manifest
20 +++ b/dev-lang/typescript/Manifest
21 @@ -1,3 +1 @@
22 -DIST typescript-4.3.2.tgz 10624314 BLAKE2B b980fbabc60e143470d437a93247b874823353b7e7e9691b2a35abdfc2c5323fc7184f9ca8adca5211cebc329eac467900a7a54af8435e8955c8d76903a3f14a SHA512 cd9e214a19e69e8567007a551d6a5373176fedd58feb44b616cc9d40b57c5793db4b71627e3585151887496a4325a865cbcf0f472579b5e4d22e8ab8786ee62b
23 -DIST typescript-4.3.4.tgz 10627952 BLAKE2B 41e6075569cf1d7221d414a141084e0afa1963198e47a4556e4efa331765dd5001f243bd8d84a9fcc69672c94b8946fc8931a0f9d1caac2245409f54a8bbd8cb SHA512 b9ab8f1bb5d99fd17f9a8fbb32bb118f2bdbc45a737a64632846574b800af37a0fd8a28e24fbdbfbd70efe09a7bfc6ab599be19e354e5f3ec1e3d9b59747bd13
24 DIST typescript-4.3.5.tgz 10627908 BLAKE2B 8fda1e3c2ee052273e5fa22245a0af26c3171b93a5bd6d57453e92828748bec83ca9cef075b005e5b73f7be7e18210d0fef24c08e7b8054fd3c1d30376357d44 SHA512 0ea4208a1690f5c52bb24268f642325bffa0d15c6c93c703b59e766b734687460d4dfa54480ad74a88725069ef6cf6b310f2eedfdf02d14c662923ab3ee994cc
25
26 diff --git a/dev-lang/typescript/typescript-4.3.2.ebuild b/dev-lang/typescript/typescript-4.3.2.ebuild
27 deleted file mode 100644
28 index dcbc71b38d8..00000000000
29 --- a/dev-lang/typescript/typescript-4.3.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Superset of JavaScript with optional static typing, classes and interfaces"
38 -HOMEPAGE="https://www.typescriptlang.org"
39 -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~arm64 ~ppc64"
44 -
45 -DEPEND=""
46 -RDEPEND="net-libs/nodejs"
47 -BDEPEND=">=net-libs/nodejs-16[npm]"
48 -
49 -S="${WORKDIR}/package"
50 -
51 -src_compile() {
52 - # nothing to compile here
53 - :
54 -}
55 -
56 -src_install() {
57 - npm \
58 - --audit false \
59 - --color false \
60 - --foreground-scripts \
61 - --global \
62 - --offline \
63 - --omit dev \
64 - --prefix "${ED}"/usr \
65 - --progress false \
66 - --verbose \
67 - install "${DISTDIR}/${P}".tgz || die "npm install failed"
68 -
69 - einstalldocs
70 -}
71
72 diff --git a/dev-lang/typescript/typescript-4.3.4.ebuild b/dev-lang/typescript/typescript-4.3.4.ebuild
73 deleted file mode 100644
74 index dcbc71b38d8..00000000000
75 --- a/dev-lang/typescript/typescript-4.3.4.ebuild
76 +++ /dev/null
77 @@ -1,39 +0,0 @@
78 -# Copyright 2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -DESCRIPTION="Superset of JavaScript with optional static typing, classes and interfaces"
84 -HOMEPAGE="https://www.typescriptlang.org"
85 -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
86 -
87 -LICENSE="Apache-2.0"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~arm64 ~ppc64"
90 -
91 -DEPEND=""
92 -RDEPEND="net-libs/nodejs"
93 -BDEPEND=">=net-libs/nodejs-16[npm]"
94 -
95 -S="${WORKDIR}/package"
96 -
97 -src_compile() {
98 - # nothing to compile here
99 - :
100 -}
101 -
102 -src_install() {
103 - npm \
104 - --audit false \
105 - --color false \
106 - --foreground-scripts \
107 - --global \
108 - --offline \
109 - --omit dev \
110 - --prefix "${ED}"/usr \
111 - --progress false \
112 - --verbose \
113 - install "${DISTDIR}/${P}".tgz || die "npm install failed"
114 -
115 - einstalldocs
116 -}