diff dev-util/hgsvn/hgsvn-0.1.5.ebuild @ 0:7985ba427c7d

initial import from svn
author holger@wizards.de
date Sat, 22 Mar 2008 03:58:33 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-util/hgsvn/hgsvn-0.1.5.ebuild	Sat Mar 22 03:58:33 2008 +0100
@@ -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-util/hgsvn/hgsvn-0.1.4.ebuild,v 1.1 2008/01/19 18:21:08 cedk 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="~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPEND}
+	dev-util/subversion
+	|| ( >=dev-lang/python-2.5 dev-python/elementtree )"