[arch-commits] Commit in mercurial/trunk (ChangeLog PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Tue Jul 7 01:46:52 UTC 2009


    Date: Monday, July 6, 2009 @ 21:46:52
  Author: douglas
Revision: 45100

upgpkg: mercurial 1.3-2
    Hopefully fixed vim problems

Modified:
  mercurial/trunk/ChangeLog
  mercurial/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-07 01:28:26 UTC (rev 45099)
+++ ChangeLog	2009-07-07 01:46:52 UTC (rev 45100)
@@ -1,6 +1,10 @@
 
 2009-07-06  Douglas Soares de Andrade  <douglas at archlinux.org>
 
+	* Removed vim files for mercurial.
+
+2009-07-06  Douglas Soares de Andrade  <douglas at archlinux.org>
+
 	* Updated for x86_64: 1.3
 
 2009-03-21  Douglas Soares de Andrade  <douglas at archlinux.org>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-07 01:28:26 UTC (rev 45099)
+++ PKGBUILD	2009-07-07 01:46:52 UTC (rev 45100)
@@ -6,7 +6,7 @@
 
 pkgname=mercurial
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A scalable distributed SCM tool"
 url="http://www.selenic.com/mercurial"
 license=("GPL")
@@ -26,8 +26,9 @@
     install -m644 -D contrib/bash_completion $startdir/pkg/etc/bash_completion.d/hg 
     install -d $startdir/pkg/usr/share/emacs/site-lisp
     install -m644 contrib/{mq.el,mercurial.el} $startdir/pkg/usr/share/emacs/site-lisp
-    vimpath="$pkgdir/usr/share/vim/vim72"
-    install -m644 -D contrib/vim/HGAnnotate.vim $vimpath/syntax/HGAnnotate.vim
+    
+    #vimpath="$pkgdir/usr/share/vim/vim72"
+    #install -m644 -D contrib/vim/HGAnnotate.vim $vimpath/syntax/HGAnnotate.vim
 
     # Autoloading plugins to vim = no good.  
     #  install -d $vimpath/plugin




More information about the arch-commits mailing list