dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 52c92f8ef163e24c3de01c732afdff1d07bba2b3
parent 4eeeb26a65231d7f6778cac4315e5e2b63f3e5de
Author: NAKAMURA Yoshitaka <arumakanoy@gmail.com>
Date:   Thu, 13 Oct 2011 19:36:47 +0900

hg-git: version bump to 0.3.1

Diffstat:
Dpackages/dev-scm/hg-git/hg-git-0.2.6.exheres-0 | 21---------------------
Apackages/dev-scm/hg-git/hg-git-0.3.1.exheres-0 | 21+++++++++++++++++++++
2 files changed, 21 insertions(+), 21 deletions(-)
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
@@ -1,21 +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]
-    run:
-        dev-scm/mercurial
-"
-
-BUGS_TO="djc@djc.id.au"
-
diff --git a/packages/dev-scm/hg-git/hg-git-0.3.1.exheres-0 b/packages/dev-scm/hg-git/hg-git-0.3.1.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.8.0]
+    run:
+        dev-scm/mercurial
+"
+
+BUGS_TO="djc@djc.id.au"
+