summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/hgsvn/hgsvn-0.1.4.ebuild')
-rw-r--r--dev-vcs/hgsvn/hgsvn-0.1.4.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild b/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild
new file mode 100644
index 000000000000..73bf8e74f1e6
--- /dev/null
+++ b/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild,v 1.1 2010/06/15 08:24:17 jlec Exp $
+
+NEED_PYTHON=2.4
+
+inherit distutils
+
+DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial"
+HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn"
+SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPEND}
+ dev-util/subversion
+ || ( >=dev-lang/python-2.5 dev-python/elementtree )"