[arch-commits] Commit in vim-nerdcommenter/repos/community-any (4 files)
Levente Polyak
anthraxx at archlinux.org
Mon Nov 13 23:53:55 UTC 2017
Date: Monday, November 13, 2017 @ 23:53:53
Author: anthraxx
Revision: 266761
archrelease: copy trunk to community-any
Added:
vim-nerdcommenter/repos/community-any/LICENSE
(from rev 266760, vim-nerdcommenter/trunk/LICENSE)
vim-nerdcommenter/repos/community-any/PKGBUILD
(from rev 266760, 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-11-13 23:53:41 UTC (rev 266760)
+++ LICENSE 2017-11-13 23:53:53 UTC (rev 266761)
@@ -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 266760, vim-nerdcommenter/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2017-11-13 23:53:53 UTC (rev 266761)
@@ -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-11-13 23:53:41 UTC (rev 266760)
+++ PKGBUILD 2017-11-13 23:53:53 UTC (rev 266761)
@@ -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.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:
Copied: vim-nerdcommenter/repos/community-any/PKGBUILD (from rev 266760, vim-nerdcommenter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-13 23:53:53 UTC (rev 266761)
@@ -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.1
+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=('84638a3b216f7bc1535030eed8d766c30d5d7de7f6339fdb9bde65561abfa7f1f660cfa81dc057ee2d146af6df26076880b057a7ff7868e9bc55ab53291e9445'
+ '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