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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 6 15:19:09 UTC 2016


    Date: Saturday, February 6, 2016 @ 16:19:08
  Author: arodseth
Revision: 160477

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/COPYING
    (from rev 160476, vim-nerdtree/trunk/COPYING)
  vim-nerdtree/repos/community-any/PKGBUILD
    (from rev 160476, vim-nerdtree/trunk/PKGBUILD)
  vim-nerdtree/repos/community-any/vimdoc.install
    (from rev 160476, vim-nerdtree/trunk/vimdoc.install)
Deleted:
  vim-nerdtree/repos/community-any/COPYING
  vim-nerdtree/repos/community-any/PKGBUILD
  vim-nerdtree/repos/community-any/vimdoc.install

----------------+
 COPYING        |   28 ++++++++++-----------
 PKGBUILD       |   71 +++++++++++++++++++++++++++----------------------------
 vimdoc.install |   32 ++++++++++++------------
 3 files changed, 66 insertions(+), 65 deletions(-)

Deleted: COPYING
===================================================================
--- COPYING	2016-02-06 15:19:00 UTC (rev 160476)
+++ COPYING	2016-02-06 15:19:08 UTC (rev 160477)
@@ -1,14 +0,0 @@
-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-                    Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar <sam at hocevar.net>
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
-            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. You just DO WHAT THE FUCK YOU WANT TO.
-

Copied: vim-nerdtree/repos/community-any/COPYING (from rev 160476, vim-nerdtree/trunk/COPYING)
===================================================================
--- COPYING	                        (rev 0)
+++ COPYING	2016-02-06 15:19:08 UTC (rev 160477)
@@ -0,0 +1,14 @@
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                    Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam at hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-06 15:19:00 UTC (rev 160476)
+++ PKGBUILD	2016-02-06 15:19:08 UTC (rev 160477)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kwpolska <kwpolska at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp <djszapi @ gmail at com>
-
-pkgname=vim-nerdtree
-pkgver=4.2.0
-_scriptid=17123
-pkgrel=4
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=1658'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-install='vimdoc.install'
-source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
-        'COPYING')
-md5sums=('39e61096eb0c54a4d386eaba49d6de3d'
-         '389a9e29629d1f05e115f8f05c283df5')
-
-package() {
-  install -d \
-    "$pkgdir/usr/share/vim/vimfiles/"{doc,nerdtree_plugin,plugin,syntax}
-  install -m644 doc/NERD_tree.txt "$pkgdir/usr/share/vim/vimfiles/doc/"
-  install -m644 nerdtree_plugin/{exec_menuitem,fs_menu}.vim \
-    "$pkgdir/usr/share/vim/vimfiles/nerdtree_plugin/"
-  install -m644 plugin/NERD_tree.vim "$pkgdir/usr/share/vim/vimfiles/plugin/"
-  install -m644 syntax/nerdtree.vim "$pkgdir/usr/share/vim/vimfiles/syntax/"
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 160476, vim-nerdtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-06 15:19:08 UTC (rev 160477)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kwpolska <kwpolska at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp <djszapi @ gmail at com>
+
+pkgname=vim-nerdtree
+pkgver=5.0.0
+_scriptid=17123
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=1658'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+install='vimdoc.install'
+source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
+        'COPYING')
+md5sums=('39e61096eb0c54a4d386eaba49d6de3d'
+         '389a9e29629d1f05e115f8f05c283df5')
+
+package() {
+  install -d \
+    "$pkgdir/usr/share/vim/vimfiles/"{doc,nerdtree_plugin,plugin,syntax}
+  install -m644 doc/NERD_tree.txt "$pkgdir/usr/share/vim/vimfiles/doc/"
+  install -m644 nerdtree_plugin/{exec_menuitem,fs_menu}.vim \
+    "$pkgdir/usr/share/vim/vimfiles/nerdtree_plugin/"
+  install -m644 plugin/NERD_tree.vim "$pkgdir/usr/share/vim/vimfiles/plugin/"
+  install -m644 syntax/nerdtree.vim "$pkgdir/usr/share/vim/vimfiles/syntax/"
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/scrooloose/nerdtree
+# vim:set ts=2 sw=2 et:

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-02-06 15:19:00 UTC (rev 160476)
+++ vimdoc.install	2016-02-06 15:19:08 UTC (rev 160477)
@@ -1,16 +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
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/vimdoc.install (from rev 160476, vim-nerdtree/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2016-02-06 15:19:08 UTC (rev 160477)
@@ -0,0 +1,16 @@
+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
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list