commit a9a2fef325254c77d1f2e114e5f16142865c862c
parent 9da68ab3b69c1aad7602d11f631516f6521dc4c3
Author: Dan Callaghan <djc@djc.id.au>
Date: Thu, 11 Nov 2010 21:41:54 +1000
added hg-git
Diffstat:
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -1,4 +1,5 @@
dev-python
+dev-vcs
gnome-desktop
gnome-extra
gnome-platform
diff --git a/packages/dev-vcs/hg-git/hg-git-0.2.5.exheres-0 b/packages/dev-vcs/hg-git/hg-git-0.2.5.exheres-0
@@ -0,0 +1,24 @@
+# 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() {
+ make tests
+}