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

Aaron Griffin aaron at archlinux.org
Wed Apr 23 03:44:40 UTC 2008


    Date: Tuesday, April 22, 2008 @ 23:44:40
  Author: aaron
Revision: 787

Merged revisions 2-786 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/vim-bufexplorer/trunk

........
  r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r784 | aaron | 2008-04-22 22:42:11 -0500 (Tue, 22 Apr 2008) | 1 line
  
  upgpkg: vim-bufexplorer 7.1.7-1
........

Added:
  vim-bufexplorer/repos/extra-x86_64/license.txt
    (from rev 784, vim-bufexplorer/trunk/license.txt)
Modified:
  vim-bufexplorer/repos/extra-x86_64/	(properties)
  vim-bufexplorer/repos/extra-x86_64/PKGBUILD

-------------+
 PKGBUILD    |   26 +++++++++++++++-----------
 license.txt |    9 +++++++++
 2 files changed, 24 insertions(+), 11 deletions(-)


Property changes on: vim-bufexplorer/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /vim-bufexplorer/trunk:1
   + /vim-bufexplorer/trunk:1-786

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-04-23 03:42:52 UTC (rev 786)
+++ extra-x86_64/PKGBUILD	2008-04-23 03:44:40 UTC (rev 787)
@@ -2,28 +2,32 @@
 #Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=vim-bufexplorer
-pkgver=7.1.4
-_scriptid=7953
+pkgver=7.1.7
+_scriptid=8079
 pkgrel=1
 pkgdesc="A simple buffer list/switcher for vim "
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=42"
-license=('unknown')
+license=('custom')
 depends=('vi>=7.0')
-makedepends=('unzip')
 groups=('vim-plugins')
 install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('0aa58e17186f9b4bb28a6be2a97f40e9')
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        license.txt)
+md5sums=('dc8e1b14f20c0e5a00d67705870a896f'
+         'b1a7f22e90469abdad3ffd55120e6887')
 
 build() {
   cd $startdir/src
   mv download_script.php?src_id=$_scriptid bufexplorer.zip
-  unzip -qqo bufexplorer.zip
+  bsdtar -xf bufexplorer.zip
 
-  mkdir -p $startdir/pkg/usr/share/vim/doc/
-  install -m644 doc/bufexplorer.txt $startdir/pkg/usr/share/vim/doc/
+  install -D -m644 doc/bufexplorer.txt \
+      $startdir/pkg/usr/share/vim/doc/bufexplorer.txt
 
-  mkdir -p $startdir/pkg/usr/share/vim/plugin/
-  install -m644 plugin/bufexplorer.vim $startdir/pkg/usr/share/vim/plugin/
+  install -D -m644 plugin/bufexplorer.vim \
+      $startdir/pkg/usr/share/vim/plugin/bufexplorer.vim
+
+  install -D -m644 license.txt \
+      $startdir/pkg/usr/share/licenses/$pkgname/license.txt
 }

Copied: vim-bufexplorer/repos/extra-x86_64/license.txt (from rev 784, vim-bufexplorer/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt	                        (rev 0)
+++ extra-x86_64/license.txt	2008-04-23 03:44:40 UTC (rev 787)
@@ -0,0 +1,9 @@
+Copyright (C) 2001-2007 Jeff Lanzarotta
+
+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,
+bufexplorer.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 damages
+resulting from the use of this software.





More information about the arch-commits mailing list