[arch-commits] Commit in zsh-completions/repos/community-any (6 files)
Evgeniy Alekseev
arcanis at archlinux.org
Mon Oct 17 07:00:10 UTC 2016
Date: Monday, October 17, 2016 @ 07:00:09
Author: arcanis
Revision: 192419
archrelease: copy trunk to community-any
Added:
zsh-completions/repos/community-any/ChangeLog
(from rev 192418, zsh-completions/trunk/ChangeLog)
zsh-completions/repos/community-any/LICENSE
(from rev 192418, zsh-completions/trunk/LICENSE)
zsh-completions/repos/community-any/PKGBUILD
(from rev 192418, zsh-completions/trunk/PKGBUILD)
Deleted:
zsh-completions/repos/community-any/ChangeLog
zsh-completions/repos/community-any/LICENSE
zsh-completions/repos/community-any/PKGBUILD
-----------+
ChangeLog | 67 +++++++++++++++++++++++++++++++-----------------------------
LICENSE | 48 +++++++++++++++++++++---------------------
PKGBUILD | 50 ++++++++++++++++++++++----------------------
3 files changed, 84 insertions(+), 81 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2016-10-17 06:59:58 UTC (rev 192418)
+++ ChangeLog 2016-10-17 07:00:09 UTC (rev 192419)
@@ -1,32 +0,0 @@
-0.20.0-1:
-upstream update
-
-0.19.0-2:
-fix FS#50243
-
-0.19.0-1:
-upstream update
-
-0.18.0-1:
-upstream update
-
-0.17.0-1:
-upstream update
-
-0.16.0-1:
-upstream update
-
-0.15.0-1:
-upstream update
-
-0.14.0-2:
-fix build
-
-0.14.0-1:
-upstream update
-
-0.12.0-2:
-drop _salt completions since it is provided by upstream
-
-0.12.0-1:
-ustream update
Copied: zsh-completions/repos/community-any/ChangeLog (from rev 192418, zsh-completions/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2016-10-17 07:00:09 UTC (rev 192419)
@@ -0,0 +1,35 @@
+0.21.0-1:
+upstream update
+
+0.20.0-1:
+upstream update
+
+0.19.0-2:
+fix FS#50243
+
+0.19.0-1:
+upstream update
+
+0.18.0-1:
+upstream update
+
+0.17.0-1:
+upstream update
+
+0.16.0-1:
+upstream update
+
+0.15.0-1:
+upstream update
+
+0.14.0-2:
+fix build
+
+0.14.0-1:
+upstream update
+
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update
Deleted: LICENSE
===================================================================
--- LICENSE 2016-10-17 06:59:58 UTC (rev 192418)
+++ LICENSE 2016-10-17 07:00:09 UTC (rev 192419)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * Neither the name of the zsh-users nor the
- names of its contributors may be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copied: zsh-completions/repos/community-any/LICENSE (from rev 192418, zsh-completions/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2016-10-17 07:00:09 UTC (rev 192419)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of the zsh-users nor the
+ names of its contributors may be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-17 06:59:58 UTC (rev 192418)
+++ PKGBUILD 2016-10-17 07:00:09 UTC (rev 192419)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
-
-pkgname=zsh-completions
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="Additional completion definitions for Zsh"
-arch=(any)
-url="https://github.com/zsh-users/zsh-completions"
-license=('BSD' 'MIT' 'unknown')
-depends=('zsh')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}"
- "LICENSE")
-md5sums=('3a58b330798ce275116dcba53e525e9a'
- '4f686c32a301905655f945fbbdd56880')
-changelog=ChangeLog
-
-package() {
- install -dm755 "${pkgdir}/usr/share/zsh/site-functions"
- install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* "${pkgdir}/usr/share/zsh/site-functions"
- install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: zsh-completions/repos/community-any/PKGBUILD (from rev 192418, zsh-completions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-17 07:00:09 UTC (rev 192419)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+pkgname=zsh-completions
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="Additional completion definitions for Zsh"
+arch=(any)
+url="https://github.com/zsh-users/zsh-completions"
+license=('BSD')
+depends=('zsh')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}"
+ "LICENSE")
+md5sums=('23bc25ba028074e5d8f67c666e623a97'
+ '4f686c32a301905655f945fbbdd56880')
+changelog=ChangeLog
+
+package() {
+ install -dm755 "${pkgdir}/usr/share/zsh/site-functions"
+ install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* "${pkgdir}/usr/share/zsh/site-functions"
+ install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list