0
|
1 # Copyright 1999-2008 Gentoo Foundation
|
|
2 # Distributed under the terms of the GNU General Public License v2
|
|
3 # $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.4.ebuild,v 1.1 2008/01/19 18:21:08 cedk Exp $
|
|
4
|
|
5 NEED_PYTHON=2.4
|
|
6
|
|
7 inherit distutils
|
|
8
|
|
9 DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial"
|
|
10 HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn"
|
|
11 SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz"
|
|
12
|
|
13 LICENSE="GPL-3"
|
|
14 SLOT="0"
|
|
15 KEYWORDS="~x86"
|
|
16 IUSE=""
|
|
17
|
|
18 DEPEND="dev-python/setuptools"
|
|
19 RDEPEND="${DEPEND}
|
|
20 dev-util/subversion
|
|
21 || ( >=dev-lang/python-2.5 dev-python/elementtree )"
|