Date: Wednesday, November 11, 2015 @ 13:20:19 Author: fyan Revision: 146577
archrelease: copy trunk to community-any Added: nodejs-babel-cli/repos/community-any/LICENSE (from rev 146576, nodejs-babel-cli/trunk/LICENSE) nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 146576, nodejs-babel-cli/trunk/PKGBUILD) Deleted: nodejs-babel-cli/repos/community-any/LICENSE nodejs-babel-cli/repos/community-any/PKGBUILD ----------+ LICENSE | 44 ++++++++++++++++++++++---------------------- PKGBUILD | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 49 insertions(+), 49 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2015-11-11 12:19:59 UTC (rev 146576) +++ LICENSE 2015-11-11 12:20:19 UTC (rev 146577) @@ -1,22 +0,0 @@ -Copyright (c) 2014-2015 Sebastian McKenzie <seb...@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: nodejs-babel-cli/repos/community-any/LICENSE (from rev 146576, nodejs-babel-cli/trunk/LICENSE) =================================================================== --- LICENSE (rev 0) +++ LICENSE 2015-11-11 12:20:19 UTC (rev 146577) @@ -0,0 +1,22 @@ +Copyright (c) 2014-2015 Sebastian McKenzie <seb...@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 2015-11-11 12:19:59 UTC (rev 146576) +++ PKGBUILD 2015-11-11 12:20:19 UTC (rev 146577) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@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> - -_npmname=babel-cli -pkgname=nodejs-$_npmname -pkgver=6.1.2 -pkgrel=1 -pkgdesc="A compiler for writing next generation JavaScript" -arch=('any') -url="https://babeljs.io/" -license=('MIT') -depends=('nodejs') -makedepends=('npm') -source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz" - LICENSE) -noextract=($_npmname-$pkgver.tgz) -sha256sums=('0986a4336ab7cf42f9ce29364ed707a79c5e8d5bd1029ed4ac09dd6d8bf68518' - '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c') - -package() { - npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$_npmname-$pkgver.tgz - rm -r "$pkgdir"/usr/etc - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 146576, nodejs-babel-cli/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2015-11-11 12:20:19 UTC (rev 146577) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@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> + +_npmname=babel-cli +pkgname=nodejs-$_npmname +pkgver=6.1.4 +pkgrel=1 +pkgdesc="A compiler for writing next generation JavaScript" +arch=('any') +url="https://babeljs.io/" +license=('MIT') +depends=('nodejs') +makedepends=('npm') +source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz" + LICENSE) +noextract=($_npmname-$pkgver.tgz) +sha256sums=('cf04d0d4a92ef253b95b340ce6ebe087ab7ae61a418929adf8762a88aa120050' + '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c') + +package() { + npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$_npmname-$pkgver.tgz + rm -r "$pkgdir"/usr/etc + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}