[arch-commits] Commit in vim-nerdtree/repos/community-any (COPYING PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Sep 29 22:18:29 UTC 2019


    Date: Sunday, September 29, 2019 @ 22:18:28
  Author: anthraxx
Revision: 512144

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/PKGBUILD
    (from rev 512143, vim-nerdtree/trunk/PKGBUILD)
Deleted:
  vim-nerdtree/repos/community-any/COPYING
  vim-nerdtree/repos/community-any/PKGBUILD

----------+
 COPYING  |   14 -------------
 PKGBUILD |   63 ++++++++++++++++++++++++++++---------------------------------
 2 files changed, 29 insertions(+), 48 deletions(-)

Deleted: COPYING
===================================================================
--- COPYING	2019-09-29 22:18:24 UTC (rev 512143)
+++ COPYING	2019-09-29 22:18:28 UTC (rev 512144)
@@ -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.
-

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-29 22:18:24 UTC (rev 512143)
+++ PKGBUILD	2019-09-29 22:18:28 UTC (rev 512144)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# 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=3
-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')
-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:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 512143, vim-nerdtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-29 22:18:28 UTC (rev 512144)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# 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=6.1.0
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ebafb5797a83bf6efd12553c103999b836044ba2bfe6aa06b2c94aae09cfef8a9ffd8c494dd75258fa1c78b54c9ef3cc6c90bef22c1aa60e517441bef39aaae5')
+
+package() {
+  cd nerdtree-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list