[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2024-07-30 Thread Zac Medico
commit: 347cfef6bae84210b9828345ff2300d6789d33aa
Author: Filip Kobierski  pm  me>
AuthorDate: Tue Jul 30 12:59:52 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jul 31 03:06:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347cfef6

sys-apps/yarn: drop old

Signed-off-by: Filip Kobierski  pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37815
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest|  3 ---
 sys-apps/yarn/yarn-1.22.17.ebuild | 40 ---
 sys-apps/yarn/yarn-1.22.19.ebuild | 40 ---
 sys-apps/yarn/yarn-1.22.21.ebuild | 40 ---
 4 files changed, 123 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index b3e157667ab3..77b9534a1b56 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,4 +1 @@
-DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B 
ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b
 SHA512 
1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
-DIST yarn-v1.22.19.tar.gz 1244259 BLAKE2B 
f103d148bafa76bddcdf9e26356fbebba87f7c7c707f823a54404302571e1d09e25569406fc721d74f53cfdac8706dec6bd40da39b7d44000381b1f36d0d8de0
 SHA512 
ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71
-DIST yarn-v1.22.21.tar.gz 1243124 BLAKE2B 
99a53db799f07c6aed1bb8d5d2997b6caef6d518118ef8bea4974fdaf3cc0b6a7a7fa17fb9244c8fb2915bffed77d5ed8dd701eecdcf4491d26b68f92750d8c7
 SHA512 
75fc33d00ee14733272c04090b3a646fb4021fce85103b2451f01f60f47be7dc9811c76b26465fe6a3735996ac55fd9e80f918cc45422af0888047f4c9ba8f9d
 DIST yarn-v1.22.22.tar.gz 1247457 BLAKE2B 
a81ec778e774f85da6d5802d4abbc579f1c9194f6e2681ef239cc336e4ec2b502b412f303fa4a8c61dda08a00444e120487e04aa19e89113f844c0db4fd54098
 SHA512 
c8b361ca353e3ca15e32eadf7f1617449f485fe488860e49774ea35dac1544f39ab1104f82bf24528de6e553eef53c4604a560e522dfab8433425ee13ccfd6f9

diff --git a/sys-apps/yarn/yarn-1.22.17.ebuild 
b/sys-apps/yarn/yarn-1.22.17.ebuild
deleted file mode 100644
index bb8df23d1c0e..
--- a/sys-apps/yarn/yarn-1.22.17.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" -type f -printf '/%P\0' || die)
-}

diff --git a/sys-apps/yarn/yarn-1.22.19.ebuild 
b/sys-apps/yarn/yarn-1.22.19.ebuild
deleted file mode 100644
index a1a20e84d28e..
--- a/sys-apps/yarn/yarn-1.22.19.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2024-05-11 Thread Arthur Zamarin
commit: 6816daf84f86bf82c88bfe354889c5ed719614ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 11 15:16:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 11 15:16:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6816daf8

sys-apps/yarn: Stabilize 1.22.22 amd64, #931754

Signed-off-by: Arthur Zamarin  gentoo.org>

 sys-apps/yarn/yarn-1.22.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-1.22.22.ebuild 
b/sys-apps/yarn/yarn-1.22.22.ebuild
index 02435ca2eafe..8fa304727616 100644
--- a/sys-apps/yarn/yarn-1.22.22.ebuild
+++ b/sys-apps/yarn/yarn-1.22.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2024-03-30 Thread Zac Medico
commit: 9a014f855f0ccde671f17c7d8881587b3efd5288
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Thu Mar 28 17:11:50 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 30 23:45:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a014f85

sys-apps/yarn: add 1.22.22

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/35968
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest|  1 +
 sys-apps/yarn/yarn-1.22.22.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 2f20b6c40e22..b3e157667ab3 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,3 +1,4 @@
 DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B 
ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b
 SHA512 
1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
 DIST yarn-v1.22.19.tar.gz 1244259 BLAKE2B 
f103d148bafa76bddcdf9e26356fbebba87f7c7c707f823a54404302571e1d09e25569406fc721d74f53cfdac8706dec6bd40da39b7d44000381b1f36d0d8de0
 SHA512 
ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71
 DIST yarn-v1.22.21.tar.gz 1243124 BLAKE2B 
99a53db799f07c6aed1bb8d5d2997b6caef6d518118ef8bea4974fdaf3cc0b6a7a7fa17fb9244c8fb2915bffed77d5ed8dd701eecdcf4491d26b68f92750d8c7
 SHA512 
75fc33d00ee14733272c04090b3a646fb4021fce85103b2451f01f60f47be7dc9811c76b26465fe6a3735996ac55fd9e80f918cc45422af0888047f4c9ba8f9d
+DIST yarn-v1.22.22.tar.gz 1247457 BLAKE2B 
a81ec778e774f85da6d5802d4abbc579f1c9194f6e2681ef239cc336e4ec2b502b412f303fa4a8c61dda08a00444e120487e04aa19e89113f844c0db4fd54098
 SHA512 
c8b361ca353e3ca15e32eadf7f1617449f485fe488860e49774ea35dac1544f39ab1104f82bf24528de6e553eef53c4604a560e522dfab8433425ee13ccfd6f9

diff --git a/sys-apps/yarn/yarn-1.22.22.ebuild 
b/sys-apps/yarn/yarn-1.22.22.ebuild
new file mode 100644
index ..02435ca2eafe
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.22.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2024-02-27 Thread Zac Medico
commit: 72d8fba9f4849dfae8c08db32bf77e4fe49f8ea5
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Tue Feb 27 14:28:34 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 28 02:56:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d8fba9

sys-apps/yarn: adding myself as proxied maintainer

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/35550
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/yarn/metadata.xml b/sys-apps/yarn/metadata.xml
index 1a1452e907cf..d6b741bfc879 100644
--- a/sys-apps/yarn/metadata.xml
+++ b/sys-apps/yarn/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   me@rahil.rocks
+   Rahil Bhimjiani
+   

sab...@gmail.com
Rodrigo Saboya



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2024-02-27 Thread Zac Medico
commit: d0e4beea55acd6486058489dd8527661bd2147fa
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Tue Feb 27 14:20:46 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 28 02:55:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e4beea

sys-apps/yarn: add 1.22.21

Closes: https://bugs.gentoo.org/919319
Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest|  1 +
 sys-apps/yarn/yarn-1.22.21.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index c35a667dd206..2f20b6c40e22 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1,3 @@
 DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B 
ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b
 SHA512 
1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
 DIST yarn-v1.22.19.tar.gz 1244259 BLAKE2B 
f103d148bafa76bddcdf9e26356fbebba87f7c7c707f823a54404302571e1d09e25569406fc721d74f53cfdac8706dec6bd40da39b7d44000381b1f36d0d8de0
 SHA512 
ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71
+DIST yarn-v1.22.21.tar.gz 1243124 BLAKE2B 
99a53db799f07c6aed1bb8d5d2997b6caef6d518118ef8bea4974fdaf3cc0b6a7a7fa17fb9244c8fb2915bffed77d5ed8dd701eecdcf4491d26b68f92750d8c7
 SHA512 
75fc33d00ee14733272c04090b3a646fb4021fce85103b2451f01f60f47be7dc9811c76b26465fe6a3735996ac55fd9e80f918cc45422af0888047f4c9ba8f9d

diff --git a/sys-apps/yarn/yarn-1.22.21.ebuild 
b/sys-apps/yarn/yarn-1.22.21.ebuild
new file mode 100644
index ..b4a996fc6a40
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.21.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2024-02-27 Thread Zac Medico
commit: f1de6099476f2823bb29f0f7ef1b2d6df8bd165c
Author: Rahil Bhimjiani  rahil  rocks>
AuthorDate: Tue Feb 27 14:26:04 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Feb 28 02:55:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1de6099

sys-apps/yarn: bump EAPI 7->8

Signed-off-by: Rahil Bhimjiani  rahil.rocks>
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/yarn-1.22.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-1.22.21.ebuild 
b/sys-apps/yarn/yarn-1.22.21.ebuild
index b4a996fc6a40..02435ca2eafe 100644
--- a/sys-apps/yarn/yarn-1.22.21.ebuild
+++ b/sys-apps/yarn/yarn-1.22.21.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_P="${PN}-v${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2022-05-13 Thread Zac Medico
commit: aae48aa7b593fb7690553ee91a71ef3c0b9ffaba
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 13 22:04:30 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 13 22:04:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae48aa7

sys-apps/yarn: add 1.22.19

Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest|  1 +
 sys-apps/yarn/yarn-1.22.19.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index fbac67f9b3e2..c35a667dd206 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1,2 @@
 DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B 
ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b
 SHA512 
1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
+DIST yarn-v1.22.19.tar.gz 1244259 BLAKE2B 
f103d148bafa76bddcdf9e26356fbebba87f7c7c707f823a54404302571e1d09e25569406fc721d74f53cfdac8706dec6bd40da39b7d44000381b1f36d0d8de0
 SHA512 
ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71

diff --git a/sys-apps/yarn/yarn-1.22.19.ebuild 
b/sys-apps/yarn/yarn-1.22.19.ebuild
new file mode 100644
index ..a1a20e84d28e
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.19.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2022-05-13 Thread Zac Medico
commit: 2fb588fc94cc63dd816664fb26ae981e37ae92a9
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 13 22:01:27 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 13 22:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb588fc

sys-apps/yarn: drop 1.22.4, 1.22.10

Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest|  2 --
 sys-apps/yarn/yarn-1.22.10.ebuild | 40 ---
 sys-apps/yarn/yarn-1.22.4.ebuild  | 40 ---
 3 files changed, 82 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 994e3a60ddd6..fbac67f9b3e2 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,3 +1 @@
-DIST yarn-v1.22.10.tar.gz 1244965 BLAKE2B 
6a9471a6905d89481665c099f00a985daacc8c7953327ee12b3d70f3f42dc304ceca01446281964d1af7a005ecae4a12ca55df637732e52821b4ecb9cdce6418
 SHA512 
d75dccd318f280abcbfd8d78b63546e11e7a8459c5dd737d0c8da2742cd5d7e3d7a5e668ce680234b0c09e71d12878061d24c6e3ae4b6626086461e3ce25
 DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B 
ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b
 SHA512 
1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
-DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 
1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a
 SHA512 
a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18

diff --git a/sys-apps/yarn/yarn-1.22.10.ebuild 
b/sys-apps/yarn/yarn-1.22.10.ebuild
deleted file mode 100644
index bb8df23d1c0e..
--- a/sys-apps/yarn/yarn-1.22.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" -type f -printf '/%P\0' || die)
-}

diff --git a/sys-apps/yarn/yarn-1.22.4.ebuild b/sys-apps/yarn/yarn-1.22.4.ebuild
deleted file mode 100644
index 0374a801dbc1..
--- a/sys-apps/yarn/yarn-1.22.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" -type f -printf '/%P\0' || die)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2021-12-05 Thread Zac Medico
commit: 3fd7f8b6a59a5fc32d222854864cc8cd95c5b5d3
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec  5 19:07:17 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec  5 19:07:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd7f8b6

sys-apps/yarn: stabilize 1.22.17 amd64

Closes: https://bugs.gentoo.org/828379
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/yarn-1.22.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-1.22.17.ebuild 
b/sys-apps/yarn/yarn-1.22.17.ebuild
index 1c2aa5d2cfdf..bb8df23d1c0e 100644
--- a/sys-apps/yarn/yarn-1.22.17.ebuild
+++ b/sys-apps/yarn/yarn-1.22.17.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2021-10-16 Thread Zac Medico
commit: e50727ab0a7bfb5b98045a2837a427881a3bc4f1
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct 17 04:30:55 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct 17 04:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50727ab

sys-apps/yarn: Bump to version 1.22.17

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest| 2 +-
 sys-apps/yarn/{yarn-1.22.5.ebuild => yarn-1.22.17.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index a431fea5a5a..994e3a60ddd 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,3 +1,3 @@
 DIST yarn-v1.22.10.tar.gz 1244965 BLAKE2B 
6a9471a6905d89481665c099f00a985daacc8c7953327ee12b3d70f3f42dc304ceca01446281964d1af7a005ecae4a12ca55df637732e52821b4ecb9cdce6418
 SHA512 
d75dccd318f280abcbfd8d78b63546e11e7a8459c5dd737d0c8da2742cd5d7e3d7a5e668ce680234b0c09e71d12878061d24c6e3ae4b6626086461e3ce25
+DIST yarn-v1.22.17.tar.gz 1246198 BLAKE2B 
ae0b86cdb248a0f81d1a4a23d15ef9aab185fcda7ef7f8873959c3e54dfc305219afb2416264911098c4e3a6a65a33d248ff97c8e0ca043b118de64e003c3d9b
 SHA512 
1f4a76e35057687d1437d21e1fffd14fcdad9793df36b695a52a44a16f844fb966a29342eb5799f80f880ef53c14ce86a39bf1d7ad929dc0cbf09d598d106b89
 DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 
1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a
 SHA512 
a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18
-DIST yarn-v1.22.5.tar.gz 1244837 BLAKE2B 
cf5054893c8937ceb6788c27f23005386449664b36dc31c6c0c3548438f1fdc5c5ec4b1b1642786c4d8732faf46ab58d2784d3768e12233f241b9b1c6f173734
 SHA512 
c33c040ed57eb05c04905b8996db31a34099f0c18dbf1818959c5592514abc99f1180592561ec5d3e760c084dbcf2dcdf3ebb4fe8918f082b6aa089cf10921bb

diff --git a/sys-apps/yarn/yarn-1.22.5.ebuild 
b/sys-apps/yarn/yarn-1.22.17.ebuild
similarity index 93%
rename from sys-apps/yarn/yarn-1.22.5.ebuild
rename to sys-apps/yarn/yarn-1.22.17.ebuild
index 706453936e7..1c2aa5d2cfd 100644
--- a/sys-apps/yarn/yarn-1.22.5.ebuild
+++ b/sys-apps/yarn/yarn-1.22.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2021-08-13 Thread Agostino Sarubbo
commit: 884eb989894dc07718bd6ac38d2961760ab0443c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 13 06:51:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 13 06:51:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884eb989

sys-apps/yarn: amd64 stable wrt bug #772047

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/yarn/yarn-1.22.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/yarn/yarn-1.22.10.ebuild 
b/sys-apps/yarn/yarn-1.22.10.ebuild
index f320aff0f83..bb8df23d1c0 100644
--- a/sys-apps/yarn/yarn-1.22.10.ebuild
+++ b/sys-apps/yarn/yarn-1.22.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-10-06 Thread Sam James
commit: 096acf644397c7d27bf8d48b53cbc554e66348af
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 14:00:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 14:00:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096acf64

sys-apps/yarn: Keyword 1.22.10 arm, #746515

Signed-off-by: Sam James  gentoo.org>

 sys-apps/yarn/yarn-1.22.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-1.22.10.ebuild 
b/sys-apps/yarn/yarn-1.22.10.ebuild
index 129c6929725..f320aff0f83 100644
--- a/sys-apps/yarn/yarn-1.22.10.ebuild
+++ b/sys-apps/yarn/yarn-1.22.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-10-05 Thread Sam James
commit: 1e8531e41baeeda973e0d01612b5e4d1021b1c8b
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 04:55:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 04:55:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8531e4

sys-apps/yarn: Keyword 1.22.10 arm64, #746515

Signed-off-by: Sam James  gentoo.org>

 sys-apps/yarn/yarn-1.22.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-1.22.10.ebuild 
b/sys-apps/yarn/yarn-1.22.10.ebuild
index 706453936e7..129c6929725 100644
--- a/sys-apps/yarn/yarn-1.22.10.ebuild
+++ b/sys-apps/yarn/yarn-1.22.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-10-04 Thread Zac Medico
commit: af4caea23797164effbab440282842ac15db3eef
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct  4 19:26:03 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  4 19:26:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4caea2

sys-apps/yarn: Bump to version 1.22.10

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest|  1 +
 sys-apps/yarn/yarn-1.22.10.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index bd6c370bfed..a431fea5a5a 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1,3 @@
+DIST yarn-v1.22.10.tar.gz 1244965 BLAKE2B 
6a9471a6905d89481665c099f00a985daacc8c7953327ee12b3d70f3f42dc304ceca01446281964d1af7a005ecae4a12ca55df637732e52821b4ecb9cdce6418
 SHA512 
d75dccd318f280abcbfd8d78b63546e11e7a8459c5dd737d0c8da2742cd5d7e3d7a5e668ce680234b0c09e71d12878061d24c6e3ae4b6626086461e3ce25
 DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 
1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a
 SHA512 
a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18
 DIST yarn-v1.22.5.tar.gz 1244837 BLAKE2B 
cf5054893c8937ceb6788c27f23005386449664b36dc31c6c0c3548438f1fdc5c5ec4b1b1642786c4d8732faf46ab58d2784d3768e12233f241b9b1c6f173734
 SHA512 
c33c040ed57eb05c04905b8996db31a34099f0c18dbf1818959c5592514abc99f1180592561ec5d3e760c084dbcf2dcdf3ebb4fe8918f082b6aa089cf10921bb

diff --git a/sys-apps/yarn/yarn-1.22.10.ebuild 
b/sys-apps/yarn/yarn-1.22.10.ebuild
new file mode 100644
index 000..706453936e7
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-08-30 Thread Zac Medico
commit: 8bb9fac41624ae3fb325fdbaed6b322839f23800
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Aug 30 21:39:08 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 30 21:40:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb9fac4

sys-apps/yarn: Bump to version 1.22.5

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.22.5.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 89a18c4161f..bd6c370bfed 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1,2 @@
 DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 
1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a
 SHA512 
a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18
+DIST yarn-v1.22.5.tar.gz 1244837 BLAKE2B 
cf5054893c8937ceb6788c27f23005386449664b36dc31c6c0c3548438f1fdc5c5ec4b1b1642786c4d8732faf46ab58d2784d3768e12233f241b9b1c6f173734
 SHA512 
c33c040ed57eb05c04905b8996db31a34099f0c18dbf1818959c5592514abc99f1180592561ec5d3e760c084dbcf2dcdf3ebb4fe8918f082b6aa089cf10921bb

diff --git a/sys-apps/yarn/yarn-1.22.5.ebuild b/sys-apps/yarn/yarn-1.22.5.ebuild
new file mode 100644
index 000..706453936e7
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-06-26 Thread William Hubbs
commit: 3d75bc5deef3bd56ec28aeefdded2470b1beb434
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jun 26 15:15:43 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 26 15:17:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d75bc5d

sys-apps/yarn: remove old

Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/yarn/Manifest   |  1 -
 sys-apps/yarn/yarn-1.22.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 53cae8aaee3..89a18c4161f 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1 @@
-DIST yarn-v1.22.0.tar.gz 1244012 BLAKE2B 
2764704103e281de8fd8c2c28abae56c7ba863365989b884add045d2f80810f0f8b83acd77baeef2375fe1424ad54cabfd89e4d14b38068114552115d3b7a812
 SHA512 
28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992
 DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 
1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a
 SHA512 
a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18

diff --git a/sys-apps/yarn/yarn-1.22.0.ebuild b/sys-apps/yarn/yarn-1.22.0.ebuild
deleted file mode 100644
index 706453936e7..000
--- a/sys-apps/yarn/yarn-1.22.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" -type f -printf '/%P\0' || die)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-06-26 Thread William Hubbs
commit: 72d6a2c9123aee9f495cab59d779f82beeb582d7
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jun 26 15:07:23 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 26 15:17:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d6a2c9

sys-apps/yarn: stable 1.22.4 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/yarn/yarn-1.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-1.22.4.ebuild b/sys-apps/yarn/yarn-1.22.4.ebuild
index 706453936e7..0374a801dbc 100644
--- a/sys-apps/yarn/yarn-1.22.4.ebuild
+++ b/sys-apps/yarn/yarn-1.22.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="!dev-util/cmdtest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-06-26 Thread William Hubbs
commit: f066b1ece96d20f7de27f45dfd167716a176b031
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jun 26 15:05:17 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 26 15:17:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f066b1ec

sys-apps/yarn: add myself to maintainers

This was approved by Zac.
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/yarn/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/yarn/metadata.xml b/sys-apps/yarn/metadata.xml
index 3533828aaf9..52bf09ed0f4 100644
--- a/sys-apps/yarn/metadata.xml
+++ b/sys-apps/yarn/metadata.xml
@@ -9,6 +9,10 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   willi...@gentoo.org
+   William Hubbs
+   

zmed...@gentoo.org
Zac Medico



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-03-10 Thread Zac Medico
commit: df9f861593de6b96380cf51c55c456da25b8f544
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Mar 11 05:00:56 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Mar 11 05:03:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9f8615

sys-apps/yarn: Bump to version 1.22.4

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.22.4.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 5b73665fc75..53cae8aaee3 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1,2 @@
 DIST yarn-v1.22.0.tar.gz 1244012 BLAKE2B 
2764704103e281de8fd8c2c28abae56c7ba863365989b884add045d2f80810f0f8b83acd77baeef2375fe1424ad54cabfd89e4d14b38068114552115d3b7a812
 SHA512 
28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992
+DIST yarn-v1.22.4.tar.gz 1244785 BLAKE2B 
1f1eeb829096eaf19a8fdb48b46fa736769d9d3c247759e434413665186e4cccb750024afa836dae8a0130fc472df3c01805d263d81346e1dd7509e1b106e88a
 SHA512 
a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18

diff --git a/sys-apps/yarn/yarn-1.22.4.ebuild b/sys-apps/yarn/yarn-1.22.4.ebuild
new file mode 100644
index 000..706453936e7
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-02-29 Thread Zac Medico
commit: 1167b651c1845379e649d8b0dac2fb4e7aa2fced
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  1 02:40:37 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  1 02:41:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1167b651

sys-apps/yarn: remove vulnerable versions bug 711132

Bug: https://bugs.gentoo.org/711132
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  2 --
 sys-apps/yarn/yarn-1.19.2.ebuild | 39 ---
 sys-apps/yarn/yarn-1.21.1.ebuild | 40 
 3 files changed, 81 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 04b984e1082..5b73665fc75 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,3 +1 @@
-DIST yarn-v1.19.2.tar.gz 1244018 BLAKE2B 
f88d0b6c5c3bdb6e02c0dd8c36fa981d35a0e46da143399dbbd8a39fac13669dc1b459f3ecd192c99d767fc477f54e61d74caeafaf9d1f0cdfdc4fba0b405fb6
 SHA512 
39d2cdfcafec03e2a75b8820350c0760ae9825d2e4496c5bc7a21877e588409eb10df93c08860a72405fc06c530660da125b96b3cdc89f38c50a652a3eda58fb
-DIST yarn-v1.21.1.tar.gz 1244168 BLAKE2B 
351ee6421fd85563ceb5d1e49f600b4f315041d85b412cd36a0bcfe352cd974ddf6c53e03171bf173794400c31eabc4fca5f3ae2402770441a9d9942ec79cf82
 SHA512 
75082626febbe97fcd41cce96e20ed73686c13fa69a460c9033c25462003313bc5cd86ddc4f8f658ee0f70dcab892b767388ec08ca6df14151287528ceddb519
 DIST yarn-v1.22.0.tar.gz 1244012 BLAKE2B 
2764704103e281de8fd8c2c28abae56c7ba863365989b884add045d2f80810f0f8b83acd77baeef2375fe1424ad54cabfd89e4d14b38068114552115d3b7a812
 SHA512 
28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992

diff --git a/sys-apps/yarn/yarn-1.19.2.ebuild b/sys-apps/yarn/yarn-1.19.2.ebuild
deleted file mode 100644
index 6366d148523..000
--- a/sys-apps/yarn/yarn-1.19.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" -type f -printf '/%P\0' || die)
-}

diff --git a/sys-apps/yarn/yarn-1.21.1.ebuild b/sys-apps/yarn/yarn-1.21.1.ebuild
deleted file mode 100644
index 45da833461b..000
--- a/sys-apps/yarn/yarn-1.21.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
-}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
-
-   while read -r -d '' path; do
-   read -r shebang < "${ED}${path}" || die
-   [[ "${shebang}" == \#\!* ]] || continue
-   fperms +x "${path}"
-   done < <(find "${ED}" -type f -printf '/%P\0' || die)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2020-02-13 Thread Zac Medico
commit: 025e408baed63ae9956931779d2bb3c613112e42
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Feb 13 22:00:15 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Feb 13 22:00:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025e408b

sys-apps/yarn: Bump to version 1.22.0

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.22.0.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index b3327d68bce..04b984e1082 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1,3 @@
 DIST yarn-v1.19.2.tar.gz 1244018 BLAKE2B 
f88d0b6c5c3bdb6e02c0dd8c36fa981d35a0e46da143399dbbd8a39fac13669dc1b459f3ecd192c99d767fc477f54e61d74caeafaf9d1f0cdfdc4fba0b405fb6
 SHA512 
39d2cdfcafec03e2a75b8820350c0760ae9825d2e4496c5bc7a21877e588409eb10df93c08860a72405fc06c530660da125b96b3cdc89f38c50a652a3eda58fb
 DIST yarn-v1.21.1.tar.gz 1244168 BLAKE2B 
351ee6421fd85563ceb5d1e49f600b4f315041d85b412cd36a0bcfe352cd974ddf6c53e03171bf173794400c31eabc4fca5f3ae2402770441a9d9942ec79cf82
 SHA512 
75082626febbe97fcd41cce96e20ed73686c13fa69a460c9033c25462003313bc5cd86ddc4f8f658ee0f70dcab892b767388ec08ca6df14151287528ceddb519
+DIST yarn-v1.22.0.tar.gz 1244012 BLAKE2B 
2764704103e281de8fd8c2c28abae56c7ba863365989b884add045d2f80810f0f8b83acd77baeef2375fe1424ad54cabfd89e4d14b38068114552115d3b7a812
 SHA512 
28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992

diff --git a/sys-apps/yarn/yarn-1.22.0.ebuild b/sys-apps/yarn/yarn-1.22.0.ebuild
new file mode 100644
index 000..706453936e7
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.22.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-12-29 Thread Zac Medico
commit: 7e916316c10ccebf7ede1f206fc7e10e7981dde5
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 30 00:20:48 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 30 00:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e916316

sys-apps/yarn: Remove old versions

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  9 -
 sys-apps/yarn/yarn-1.10.1.ebuild | 39 ---
 sys-apps/yarn/yarn-1.12.3.ebuild | 39 ---
 sys-apps/yarn/yarn-1.13.0.ebuild | 39 ---
 sys-apps/yarn/yarn-1.15.2.ebuild | 39 ---
 sys-apps/yarn/yarn-1.16.0.ebuild | 39 ---
 sys-apps/yarn/yarn-1.17.3.ebuild | 39 ---
 sys-apps/yarn/yarn-1.19.0.ebuild | 39 ---
 sys-apps/yarn/yarn-1.19.1.ebuild | 39 ---
 sys-apps/yarn/yarn-1.9.4.ebuild  | 39 ---
 10 files changed, 360 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 765441c5518..b3327d68bce 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,11 +1,2 @@
-DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c30fb06f053626f55db506100f9db212103c3f498b44a53f94dfa0b5c4ce37453d72e05533476ff6a2d99a4099
 SHA512 
107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6
-DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03dc0ec04a58541b318b73bb64b9559c6f210a2745cc07a87234ef7857a1cc8a57d1f22277a8b6a90026f8c563d3
 SHA512 
f1fe6b58d0ef9210260b19a7f02d0bb0d58cc536159385462a2ab4b0807a1c66636994c7b06207f3b4949950d411dd96939e1ba8aa1495b55681014242146457
-DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1d13364ff383294f8ae2b7b3f400476ff32b9aa0b27c497116660ea295691831e4e9bf50cb699d03d2dcd99e6e
 SHA512 
5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
-DIST yarn-v1.15.2.tar.gz 1169927 BLAKE2B 
1ebf899b1f34dd3b6fea4fa001b1edda62dd4c8964099b8a1bc858a1b28b7ccbab3aa3e229bc7882892763db414ed4f7cfbe2deb636d2a8675da87df1754a835
 SHA512 
0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
-DIST yarn-v1.16.0.tar.gz 1172930 BLAKE2B 
1dbb754ae0af3b9666bb03057f587854407b3587fc4304e8282c759d5ea0cbee12eed58e526808893d3cf8e29c4ec69b13a28a6f6908bcdb8c9126d1a408
 SHA512 
71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
-DIST yarn-v1.17.3.tar.gz 1240577 BLAKE2B 
a5b0fdd014928181da63a322bdc030e4aefd4033d27f49a37225aa2cb3199339dd06e9f74aaa442bfb4692b0470fda40102a41b52a1369c8b84282bae5bc46a6
 SHA512 
0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
-DIST yarn-v1.19.0.tar.gz 1242633 BLAKE2B 
55aacab6e44c0a44f39ef9e116444043784272ab3d328f44e818cc45a94203f6e73a6d66f51dbdec46a0694890817dde3148be0fc3c931de79c0e2164f5e755f
 SHA512 
40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79
-DIST yarn-v1.19.1.tar.gz 1243585 BLAKE2B 
01d19b9e2dabf40988b8dac9b3b48a43e7f15d0e4a3f75aad40afb8c811d6387bc476dbb7c6c841af33fe6010b98eaa4969b32cd590f9092b7552e8e9a152960
 SHA512 
8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
 DIST yarn-v1.19.2.tar.gz 1244018 BLAKE2B 
f88d0b6c5c3bdb6e02c0dd8c36fa981d35a0e46da143399dbbd8a39fac13669dc1b459f3ecd192c99d767fc477f54e61d74caeafaf9d1f0cdfdc4fba0b405fb6
 SHA512 
39d2cdfcafec03e2a75b8820350c0760ae9825d2e4496c5bc7a21877e588409eb10df93c08860a72405fc06c530660da125b96b3cdc89f38c50a652a3eda58fb
 DIST yarn-v1.21.1.tar.gz 1244168 BLAKE2B 
351ee6421fd85563ceb5d1e49f600b4f315041d85b412cd36a0bcfe352cd974ddf6c53e03171bf173794400c31eabc4fca5f3ae2402770441a9d9942ec79cf82
 SHA512 
75082626febbe97fcd41cce96e20ed73686c13fa69a460c9033c25462003313bc5cd86ddc4f8f658ee0f70dcab892b767388ec08ca6df14151287528ceddb519
-DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.10.1.ebuild b/sys-apps/yarn/yarn-1.10.1.ebuild
deleted file mode 100644
index d2f20fcebb4..000
--- a/sys-apps/yarn/yarn-1.10.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@

[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-12-29 Thread Zac Medico
commit: 6d337711b50715ac7a12eb922b6ce68468853bf1
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 30 00:12:12 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 30 00:19:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d337711

sys-apps/yarn: Bump to version 1.21.1

Includes yarnpkg symlink for Debian compatibility.

Reported-by: Max Magorsch  magorsch.de>
Closes: https://bugs.gentoo.org/704134
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.21.1.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index b42f6504d8b..765441c5518 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -7,4 +7,5 @@ DIST yarn-v1.17.3.tar.gz 1240577 BLAKE2B 
a5b0fdd014928181da63a322bdc030e4aefd403
 DIST yarn-v1.19.0.tar.gz 1242633 BLAKE2B 
55aacab6e44c0a44f39ef9e116444043784272ab3d328f44e818cc45a94203f6e73a6d66f51dbdec46a0694890817dde3148be0fc3c931de79c0e2164f5e755f
 SHA512 
40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79
 DIST yarn-v1.19.1.tar.gz 1243585 BLAKE2B 
01d19b9e2dabf40988b8dac9b3b48a43e7f15d0e4a3f75aad40afb8c811d6387bc476dbb7c6c841af33fe6010b98eaa4969b32cd590f9092b7552e8e9a152960
 SHA512 
8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
 DIST yarn-v1.19.2.tar.gz 1244018 BLAKE2B 
f88d0b6c5c3bdb6e02c0dd8c36fa981d35a0e46da143399dbbd8a39fac13669dc1b459f3ecd192c99d767fc477f54e61d74caeafaf9d1f0cdfdc4fba0b405fb6
 SHA512 
39d2cdfcafec03e2a75b8820350c0760ae9825d2e4496c5bc7a21877e588409eb10df93c08860a72405fc06c530660da125b96b3cdc89f38c50a652a3eda58fb
+DIST yarn-v1.21.1.tar.gz 1244168 BLAKE2B 
351ee6421fd85563ceb5d1e49f600b4f315041d85b412cd36a0bcfe352cd974ddf6c53e03171bf173794400c31eabc4fca5f3ae2402770441a9d9942ec79cf82
 SHA512 
75082626febbe97fcd41cce96e20ed73686c13fa69a460c9033c25462003313bc5cd86ddc4f8f658ee0f70dcab892b767388ec08ca6df14151287528ceddb519
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.21.1.ebuild b/sys-apps/yarn/yarn-1.21.1.ebuild
new file mode 100644
index 000..45da833461b
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.21.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarnpkg" 
"/usr/bin/yarnpkg"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-11-22 Thread Zac Medico
commit: 37a5dc64e0f24a70308fcef7357ecfb4fc986332
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Nov 22 18:15:31 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov 22 18:15:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a5dc64

sys-apps/yarn: Bump to version 1.19.2

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.19.2.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 032560775f1..b42f6504d8b 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -6,4 +6,5 @@ DIST yarn-v1.16.0.tar.gz 1172930 BLAKE2B 
1dbb754ae0af3b9666bb03057f587854407b358
 DIST yarn-v1.17.3.tar.gz 1240577 BLAKE2B 
a5b0fdd014928181da63a322bdc030e4aefd4033d27f49a37225aa2cb3199339dd06e9f74aaa442bfb4692b0470fda40102a41b52a1369c8b84282bae5bc46a6
 SHA512 
0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
 DIST yarn-v1.19.0.tar.gz 1242633 BLAKE2B 
55aacab6e44c0a44f39ef9e116444043784272ab3d328f44e818cc45a94203f6e73a6d66f51dbdec46a0694890817dde3148be0fc3c931de79c0e2164f5e755f
 SHA512 
40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79
 DIST yarn-v1.19.1.tar.gz 1243585 BLAKE2B 
01d19b9e2dabf40988b8dac9b3b48a43e7f15d0e4a3f75aad40afb8c811d6387bc476dbb7c6c841af33fe6010b98eaa4969b32cd590f9092b7552e8e9a152960
 SHA512 
8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
+DIST yarn-v1.19.2.tar.gz 1244018 BLAKE2B 
f88d0b6c5c3bdb6e02c0dd8c36fa981d35a0e46da143399dbbd8a39fac13669dc1b459f3ecd192c99d767fc477f54e61d74caeafaf9d1f0cdfdc4fba0b405fb6
 SHA512 
39d2cdfcafec03e2a75b8820350c0760ae9825d2e4496c5bc7a21877e588409eb10df93c08860a72405fc06c530660da125b96b3cdc89f38c50a652a3eda58fb
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.19.2.ebuild b/sys-apps/yarn/yarn-1.19.2.ebuild
new file mode 100644
index 000..6366d148523
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.19.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-10-17 Thread Zac Medico
commit: 4b75dd06be8e6a26032999d9e06ee50301f378dd
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Oct 18 04:39:07 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct 18 04:39:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b75dd06

sys-apps/yarn: Bump to version 1.19.1

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.19.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index dae8824ee59..032560775f1 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -5,4 +5,5 @@ DIST yarn-v1.15.2.tar.gz 1169927 BLAKE2B 
1ebf899b1f34dd3b6fea4fa001b1edda62dd4c8
 DIST yarn-v1.16.0.tar.gz 1172930 BLAKE2B 
1dbb754ae0af3b9666bb03057f587854407b3587fc4304e8282c759d5ea0cbee12eed58e526808893d3cf8e29c4ec69b13a28a6f6908bcdb8c9126d1a408
 SHA512 
71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
 DIST yarn-v1.17.3.tar.gz 1240577 BLAKE2B 
a5b0fdd014928181da63a322bdc030e4aefd4033d27f49a37225aa2cb3199339dd06e9f74aaa442bfb4692b0470fda40102a41b52a1369c8b84282bae5bc46a6
 SHA512 
0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
 DIST yarn-v1.19.0.tar.gz 1242633 BLAKE2B 
55aacab6e44c0a44f39ef9e116444043784272ab3d328f44e818cc45a94203f6e73a6d66f51dbdec46a0694890817dde3148be0fc3c931de79c0e2164f5e755f
 SHA512 
40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79
+DIST yarn-v1.19.1.tar.gz 1243585 BLAKE2B 
01d19b9e2dabf40988b8dac9b3b48a43e7f15d0e4a3f75aad40afb8c811d6387bc476dbb7c6c841af33fe6010b98eaa4969b32cd590f9092b7552e8e9a152960
 SHA512 
8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.19.1.ebuild b/sys-apps/yarn/yarn-1.19.1.ebuild
new file mode 100644
index 000..6366d148523
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.19.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-10-06 Thread Zac Medico
commit: fee1f9715908668dac34d6f53ee81c59d23ce5c1
Author: Rodrigo Saboya  users  noreply  github  
com>
AuthorDate: Sat Oct  5 14:33:44 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  6 17:55:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee1f971

sys-apps/yarn: Bumping to 1.19.0

Closes: https://github.com/gentoo/gentoo/pull/13163
Closes: https://bugs.gentoo.org/696762
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Rodrigo Saboya  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.19.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index be981e0d2fb..dae8824ee59 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -4,4 +4,5 @@ DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1
 DIST yarn-v1.15.2.tar.gz 1169927 BLAKE2B 
1ebf899b1f34dd3b6fea4fa001b1edda62dd4c8964099b8a1bc858a1b28b7ccbab3aa3e229bc7882892763db414ed4f7cfbe2deb636d2a8675da87df1754a835
 SHA512 
0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
 DIST yarn-v1.16.0.tar.gz 1172930 BLAKE2B 
1dbb754ae0af3b9666bb03057f587854407b3587fc4304e8282c759d5ea0cbee12eed58e526808893d3cf8e29c4ec69b13a28a6f6908bcdb8c9126d1a408
 SHA512 
71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
 DIST yarn-v1.17.3.tar.gz 1240577 BLAKE2B 
a5b0fdd014928181da63a322bdc030e4aefd4033d27f49a37225aa2cb3199339dd06e9f74aaa442bfb4692b0470fda40102a41b52a1369c8b84282bae5bc46a6
 SHA512 
0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
+DIST yarn-v1.19.0.tar.gz 1242633 BLAKE2B 
55aacab6e44c0a44f39ef9e116444043784272ab3d328f44e818cc45a94203f6e73a6d66f51dbdec46a0694890817dde3148be0fc3c931de79c0e2164f5e755f
 SHA512 
40b88ca23f991e8da44f5ef1d6dedeaceea0cd1fbdc526b9cfb2e67a2d6a60cd528f7ef088816febb910707fa792c86c3b47f4dc89970a57e410a5209ec32b79
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.19.0.ebuild b/sys-apps/yarn/yarn-1.19.0.ebuild
new file mode 100644
index 000..6366d148523
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.19.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-08-07 Thread Zac Medico
commit: 6ecfc8a51132aca2786d2a8349fd8f83bc984cb7
Author: Bernardo Meurer  gmail  com>
AuthorDate: Thu Aug  8 01:28:37 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Aug  8 01:52:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecfc8a5

sys-apps/yarn: bump to 1.17.3

Closes: https://bugs.gentoo.org/691726
Closes: https://github.com/gentoo/gentoo/pull/12639
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Bernardo Meurer  standard.ai>
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.17.3.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 279dfded80b..be981e0d2fb 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -3,4 +3,5 @@ DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03d
 DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1d13364ff383294f8ae2b7b3f400476ff32b9aa0b27c497116660ea295691831e4e9bf50cb699d03d2dcd99e6e
 SHA512 
5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
 DIST yarn-v1.15.2.tar.gz 1169927 BLAKE2B 
1ebf899b1f34dd3b6fea4fa001b1edda62dd4c8964099b8a1bc858a1b28b7ccbab3aa3e229bc7882892763db414ed4f7cfbe2deb636d2a8675da87df1754a835
 SHA512 
0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
 DIST yarn-v1.16.0.tar.gz 1172930 BLAKE2B 
1dbb754ae0af3b9666bb03057f587854407b3587fc4304e8282c759d5ea0cbee12eed58e526808893d3cf8e29c4ec69b13a28a6f6908bcdb8c9126d1a408
 SHA512 
71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
+DIST yarn-v1.17.3.tar.gz 1240577 BLAKE2B 
a5b0fdd014928181da63a322bdc030e4aefd4033d27f49a37225aa2cb3199339dd06e9f74aaa442bfb4692b0470fda40102a41b52a1369c8b84282bae5bc46a6
 SHA512 
0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.17.3.ebuild b/sys-apps/yarn/yarn-1.17.3.ebuild
new file mode 100644
index 000..6366d148523
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.17.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-05-14 Thread Manuel Rüger
commit: 018c9dfc94441496b4d7a1f7105df193396aabb4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May 14 08:20:05 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May 14 08:20:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018c9dfc

sys-apps/yarn: Version bump to 1.16.0

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.16.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 5d75c04ca46..279dfded80b 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -2,4 +2,5 @@ DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c
 DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03dc0ec04a58541b318b73bb64b9559c6f210a2745cc07a87234ef7857a1cc8a57d1f22277a8b6a90026f8c563d3
 SHA512 
f1fe6b58d0ef9210260b19a7f02d0bb0d58cc536159385462a2ab4b0807a1c66636994c7b06207f3b4949950d411dd96939e1ba8aa1495b55681014242146457
 DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1d13364ff383294f8ae2b7b3f400476ff32b9aa0b27c497116660ea295691831e4e9bf50cb699d03d2dcd99e6e
 SHA512 
5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
 DIST yarn-v1.15.2.tar.gz 1169927 BLAKE2B 
1ebf899b1f34dd3b6fea4fa001b1edda62dd4c8964099b8a1bc858a1b28b7ccbab3aa3e229bc7882892763db414ed4f7cfbe2deb636d2a8675da87df1754a835
 SHA512 
0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
+DIST yarn-v1.16.0.tar.gz 1172930 BLAKE2B 
1dbb754ae0af3b9666bb03057f587854407b3587fc4304e8282c759d5ea0cbee12eed58e526808893d3cf8e29c4ec69b13a28a6f6908bcdb8c9126d1a408
 SHA512 
71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.16.0.ebuild b/sys-apps/yarn/yarn-1.16.0.ebuild
new file mode 100644
index 000..6366d148523
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.16.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-03-17 Thread Zac Medico
commit: 8c875b1d3448263cc4f07b7758ae4e99924a6f56
Author: Jonathan Janzen  gmail  com>
AuthorDate: Sun Mar 17 19:32:20 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 17 21:12:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c875b1d

sys-apps/yarn: Set installationMethod = portage

By setting the installation method, yarn will do one of two things:

1) For older versions with no message for installationMethod = portage*,
no message will be shown. (without this, a message would be shown
recommending the user download and install a new version using a shell
script)

2) For versions that understand installationMethod = portage*,
a message telling the user to update yarn via portage will be shown.

*: https://github.com/yarnpkg/yarn/pull/7123

Closes: https://github.com/gentoo/gentoo/pull/11395
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Jonathan Janzen  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/yarn-1.10.1.ebuild | 5 +
 sys-apps/yarn/yarn-1.12.3.ebuild | 5 +
 sys-apps/yarn/yarn-1.13.0.ebuild | 5 +
 sys-apps/yarn/yarn-1.15.2.ebuild | 5 +
 sys-apps/yarn/yarn-1.9.4.ebuild  | 5 +
 5 files changed, 25 insertions(+)

diff --git a/sys-apps/yarn/yarn-1.10.1.ebuild b/sys-apps/yarn/yarn-1.10.1.ebuild
index 7bd9670239d..d2f20fcebb4 100644
--- a/sys-apps/yarn/yarn-1.10.1.ebuild
+++ b/sys-apps/yarn/yarn-1.10.1.ebuild
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
 src_install() {
local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
insinto "${install_dir}"

diff --git a/sys-apps/yarn/yarn-1.12.3.ebuild b/sys-apps/yarn/yarn-1.12.3.ebuild
index 7bd9670239d..d2f20fcebb4 100644
--- a/sys-apps/yarn/yarn-1.12.3.ebuild
+++ b/sys-apps/yarn/yarn-1.12.3.ebuild
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
 src_install() {
local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
insinto "${install_dir}"

diff --git a/sys-apps/yarn/yarn-1.13.0.ebuild b/sys-apps/yarn/yarn-1.13.0.ebuild
index 067e0a48abf..15ea8904d16 100644
--- a/sys-apps/yarn/yarn-1.13.0.ebuild
+++ b/sys-apps/yarn/yarn-1.13.0.ebuild
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
 src_install() {
local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
insinto "${install_dir}"

diff --git a/sys-apps/yarn/yarn-1.15.2.ebuild b/sys-apps/yarn/yarn-1.15.2.ebuild
index bfe100149e8..6366d148523 100644
--- a/sys-apps/yarn/yarn-1.15.2.ebuild
+++ b/sys-apps/yarn/yarn-1.15.2.ebuild
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
 src_install() {
local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
insinto "${install_dir}"

diff --git a/sys-apps/yarn/yarn-1.9.4.ebuild b/sys-apps/yarn/yarn-1.9.4.ebuild
index b4b5ee7ead8..40f106de033 100644
--- a/sys-apps/yarn/yarn-1.9.4.ebuild
+++ b/sys-apps/yarn/yarn-1.9.4.ebuild
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+src_prepare() {
+   default
+   sed -i 's/"installationMethod": "tar"/"installationMethod": 
"portage"/g' "${S}/package.json" || die
+}
+
 src_install() {
local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
insinto "${install_dir}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-03-17 Thread Zac Medico
commit: 9e39abab7efd38ae878211261529a47209286bbf
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 17 19:32:59 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 17 19:34:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e39abab

sys-apps/yarn: add myself to maintainers

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/yarn/metadata.xml b/sys-apps/yarn/metadata.xml
index 487b031d3e6..3533828aaf9 100644
--- a/sys-apps/yarn/metadata.xml
+++ b/sys-apps/yarn/metadata.xml
@@ -9,6 +9,10 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   zmed...@gentoo.org
+   Zac Medico
+   

yarnpkg/yarn




[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-03-17 Thread Zac Medico
commit: c6d20924bc15946b2840ad43cdc68fbc5aede91a
Author: Rodrigo Saboya  gmail  com>
AuthorDate: Sun Mar 17 11:32:53 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 17 19:29:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d20924

sys-apps/yarn: bump to version 1.15.2

Closes: https://github.com/gentoo/gentoo/pull/11388
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Rodrigo Saboya  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.15.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 4090bb460d5..5d75c04ca46 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,4 +1,5 @@
 DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c30fb06f053626f55db506100f9db212103c3f498b44a53f94dfa0b5c4ce37453d72e05533476ff6a2d99a4099
 SHA512 
107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6
 DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03dc0ec04a58541b318b73bb64b9559c6f210a2745cc07a87234ef7857a1cc8a57d1f22277a8b6a90026f8c563d3
 SHA512 
f1fe6b58d0ef9210260b19a7f02d0bb0d58cc536159385462a2ab4b0807a1c66636994c7b06207f3b4949950d411dd96939e1ba8aa1495b55681014242146457
 DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1d13364ff383294f8ae2b7b3f400476ff32b9aa0b27c497116660ea295691831e4e9bf50cb699d03d2dcd99e6e
 SHA512 
5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
+DIST yarn-v1.15.2.tar.gz 1169927 BLAKE2B 
1ebf899b1f34dd3b6fea4fa001b1edda62dd4c8964099b8a1bc858a1b28b7ccbab3aa3e229bc7882892763db414ed4f7cfbe2deb636d2a8675da87df1754a835
 SHA512 
0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.15.2.ebuild b/sys-apps/yarn/yarn-1.15.2.ebuild
new file mode 100644
index 000..bfe100149e8
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.15.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < "${ED}${path}" || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   fperms +x "${path}"
+   done < <(find "${ED}" -type f -printf '/%P\0' || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-01-18 Thread Zac Medico
commit: 011df765920e5266ac9d579359a5ee71baf40e92
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jan 19 01:44:57 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jan 19 01:44:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011df765

sys-apps/yarn: remove old versions

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest  |  7 ---
 sys-apps/yarn/yarn-1.1.0.ebuild | 31 ---
 sys-apps/yarn/yarn-1.2.1.ebuild | 31 ---
 sys-apps/yarn/yarn-1.3.2.ebuild | 31 ---
 sys-apps/yarn/yarn-1.5.1.ebuild | 31 ---
 sys-apps/yarn/yarn-1.6.0.ebuild | 34 --
 sys-apps/yarn/yarn-1.7.0.ebuild | 34 --
 sys-apps/yarn/yarn-1.8.0.ebuild | 34 --
 8 files changed, 233 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 9015e811e9e..4090bb460d5 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,11 +1,4 @@
-DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b05bd4e005673437c9c2ef084e93db00811840aa6cac6fbdec912cff654b09a81bbd6ccfb954d1e14128cd79
 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c30fb06f053626f55db506100f9db212103c3f498b44a53f94dfa0b5c4ce37453d72e05533476ff6a2d99a4099
 SHA512 
107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6
 DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03dc0ec04a58541b318b73bb64b9559c6f210a2745cc07a87234ef7857a1cc8a57d1f22277a8b6a90026f8c563d3
 SHA512 
f1fe6b58d0ef9210260b19a7f02d0bb0d58cc536159385462a2ab4b0807a1c66636994c7b06207f3b4949950d411dd96939e1ba8aa1495b55681014242146457
 DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1d13364ff383294f8ae2b7b3f400476ff32b9aa0b27c497116660ea295691831e4e9bf50cb699d03d2dcd99e6e
 SHA512 
5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
-DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
-DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
-DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548
-DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713
-DIST yarn-v1.7.0.tar.gz 944751 BLAKE2B 
468ee9fbc94e5ae74137f9232929e78213ee435a30b6c22a9bc4378fbf28ce1f4f1358d745f2f298767e98d9cded64d8c61a2f8e4705999bd194aaa21b3505e7
 SHA512 
1de75fbb48c49ef9c39eab434b3f27b669a8e74f9305e5f03fe3ca30cf6ca00b4b94f8445621474089681bb74f4813c0595633a45c16c4469bab08187ce94495
-DIST yarn-v1.8.0.tar.gz 953127 BLAKE2B 
b290c4e6a5800afd8706954dab424f7cf0c784c0dade705f10a06803dfe64b83206f534dbb41e3e804593a17d722ddc3253377465413be571bb2b29639f99ea6
 SHA512 
12919a27d0845644992a60c87a919ef2776e5959c43d1c31767021475b8cbb591f5f6ff2b214eaddc11d520f91d758bee439abe077717a7348eb387813dbefb6
 DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.1.0.ebuild b/sys-apps/yarn/yarn-1.1.0.ebuild
deleted file mode 100644
index f028ad115d0..000
--- a/sys-apps/yarn/yarn-1.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;

[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2019-01-18 Thread Zac Medico
commit: 0740046ab6c12a019bc28056e9e334264ae9286d
Author: Zac Medico  sony  com>
AuthorDate: Fri Jan 18 19:23:03 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 18 19:24:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0740046a

sys-apps/yarn: version bump to yarn-1.13.0

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.13.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 84e83113ba3..9015e811e9e 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,6 +1,7 @@
 DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b05bd4e005673437c9c2ef084e93db00811840aa6cac6fbdec912cff654b09a81bbd6ccfb954d1e14128cd79
 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c30fb06f053626f55db506100f9db212103c3f498b44a53f94dfa0b5c4ce37453d72e05533476ff6a2d99a4099
 SHA512 
107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6
 DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03dc0ec04a58541b318b73bb64b9559c6f210a2745cc07a87234ef7857a1cc8a57d1f22277a8b6a90026f8c563d3
 SHA512 
f1fe6b58d0ef9210260b19a7f02d0bb0d58cc536159385462a2ab4b0807a1c66636994c7b06207f3b4949950d411dd96939e1ba8aa1495b55681014242146457
+DIST yarn-v1.13.0.tar.gz 1169613 BLAKE2B 
5fc730c0b456d67702ef5305223cfd933c4c8f1d13364ff383294f8ae2b7b3f400476ff32b9aa0b27c497116660ea295691831e4e9bf50cb699d03d2dcd99e6e
 SHA512 
5277f0d9e79fbfc8a6b7864c3e1bc554fe38582cf7f21b83c641ecf98aabc78c014caef94ebd26877578ae1fb6370e6242ad2b70cfd569fa2d099a3da936f90c
 DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548

diff --git a/sys-apps/yarn/yarn-1.13.0.ebuild b/sys-apps/yarn/yarn-1.13.0.ebuild
new file mode 100644
index 000..067e0a48abf
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.13.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-11-14 Thread William Hubbs
commit: cac6b429e5c2d4c24f5c71f61314b917f5366b6c
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Nov 14 18:47:39 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Nov 14 18:48:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac6b429

sys-apps/yarn: 1.12.3 bump

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.12.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index f7753b83658..84e83113ba3 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,5 +1,6 @@
 DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b05bd4e005673437c9c2ef084e93db00811840aa6cac6fbdec912cff654b09a81bbd6ccfb954d1e14128cd79
 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c30fb06f053626f55db506100f9db212103c3f498b44a53f94dfa0b5c4ce37453d72e05533476ff6a2d99a4099
 SHA512 
107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6
+DIST yarn-v1.12.3.tar.gz 1166553 BLAKE2B 
8e0c56c46522eeccaa558dd1fccdca40e83d03dc0ec04a58541b318b73bb64b9559c6f210a2745cc07a87234ef7857a1cc8a57d1f22277a8b6a90026f8c563d3
 SHA512 
f1fe6b58d0ef9210260b19a7f02d0bb0d58cc536159385462a2ab4b0807a1c66636994c7b06207f3b4949950d411dd96939e1ba8aa1495b55681014242146457
 DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548

diff --git a/sys-apps/yarn/yarn-1.12.3.ebuild b/sys-apps/yarn/yarn-1.12.3.ebuild
new file mode 100644
index 000..7bd9670239d
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.12.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-10-16 Thread William Hubbs
commit: 853c2ffa76904da6ca60020ac3cc03c484897480
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Oct 16 14:48:31 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct 16 14:49:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853c2ffa

sys-apps/yarn: 0.10.1 version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-1.10.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 2ff6cd77448..f7753b83658 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,4 +1,5 @@
 DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b05bd4e005673437c9c2ef084e93db00811840aa6cac6fbdec912cff654b09a81bbd6ccfb954d1e14128cd79
 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
+DIST yarn-v1.10.1.tar.gz 1107068 BLAKE2B 
ce9870d5f149b53d056682190a4bd3bcd2a8d2c30fb06f053626f55db506100f9db212103c3f498b44a53f94dfa0b5c4ce37453d72e05533476ff6a2d99a4099
 SHA512 
107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6
 DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548

diff --git a/sys-apps/yarn/yarn-1.10.1.ebuild b/sys-apps/yarn/yarn-1.10.1.ebuild
new file mode 100644
index 000..7bd9670239d
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.10.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-08-14 Thread William Hubbs
commit: ed5f6696bafe792cb780a6702aed09ed684c3e57
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Aug 14 20:26:27 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Aug 14 20:26:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5f6696

sys-apps/yarn: 1.9.4 bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.9.4.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 2de076b81cd..2ff6cd77448 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -5,3 +5,4 @@ DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5
 DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713
 DIST yarn-v1.7.0.tar.gz 944751 BLAKE2B 
468ee9fbc94e5ae74137f9232929e78213ee435a30b6c22a9bc4378fbf28ce1f4f1358d745f2f298767e98d9cded64d8c61a2f8e4705999bd194aaa21b3505e7
 SHA512 
1de75fbb48c49ef9c39eab434b3f27b669a8e74f9305e5f03fe3ca30cf6ca00b4b94f8445621474089681bb74f4813c0595633a45c16c4469bab08187ce94495
 DIST yarn-v1.8.0.tar.gz 953127 BLAKE2B 
b290c4e6a5800afd8706954dab424f7cf0c784c0dade705f10a06803dfe64b83206f534dbb41e3e804593a17d722ddc3253377465413be571bb2b29639f99ea6
 SHA512 
12919a27d0845644992a60c87a919ef2776e5959c43d1c31767021475b8cbb591f5f6ff2b214eaddc11d520f91d758bee439abe077717a7348eb387813dbefb6
+DIST yarn-v1.9.4.tar.gz 937393 BLAKE2B 
188e270b2a8b5b357b85101eda2552d675e3f41d30bc7b45266f34831cbcfc00feefe452c420f3aaefad7423c2af342d5fdb859ec6420faf689b680b5acda00f
 SHA512 
1e3a908cf47a2fe46d7ce8db549b91cd0b3372c7c43c6b0029f1060b044a0a65e5bc3323f4ed6baf20bbbcb49ba358a6bb8f2691a591e4d3e8a01bc31372cb5b

diff --git a/sys-apps/yarn/yarn-1.9.4.ebuild b/sys-apps/yarn/yarn-1.9.4.ebuild
new file mode 100644
index 000..b4b5ee7ead8
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.9.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-06-18 Thread Zac Medico
commit: 6398be9a4c3eab06f5b27dc8d930153fd3eb2157
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 18 18:22:53 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 18 18:22:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6398be9a

sys-apps/yarn: version bump to 1.8.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.8.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 194a160f622..2de076b81cd 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -4,3 +4,4 @@ DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce23
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548
 DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713
 DIST yarn-v1.7.0.tar.gz 944751 BLAKE2B 
468ee9fbc94e5ae74137f9232929e78213ee435a30b6c22a9bc4378fbf28ce1f4f1358d745f2f298767e98d9cded64d8c61a2f8e4705999bd194aaa21b3505e7
 SHA512 
1de75fbb48c49ef9c39eab434b3f27b669a8e74f9305e5f03fe3ca30cf6ca00b4b94f8445621474089681bb74f4813c0595633a45c16c4469bab08187ce94495
+DIST yarn-v1.8.0.tar.gz 953127 BLAKE2B 
b290c4e6a5800afd8706954dab424f7cf0c784c0dade705f10a06803dfe64b83206f534dbb41e3e804593a17d722ddc3253377465413be571bb2b29639f99ea6
 SHA512 
12919a27d0845644992a60c87a919ef2776e5959c43d1c31767021475b8cbb591f5f6ff2b214eaddc11d520f91d758bee439abe077717a7348eb387813dbefb6

diff --git a/sys-apps/yarn/yarn-1.8.0.ebuild b/sys-apps/yarn/yarn-1.8.0.ebuild
new file mode 100644
index 000..b4b5ee7ead8
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.8.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-06-18 Thread Zac Medico
commit: 8c069fe8db42c7805177359683ffef4c8b803560
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 18 18:16:39 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 18 18:20:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c069fe8

sys-apps/yarn: version bump to 1.7.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.7.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 11bcca690bd..194a160f622 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -3,3 +3,4 @@ DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a6
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548
 DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713
+DIST yarn-v1.7.0.tar.gz 944751 BLAKE2B 
468ee9fbc94e5ae74137f9232929e78213ee435a30b6c22a9bc4378fbf28ce1f4f1358d745f2f298767e98d9cded64d8c61a2f8e4705999bd194aaa21b3505e7
 SHA512 
1de75fbb48c49ef9c39eab434b3f27b669a8e74f9305e5f03fe3ca30cf6ca00b4b94f8445621474089681bb74f4813c0595633a45c16c4469bab08187ce94495

diff --git a/sys-apps/yarn/yarn-1.7.0.ebuild b/sys-apps/yarn/yarn-1.7.0.ebuild
new file mode 100644
index 000..b4b5ee7ead8
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-05-12 Thread Michał Górny
commit: 4dcdfc44f07ef2854110186b213bac880bd1eb9a
Author: Rodrigo Saboya  gmail  com>
AuthorDate: Sun May  6 00:23:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 12 17:46:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcdfc44

sys-apps/yarn: version bump to 1.6.0

Closes: https://bugs.gentoo.org/653344
Closes: https://github.com/gentoo/gentoo/pull/8045
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/metadata.xml  | 15 +++
 sys-apps/yarn/yarn-1.6.0.ebuild | 34 ++
 3 files changed, 46 insertions(+), 4 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 1f1de14cce8..11bcca690bd 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -2,3 +2,4 @@ DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b
 DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548
+DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713

diff --git a/sys-apps/yarn/metadata.xml b/sys-apps/yarn/metadata.xml
index b70cf1a5b6a..487b031d3e6 100644
--- a/sys-apps/yarn/metadata.xml
+++ b/sys-apps/yarn/metadata.xml
@@ -1,8 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-yarnpkg/yarn
-  
+   
+   sab...@gmail.com
+   Rodrigo Saboya
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   yarnpkg/yarn
+   
 

diff --git a/sys-apps/yarn/yarn-1.6.0.ebuild b/sys-apps/yarn/yarn-1.6.0.ebuild
new file mode 100644
index 000..b3b3e1e9519
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.6.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-03-28 Thread William Hubbs
commit: 90facfab5ee0c03b921351379fc31bd2493a5700
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Mar 27 19:13:45 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 28 17:58:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90facfab

sys-apps/yarn: 1.5.1 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.5.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 0ebda1f7eda..1f1de14cce8 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,3 +1,4 @@
 DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b05bd4e005673437c9c2ef084e93db00811840aa6cac6fbdec912cff654b09a81bbd6ccfb954d1e14128cd79
 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
+DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548

diff --git a/sys-apps/yarn/yarn-1.5.1.ebuild b/sys-apps/yarn/yarn-1.5.1.ebuild
new file mode 100644
index 000..bb76e804940
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2018-01-04 Thread Manuel Rüger
commit: d215ce97c1b8c641dd25e29f23d1800c9b9df0d4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jan  4 12:21:30 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jan  4 12:21:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d215ce97

sys-apps/yarn: Version bump to 1.3.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.3.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 6da2e6d9c8f..0ebda1f7eda 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1,3 @@
 DIST yarn-v1.1.0.tar.gz 874168 BLAKE2B 
2c2e00237e4c1264ba3167f5fbeb40ef64d9ca42b05bd4e005673437c9c2ef084e93db00811840aa6cac6fbdec912cff654b09a81bbd6ccfb954d1e14128cd79
 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a65ddaf7adcebee2b8bc15d4b98293eeae79be5ad664daa6a56d553ade1fd5e50aaafc7ed2f980ebfe4feac58
 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
+DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf

diff --git a/sys-apps/yarn/yarn-1.3.2.ebuild b/sys-apps/yarn/yarn-1.3.2.ebuild
new file mode 100644
index 000..bb76e804940
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.3.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-11-02 Thread Manuel Rüger
commit: 5b9efc646c940148c91e2a10abe8fd7f3a975bf1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:52:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:52:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9efc64

sys-apps/yarn: Version bump to 1.2.1

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.2.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index b38488871f0..7fc9b1df504 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -2,3 +2,4 @@ DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac25
 DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
 DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d
 DIST yarn-v1.1.0.tar.gz 874168 SHA256 
171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 WHIRLPOOL 
21fabd1824fc7bf3ef3cf4ac64103e19f97c547f968aa0220371ca0ddb3cba71e034cd6143047ac85fa8c8ff1d39c3364e7bf3de57f9628af244d9c8723a7498
+DIST yarn-v1.2.1.tar.gz 885691 SHA256 
f8ed07675c3a0b866e11a02af5c15d2f34c3aa261ab1501943ecee328786c959 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 WHIRLPOOL 
c435a313d8701ab75e0945314dd96fd591e623078fc541e3ddbd44710e941c3fa1b7b9381489590955bdb32f715ccd21275d05e083b5d9d332122df7eb3a799e

diff --git a/sys-apps/yarn/yarn-1.2.1.ebuild b/sys-apps/yarn/yarn-1.2.1.ebuild
new file mode 100644
index 000..f028ad115d0
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-11-02 Thread Manuel Rüger
commit: 56f1fce7ecfbcecf602679cfb5c05cc169e512c1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:52:43 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:52:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f1fce7

sys-apps/yarn: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 sys-apps/yarn/Manifest   |  3 ---
 sys-apps/yarn/yarn-0.27.5.ebuild | 31 ---
 sys-apps/yarn/yarn-1.0.1.ebuild  | 31 ---
 sys-apps/yarn/yarn-1.0.2.ebuild  | 31 ---
 4 files changed, 96 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 7fc9b1df504..c502f5325f3 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,5 +1,2 @@
-DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
-DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
-DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d
 DIST yarn-v1.1.0.tar.gz 874168 SHA256 
171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 WHIRLPOOL 
21fabd1824fc7bf3ef3cf4ac64103e19f97c547f968aa0220371ca0ddb3cba71e034cd6143047ac85fa8c8ff1d39c3364e7bf3de57f9628af244d9c8723a7498
 DIST yarn-v1.2.1.tar.gz 885691 SHA256 
f8ed07675c3a0b866e11a02af5c15d2f34c3aa261ab1501943ecee328786c959 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 WHIRLPOOL 
c435a313d8701ab75e0945314dd96fd591e623078fc541e3ddbd44710e941c3fa1b7b9381489590955bdb32f715ccd21275d05e083b5d9d332122df7eb3a799e

diff --git a/sys-apps/yarn/yarn-0.27.5.ebuild b/sys-apps/yarn/yarn-0.27.5.ebuild
deleted file mode 100644
index 631ba960a31..000
--- a/sys-apps/yarn/yarn-0.27.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/dist"
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   fperms a+x "${install_dir}/bin/yarn.js"
-   while read -r -d '' path; do
-   [[ $(head -n1 "${path}") == \#\!* ]] || continue
-   chmod +x "${path}" || die #614094
-   done < <(find "${ED}" -type f -print0)
-}

diff --git a/sys-apps/yarn/yarn-1.0.1.ebuild b/sys-apps/yarn/yarn-1.0.1.ebuild
deleted file mode 100644
index f028ad115d0..000
--- a/sys-apps/yarn/yarn-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-v${PV}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   fperms a+x "${install_dir}/bin/yarn.js"
-   while read -r -d '' path; do
-   [[ $(head -n1 "${path}") == \#\!* ]] || continue
-   chmod +x "${path}" || die #614094
-  

[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-10-09 Thread Manuel Rüger
commit: 50951eef269444d13be6eb6669f9a77df19d674e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct  9 16:54:47 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct  9 16:54:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50951eef

sys-apps/yarn: Version bump to 1.1.0

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.1.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 5b7ad9af11f..b38488871f0 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,3 +1,4 @@
 DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
 DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
 DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d
+DIST yarn-v1.1.0.tar.gz 874168 SHA256 
171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 WHIRLPOOL 
21fabd1824fc7bf3ef3cf4ac64103e19f97c547f968aa0220371ca0ddb3cba71e034cd6143047ac85fa8c8ff1d39c3364e7bf3de57f9628af244d9c8723a7498

diff --git a/sys-apps/yarn/yarn-1.1.0.ebuild b/sys-apps/yarn/yarn-1.1.0.ebuild
new file mode 100644
index 000..f028ad115d0
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-09-15 Thread Manuel Rüger
commit: 4086896f141c4415d608379586deed9209253f9d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Sep 15 11:04:07 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Sep 15 11:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4086896f

sys-apps/yarn: Version bump to 1.0.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.0.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index c2236cbedbc..5b7ad9af11f 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1,3 @@
 DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
 DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
+DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d

diff --git a/sys-apps/yarn/yarn-1.0.2.ebuild b/sys-apps/yarn/yarn-1.0.2.ebuild
new file mode 100644
index 000..f028ad115d0
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-09-10 Thread Manuel Rüger
commit: d7c16270024335cff3362d26c0ffcd8d667dddab
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 10 10:35:56 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 10 10:35:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c16270

sys-apps/yarn: Version bump to 1.0.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.0.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index e14c42770dc..c2236cbedbc 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1,2 @@
 DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
+DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c

diff --git a/sys-apps/yarn/yarn-1.0.1.ebuild b/sys-apps/yarn/yarn-1.0.1.ebuild
new file mode 100644
index 000..f028ad115d0
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-08-12 Thread Michael Palimaka
commit: 6b3264ad19e2e6b25755c0893249cf09a68fe98d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug 12 12:47:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug 12 13:28:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3264ad

sys-apps/yarn: remove 0.21.3-r1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-apps/yarn/Manifest  |  1 -
 sys-apps/yarn/yarn-0.21.3-r1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 1ce76f318ea..e14c42770dc 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,2 +1 @@
-DIST yarn-v0.21.3.tar.gz 3408603 SHA256 
0946a4d1abc106c131b700cc31e5c3aa5f2205eb3bb9d17411f8115354a97d5d SHA512 
dad7181c78dd1aaf2b07ff32055a8442b55ff9b68a73cf611f4142d612e95f43dcd376e6f2306a45249680bb82365a7e9ee3160e5c5083f50ee0791a448d
 WHIRLPOOL 
f96e16e6112f23efe1f6609e2f5c674e20e033725374116929cceca319c5dad8f65a3cb667d43f5d00fdf46b46ee41eb4038e6998ffe6f6aea9d13d910258c55
 DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b

diff --git a/sys-apps/yarn/yarn-0.21.3-r1.ebuild 
b/sys-apps/yarn/yarn-0.21.3-r1.ebuild
deleted file mode 100644
index 631ba960a31..000
--- a/sys-apps/yarn/yarn-0.21.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/dist"
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   fperms a+x "${install_dir}/bin/yarn.js"
-   while read -r -d '' path; do
-   [[ $(head -n1 "${path}") == \#\!* ]] || continue
-   chmod +x "${path}" || die #614094
-   done < <(find "${ED}" -type f -print0)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-07-19 Thread Manuel Rüger
commit: f89419b65985cdaff454830e41c8a4e6fa01ba84
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jul 19 17:14:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jul 19 17:14:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89419b6

sys-apps/yarn: Version bump to 0.27.5

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/yarn-0.27.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 7baf5551382..1ce76f318ea 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1,2 @@
 DIST yarn-v0.21.3.tar.gz 3408603 SHA256 
0946a4d1abc106c131b700cc31e5c3aa5f2205eb3bb9d17411f8115354a97d5d SHA512 
dad7181c78dd1aaf2b07ff32055a8442b55ff9b68a73cf611f4142d612e95f43dcd376e6f2306a45249680bb82365a7e9ee3160e5c5083f50ee0791a448d
 WHIRLPOOL 
f96e16e6112f23efe1f6609e2f5c674e20e033725374116929cceca319c5dad8f65a3cb667d43f5d00fdf46b46ee41eb4038e6998ffe6f6aea9d13d910258c55
+DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b

diff --git a/sys-apps/yarn/yarn-0.27.5.ebuild b/sys-apps/yarn/yarn-0.27.5.ebuild
new file mode 100644
index 000..631ba960a31
--- /dev/null
+++ b/sys-apps/yarn/yarn-0.27.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/dist"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-07-17 Thread Göktürk Yüksek
commit: e5f5dcc98aa411152f25d873a87ea3b60dc23424
Author: soredake  krutt  org>
AuthorDate: Fri Jul 14 13:47:15 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jul 17 17:10:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f5dcc9

sys-apps/yarn: remove me from proxy maintainers

 sys-apps/yarn/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sys-apps/yarn/metadata.xml b/sys-apps/yarn/metadata.xml
index 91134e52820..b70cf1a5b6a 100644
--- a/sys-apps/yarn/metadata.xml
+++ b/sys-apps/yarn/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-fds...@krutt.org
-soredake
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+  
   
 yarnpkg/yarn
   



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-04-28 Thread Zac Medico
commit: 9c5855a264086df35ad224c20f44c024316e0f3e
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Apr 29 00:39:59 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr 29 00:39:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5855a2

sys-apps/yarn: make scripts executable for bug 614094

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/yarn/{yarn-0.21.3.ebuild => yarn-0.21.3-r1.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-apps/yarn/yarn-0.21.3.ebuild 
b/sys-apps/yarn/yarn-0.21.3-r1.ebuild
similarity index 73%
rename from sys-apps/yarn/yarn-0.21.3.ebuild
rename to sys-apps/yarn/yarn-0.21.3-r1.ebuild
index 94506663bde..631ba960a31 100644
--- a/sys-apps/yarn/yarn-0.21.3.ebuild
+++ b/sys-apps/yarn/yarn-0.21.3-r1.ebuild
@@ -19,9 +19,13 @@ DEPEND="${RDEPEND}"
 S="${WORKDIR}/dist"
 
 src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn"
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
insinto "${install_dir}"
doins -r .
dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-03-07 Thread Göktürk Yüksek
commit: 16756cdb86483d72c6bd1040913929416630266f
Author: soredake  krutt  org>
AuthorDate: Fri Feb 10 12:31:51 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Mar  7 21:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16756cdb

sys-apps/yarn: version bump to 0.21.3

 sys-apps/yarn/Manifest   | 2 +-
 sys-apps/yarn/{yarn-0.19.0.ebuild => yarn-0.21.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 8068ac0c8e9..7baf5551382 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1 @@
-DIST yarn-v0.19.0.tar.gz 3617962 SHA256 
f7ce03b06b7499153176f2650111ab2b6b95bc8f819d146da5bc60c71b9bfdef SHA512 
5a9a99ae4dfdbccd493b4844476b39d109d4d3fc2facfc41d2eace8b7498477abaecf448f237557c47a6f1a8f3ba776b36b8cc8ce4fb39590a2acfda3bd9c0d8
 WHIRLPOOL 
ac019a4c0644510b53d6f3a043cc726ffa8f939393d42b3994c68b05d3052f676dffb174f4f901499c9667a2fb057021bfc556d8e8590daf0798bf6803a129fe
+DIST yarn-v0.21.3.tar.gz 3408603 SHA256 
0946a4d1abc106c131b700cc31e5c3aa5f2205eb3bb9d17411f8115354a97d5d SHA512 
dad7181c78dd1aaf2b07ff32055a8442b55ff9b68a73cf611f4142d612e95f43dcd376e6f2306a45249680bb82365a7e9ee3160e5c5083f50ee0791a448d
 WHIRLPOOL 
f96e16e6112f23efe1f6609e2f5c674e20e033725374116929cceca319c5dad8f65a3cb667d43f5d00fdf46b46ee41eb4038e6998ffe6f6aea9d13d910258c55

diff --git a/sys-apps/yarn/yarn-0.19.0.ebuild b/sys-apps/yarn/yarn-0.21.3.ebuild
similarity index 100%
rename from sys-apps/yarn/yarn-0.19.0.ebuild
rename to sys-apps/yarn/yarn-0.21.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-03-07 Thread Göktürk Yüksek
commit: 0c0ad370b30b9f5b31bf6f0bb62f48d8034cfb7b
Author: soredake  krutt  org>
AuthorDate: Tue Mar  7 20:43:33 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Mar  7 21:11:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0ad370

sys-apps/yarn: delete non-working  version

npm install' or 'yarn install' is not suitable for ebuild

 sys-apps/yarn/yarn-.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/sys-apps/yarn/yarn-.ebuild b/sys-apps/yarn/yarn-.ebuild
deleted file mode 100644
index 4d0ba07bee9..000
--- a/sys-apps/yarn/yarn-.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit git-r3
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-EGIT_REPO_URI="https://github.com/yarnpkg/yarn.git;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn"
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   fperms a+x "${install_dir}/bin/yarn.js"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2017-01-14 Thread Göktürk Yüksek
commit: 8e017db02e6449bcab58f1d0993a36ccc4409c7c
Author: soredake  krutt  org>
AuthorDate: Sun Jan  8 19:20:37 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jan 15 04:16:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e017db0

sys-apps/yarn: version bump to 0.19.0

 sys-apps/yarn/Manifest   | 2 +-
 sys-apps/yarn/{yarn-0.18.0.ebuild => yarn-0.19.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index a1268ff..8068ac0 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1 +1 @@
-DIST yarn-v0.18.0.tar.gz 3618827 SHA256 
8fb1843d2a1283972ff5fead9d6c9f9002de793ecec6dfec7abec908403ecd19 SHA512 
bf063663ad89b151a1802ff6f3989394a31b6fc0d03a17de06e7c9c8c6ad38eca99cfac1e6821f90df92c0e500287c6c1c029d8985ea1b33f7a8ffb2ee2eb708
 WHIRLPOOL 
50b35804a51315eae63611025cf83b2e23dd08660de86ba26cc4a9a160c7339546f2d654af2949a95593f6ecda8fd118494421bf9234d916bb5f43f391bd92f3
+DIST yarn-v0.19.0.tar.gz 3617962 SHA256 
f7ce03b06b7499153176f2650111ab2b6b95bc8f819d146da5bc60c71b9bfdef SHA512 
5a9a99ae4dfdbccd493b4844476b39d109d4d3fc2facfc41d2eace8b7498477abaecf448f237557c47a6f1a8f3ba776b36b8cc8ce4fb39590a2acfda3bd9c0d8
 WHIRLPOOL 
ac019a4c0644510b53d6f3a043cc726ffa8f939393d42b3994c68b05d3052f676dffb174f4f901499c9667a2fb057021bfc556d8e8590daf0798bf6803a129fe

diff --git a/sys-apps/yarn/yarn-0.18.0.ebuild b/sys-apps/yarn/yarn-0.19.0.ebuild
similarity index 94%
rename from sys-apps/yarn/yarn-0.18.0.ebuild
rename to sys-apps/yarn/yarn-0.19.0.ebuild
index 92fa6a8..e3bf186 100644
--- a/sys-apps/yarn/yarn-0.18.0.ebuild
+++ b/sys-apps/yarn/yarn-0.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2016-12-10 Thread Göktürk Yüksek
commit: 22a4540b55abafc2da5646c75801991e6ba859f6
Author: soredake  krutt  org>
AuthorDate: Fri Dec  9 21:03:38 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Dec 11 02:30:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a4540b

sys-apps/yarn: added rdepend blocker to avoid collision with dev-util/cmdtest

Gentoo-Bug: https://bugs.gentoo.org/602168

 sys-apps/yarn/yarn-0.18.0.ebuild | 3 ++-
 sys-apps/yarn/yarn-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/yarn/yarn-0.18.0.ebuild b/sys-apps/yarn/yarn-0.18.0.ebuild
index 0d75b13..92fa6a8 100644
--- a/sys-apps/yarn/yarn-0.18.0.ebuild
+++ b/sys-apps/yarn/yarn-0.18.0.ebuild
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="net-libs/nodejs"
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/dist"

diff --git a/sys-apps/yarn/yarn-.ebuild b/sys-apps/yarn/yarn-.ebuild
index f554f18..f7dc8cc 100644
--- a/sys-apps/yarn/yarn-.ebuild
+++ b/sys-apps/yarn/yarn-.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="net-libs/nodejs"
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
 DEPEND="${RDEPEND}"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/yarn/

2016-12-09 Thread Göktürk Yüksek
commit: 833cd53bde855b76293d1bb25580d4fab83ad2c6
Author: soredake  krutt  org>
AuthorDate: Wed Nov  2 18:55:32 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Dec  9 09:03:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833cd53b

sys-apps/yarn: initial commit with versions 0.18.0 and live

Yarn is a fast, reliable, and secure dependency management software.

 sys-apps/yarn/Manifest   |  1 +
 sys-apps/yarn/metadata.xml   | 12 
 sys-apps/yarn/yarn-0.18.0.ebuild | 27 +++
 sys-apps/yarn/yarn-.ebuild   | 27 +++
 4 files changed, 67 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
new file mode 100644
index ..a1268ff
--- /dev/null
+++ b/sys-apps/yarn/Manifest
@@ -0,0 +1 @@
+DIST yarn-v0.18.0.tar.gz 3618827 SHA256 
8fb1843d2a1283972ff5fead9d6c9f9002de793ecec6dfec7abec908403ecd19 SHA512 
bf063663ad89b151a1802ff6f3989394a31b6fc0d03a17de06e7c9c8c6ad38eca99cfac1e6821f90df92c0e500287c6c1c029d8985ea1b33f7a8ffb2ee2eb708
 WHIRLPOOL 
50b35804a51315eae63611025cf83b2e23dd08660de86ba26cc4a9a160c7339546f2d654af2949a95593f6ecda8fd118494421bf9234d916bb5f43f391bd92f3

diff --git a/sys-apps/yarn/metadata.xml b/sys-apps/yarn/metadata.xml
new file mode 100644
index ..bcfee7f
--- /dev/null
+++ b/sys-apps/yarn/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+fds...@krutt.org
+soredake
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/sys-apps/yarn/yarn-0.18.0.ebuild b/sys-apps/yarn/yarn-0.18.0.ebuild
new file mode 100644
index ..0d75b13
--- /dev/null
+++ b/sys-apps/yarn/yarn-0.18.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/dist"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn"
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+}

diff --git a/sys-apps/yarn/yarn-.ebuild b/sys-apps/yarn/yarn-.ebuild
new file mode 100644
index ..f554f18
--- /dev/null
+++ b/sys-apps/yarn/yarn-.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+EGIT_REPO_URI="https://github.com/yarnpkg/yarn.git;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn"
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+}