dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-scm/hg-git/hg-git-scm.exheres-0 (528B) - raw

      1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require distutils [ python_dep=2.4 ]
      5 
      6 SUMMARY="hg-git plugin for Mercurial, allowing push to and pull from git"
      7 HOMEPAGE="http://hg-git.github.com/"
      8 DOWNLOADS=""
      9 
     10 SCM_REPOSITORY="git://github.com/schacon/hg-git.git"
     11 require scm-git
     12 
     13 LICENCES="GPL-2"
     14 SLOT="0"
     15 PLATFORMS="~amd64 ~x86"
     16 
     17 DEPENDENCIES="
     18     build+run:
     19         dev-python/dulwich[>=0.6.0]
     20     run:
     21         dev-scm/mercurial
     22 "
     23 
     24 BUGS_TO="djc@djc.id.au"
     25