dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 53c2e6e7d6c89d0d65339d049ac38b83ea010491
parent 42f68451573fcaf977da87a32bc0983d792014a4
Author: Dan Callaghan <djc@djc.id.au>
Date:   Tue,  5 Jul 2011 18:58:22 +1000

hg-git: bump to 0.2.6

Diffstat:
Dpackages/dev-scm/hg-git/hg-git-0.2.5.exheres-0 | 24------------------------
Apackages/dev-scm/hg-git/hg-git-0.2.6.exheres-0 | 21+++++++++++++++++++++
2 files changed, 21 insertions(+), 24 deletions(-)
diff --git a/packages/dev-scm/hg-git/hg-git-0.2.5.exheres-0 b/packages/dev-scm/hg-git/hg-git-0.2.5.exheres-0
@@ -1,24 +0,0 @@
-# Copyright 2010 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-require pypi distutils [ python_dep=2.4 ]
-
-SUMMARY="hg-git plugin for Mercurial, allowing push to and pull from git"
-HOMEPAGE="http://hg-git.github.com/"
-
-LICENCES="GPL-2"
-SLOT="0"
-PLATFORMS="~amd64 ~x86"
-
-DEPENDENCIES="
-    build+run:
-        dev-python/dulwich[>=0.6.0]
-"
-
-BUGS_TO="djc@djc.id.au"
-
-RESTRICT="test" # Tests are broken
-
-src_test() {
-    emake tests
-}
diff --git a/packages/dev-scm/hg-git/hg-git-0.2.6.exheres-0 b/packages/dev-scm/hg-git/hg-git-0.2.6.exheres-0
@@ -0,0 +1,21 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require pypi distutils [ python_dep=2.4 ]
+
+SUMMARY="hg-git plugin for Mercurial, allowing push to and pull from git"
+HOMEPAGE="http://hg-git.github.com/"
+
+LICENCES="GPL-2"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    build+run:
+        dev-python/dulwich[>=0.6.0]
+    run:
+        dev-scm/mercurial[>=1.3&<1.9]
+"
+
+BUGS_TO="djc@djc.id.au"
+