commit 605c494f3950bf795664d64d815e03ee03da9cef
parent 84abb3be88eff5bf2370b9b2674f77b39e4bd458
Author: Dan Callaghan <djc@djc.id.au>
Date: Tue, 5 Jul 2011 19:21:23 +1000
hg-git: add -scm version
Diffstat:
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf
@@ -11,3 +11,9 @@ xfce-extra/xmonad-log-applet[=scm] [[
token = scm
description = [ Live git version of my xmonad-log-applet fork -- please unmask and help me test it! ]
]]
+dev-scm/hg-git[=scm] [[
+ author = [ Dan Callaghan <djc@djc.id.au> ]
+ date = [ 05 Jul 2011 ]
+ token = scm
+ description = [ Live git version of hg-git ]
+]]
diff --git a/packages/dev-scm/hg-git/hg-git-scm.exheres-0 b/packages/dev-scm/hg-git/hg-git-scm.exheres-0
@@ -0,0 +1,25 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require distutils [ python_dep=2.4 ]
+
+SUMMARY="hg-git plugin for Mercurial, allowing push to and pull from git"
+HOMEPAGE="http://hg-git.github.com/"
+DOWNLOADS=""
+
+SCM_REPOSITORY="git://github.com/schacon/hg-git.git"
+require scm-git
+
+LICENCES="GPL-2"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+ build+run:
+ dev-python/dulwich[>=0.6.0]
+ run:
+ dev-scm/mercurial
+"
+
+BUGS_TO="djc@djc.id.au"
+