Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18638

Modified Files:
        mercurial-py.info 
Log Message:
New upstream, some configuration changes

Index: mercurial-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mercurial-py.info   21 Nov 2006 05:47:24 -0000      1.4
+++ mercurial-py.info   20 Dec 2006 03:54:33 -0000      1.5
@@ -1,28 +1,21 @@
 Info2: <<
 Package: mercurial-py%type_pkg[python]
-Version: 0.9.1
+Version: 0.9.3
 Revision: 1
-Type: python(2.3 2.4)
+Type: python(2.3 2.4 2.5)
 Depends: python%type_pkg[python]
-BuildDepends: asciidoc, xmlto
-Conflicts: mercurial-py22, mercurial-py23, mercurial-py24
-Replaces: mercurial-py22, mercurial-py23, mercurial-py24
+Conflicts: mercurial-py22, mercurial-py23, mercurial-py24, mercurial-py25
+Replaces: mercurial-py22, mercurial-py23, mercurial-py24, mercurial-py25
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: 9ed3962bba640a686c37faa47739270c
+Source-MD5: 5e39fed853e5669cbac32b77a67bb6dd
 PatchScript: <<
 perl -i -pe 'print "#include <inttypes.h>\n" if /stdlib/' mercurial/mpatch.c
 perl -i -pe 's|^(#!/usr/bin/env) wish|\1 /usr/bin/wish|' contrib/hgk
 perl -i -pe 's|/etc/|%p/etc/|' doc/*.[15]* mercurial/ui.py
-perl -e 'print  
"[extensions]\nhgext.gpg=\nhgext.hbisect=\nhgext.hgk=\nhgext.mq=\n"' > hgrc
+perl -e 'print  
"[extensions]\ngpg=\nhbisect=\nhgk=\nmq=\ntransplant=\npatchbomb=\n"' > hgrc
 <<
 CompileScript: <<
-#!/bin/sh -ev
-cd doc
-for docfile in *.[15].txt
-do
-  asciidoc.py -d manpage -b docbook $docfile
-  xmlto man `basename $docfile .txt`.xml
-done
+echo Nothing to compile
 <<
 InstallScript: <<
 python%type_raw[python] setup.py install --prefix %p --root %d
@@ -34,11 +27,15 @@
 mkdir -p %i/share/man/man5
 cp doc/*.5 %i/share/man/man5
 mkdir -p %i/share/emacs/site-lisp
-cp contrib/mercurial.el %i/share/emacs/site-lisp
+cp contrib/mercurial.el contrib/mq.el %i/share/emacs/site-lisp
 mkdir -p %i/etc/bash_completion.d
 cp contrib/bash_completion %i/etc/bash_completion.d/hg
+mkdir -p %i/share/doc/%n/contrib
+cp -r contrib/churn.py contrib/convert-repo contrib/hg-ssh \
+  contrib/tcsh_completion contrib/zsh_completion contrib/vim \
+  %i/share/doc/%n/contrib
 <<
-DocFiles: README COPYING CONTRIBUTORS *.txt
+DocFiles: README COPYING CONTRIBUTORS doc/*.txt
 ConfFiles: %p/etc/mercurial/hgrc
 Description: Lightweight distributed revision control system
 DescDetail: <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to