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

Eric Belanger eric at archlinux.org
Tue May 27 03:57:03 UTC 2008


    Date: Monday, May 26, 2008 @ 23:57:03
  Author: eric
Revision: 2147

Merged revisions 777-2146 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/vim-vcscommand/trunk

........
  r2145 | eric | 2008-05-26 23:35:16 -0400 (Mon, 26 May 2008) | 2 lines
  
  upgpkg: vim-vcscommand 24-1
      Upstream update, fixed license, minor esthetic fixes
........

Modified:
  vim-vcscommand/repos/extra-i686/	(properties)
  vim-vcscommand/repos/extra-i686/PKGBUILD
  vim-vcscommand/repos/extra-i686/vimdoc.install

----------------+
 PKGBUILD       |   13 ++++++-------
 vimdoc.install |    5 -----
 2 files changed, 6 insertions(+), 12 deletions(-)


Property changes on: vim-vcscommand/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /vim-vcscommand/trunk:1-776
   + /vim-vcscommand/trunk:1-2146

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-27 03:35:31 UTC (rev 2146)
+++ extra-i686/PKGBUILD	2008-05-27 03:57:03 UTC (rev 2147)
@@ -3,21 +3,20 @@
 
 pkgname=vim-vcscommand
 #Real version BetaXX
-pkgver=22
-_scriptid=8459
+pkgver=24
+_scriptid=8709
 pkgrel=1
-pkgdesc="vim cvs/svn integration plugin "
+pkgdesc="vim cvs/svn integration plugin"
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=90"
-license=("custom")
-depends=(vi)
+license=('MIT')
+depends=('vi')
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
 install=vimdoc.install
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
         license.txt)
-md5sums=('dbda5624b24bdfc55d2bb6b7fcdaaa91'
-         'cc76e422214169f380e6a1548f617778')
+md5sums=('0c267efcbe0dda5cea3f2f4410b229a3' 'cc76e422214169f380e6a1548f617778')
 
 build()
 {

Modified: extra-i686/vimdoc.install
===================================================================
--- extra-i686/vimdoc.install	2008-05-27 03:35:31 UTC (rev 2146)
+++ extra-i686/vimdoc.install	2008-05-27 03:57:03 UTC (rev 2147)
@@ -12,8 +12,3 @@
 post_remove() {
   post_install
 }
-
-op=$1
-shift
-
-$op $*





More information about the arch-commits mailing list