[arch-commits] Commit in bower/repos/community-any (LICENSE LICENSE PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Nov 26 14:15:13 UTC 2015


    Date: Thursday, November 26, 2015 @ 15:15:12
  Author: fyan
Revision: 147856

archrelease: copy trunk to community-any

Added:
  bower/repos/community-any/LICENSE
    (from rev 147855, bower/trunk/LICENSE)
  bower/repos/community-any/PKGBUILD
    (from rev 147855, bower/trunk/PKGBUILD)
Deleted:
  bower/repos/community-any/LICENSE
  bower/repos/community-any/PKGBUILD

----------+
 LICENSE  |   38 +++++++++++++++++++-------------------
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2015-11-26 14:14:56 UTC (rev 147855)
+++ LICENSE	2015-11-26 14:15:12 UTC (rev 147856)
@@ -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 147855, bower/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2015-11-26 14:15:12 UTC (rev 147856)
@@ -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	2015-11-26 14:14:56 UTC (rev 147855)
+++ PKGBUILD	2015-11-26 14:15:12 UTC (rev 147856)
@@ -1,26 +0,0 @@
-# $Id$
-# 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.6.6
-pkgrel=1
-pkgdesc='A package manager for the web'
-arch=('any')
-url='http://bower.io/'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-        LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('c9ee05c0314c9a1f4c1168a214c0bbba'
-         '135697567327f92e904ef0be2082da5e')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: bower/repos/community-any/PKGBUILD (from rev 147855, bower/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-26 14:15:12 UTC (rev 147856)
@@ -0,0 +1,26 @@
+# $Id$
+# 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.6.7
+pkgrel=1
+pkgdesc='A package manager for the web'
+arch=('any')
+url='http://bower.io/'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+        LICENSE)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('b26d7c13288a30b3a9bd24f2f09ab4ef'
+         '135697567327f92e904ef0be2082da5e')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list