Date: Monday, April 17, 2023 @ 11:38:18
  Author: dvzrv
Revision: 1446713

archrelease: copy trunk to community-any

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

-----------+
 ChangeLog |  136 ++++++++++++++++++++++++++++++------------------------------
 PKGBUILD  |   69 ++++++++++++++++++------------
 2 files changed, 109 insertions(+), 96 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog   2023-04-17 11:38:05 UTC (rev 1446712)
+++ ChangeLog   2023-04-17 11:38:18 UTC (rev 1446713)
@@ -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 1446712, 
zsh-completions/trunk/ChangeLog)
===================================================================
--- ChangeLog                           (rev 0)
+++ ChangeLog   2023-04-17 11:38:18 UTC (rev 1446713)
@@ -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    2023-04-17 11:38:05 UTC (rev 1446712)
+++ PKGBUILD    2023-04-17 11:38:18 UTC (rev 1446713)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# 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=3
-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 _trash _trash-empty _trash-list _trash-put 
_trash-restore; do
-    rm "$pkgdir/usr/share/zsh/site-functions/$cmpl"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zsh-completions/repos/community-any/PKGBUILD (from rev 1446712, 
zsh-completions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 11:38:18 UTC (rev 1446713)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <[email protected]>
+# 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=4
+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() {
+  local completion
+  local provided_completions=(
+    _tmuxp
+    _trash
+    _trash-empty
+    _trash-list
+    _trash-put
+    _trash-restore
+    _vagrant
+  )
+
+  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/"
+
+  # remove completions which are provided by other packages
+  for completion in "${provided_completions[@]}"; do
+    rm -v "$pkgdir/usr/share/zsh/site-functions/$completion"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to