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

Levente Polyak anthraxx at archlinux.org
Thu Mar 16 17:23:36 UTC 2017


    Date: Thursday, March 16, 2017 @ 17:23:35
  Author: anthraxx
Revision: 216777

archrelease: copy trunk to community-any

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

----------+
 LICENSE  |   28 ++++++++++++++--------------
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2017-03-16 17:23:27 UTC (rev 216776)
+++ LICENSE	2017-03-16 17:23:35 UTC (rev 216777)
@@ -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 216776, vim-nerdcommenter/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-03-16 17:23:35 UTC (rev 216777)
@@ -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	2017-03-16 17:23:27 UTC (rev 216776)
+++ PKGBUILD	2017-03-16 17:23:35 UTC (rev 216777)
@@ -1,29 +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.4.0
-pkgrel=2
-pkgdesc='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')
-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:

Copied: vim-nerdcommenter/repos/community-any/PKGBUILD (from rev 216776, vim-nerdcommenter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-16 17:23:35 UTC (rev 216777)
@@ -0,0 +1,29 @@
+# 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.5.0
+pkgrel=1
+pkgdesc='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')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
+        LICENSE)
+sha512sums=('8616f56d90dfe2fece0a82b888700c4c762c75b7d1cd30e32a3294d1fe7b65d506a13cfead534ae0f11a2384593d246a723e9a0042421691a5d6fb44969e7ead'
+            '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:



More information about the arch-commits mailing list