Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/
Date: Fri, 13 May 2022 22:01:38
Message-Id: 1652479287.2fb588fc94cc63dd816664fb26ae981e37ae92a9.zmedico@gentoo
1 commit: 2fb588fc94cc63dd816664fb26ae981e37ae92a9
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 22:01:27 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:01:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb588fc
7
8 sys-apps/yarn: drop 1.22.4, 1.22.10
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 sys-apps/yarn/Manifest | 2 --
13 sys-apps/yarn/yarn-1.22.10.ebuild | 40 ---------------------------------------
14 sys-apps/yarn/yarn-1.22.4.ebuild | 40 ---------------------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
18 index 994e3a60ddd6..fbac67f9b3e2 100644
19 --- a/sys-apps/yarn/Manifest
20 +++ b/sys-apps/yarn/Manifest
21 @@ -1,3 +1 @@
22 -DIST yarn-v1.22.10.tar.gz 1244965 BLAKE2B 6a9471a6905d89481665c099f00a985daacc8c7953327ee12b3d70f3f42dc304ceca01446281964d1af7a005ecae4a12ca55df637732e52821b4ecb9cdce6418 SHA512 d75dccd318f280abcbfd8d78b63546e11e7a8459c5dd737d0c8da2742cd5d7e3d7a5e668ce680234b0c09e71d128787777061d24c6e3ae4b6626086461e3ce25
23 DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b SHA512 1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
24 -DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a SHA512 a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18
25
26 diff --git a/sys-apps/yarn/yarn-1.22.10.ebuild b/sys-apps/yarn/yarn-1.22.10.ebuild
27 deleted file mode 100644
28 index bb8df23d1c0e..000000000000
29 --- a/sys-apps/yarn/yarn-1.22.10.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -MY_P="${PN}-v${PV}"
38 -
39 -DESCRIPTION="Fast, reliable, and secure node dependency management"
40 -HOMEPAGE="https://yarnpkg.com"
41 -SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="!dev-util/cmdtest
49 - net-libs/nodejs"
50 -DEPEND="${RDEPEND}"
51 -
52 -S="${WORKDIR}/${MY_P}"
53 -
54 -src_prepare() {
55 - default
56 - sed -i 's/"installationMethod": "tar"/"installationMethod": "portage"/g' "${S}/package.json" || die
57 -}
58 -
59 -src_install() {
60 - local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
61 - insinto "${install_dir}"
62 - doins -r .
63 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
64 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" "/usr/bin/yarnpkg"
65 -
66 - while read -r -d '' path; do
67 - read -r shebang < "${ED}${path}" || die
68 - [[ "${shebang}" == \#\!* ]] || continue
69 - fperms +x "${path}"
70 - done < <(find "${ED}" -type f -printf '/%P\0' || die)
71 -}
72
73 diff --git a/sys-apps/yarn/yarn-1.22.4.ebuild b/sys-apps/yarn/yarn-1.22.4.ebuild
74 deleted file mode 100644
75 index 0374a801dbc1..000000000000
76 --- a/sys-apps/yarn/yarn-1.22.4.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -MY_P="${PN}-v${PV}"
85 -
86 -DESCRIPTION="Fast, reliable, and secure node dependency management"
87 -HOMEPAGE="https://yarnpkg.com"
88 -SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz"
89 -
90 -LICENSE="BSD-2"
91 -SLOT="0"
92 -KEYWORDS="amd64 ~x86"
93 -IUSE=""
94 -
95 -RDEPEND="!dev-util/cmdtest
96 - net-libs/nodejs"
97 -DEPEND="${RDEPEND}"
98 -
99 -S="${WORKDIR}/${MY_P}"
100 -
101 -src_prepare() {
102 - default
103 - sed -i 's/"installationMethod": "tar"/"installationMethod": "portage"/g' "${S}/package.json" || die
104 -}
105 -
106 -src_install() {
107 - local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
108 - insinto "${install_dir}"
109 - doins -r .
110 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
111 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" "/usr/bin/yarnpkg"
112 -
113 - while read -r -d '' path; do
114 - read -r shebang < "${ED}${path}" || die
115 - [[ "${shebang}" == \#\!* ]] || continue
116 - fperms +x "${path}"
117 - done < <(find "${ED}" -type f -printf '/%P\0' || die)
118 -}