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

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


    Date: Monday, October 31, 2016 @ 20:34:25
  Author: jelle
Revision: 194161

archrelease: copy trunk to community-any

Added:
  vim-align/repos/community-any/LICENSE
    (from rev 194160, vim-align/trunk/LICENSE)
  vim-align/repos/community-any/PKGBUILD
    (from rev 194160, vim-align/trunk/PKGBUILD)
Deleted:
  vim-align/repos/community-any/LICENSE
  vim-align/repos/community-any/PKGBUILD

----------+
 LICENSE  |   14 +++++++-------
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2016-10-31 20:27:50 UTC (rev 194160)
+++ LICENSE	2016-10-31 20:34:25 UTC (rev 194161)
@@ -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 194160, vim-align/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2016-10-31 20:34:25 UTC (rev 194161)
@@ -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:50 UTC (rev 194160)
+++ PKGBUILD	2016-10-31 20:34:25 UTC (rev 194161)
@@ -1,27 +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')
-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 194160, vim-align/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-31 20:34:25 UTC (rev 194161)
@@ -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=3
+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"
+}



More information about the arch-commits mailing list