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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 10 20:26:32 UTC 2022


    Date: Thursday, March 10, 2022 @ 20:26:31
  Author: felixonmars
Revision: 1146117

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
    (from rev 1146116, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
    (from rev 1146116, 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	2022-03-10 20:26:17 UTC (rev 1146116)
+++ LICENSE	2022-03-10 20:26:31 UTC (rev 1146117)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie <sebmck at gmail.com>
-
-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 1146116, babel-cli/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2022-03-10 20:26:31 UTC (rev 1146117)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie <sebmck at gmail.com>
+
+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
===================================================================
--- PKGBUILD	2022-03-10 20:26:17 UTC (rev 1146116)
+++ PKGBUILD	2022-03-10 20:26:31 UTC (rev 1146117)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Mario Finelli <mario dot finelli at yahoo dot com>
-# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
-# Contributor: Peter Wu <lekensteyn at gmail dot com>
-
-pkgname=babel-cli
-pkgver=7.16.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<3')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz"
-        LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('1532816f1ca4e537255ce1a6c18caa7a5a8fe4817a84cc5a789b2477ce636d1e6305f625c2a83001b2709e2c62d5905b4ea29f16e000f7999d99415e491c3224'
-            'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --legacy-peer-deps --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 1146116, babel-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-10 20:26:31 UTC (rev 1146117)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mario Finelli <mario dot finelli at yahoo dot com>
+# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
+# Contributor: Peter Wu <lekensteyn at gmail dot com>
+
+pkgname=babel-cli
+pkgver=7.17.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<3')
+replaces=('nodejs-babel-cli')
+source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz"
+        LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('978c3ad3c9ec0cd971661889e6d1370db366afad5f20a319e9f4c1a35ef554416e14c218b89de61d18532c490a2b2bf1d8c8b3924bffd1af0e24e9d9aa429834'
+            'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
+
+package() {
+  npm install -g --legacy-peer-deps --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"
+}



More information about the arch-commits mailing list