Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1131/libs/pythonmods

Modified Files:
        git-remote-helpers-py.info 
Added Files:
        git-remote-githg-py.info 
Log Message:
New upstream git 1.8.1.
Add new packages git-remote-githg-py, git-remote-testsvn.

--- NEW FILE: git-remote-githg-py.info ---
Info2: <<
Package: git-remote-githg-py%type_pkg[python]
Version: 1.8.1
Revision: 1
Type: python (2.6 2.7)
Description: Access hg repos as git remotes
DescDetail: <<
        This is the git-remote-hg helper from git.
        It's renamed to git-remote-githg to avoid conflicting with
        the git-remote-hg package. This one requires only git and hg,
        not hg-git-py.
<<
DescUsage: <<
        Clone a mercurial repo with:
        git clone githg::/path/to/mercurial/repo/
        and then use normal git commands to interact with it.
        
        If you want to switch to hg-git compatibility mode:
        git config --global remote-hg.hg-git-compat true

        git:
        Sensible defaults for git.
        hg bookmarks are exported as git branches, hg branches are
        prefixed with 'branches/', HEAD is a special case.

        hg:
        Emulate hg-git.
        Only hg bookmarks are exported as git branches.
        Commits are modified to preserve hg information and allow
        bidirectionality.


<<
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
License: GPL
Homepage: http://git-scm.com/

Source: http://git-core.googlecode.com/files/git-%v.tar.gz
Source-MD5: a2c6f4404c5e432b47474d246ca83c7e

Depends: <<
        git (>= %v),
        mercurial-py%type_pkg[python],
        python%type_pkg[python]
<<
BuildDepends: fink (>= 0.24.12)

CompileScript: <<
        perl -pi -e 's|/usr/bin/env python|%p/bin/python%type_raw[python]|' 
contrib/remote-helpers/git-remote-hg
<<

InstallScript: <<
        mkdir -p %i/bin
        mv contrib/remote-helpers/git-remote-hg 
%i/bin/git-remote-githg-py%type_pkg[python]
<<

PostInstScript: <<
        update-alternatives --install %p/bin/git-remote-githg git-remote-githg 
%p/bin/git-remote-githg-py%type_pkg[python] %type_pkg[python]
<<

PreRmScript: <<
        if [ $1 != "upgrade" ]; then
                update-alternatives --remove git-remote-githg 
%p/bin/git-remote-githg-py%type_pkg[python]
        fi
<<

DocFiles: COPYING README
<<

Index: git-remote-helpers-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-helpers-py.info,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- git-remote-helpers-py.info  13 Dec 2012 02:59:15 -0000      1.37
+++ git-remote-helpers-py.info  1 Jan 2013 02:13:22 -0000       1.38
@@ -1,6 +1,6 @@
 Info2: <<
 Package: git-remote-helpers-py%type_pkg[python]
-Version: 1.8.0.2
+Version: 1.8.1
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Git remote helper program for non-git repos
@@ -9,9 +9,9 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 1aca109d4a719fe5bc43d25927fbc7d9
+Source-MD5: a2c6f4404c5e432b47474d246ca83c7e
 
-Depends: python%type_pkg[python], git (>= %v-1)
+Depends: python%type_pkg[python], git (>= %v)
 
 CompileScript: <<
        #!/bin/bash -ev


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to