[arch-commits] Commit in vim-minibufexpl/repos (3 files)

Eric Bélanger eric at archlinux.org
Mon Apr 20 02:23:45 UTC 2009


    Date: Sunday, April 19, 2009 @ 22:23:44
  Author: eric
Revision: 36114

Merged revisions 356,36113 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/vim-minibufexpl/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r36113 | eric | 2009-04-19 22:23:26 -0400 (Sun, 19 Apr 2009) | 2 lines
  
  upgpkg: vim-minibufexpl 6.3.2-4
      Added license
........

Added:
  vim-minibufexpl/repos/extra-x86_64/LICENSE
    (from rev 36113, vim-minibufexpl/trunk/LICENSE)
Modified:
  vim-minibufexpl/repos/extra-x86_64/	(properties)
  vim-minibufexpl/repos/extra-x86_64/PKGBUILD

----------+
 LICENSE  |    8 ++++++++
 PKGBUILD |   13 +++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)


Property changes on: vim-minibufexpl/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /vim-minibufexpl/trunk:1
   + /vim-minibufexpl/trunk:1-36113

Copied: vim-minibufexpl/repos/extra-x86_64/LICENSE (from rev 36113, vim-minibufexpl/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2009-04-20 02:23:44 UTC (rev 36114)
@@ -0,0 +1,8 @@
+"    Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
+"               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,
+"               minibufexplorer.vim is provided *as is* and comes with no
+"               warranty of any kind, either expressed or implied. In no
+"               event will the copyright holder be liable for any damamges
+"               resulting from the use of this software.

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-20 02:23:26 UTC (rev 36113)
+++ extra-x86_64/PKGBUILD	2009-04-20 02:23:44 UTC (rev 36114)
@@ -3,21 +3,22 @@
 
 pkgname=vim-minibufexpl
 pkgver=6.3.2
-pkgrel=3
+pkgrel=4
 _scriptid=3640
 pkgdesc="An elegant buffer explorer for vim"
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=159"
+license=('custom')
 depends=(vim)
 groups=('vim-plugins')
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('c47a9d844788daa38563c4e33c8f0d6e')
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid LICENSE)
+md5sums=('c47a9d844788daa38563c4e33c8f0d6e' 'aa6bc9c176702f23ee9f8476f72e3971')
 
 build()
 {
-  cd $startdir/src
+  cd $srcdir
   mv download_script.php?src_id=$_scriptid minibufexpl.vim
 
-  mkdir -p $startdir/pkg/usr/share/vim/plugin/
-  install -m644 minibufexpl.vim $startdir/pkg/usr/share/vim/plugin/
+  install -D -m644 minibufexpl.vim $pkgdir/usr/share/vim/plugin/minibufexpl.vim || return 1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
 }




More information about the arch-commits mailing list