[arch-commits] Commit in zsh-completions/repos/community-any (6 files)
Evgeniy Alekseev
arcanis at archlinux.org
Mon Jul 24 11:21:46 UTC 2017
Date: Monday, July 24, 2017 @ 11:21:45
Author: arcanis
Revision: 246212
archrelease: copy trunk to community-any
Added:
zsh-completions/repos/community-any/ChangeLog
(from rev 246211, zsh-completions/trunk/ChangeLog)
zsh-completions/repos/community-any/LICENSE
(from rev 246211, zsh-completions/trunk/LICENSE)
zsh-completions/repos/community-any/PKGBUILD
(from rev 246211, zsh-completions/trunk/PKGBUILD)
Deleted:
zsh-completions/repos/community-any/ChangeLog
zsh-completions/repos/community-any/LICENSE
zsh-completions/repos/community-any/PKGBUILD
-----------+
ChangeLog | 103 ++++++++++++++++++++++++++++++------------------------------
LICENSE | 48 +++++++++++++--------------
PKGBUILD | 52 +++++++++++++++---------------
3 files changed, 103 insertions(+), 100 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2017-07-24 11:21:30 UTC (rev 246211)
+++ ChangeLog 2017-07-24 11:21:45 UTC (rev 246212)
@@ -1,50 +0,0 @@
-0.25.0-1:
-upstream update
-
-0.24.0-1:
-upstream update
-
-0.23.0-2:
-remove _rg completion since it provided by ripgrep package
-
-0.23.0-1:
-upstream update
-
-0.22.0-1:
-upstream update
-
-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
Copied: zsh-completions/repos/community-any/ChangeLog (from rev 246211, zsh-completions/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2017-07-24 11:21:45 UTC (rev 246212)
@@ -0,0 +1,53 @@
+0.26.0-1:
+upstream update
+
+0.25.0-1:
+upstream update
+
+0.24.0-1:
+upstream update
+
+0.23.0-2:
+remove _rg completion since it provided by ripgrep package
+
+0.23.0-1:
+upstream update
+
+0.22.0-1:
+upstream update
+
+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 2017-07-24 11:21:30 UTC (rev 246211)
+++ LICENSE 2017-07-24 11:21:45 UTC (rev 246212)
@@ -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 246211, zsh-completions/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2017-07-24 11:21:45 UTC (rev 246212)
@@ -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 2017-07-24 11:21:30 UTC (rev 246211)
+++ PKGBUILD 2017-07-24 11:21:45 UTC (rev 246212)
@@ -1,26 +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.25.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=('9939e0e911ffed5a501fd5bd944efcd6'
- '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"
- # license
- 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 246211, zsh-completions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-07-24 11:21:45 UTC (rev 246212)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+pkgname=zsh-completions
+pkgver=0.26.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=('d3db627a252d88c04b174f44a3075634'
+ '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"
+ # license
+ 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