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

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Nov 11 10:21:47 UTC 2013


    Date: Monday, November 11, 2013 @ 11:21:47
  Author: jelle
Revision: 100804

archrelease: copy trunk to community-any

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

----------------+
 LICENSE        |   14 +++++++-------
 PKGBUILD       |   54 +++++++++++++++++++++++++++---------------------------
 vimdoc.install |   42 +++++++++++++++++++++---------------------
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2013-11-11 10:21:32 UTC (rev 100803)
+++ LICENSE	2013-11-11 10:21:47 UTC (rev 100804)
@@ -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 100803, vim-align/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2013-11-11 10:21:47 UTC (rev 100804)
@@ -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	2013-11-11 10:21:32 UTC (rev 100803)
+++ PKGBUILD	2013-11-11 10:21:47 UTC (rev 100804)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor : vti <viacheslav.t at gmail dot com>
-
-pkgname=vim-align
-pkgver=36.42
-_scriptid='10110'
-pkgrel=1
-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')
-install=vimdoc.install
-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"
-}
-md5sums=('423eb712431d4de22a8790fb145b7053'
-         'b924ab4f0d09585ac4482208cc32bd2f')

Copied: vim-align/repos/community-any/PKGBUILD (from rev 100803, vim-align/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-11 10:21:47 UTC (rev 100804)
@@ -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=1
+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')
+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"
+}

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2013-11-11 10:21:32 UTC (rev 100803)
+++ vimdoc.install	2013-11-11 10:21:47 UTC (rev 100804)
@@ -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 $*

Copied: vim-align/repos/community-any/vimdoc.install (from rev 100803, vim-align/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2013-11-11 10:21:47 UTC (rev 100804)
@@ -0,0 +1,21 @@
+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