[arch-commits] Commit in vim-align/repos/community-any (5 files)

Jelle van der Waa jelle at archlinux.org
Mon Oct 31 20:27:15 UTC 2016


    Date: Monday, October 31, 2016 @ 20:27:14
  Author: jelle
Revision: 194159

archrelease: copy trunk to community-any

Added:
  vim-align/repos/community-any/LICENSE
    (from rev 194158, vim-align/trunk/LICENSE)
  vim-align/repos/community-any/PKGBUILD
    (from rev 194158, vim-align/trunk/PKGBUILD)
Deleted:
  vim-align/repos/community-any/LICENSE
  vim-align/repos/community-any/PKGBUILD
  vim-align/repos/community-any/vimdoc.install

----------------+
 LICENSE        |   14 +++++++-------
 PKGBUILD       |   55 +++++++++++++++++++++++++++----------------------------
 vimdoc.install |   21 ---------------------
 3 files changed, 34 insertions(+), 56 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2016-10-31 20:27:07 UTC (rev 194158)
+++ LICENSE	2016-10-31 20:27:14 UTC (rev 194159)
@@ -1,7 +0,0 @@
-Copyright (C) 1999-2007 Charles E. Campbell, Jr.
-Permission is hereby granted to use and distribute this code, with or without
-modifications, provided that this copyright notice is copied with it. Like
-anything else that's free, Align.vim is provided *as is* and comes with no
-warranty of any kind, either expressed or implied. By using this plugin, you
-agree that in no event will the copyright holder be liable for any damages
-resulting from the use of this software.

Copied: vim-align/repos/community-any/LICENSE (from rev 194158, vim-align/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2016-10-31 20:27:14 UTC (rev 194159)
@@ -0,0 +1,7 @@
+Copyright (C) 1999-2007 Charles E. Campbell, Jr.
+Permission is hereby granted to use and distribute this code, with or without
+modifications, provided that this copyright notice is copied with it. Like
+anything else that's free, Align.vim is provided *as is* and comes with no
+warranty of any kind, either expressed or implied. By using this plugin, you
+agree that in no event will the copyright holder be liable for any damages
+resulting from the use of this software.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 20:27:07 UTC (rev 194158)
+++ PKGBUILD	2016-10-31 20:27:14 UTC (rev 194159)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor : vti <viacheslav.t at gmail dot com>
-
-pkgname=vim-align
-pkgver=37.43
-_scriptid='19633'
-pkgrel=2
-pkgdesc='Lets you align lines using regular expressions'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=294'
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
-         'b924ab4f0d09585ac4482208cc32bd2f')
-source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
-  'LICENSE')
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
-  cd "${pkgdir}/usr/share/vim/vimfiles"
-
-  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
-  rm -f '.VimballRecord' 'doc/tags'
-  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-align/repos/community-any/PKGBUILD (from rev 194158, vim-align/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-31 20:27:14 UTC (rev 194159)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor : vti <viacheslav.t at gmail dot com>
+
+pkgname=vim-align
+pkgver=37.43
+_scriptid='19633'
+pkgrel=2
+pkgdesc='Lets you align lines using regular expressions'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=294'
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
+         'b924ab4f0d09585ac4482208cc32bd2f')
+source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
+  'LICENSE')
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
+  cd "${pkgdir}/usr/share/vim/vimfiles"
+
+  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
+  rm -f '.VimballRecord' 'doc/tags'
+  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-10-31 20:27:07 UTC (rev 194158)
+++ vimdoc.install	2016-10-31 20:27:14 UTC (rev 194159)
@@ -1,21 +0,0 @@
-post_install() {
-  echo -n 'Updating vim help tags...'
-  /usr/bin/vim --noplugins \
-    -u NONE -U NONE \
-    --cmd ':helptags /usr/share/vim/vimfiles/doc' \
-    --cmd ':q' > /dev/null 2>&1
-  echo 'done.'
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-op=$1
-shift
-
-$op $*



More information about the arch-commits mailing list