[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 08:15:52
  Author: felixonmars
Revision: 772971

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 772970, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 772970, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-12-10 08:15:39 UTC (rev 772970)
+++ LICENSE 2020-12-10 08:15:52 UTC (rev 772971)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 772970, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-12-10 08:15:52 UTC (rev 772971)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 08:15:39 UTC (rev 772970)
+++ PKGBUILD2020-12-10 08:15:52 UTC (rev 772971)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.12.8
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ffa9d08f5d6868684b9998ae4547f1b2e8e23c373d04145e7a68978086f173e3395be308885298c2f34326f05f9c628db094ca6d47c485e29cf5cc283c701540'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fr

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 08:15:39
  Author: felixonmars
Revision: 772970

upgpkg: babel-cli 7.12.10-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 07:57:41 UTC (rev 772969)
+++ PKGBUILD2020-12-10 08:15:39 UTC (rev 772970)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.12.8
+pkgver=7.12.10
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ffa9d08f5d6868684b9998ae4547f1b2e8e23c373d04145e7a68978086f173e3395be308885298c2f34326f05f9c628db094ca6d47c485e29cf5cc283c701540'
+sha512sums=('fb2e199de3e9bd6b357dcfcb8594531e44deb1b5e4c8162e381fb90b2a1d66aac4b844d78b7cce55fa404087600b79576c72d30c6f5d428b3147d061bcb2832d'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-11-24 Thread Felix Yan via arch-commits
Date: Tuesday, November 24, 2020 @ 16:35:58
  Author: felixonmars
Revision: 760982

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 760981, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 760981, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-24 16:35:36 UTC (rev 760981)
+++ LICENSE 2020-11-24 16:35:58 UTC (rev 760982)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 760981, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-24 16:35:58 UTC (rev 760982)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-24 16:35:36 UTC (rev 760981)
+++ PKGBUILD2020-11-24 16:35:58 UTC (rev 760982)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.12.7
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('bc4d5f89d42c6969d056ce1222d92e09d8b7fae5ea8db870e1c20aa7c69ac0ac4e9d39e5bf160ccd749e300aa8e9a9657504454186f5f7c6107d6d12a758e5e5'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fro

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-11-24 Thread Felix Yan via arch-commits
Date: Tuesday, November 24, 2020 @ 16:35:36
  Author: felixonmars
Revision: 760981

upgpkg: babel-cli 7.12.8-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 16:29:38 UTC (rev 760980)
+++ PKGBUILD2020-11-24 16:35:36 UTC (rev 760981)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.12.7
+pkgver=7.12.8
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('bc4d5f89d42c6969d056ce1222d92e09d8b7fae5ea8db870e1c20aa7c69ac0ac4e9d39e5bf160ccd749e300aa8e9a9657504454186f5f7c6107d6d12a758e5e5'
+sha512sums=('ffa9d08f5d6868684b9998ae4547f1b2e8e23c373d04145e7a68978086f173e3395be308885298c2f34326f05f9c628db094ca6d47c485e29cf5cc283c701540'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-11-21 Thread Felix Yan via arch-commits
Date: Saturday, November 21, 2020 @ 10:27:57
  Author: felixonmars
Revision: 758453

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 758452, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 758452, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-21 10:27:42 UTC (rev 758452)
+++ LICENSE 2020-11-21 10:27:57 UTC (rev 758453)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 758452, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-21 10:27:57 UTC (rev 758453)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-21 10:27:42 UTC (rev 758452)
+++ PKGBUILD2020-11-21 10:27:57 UTC (rev 758453)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.12.1
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('791251132adf009dabe3621ac5ef21defeb2ca3d70bbd3b2a2c6941d6e942268c67fd6a118bf67b05361ece0a8a6fb5c3cbf169c4a3bb69efcc2b65a67abc6f6'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fr

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-11-21 Thread Felix Yan via arch-commits
Date: Saturday, November 21, 2020 @ 10:27:42
  Author: felixonmars
Revision: 758452

upgpkg: babel-cli 7.12.7-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 10:27:36 UTC (rev 758451)
+++ PKGBUILD2020-11-21 10:27:42 UTC (rev 758452)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.12.1
+pkgver=7.12.7
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('791251132adf009dabe3621ac5ef21defeb2ca3d70bbd3b2a2c6941d6e942268c67fd6a118bf67b05361ece0a8a6fb5c3cbf169c4a3bb69efcc2b65a67abc6f6'
+sha512sums=('bc4d5f89d42c6969d056ce1222d92e09d8b7fae5ea8db870e1c20aa7c69ac0ac4e9d39e5bf160ccd749e300aa8e9a9657504454186f5f7c6107d6d12a758e5e5'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-10-16 Thread Felix Yan via arch-commits
Date: Friday, October 16, 2020 @ 08:16:03
  Author: felixonmars
Revision: 724353

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 724352, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 724352, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-10-16 08:15:49 UTC (rev 724352)
+++ LICENSE 2020-10-16 08:16:03 UTC (rev 724353)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 724352, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-10-16 08:16:03 UTC (rev 724353)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-16 08:15:49 UTC (rev 724352)
+++ PKGBUILD2020-10-16 08:16:03 UTC (rev 724353)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.12.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d043ba10de9bac5e20d07691eaa42bd944a40af16328d801766698356e4dcc1d4878786a4241a112b5f7fe1bd603bfa0fe89d2e3520cff09bec83fa1712c2055'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from 

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-10-16 Thread Felix Yan via arch-commits
Date: Friday, October 16, 2020 @ 08:15:49
  Author: felixonmars
Revision: 724352

upgpkg: babel-cli 7.12.1-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 08:14:46 UTC (rev 724351)
+++ PKGBUILD2020-10-16 08:15:49 UTC (rev 724352)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.12.0
+pkgver=7.12.1
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d043ba10de9bac5e20d07691eaa42bd944a40af16328d801766698356e4dcc1d4878786a4241a112b5f7fe1bd603bfa0fe89d2e3520cff09bec83fa1712c2055'
+sha512sums=('791251132adf009dabe3621ac5ef21defeb2ca3d70bbd3b2a2c6941d6e942268c67fd6a118bf67b05361ece0a8a6fb5c3cbf169c4a3bb69efcc2b65a67abc6f6'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:00:16
  Author: felixonmars
Revision: 723979

upgpkg: babel-cli 7.12.0-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:57:25 UTC (rev 723978)
+++ PKGBUILD2020-10-14 21:00:16 UTC (rev 723979)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.11.6
+pkgver=7.12.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fb0ec1642be47b04a669133a1f82f640cdd12fdd2d7aa1081c32055c09ab5b7dfed23865ca69c300476a55e099013bf1850ba2a3589fa065652496c8887f457e'
+sha512sums=('d043ba10de9bac5e20d07691eaa42bd944a40af16328d801766698356e4dcc1d4878786a4241a112b5f7fe1bd603bfa0fe89d2e3520cff09bec83fa1712c2055'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:00:30
  Author: felixonmars
Revision: 723980

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 723979, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 723979, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-10-14 21:00:16 UTC (rev 723979)
+++ LICENSE 2020-10-14 21:00:30 UTC (rev 723980)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 723979, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-10-14 21:00:30 UTC (rev 723980)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:00:16 UTC (rev 723979)
+++ PKGBUILD2020-10-14 21:00:30 UTC (rev 723980)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.11.6
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fb0ec1642be47b04a669133a1f82f640cdd12fdd2d7aa1081c32055c09ab5b7dfed23865ca69c300476a55e099013bf1850ba2a3589fa065652496c8887f457e'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fr

[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-09-28 Thread Felix Yan via arch-commits
Date: Monday, September 28, 2020 @ 10:28:22
  Author: felixonmars
Revision: 712820

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 712819, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 712819, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-09-28 10:28:00 UTC (rev 712819)
+++ LICENSE 2020-09-28 10:28:22 UTC (rev 712820)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 712819, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-09-28 10:28:22 UTC (rev 712820)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 10:28:00 UTC (rev 712819)
+++ PKGBUILD2020-09-28 10:28:22 UTC (rev 712820)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.11.5
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d2e98c0f1c5d119f7c10c66d4bd5a09da7f835d82a05c40768661a31f0263fe662715825676f90670a0735a71f9d4ab8842982d55ec0a793e1abb1489e95ab5a'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fro

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-09-28 Thread Felix Yan via arch-commits
Date: Monday, September 28, 2020 @ 10:28:00
  Author: felixonmars
Revision: 712819

upgpkg: babel-cli 7.11.6-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 10:27:47 UTC (rev 712818)
+++ PKGBUILD2020-09-28 10:28:00 UTC (rev 712819)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.11.5
+pkgver=7.11.6
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('d2e98c0f1c5d119f7c10c66d4bd5a09da7f835d82a05c40768661a31f0263fe662715825676f90670a0735a71f9d4ab8842982d55ec0a793e1abb1489e95ab5a'
+sha512sums=('fb0ec1642be47b04a669133a1f82f640cdd12fdd2d7aa1081c32055c09ab5b7dfed23865ca69c300476a55e099013bf1850ba2a3589fa065652496c8887f457e'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-09-27 Thread Felix Yan via arch-commits
Date: Sunday, September 27, 2020 @ 12:34:01
  Author: felixonmars
Revision: 712633

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 712632, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 712632, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-09-27 12:33:35 UTC (rev 712632)
+++ LICENSE 2020-09-27 12:34:01 UTC (rev 712633)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 712632, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-09-27 12:34:01 UTC (rev 712633)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 12:33:35 UTC (rev 712632)
+++ PKGBUILD2020-09-27 12:34:01 UTC (rev 712633)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.10.5
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8fd1fda927f790b74cd00a376863db199ef798403d5daceeba9712e9c0c65ae8b201c00da20ba13f4af62f1df61f9246c38b124a81c6df1fe6c559c782f3a8c8'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fro

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-09-27 Thread Felix Yan via arch-commits
Date: Sunday, September 27, 2020 @ 12:33:35
  Author: felixonmars
Revision: 712632

upgpkg: babel-cli 7.11.5-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 12:33:03 UTC (rev 712631)
+++ PKGBUILD2020-09-27 12:33:35 UTC (rev 712632)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.10.5
+pkgver=7.11.5
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('8fd1fda927f790b74cd00a376863db199ef798403d5daceeba9712e9c0c65ae8b201c00da20ba13f4af62f1df61f9246c38b124a81c6df1fe6c559c782f3a8c8'
+sha512sums=('d2e98c0f1c5d119f7c10c66d4bd5a09da7f835d82a05c40768661a31f0263fe662715825676f90670a0735a71f9d4ab8842982d55ec0a793e1abb1489e95ab5a'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-09-26 Thread Felix Yan via arch-commits
Date: Saturday, September 26, 2020 @ 09:41:46
  Author: felixonmars
Revision: 712408

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 712407, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 712407, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-09-26 09:41:27 UTC (rev 712407)
+++ LICENSE 2020-09-26 09:41:46 UTC (rev 712408)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 712407, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-09-26 09:41:46 UTC (rev 712408)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 09:41:27 UTC (rev 712407)
+++ PKGBUILD2020-09-26 09:41:46 UTC (rev 712408)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.10.4
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c57f7d2b857507318975000d2b97302be129175bcff60bea867fa25af1be4ee6c28de729956ed14908a62768dc0afbba7e72b9a58ea664c76ee845938f7d9054'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (f

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-09-26 Thread Felix Yan via arch-commits
Date: Saturday, September 26, 2020 @ 09:41:27
  Author: felixonmars
Revision: 712407

upgpkg: babel-cli 7.10.5-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 09:39:56 UTC (rev 712406)
+++ PKGBUILD2020-09-26 09:41:27 UTC (rev 712407)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.10.4
+pkgver=7.10.5
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c57f7d2b857507318975000d2b97302be129175bcff60bea867fa25af1be4ee6c28de729956ed14908a62768dc0afbba7e72b9a58ea664c76ee845938f7d9054'
+sha512sums=('8fd1fda927f790b74cd00a376863db199ef798403d5daceeba9712e9c0c65ae8b201c00da20ba13f4af62f1df61f9246c38b124a81c6df1fe6c559c782f3a8c8'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-09-25 Thread Felix Yan via arch-commits
Date: Friday, September 25, 2020 @ 20:22:49
  Author: felixonmars
Revision: 712310

upgpkg: babel-cli 7.10.4-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 19:56:04 UTC (rev 712309)
+++ PKGBUILD2020-09-25 20:22:49 UTC (rev 712310)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.10.3
+pkgver=7.10.4
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('956077c87e7f7d663ca62d8a8f9fdf03ed7b82e27d7de481c390cd8d38eedff9d18bdb179e5d493e1eda290392bdd35b8836e4cf3a0662db2be3a33c7469970d'
+sha512sums=('c57f7d2b857507318975000d2b97302be129175bcff60bea867fa25af1be4ee6c28de729956ed14908a62768dc0afbba7e72b9a58ea664c76ee845938f7d9054'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-09-25 Thread Felix Yan via arch-commits
Date: Friday, September 25, 2020 @ 20:23:09
  Author: felixonmars
Revision: 712311

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 712310, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 712310, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-09-25 20:22:49 UTC (rev 712310)
+++ LICENSE 2020-09-25 20:23:09 UTC (rev 712311)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 712310, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-09-25 20:23:09 UTC (rev 712311)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-25 20:22:49 UTC (rev 712310)
+++ PKGBUILD2020-09-25 20:23:09 UTC (rev 712311)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.10.3
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('956077c87e7f7d663ca62d8a8f9fdf03ed7b82e27d7de481c390cd8d38eedff9d18bdb179e5d493e1eda290392bdd35b8836e4cf3a0662db2be3a33c7469970d'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (fro

[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-06-29 Thread Felix Yan via arch-commits
Date: Monday, June 29, 2020 @ 10:27:50
  Author: felixonmars
Revision: 656123

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 656122, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 656122, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-29 10:27:39 UTC (rev 656122)
+++ LICENSE 2020-06-29 10:27:50 UTC (rev 656123)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 656122, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-29 10:27:50 UTC (rev 656123)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-29 10:27:39 UTC (rev 656122)
+++ PKGBUILD2020-06-29 10:27:50 UTC (rev 656123)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.10.1
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('71507e75778684c3aa56221a66cdc0f4e5007b8a4ac3848135d330eb21c931847bb384c1f827a2ed386ab95ffce0ed7d3dd2055aec1ed37bf1c444b4047526e6'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-06-29 Thread Felix Yan via arch-commits
Date: Monday, June 29, 2020 @ 10:27:39
  Author: felixonmars
Revision: 656122

upgpkg: babel-cli 7.10.3-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-29 10:26:51 UTC (rev 656121)
+++ PKGBUILD2020-06-29 10:27:39 UTC (rev 656122)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.10.1
+pkgver=7.10.3
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('71507e75778684c3aa56221a66cdc0f4e5007b8a4ac3848135d330eb21c931847bb384c1f827a2ed386ab95ffce0ed7d3dd2055aec1ed37bf1c444b4047526e6'
+sha512sums=('956077c87e7f7d663ca62d8a8f9fdf03ed7b82e27d7de481c390cd8d38eedff9d18bdb179e5d493e1eda290392bdd35b8836e4cf3a0662db2be3a33c7469970d'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-06-28 Thread Felix Yan via arch-commits
Date: Sunday, June 28, 2020 @ 20:28:27
  Author: felixonmars
Revision: 655236

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 655235, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 655235, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-28 20:28:16 UTC (rev 655235)
+++ LICENSE 2020-06-28 20:28:27 UTC (rev 655236)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 655235, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-28 20:28:27 UTC (rev 655236)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-28 20:28:16 UTC (rev 655235)
+++ PKGBUILD2020-06-28 20:28:27 UTC (rev 655236)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.10.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0338b2608e03a43e0d9807010f6c671fc09c220751ac21a55bbc152fd62c93bdfa3c248d9f665979d01432ee6bc7f49f313ed8bfedd445e1dc58a790df035dfd'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-06-28 Thread Felix Yan via arch-commits
Date: Sunday, June 28, 2020 @ 20:28:16
  Author: felixonmars
Revision: 655235

upgpkg: babel-cli 7.10.1-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 20:27:34 UTC (rev 655234)
+++ PKGBUILD2020-06-28 20:28:16 UTC (rev 655235)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.10.0
+pkgver=7.10.1
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0338b2608e03a43e0d9807010f6c671fc09c220751ac21a55bbc152fd62c93bdfa3c248d9f665979d01432ee6bc7f49f313ed8bfedd445e1dc58a790df035dfd'
+sha512sums=('71507e75778684c3aa56221a66cdc0f4e5007b8a4ac3848135d330eb21c931847bb384c1f827a2ed386ab95ffce0ed7d3dd2055aec1ed37bf1c444b4047526e6'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-06-27 Thread Felix Yan via arch-commits
Date: Friday, June 26, 2020 @ 19:18:25
  Author: felixonmars
Revision: 654427

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 654426, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 654426, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-26 19:18:09 UTC (rev 654426)
+++ LICENSE 2020-06-26 19:18:25 UTC (rev 654427)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 654426, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-26 19:18:25 UTC (rev 654427)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-26 19:18:09 UTC (rev 654426)
+++ PKGBUILD2020-06-26 19:18:25 UTC (rev 654427)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.8.4
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d72e0026e8b05b68dc5a1a1300ce75d76b1b4259fbafe8f20327d025b32f496133a1fa3da3273f8bff5eb69247d4d63fe94d2c4ad711a6970238a5d20c9286a'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-06-27 Thread Felix Yan via arch-commits
Date: Friday, June 26, 2020 @ 19:18:06
  Author: felixonmars
Revision: 654425

upgpkg: babel-cli 7.10.0-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-26 19:17:55 UTC (rev 654424)
+++ PKGBUILD2020-06-26 19:18:06 UTC (rev 654425)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.8.4
+pkgver=7.10.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d72e0026e8b05b68dc5a1a1300ce75d76b1b4259fbafe8f20327d025b32f496133a1fa3da3273f8bff5eb69247d4d63fe94d2c4ad711a6970238a5d20c9286a'
+sha512sums=('0338b2608e03a43e0d9807010f6c671fc09c220751ac21a55bbc152fd62c93bdfa3c248d9f665979d01432ee6bc7f49f313ed8bfedd445e1dc58a790df035dfd'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 10:38:00
  Author: felixonmars
Revision: 649053

upgpkg: babel-cli 7.8.4-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 10:37:52 UTC (rev 649052)
+++ PKGBUILD2020-06-21 10:38:00 UTC (rev 649053)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.8.3
+pkgver=7.8.4
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('2b65173d908a32fecac16cbd065e2c6bafa34cd3fb2720e21cace83a2514ca06840db0bad2f69aae06439cef6814cbe5abca4828e3b251481e318aec68df5d8c'
+sha512sums=('5d72e0026e8b05b68dc5a1a1300ce75d76b1b4259fbafe8f20327d025b32f496133a1fa3da3273f8bff5eb69247d4d63fe94d2c4ad711a6970238a5d20c9286a'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 10:38:23
  Author: felixonmars
Revision: 649059

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 649055, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 649056, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-21 10:38:21 UTC (rev 649058)
+++ LICENSE 2020-06-21 10:38:23 UTC (rev 649059)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 649055, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-21 10:38:23 UTC (rev 649059)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 10:38:21 UTC (rev 649058)
+++ PKGBUILD2020-06-21 10:38:23 UTC (rev 649059)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.8.3
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('2b65173d908a32fecac16cbd065e2c6bafa34cd3fb2720e21cace83a2514ca06840db0bad2f69aae06439cef6814cbe5abca4828e3b251481e318aec68df5d8c'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-06-18 Thread Felix Yan via arch-commits
Date: Thursday, June 18, 2020 @ 11:34:13
  Author: felixonmars
Revision: 647086

upgpkg: babel-cli 7.8.3-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 11:34:12 UTC (rev 647085)
+++ PKGBUILD2020-06-18 11:34:13 UTC (rev 647086)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.8.0
+pkgver=7.8.3
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ff33a2e7a8081f78c19a7adf52f55ff0c38ca9fde17c5a2ed8e35161d451a609c14a2d1d52488efaeb2ee38607b0e109aaac0f9228c1b220cab1c422ce8ba86a'
+sha512sums=('2b65173d908a32fecac16cbd065e2c6bafa34cd3fb2720e21cace83a2514ca06840db0bad2f69aae06439cef6814cbe5abca4828e3b251481e318aec68df5d8c'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-06-18 Thread Felix Yan via arch-commits
Date: Thursday, June 18, 2020 @ 11:34:25
  Author: felixonmars
Revision: 647098

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 647091, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 647093, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-18 11:34:24 UTC (rev 647097)
+++ LICENSE 2020-06-18 11:34:25 UTC (rev 647098)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 647091, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-18 11:34:25 UTC (rev 647098)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 11:34:24 UTC (rev 647097)
+++ PKGBUILD2020-06-18 11:34:25 UTC (rev 647098)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.8.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ff33a2e7a8081f78c19a7adf52f55ff0c38ca9fde17c5a2ed8e35161d451a609c14a2d1d52488efaeb2ee38607b0e109aaac0f9228c1b220cab1c422ce8ba86a'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from re

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:43:49
  Author: felixonmars
Revision: 646263

upgpkg: babel-cli 7.8.0-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:39:56 UTC (rev 646262)
+++ PKGBUILD2020-06-16 19:43:49 UTC (rev 646263)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.7.7
+pkgver=7.8.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d0c392b2099caefccf3fd2b622672bb06e02103733ab273b3d7432d7f8c89e4a00704cbbd38f84156cb9b124008022f4080d3ecfb721cddac0b8f043964e068'
+sha512sums=('ff33a2e7a8081f78c19a7adf52f55ff0c38ca9fde17c5a2ed8e35161d451a609c14a2d1d52488efaeb2ee38607b0e109aaac0f9228c1b220cab1c422ce8ba86a'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:44:01
  Author: felixonmars
Revision: 646264

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 646263, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 646263, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-16 19:43:49 UTC (rev 646263)
+++ LICENSE 2020-06-16 19:44:01 UTC (rev 646264)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 646263, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-16 19:44:01 UTC (rev 646264)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 19:43:49 UTC (rev 646263)
+++ PKGBUILD2020-06-16 19:44:01 UTC (rev 646264)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.7.7
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d0c392b2099caefccf3fd2b622672bb06e02103733ab273b3d7432d7f8c89e4a00704cbbd38f84156cb9b124008022f4080d3ecfb721cddac0b8f043964e068'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2020-03-21 Thread Felix Yan via arch-commits
Date: Saturday, March 21, 2020 @ 17:38:54
  Author: felixonmars
Revision: 602897

upgpkg: babel-cli 7.7.7-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 17:37:05 UTC (rev 602896)
+++ PKGBUILD2020-03-21 17:38:54 UTC (rev 602897)
@@ -4,8 +4,8 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.7.5
-pkgrel=2
+pkgver=7.7.7
+pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
 url="https://babeljs.io/";
@@ -15,10 +15,10 @@
 provides=('nodejs-babel-cli')
 conflicts=('nodejs-babel-cli' 'openbabel')
 replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/@babel/cli-$pkgver.tgz";
+source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cb662b3065ccdcd532bb5332834a7183e2f1ea0f17844caf2c760d4704c157a7c37a4dc7ec8a3a6fb37f2d7b1c2ece075a7e07c4c772edfdab335ad3329da616'
+sha512sums=('5d0c392b2099caefccf3fd2b622672bb06e02103733ab273b3d7432d7f8c89e4a00704cbbd38f84156cb9b124008022f4080d3ecfb721cddac0b8f043964e068'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2020-03-21 Thread Felix Yan via arch-commits
Date: Saturday, March 21, 2020 @ 17:39:12
  Author: felixonmars
Revision: 602898

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 602897, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 602897, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-03-21 17:38:54 UTC (rev 602897)
+++ LICENSE 2020-03-21 17:39:12 UTC (rev 602898)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 602897, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-03-21 17:39:12 UTC (rev 602898)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-21 17:38:54 UTC (rev 602897)
+++ PKGBUILD2020-03-21 17:39:12 UTC (rev 602898)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.7.5
-pkgrel=2
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/@babel/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cb662b3065ccdcd532bb5332834a7183e2f1ea0f17844caf2c760d4704c157a7c37a4dc7ec8a3a6fb37f2d7b1c2ece075a7e07c4c772edfdab335ad3329da616'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD 

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2019-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 11, 2019 @ 09:01:48
  Author: felixonmars
Revision: 536765

upgpkg: babel-cli 7.7.5-2: fix dependency on babel-core

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-11 09:00:40 UTC (rev 536764)
+++ PKGBUILD2019-12-11 09:01:48 UTC (rev 536765)
@@ -5,12 +5,12 @@
 
 pkgname=babel-cli
 pkgver=7.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
 url="https://babeljs.io/";
 license=('MIT')
-depends=('nodejs' 'semver')
+depends=('nodejs' 'babel-core' 'semver')
 makedepends=('npm')
 provides=('nodejs-babel-cli')
 conflicts=('nodejs-babel-cli' 'openbabel')


[arch-commits] Commit in babel-cli/repos/community-testing-any (4 files)

2019-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 11, 2019 @ 09:01:58
  Author: felixonmars
Revision: 536766

archrelease: copy trunk to community-testing-any

Added:
  babel-cli/repos/community-testing-any/LICENSE
(from rev 536765, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-testing-any/PKGBUILD
(from rev 536765, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-testing-any/LICENSE
  babel-cli/repos/community-testing-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-12-11 09:01:48 UTC (rev 536765)
+++ LICENSE 2019-12-11 09:01:58 UTC (rev 536766)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-testing-any/LICENSE (from rev 536765, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-12-11 09:01:58 UTC (rev 536766)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-11 09:01:48 UTC (rev 536765)
+++ PKGBUILD2019-12-11 09:01:58 UTC (rev 536766)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.7.5
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/@babel/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cb662b3065ccdcd532bb5332834a7183e2f1ea0f17844caf2c760d4704c157a7c37a4dc7ec8a3a6fb37f2d7b1c2ece075a7e07c4c772edfdab335ad3329da616'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: 

[arch-commits] Commit in babel-core/repos (3 files)

2019-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 11, 2019 @ 08:58:32
  Author: felixonmars
Revision: 536760

archrelease: copy trunk to community-any

Added:
  babel-core/repos/community-any/
  babel-core/repos/community-any/LICENSE
(from rev 536759, babel-core/trunk/LICENSE)
  babel-core/repos/community-any/PKGBUILD
(from rev 536759, babel-core/trunk/PKGBUILD)

--+
 LICENSE  |   22 ++
 PKGBUILD |   31 +++
 2 files changed, 53 insertions(+)

Copied: babel-core/repos/community-any/LICENSE (from rev 536759, 
babel-core/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2019-12-11 08:58:32 UTC (rev 536760)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-core/repos/community-any/PKGBUILD (from rev 536759, 
babel-core/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-11 08:58:32 UTC (rev 536760)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=babel-core
+pkgver=7.7.5
+pkgrel=1
+pkgdesc="A compiler for writing next generation JavaScript"
+arch=('any')
+url="https://babeljs.io/";
+license=('MIT')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/core/-/@babel/core-$pkgver.tgz";
+LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('338dbe49c378fb54bd881e9ff932fb401a684044f16dc971f8a3682890018219ca604f9f333486aacb7405925cf02a48eb6e5bc0fc18814c91bf167ed26673a7'
+
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/@babel/core/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2019-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 11, 2019 @ 08:53:05
  Author: felixonmars
Revision: 536749

upgpkg: babel-cli 7.7.5-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-11 08:52:12 UTC (rev 536748)
+++ PKGBUILD2019-12-11 08:53:05 UTC (rev 536749)
@@ -4,28 +4,34 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=6.26.0
+pkgver=7.7.5
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
 url="https://babeljs.io/";
 license=('MIT')
-depends=('nodejs')
+depends=('nodejs' 'semver')
 makedepends=('npm')
 provides=('nodejs-babel-cli')
 conflicts=('nodejs-babel-cli' 'openbabel')
 replaces=('nodejs-babel-cli')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
+source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/@babel/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c1abbe043b507ee481190f4fcf314bdd112f47d4b19dde0b2b0b5c1c088f8e1ba003b2bff34be91d769f8fe3b96c0a893ae49e7e33b1e59267352476275430e9'
+sha512sums=('cb662b3065ccdcd532bb5332834a7183e2f1ea0f17844caf2c760d4704c157a7c37a4dc7ec8a3a6fb37f2d7b1c2ece075a7e07c4c772edfdab335ad3329da616'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
 }


[arch-commits] Commit in babel-cli/repos (3 files)

2019-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 11, 2019 @ 08:53:14
  Author: felixonmars
Revision: 536751

archrelease: copy trunk to community-testing-any

Added:
  babel-cli/repos/community-testing-any/
  babel-cli/repos/community-testing-any/LICENSE
(from rev 536749, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-testing-any/PKGBUILD
(from rev 536749, babel-cli/trunk/PKGBUILD)

--+
 LICENSE  |   22 ++
 PKGBUILD |   37 +
 2 files changed, 59 insertions(+)

Copied: babel-cli/repos/community-testing-any/LICENSE (from rev 536749, 
babel-cli/trunk/LICENSE)
===
--- community-testing-any/LICENSE   (rev 0)
+++ community-testing-any/LICENSE   2019-12-11 08:53:14 UTC (rev 536751)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-testing-any/PKGBUILD (from rev 536749, 
babel-cli/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-12-11 08:53:14 UTC (rev 536751)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+pkgname=babel-cli
+pkgver=7.7.5
+pkgrel=1
+pkgdesc="A compiler for writing next generation JavaScript"
+arch=('any')
+url="https://babeljs.io/";
+license=('MIT')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+provides=('nodejs-babel-cli')
+conflicts=('nodejs-babel-cli' 'openbabel')
+replaces=('nodejs-babel-cli')
+source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/@babel/cli-$pkgver.tgz";
+LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('cb662b3065ccdcd532bb5332834a7183e2f1ea0f17844caf2c760d4704c157a7c37a4dc7ec8a3a6fb37f2d7b1c2ece075a7e07c4c772edfdab335ad3329da616'
+
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2017-08-16 Thread Felix Yan
Date: Wednesday, August 16, 2017 @ 18:48:21
  Author: felixonmars
Revision: 251464

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 251463, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 251463, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 -
 PKGBUILD |   64 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-08-16 18:47:52 UTC (rev 251463)
+++ LICENSE 2017-08-16 18:48:21 UTC (rev 251464)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 251463, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-08-16 18:48:21 UTC (rev 251464)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-16 18:47:52 UTC (rev 251463)
+++ PKGBUILD2017-08-16 18:48:21 UTC (rev 251464)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=6.24.1
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('951c6bade238aed82ff63b77efa1039010061a0e8132edfff595508f0b3f29866a9aea991315a8287b8b5a9a13d403f584e4cfdf1d28499bcde595867971a8b6'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 251463, 
babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-16 18:48:21 UTC (rev 251464)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: And

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2017-08-16 Thread Felix Yan
Date: Wednesday, August 16, 2017 @ 18:47:52
  Author: felixonmars
Revision: 251463

upgpkg: babel-cli 6.26.0-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-16 18:47:50 UTC (rev 251462)
+++ PKGBUILD2017-08-16 18:47:52 UTC (rev 251463)
@@ -5,7 +5,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=6.24.1
+pkgver=6.26.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -19,7 +19,7 @@
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('951c6bade238aed82ff63b77efa1039010061a0e8132edfff595508f0b3f29866a9aea991315a8287b8b5a9a13d403f584e4cfdf1d28499bcde595867971a8b6'
+sha512sums=('c1abbe043b507ee481190f4fcf314bdd112f47d4b19dde0b2b0b5c1c088f8e1ba003b2bff34be91d769f8fe3b96c0a893ae49e7e33b1e59267352476275430e9'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2017-04-09 Thread Felix Yan
Date: Sunday, April 9, 2017 @ 09:41:33
  Author: felixonmars
Revision: 221402

upgpkg: babel-cli 6.24.1-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-09 09:39:13 UTC (rev 221401)
+++ PKGBUILD2017-04-09 09:41:33 UTC (rev 221402)
@@ -5,7 +5,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=6.24.0
+pkgver=6.24.1
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -19,8 +19,8 @@
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('55803277dbe11695eb1304af43f67a55c437395d6efe6b80e5aaf75e5d3f1da5'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
+sha512sums=('951c6bade238aed82ff63b77efa1039010061a0e8132edfff595508f0b3f29866a9aea991315a8287b8b5a9a13d403f584e4cfdf1d28499bcde595867971a8b6'
+
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2017-04-09 Thread Felix Yan
Date: Sunday, April 9, 2017 @ 09:41:50
  Author: felixonmars
Revision: 221403

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 221402, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 221402, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 -
 PKGBUILD |   64 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-04-09 09:41:33 UTC (rev 221402)
+++ LICENSE 2017-04-09 09:41:50 UTC (rev 221403)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 221402, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-04-09 09:41:50 UTC (rev 221403)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-09 09:41:33 UTC (rev 221402)
+++ PKGBUILD2017-04-09 09:41:50 UTC (rev 221403)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=6.24.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('55803277dbe11695eb1304af43f67a55c437395d6efe6b80e5aaf75e5d3f1da5'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 221402, 
babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-09 09:41:50 UTC (rev 221403)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+pkgname=babel-cli
+pkgver=6.24.1
+pkgrel=1
+pkgdesc="A compiler for writing next generation

[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2017-03-13 Thread Felix Yan
Date: Monday, March 13, 2017 @ 07:59:17
  Author: felixonmars
Revision: 216035

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 216034, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 216034, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 -
 PKGBUILD |   64 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-03-13 07:58:59 UTC (rev 216034)
+++ LICENSE 2017-03-13 07:59:17 UTC (rev 216035)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 216034, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-03-13 07:59:17 UTC (rev 216035)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-13 07:58:59 UTC (rev 216034)
+++ PKGBUILD2017-03-13 07:59:17 UTC (rev 216035)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=6.23.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('76cccec388472ff02274e27f9fa9657f5a88af5f2da02c9eebb6d92351d06c34'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 216034, 
babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-13 07:59:17 UTC (rev 216035)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+pkgname=babel-cli
+pkgver=6.24.0
+pkgrel=1
+pkgdesc="A compiler for writing next generatio

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2017-03-13 Thread Felix Yan
Date: Monday, March 13, 2017 @ 07:58:59
  Author: felixonmars
Revision: 216034

upgpkg: babel-cli 6.24.0-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 07:57:03 UTC (rev 216033)
+++ PKGBUILD2017-03-13 07:58:59 UTC (rev 216034)
@@ -5,7 +5,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=6.23.0
+pkgver=6.24.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -19,7 +19,7 @@
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('76cccec388472ff02274e27f9fa9657f5a88af5f2da02c9eebb6d92351d06c34'
+sha256sums=('55803277dbe11695eb1304af43f67a55c437395d6efe6b80e5aaf75e5d3f1da5'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


[arch-commits] Commit in babel-cli/repos/community-any (4 files)

2017-02-17 Thread Felix Yan
Date: Friday, February 17, 2017 @ 13:57:55
  Author: felixonmars
Revision: 212904

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 212903, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 212903, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 -
 PKGBUILD |   64 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-02-17 13:57:26 UTC (rev 212903)
+++ LICENSE 2017-02-17 13:57:55 UTC (rev 212904)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 212903, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-02-17 13:57:55 UTC (rev 212904)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-17 13:57:26 UTC (rev 212903)
+++ PKGBUILD2017-02-17 13:57:55 UTC (rev 212904)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=6.18.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli')
-replaces=('nodejs-babel-cli')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('5ad8cbc0ce7e3a90dcaf3ff4997bb36f9f0a120154b62e8393eb3bb63e12a99f'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 212903, 
babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-17 13:57:55 UTC (rev 212904)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+pkgname=babel-cli
+pkgver=6.23.0
+pkgrel=1
+pkgdesc="A compiler for writing next generation JavaScr

[arch-commits] Commit in babel-cli/trunk (PKGBUILD)

2017-02-17 Thread Felix Yan
Date: Friday, February 17, 2017 @ 13:57:26
  Author: felixonmars
Revision: 212903

upgpkg: babel-cli 6.23.0-1

Modified:
  babel-cli/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 13:56:42 UTC (rev 212902)
+++ PKGBUILD2017-02-17 13:57:26 UTC (rev 212903)
@@ -5,7 +5,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=6.18.0
+pkgver=6.23.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -14,12 +14,12 @@
 depends=('nodejs')
 makedepends=('npm')
 provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli')
+conflicts=('nodejs-babel-cli' 'openbabel')
 replaces=('nodejs-babel-cli')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('5ad8cbc0ce7e3a90dcaf3ff4997bb36f9f0a120154b62e8393eb3bb63e12a99f'
+sha256sums=('76cccec388472ff02274e27f9fa9657f5a88af5f2da02c9eebb6d92351d06c34'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


[arch-commits] Commit in babel-cli/repos (3 files)

2016-10-24 Thread Felix Yan
Date: Tuesday, October 25, 2016 @ 06:39:03
  Author: felixonmars
Revision: 193248

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/
  babel-cli/repos/community-any/LICENSE
(from rev 193247, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 193247, babel-cli/trunk/PKGBUILD)

--+
 LICENSE  |   22 ++
 PKGBUILD |   32 
 2 files changed, 54 insertions(+)

Copied: babel-cli/repos/community-any/LICENSE (from rev 193247, 
babel-cli/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2016-10-25 06:39:03 UTC (rev 193248)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/PKGBUILD (from rev 193247, 
babel-cli/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-10-25 06:39:03 UTC (rev 193248)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+pkgname=babel-cli
+pkgver=6.18.0
+pkgrel=1
+pkgdesc="A compiler for writing next generation JavaScript"
+arch=('any')
+url="https://babeljs.io/";
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+provides=('nodejs-babel-cli')
+conflicts=('nodejs-babel-cli')
+replaces=('nodejs-babel-cli')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
+LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('5ad8cbc0ce7e3a90dcaf3ff4997bb36f9f0a120154b62e8393eb3bb63e12a99f'
+'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


[arch-commits] Commit in (babel-cli babel-cli/trunk/PKGBUILD nodejs-babel-cli)

2016-10-24 Thread Felix Yan
Date: Tuesday, October 25, 2016 @ 06:38:46
  Author: felixonmars
Revision: 193247

rename nodejs-babel-cli -> babel-cli

Added:
  babel-cli/
Modified:
  babel-cli/trunk/PKGBUILD
Deleted:
  nodejs-babel-cli/

--+
 PKGBUILD |   27 ++-
 1 file changed, 10 insertions(+), 17 deletions(-)

Modified: babel-cli/trunk/PKGBUILD
===
--- nodejs-babel-cli/trunk/PKGBUILD 2016-10-25 06:34:06 UTC (rev 193246)
+++ babel-cli/trunk/PKGBUILD2016-10-25 06:38:46 UTC (rev 193247)
@@ -4,36 +4,29 @@
 # Contributor: Andy Weidenbaum 
 # Contributor: Peter Wu 
 
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.16.0
+pkgname=babel-cli
+pkgver=6.18.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
 url="https://babeljs.io/";
 license=('MIT')
-depends=('nodejs' 'semver')
+depends=('nodejs')
 makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
+provides=('nodejs-babel-cli')
+conflicts=('nodejs-babel-cli')
+replaces=('nodejs-babel-cli')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";
 LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('a2413046a5e2e7ecaa00a6a6718823dd3f91099b02a6ab62605f4c3f5dee1ecc'
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('5ad8cbc0ce7e3a90dcaf3ff4997bb36f9f0a120154b62e8393eb3bb63e12a99f'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
   rm -r "$pkgdir"/usr/etc
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # Fix permissions
   find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  # Experimental dedup
-  for dir in $_npmname/node_modules 
$_npmname/node_modules/semver-truncate/node_modules; do
-cd "$pkgdir"/usr/lib/node_modules/$dir
-for dep in semver; do
-  rm -r $dep;
-  npm link $dep;
-done
-  done
 }


[arch-commits] Commit in (babel)

2015-10-30 Thread Felix Yan
Date: Friday, October 30, 2015 @ 08:18:23
  Author: fyan
Revision: 145283

remove babel

Deleted:
  babel/


[arch-commits] Commit in babel/repos (3 files)

2015-10-30 Thread Felix Yan
Date: Friday, October 30, 2015 @ 08:13:04
  Author: fyan
Revision: 145281

archrelease: copy trunk to community-any

Added:
  babel/repos/community-any/
  babel/repos/community-any/LICENSE
(from rev 145280, babel/trunk/LICENSE)
  babel/repos/community-any/PKGBUILD
(from rev 145280, babel/trunk/PKGBUILD)

--+
 LICENSE  |   22 ++
 PKGBUILD |   23 +++
 2 files changed, 45 insertions(+)

Copied: babel/repos/community-any/LICENSE (from rev 145280, babel/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2015-10-30 07:13:04 UTC (rev 145281)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel/repos/community-any/PKGBUILD (from rev 145280, 
babel/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-30 07:13:04 UTC (rev 145281)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=babel
+pkgdesc='Turn ES6 code into readable vanilla ES5 with source maps'
+pkgver=6.0.12
+pkgrel=1
+arch=('any')
+url='https://babeljs.io/'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('9bb932108cec6f6cb42c98dc68cbec50fd4a025e958762ad36d432992e155f5b'
+'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}