[arch-commits] Commit in zsh-completions/repos/community-any (4 files)

Morten Linderud foxboron at gemini.archlinux.org
Wed Aug 10 21:04:23 UTC 2022


    Date: Wednesday, August 10, 2022 @ 21:04:23
  Author: foxboron
Revision: 1265129

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
    (from rev 1265128, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/PKGBUILD
    (from rev 1265128, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/PKGBUILD

-----------+
 ChangeLog |  136 ++++++++++++++++++++++++++++++------------------------------
 PKGBUILD  |   53 ++++++++++++-----------
 2 files changed, 96 insertions(+), 93 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2022-08-10 21:04:15 UTC (rev 1265128)
+++ ChangeLog	2022-08-10 21:04:23 UTC (rev 1265129)
@@ -1,68 +0,0 @@
-0.34.0-1:
-upstream update
-
-0.30.0-1:
-upstream update
-
-0.29.0-1:
-upstream update
-
-0.28.0-1:
-upstream update
-
-0.27.0-1:
-upstream update
-
-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

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 1265128, zsh-completions/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2022-08-10 21:04:23 UTC (rev 1265129)
@@ -0,0 +1,68 @@
+0.34.0-1:
+upstream update
+
+0.30.0-1:
+upstream update
+
+0.29.0-1:
+upstream update
+
+0.28.0-1:
+upstream update
+
+0.27.0-1:
+upstream update
+
+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: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 21:04:15 UTC (rev 1265128)
+++ PKGBUILD	2022-08-10 21:04:23 UTC (rev 1265129)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
-
-pkgname=zsh-completions
-pkgver=0.34.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/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04')
-b2sums=('75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4')
-changelog=ChangeLog
-
-package() {
-  cd $pkgname-$pkgver
-  install -vDm 644 src/* -t "$pkgdir/usr/share/zsh/site-functions/"
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zsh-completions/repos/community-any/PKGBUILD (from rev 1265128, zsh-completions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-10 21:04:23 UTC (rev 1265129)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+pkgname=zsh-completions
+pkgver=0.34.0
+pkgrel=2
+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/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('643e967a77ab708c6316a9b43edd8b411f133aa4abe10bf69d3f5e545b2128423ad80d3509e7f9077b30cb8a83f60fe8d4355ed0a697dadffe1e1aaac6597c04')
+b2sums=('75afed3059e889f92843099ad3eddae1f939a7d9a46d87a8048c5742b44699c2da13a9c2ea00ca2ea02898472199f064c420aac8943338e3b22189a7cc0d23b4')
+changelog=ChangeLog
+
+package() {
+  cd $pkgname-$pkgver
+  install -vDm 644 src/* -t "$pkgdir/usr/share/zsh/site-functions/"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  for cmpl in _vagrant; do
+    rm "$pkgdir/usr/share/zsh/site-functions/$cmpl"
+  done
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list