[arch-commits] Commit in vim-align/repos/community-any (6 files)
Jelle van der Waa
jelle at archlinux.org
Wed Oct 19 17:50:46 UTC 2016
Date: Wednesday, October 19, 2016 @ 17:50:46
Author: jelle
Revision: 192619
archrelease: copy trunk to community-any
Added:
vim-align/repos/community-any/LICENSE
(from rev 192618, vim-align/trunk/LICENSE)
vim-align/repos/community-any/PKGBUILD
(from rev 192618, vim-align/trunk/PKGBUILD)
vim-align/repos/community-any/vimdoc.install
(from rev 192618, 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 | 56 +++++++++++++++++++++++++++----------------------------
vimdoc.install | 42 ++++++++++++++++++++---------------------
3 files changed, 56 insertions(+), 56 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2016-10-19 17:50:39 UTC (rev 192618)
+++ LICENSE 2016-10-19 17:50:46 UTC (rev 192619)
@@ -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 192618, vim-align/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2016-10-19 17:50:46 UTC (rev 192619)
@@ -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-19 17:50:39 UTC (rev 192618)
+++ PKGBUILD 2016-10-19 17:50:46 UTC (rev 192619)
@@ -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=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')
-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 192618, vim-align/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-19 17:50:46 UTC (rev 192619)
@@ -0,0 +1,28 @@
+# $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"
+}
Deleted: vimdoc.install
===================================================================
--- vimdoc.install 2016-10-19 17:50:39 UTC (rev 192618)
+++ vimdoc.install 2016-10-19 17:50:46 UTC (rev 192619)
@@ -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 192618, vim-align/trunk/vimdoc.install)
===================================================================
--- vimdoc.install (rev 0)
+++ vimdoc.install 2016-10-19 17:50:46 UTC (rev 192619)
@@ -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