[arch-commits] Commit in bower/repos/community-any (LICENSE LICENSE PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Dec 4 00:23:44 UTC 2021
Date: Saturday, December 4, 2021 @ 00:23:44
Author: felixonmars
Revision: 1064962
archrelease: copy trunk to community-any
Added:
bower/repos/community-any/LICENSE
(from rev 1064961, bower/trunk/LICENSE)
bower/repos/community-any/PKGBUILD
(from rev 1064961, bower/trunk/PKGBUILD)
Deleted:
bower/repos/community-any/LICENSE
bower/repos/community-any/PKGBUILD
----------+
LICENSE | 38 ++++++++++++++---------------
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 58 insertions(+), 58 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2021-12-04 00:23:32 UTC (rev 1064961)
+++ LICENSE 2021-12-04 00:23:44 UTC (rev 1064962)
@@ -1,19 +0,0 @@
-Copyright (c) 2015 Twitter and other contributors
-
-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: bower/repos/community-any/LICENSE (from rev 1064961, bower/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2021-12-04 00:23:44 UTC (rev 1064962)
@@ -0,0 +1,19 @@
+Copyright (c) 2015 Twitter and other contributors
+
+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 2021-12-04 00:23:32 UTC (rev 1064961)
+++ PKGBUILD 2021-12-04 00:23:44 UTC (rev 1064962)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Micha Alt <micha.tucker at gmail.com>
-# Contributor: FadeMind <fademind at gmail.com>
-# Contributor: Tom Vincent <http://tlvince.com/contact>
-
-pkgname=bower
-pkgver=1.8.12
-pkgrel=1
-pkgdesc='A package manager for the web'
-arch=('any')
-url='https://bower.io/'
-license=('MIT')
-depends=('nodejs' 'semver' 'uglify-js')
-makedepends=('npm' 'git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
- LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('bb5c72f52af0c283e5823b87363855f9850f55dab2063d802c1c6ecde21429768f2368b6c72a46831a9792e1dc21319d8b9c818f926e5e0c8cbe0896892d52dd'
- 'a932f56639679947f1ce67ca7c27855ae08257876880864079077db825fa402ac7d544a192e02683d38de60ed9ac708a366e05c81bd350ace1440c1588086bc1')
-
-package() {
- npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
- # Experimental dedup
- cd "$pkgdir"/usr/lib/node_modules/$pkgname/lib/node_modules
- for dep in semver uglify-js; do
- rm -r $dep;
- done
-
- # 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: bower/repos/community-any/PKGBUILD (from rev 1064961, bower/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-04 00:23:44 UTC (rev 1064962)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Micha Alt <micha.tucker at gmail.com>
+# Contributor: FadeMind <fademind at gmail.com>
+# Contributor: Tom Vincent <http://tlvince.com/contact>
+
+pkgname=bower
+pkgver=1.8.13
+pkgrel=1
+pkgdesc='A package manager for the web'
+arch=('any')
+url='https://bower.io/'
+license=('MIT')
+depends=('nodejs' 'semver' 'uglify-js')
+makedepends=('npm' 'git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+ LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('f1e5a4a35e899424dd699646ef491d7473de775ee91c46c7f3f2237cfe0816442c7c4a91b3234cd3d0dcf1c0c11644afb50ff695379aec0f9b321460806d9af9'
+ 'a932f56639679947f1ce67ca7c27855ae08257876880864079077db825fa402ac7d544a192e02683d38de60ed9ac708a366e05c81bd350ace1440c1588086bc1')
+
+package() {
+ npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ # Experimental dedup
+ cd "$pkgdir"/usr/lib/node_modules/$pkgname/lib/node_modules
+ for dep in semver uglify-js; do
+ rm -r $dep;
+ done
+
+ # 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