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

Levente Polyak anthraxx at archlinux.org
Fri May 27 15:41:16 UTC 2016


    Date: Friday, May 27, 2016 @ 17:41:16
  Author: anthraxx
Revision: 177294

archrelease: copy trunk to community-any

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

----------------+
 LICENSE        |   28 ++++++++++++-------------
 PKGBUILD       |   60 +++++++++++++++++++++++++++----------------------------
 vimdoc.install |   32 ++++++++++++++---------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2016-05-27 15:41:09 UTC (rev 177293)
+++ LICENSE	2016-05-27 15:41:16 UTC (rev 177294)
@@ -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-nerdcommenter/repos/community-any/LICENSE (from rev 177293, vim-nerdcommenter/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2016-05-27 15:41:16 UTC (rev 177294)
@@ -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-05-27 15:41:09 UTC (rev 177293)
+++ PKGBUILD	2016-05-27 15:41:16 UTC (rev 177294)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
-# Contributor: TDY <tdy at archlinux.info>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Laszlo Papp <djszapi @ gmail at com>
-
-pkgname=vim-nerdcommenter
-pkgver=2.3.0
-pkgrel=4
-pkgdesc='A plugin that allows for easy commenting of code for many filetypes'
-url='https://github.com/scrooloose/nerdcommenter'
-arch=('any')
-license=('custom:vim')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
-        LICENSE)
-sha512sums=('a2e4720aacf05ac7571adbd1222bfc119134c1f2a0c3c534d1372a020bf4f540741732e4992b53170f1c1d48ac2a11c57316ece5bd2a70d699f0d54caa51f29b'
-            '1b4064171fa88f41d05e3d1d1c14ceb8a5cb4cca9e6f08f7e267d7740b7d65e4765cb56f0ccf3765ee9c85654559d2d7726d71516b890b0174b68e6cc62ef421')
-
-package() {
-  cd ${pkgname#vim-}-${pkgver}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/NERD_commenter.txt "${_installpath}/doc/NERD_commenter.txt"
-  install -Dm 644 plugin/NERD_commenter.vim "${_installpath}/plugin/NERD_commenter.vim"
-  install -Dm 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdcommenter/repos/community-any/PKGBUILD (from rev 177293, vim-nerdcommenter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-27 15:41:16 UTC (rev 177294)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
+# Contributor: TDY <tdy at archlinux.info>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Laszlo Papp <djszapi @ gmail at com>
+
+pkgname=vim-nerdcommenter
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='A plugin that allows for easy commenting of code for many filetypes'
+url='https://github.com/scrooloose/nerdcommenter'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
+        LICENSE)
+sha512sums=('ec389cd3f6f1f2093debe2e2d5a09573324d9f8459b4f6c3528bf7b46f9b84fad08718e140be6d39bb8c990778de89fda7f9bb06704c1ea6ff319e6ac431fcdd'
+            '1b4064171fa88f41d05e3d1d1c14ceb8a5cb4cca9e6f08f7e267d7740b7d65e4765cb56f0ccf3765ee9c85654559d2d7726d71516b890b0174b68e6cc62ef421')
+
+package() {
+  cd ${pkgname#vim-}-${pkgver}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/NERD_commenter.txt "${_installpath}/doc/NERD_commenter.txt"
+  install -Dm 644 plugin/NERD_commenter.vim "${_installpath}/plugin/NERD_commenter.vim"
+  install -Dm 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: vimdoc.install
===================================================================
--- vimdoc.install	2016-05-27 15:41:09 UTC (rev 177293)
+++ vimdoc.install	2016-05-27 15:41:16 UTC (rev 177294)
@@ -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 $1
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdcommenter/repos/community-any/vimdoc.install (from rev 177293, vim-nerdcommenter/trunk/vimdoc.install)
===================================================================
--- vimdoc.install	                        (rev 0)
+++ vimdoc.install	2016-05-27 15:41:16 UTC (rev 177294)
@@ -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 $1
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list