Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/
Date: Thu, 02 Nov 2017 21:54:20
Message-Id: 1509659563.56f1fce7ecfbcecf602679cfb5c05cc169e512c1.mrueg@gentoo
1 commit: 56f1fce7ecfbcecf602679cfb5c05cc169e512c1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 2 21:52:43 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 2 21:52:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f1fce7
7
8 sys-apps/yarn: Remove old
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 sys-apps/yarn/Manifest | 3 ---
13 sys-apps/yarn/yarn-0.27.5.ebuild | 31 -------------------------------
14 sys-apps/yarn/yarn-1.0.1.ebuild | 31 -------------------------------
15 sys-apps/yarn/yarn-1.0.2.ebuild | 31 -------------------------------
16 4 files changed, 96 deletions(-)
17
18 diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
19 index 7fc9b1df504..c502f5325f3 100644
20 --- a/sys-apps/yarn/Manifest
21 +++ b/sys-apps/yarn/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST yarn-v0.27.5.tar.gz 816114 SHA256 f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd WHIRLPOOL e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
24 -DIST yarn-v1.0.1.tar.gz 843398 SHA256 6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb WHIRLPOOL 99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
25 -DIST yarn-v1.0.2.tar.gz 843696 SHA256 8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad WHIRLPOOL 12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d
26 DIST yarn-v1.1.0.tar.gz 874168 SHA256 171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 SHA512 7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6 WHIRLPOOL 21fabd1824fc7bf3ef3cf4ac64103e19f97c547f968aa0220371ca0ddb3cba71e034cd6143047ac85fa8c8ff1d39c3364e7bf3de57f9628af244d9c8723a7498
27 DIST yarn-v1.2.1.tar.gz 885691 SHA256 f8ed07675c3a0b866e11a02af5c15d2f34c3aa261ab1501943ecee328786c959 SHA512 cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477 WHIRLPOOL c435a313d8701ab75e0945314dd96fd591e623078fc541e3ddbd44710e941c3fa1b7b9381489590955bdb32f715ccd21275d05e083b5d9d332122df7eb3a799e
28
29 diff --git a/sys-apps/yarn/yarn-0.27.5.ebuild b/sys-apps/yarn/yarn-0.27.5.ebuild
30 deleted file mode 100644
31 index 631ba960a31..00000000000
32 --- a/sys-apps/yarn/yarn-0.27.5.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -DESCRIPTION="Fast, reliable, and secure node dependency management"
41 -HOMEPAGE="https://yarnpkg.com"
42 -SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="!dev-util/cmdtest
50 - net-libs/nodejs"
51 -DEPEND="${RDEPEND}"
52 -
53 -S="${WORKDIR}/dist"
54 -
55 -src_install() {
56 - local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
57 - insinto "${install_dir}"
58 - doins -r .
59 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
60 - fperms a+x "${install_dir}/bin/yarn.js"
61 - while read -r -d '' path; do
62 - [[ $(head -n1 "${path}") == \#\!* ]] || continue
63 - chmod +x "${path}" || die #614094
64 - done < <(find "${ED}" -type f -print0)
65 -}
66
67 diff --git a/sys-apps/yarn/yarn-1.0.1.ebuild b/sys-apps/yarn/yarn-1.0.1.ebuild
68 deleted file mode 100644
69 index f028ad115d0..00000000000
70 --- a/sys-apps/yarn/yarn-1.0.1.ebuild
71 +++ /dev/null
72 @@ -1,31 +0,0 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -DESCRIPTION="Fast, reliable, and secure node dependency management"
79 -HOMEPAGE="https://yarnpkg.com"
80 -SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz"
81 -
82 -LICENSE="BSD-2"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -IUSE=""
86 -
87 -RDEPEND="!dev-util/cmdtest
88 - net-libs/nodejs"
89 -DEPEND="${RDEPEND}"
90 -
91 -S=${WORKDIR}/${PN}-v${PV}
92 -
93 -src_install() {
94 - local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
95 - insinto "${install_dir}"
96 - doins -r .
97 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
98 - fperms a+x "${install_dir}/bin/yarn.js"
99 - while read -r -d '' path; do
100 - [[ $(head -n1 "${path}") == \#\!* ]] || continue
101 - chmod +x "${path}" || die #614094
102 - done < <(find "${ED}" -type f -print0)
103 -}
104
105 diff --git a/sys-apps/yarn/yarn-1.0.2.ebuild b/sys-apps/yarn/yarn-1.0.2.ebuild
106 deleted file mode 100644
107 index f028ad115d0..00000000000
108 --- a/sys-apps/yarn/yarn-1.0.2.ebuild
109 +++ /dev/null
110 @@ -1,31 +0,0 @@
111 -# Copyright 1999-2017 Gentoo Foundation
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=6
115 -
116 -DESCRIPTION="Fast, reliable, and secure node dependency management"
117 -HOMEPAGE="https://yarnpkg.com"
118 -SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz"
119 -
120 -LICENSE="BSD-2"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~x86"
123 -IUSE=""
124 -
125 -RDEPEND="!dev-util/cmdtest
126 - net-libs/nodejs"
127 -DEPEND="${RDEPEND}"
128 -
129 -S=${WORKDIR}/${PN}-v${PV}
130 -
131 -src_install() {
132 - local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
133 - insinto "${install_dir}"
134 - doins -r .
135 - dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
136 - fperms a+x "${install_dir}/bin/yarn.js"
137 - while read -r -d '' path; do
138 - [[ $(head -n1 "${path}") == \#\!* ]] || continue
139 - chmod +x "${path}" || die #614094
140 - done < <(find "${ED}" -type f -print0)
141 -}