[arch-commits] Commit in vim-netrw/trunk (PKGBUILD license)

Daniel Wallace dwallace at archlinux.org
Thu Sep 11 00:54:54 UTC 2014


    Date: Thursday, September 11, 2014 @ 02:54:54
  Author: dwallace
Revision: 118791

upgpkg: vim-netrw 150-1

licensefix: vim-netrw

Added:
  vim-netrw/trunk/license
Modified:
  vim-netrw/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 license  |   11 +++++++++++
 2 files changed, 16 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-11 00:42:03 UTC (rev 118790)
+++ PKGBUILD	2014-09-11 00:54:54 UTC (rev 118791)
@@ -13,17 +13,17 @@
 depends=('vim')
 groups=('vim-plugins')
 install=vimdoc.install
-source=(${pkgname}.vba.gz::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
-        license.txt)
+source=(${pkgname}.vba.gz::"http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}"
+        license)
 md5sums=('1c47d12bba320cfe34626afcb2b7f794'
-         'efbd5986e691ce8c876fb86e8f5961ea')
+         '63ef0d8d6fe625e4d2602c3427fe2c91')
 package() {
     install -d ${pkgdir}/usr/share/vim/vimfiles
 
     vim -c "UseVimball $pkgdir/usr/share/vim/vimfiles/" -c "q"  ${pkgname}.vba
 
+    install -Dm644 $srcdir/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
     rm "$pkgdir"/usr/share/vim/vimfiles/.VimballRecord 
     rm "$pkgdir"/usr/share/vim/vimfiles/doc/tags
-
-    install -Dm644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
 }

Added: license
===================================================================
--- license	                        (rev 0)
+++ license	2014-09-11 00:54:54 UTC (rev 118791)
@@ -0,0 +1,11 @@
+Copyright (C) 1999-2011 Charles E Campbell, Jr *netrw-copyright*
+Permission is hereby granted to use and distribute this code, with
+or without modifications, provided that this copyright notice is
+copied with it. Like anything else that's free, netrw.vim,
+netrwPlugin.vim, netrwFileHandlers.vim, netrwSettings.vim,
+syntax/netrw.vim, and pi_netrw.txt are provided *as is* and comes
+with no warranty of any kind, either expressed or implied. No
+guarantees of merchantability. No guarantees of suitability for
+any purpose. By using this plugin, you agree that in no event will
+the copyright holder be liable for any damages resulting from the
+use of this software.




More information about the arch-commits mailing list