summaryrefslogtreecommitdiff
blob: f91d8a780132dbc8361198c1b88262847cd336c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
PYTHON_DEPEND="2"

inherit distutils

DESCRIPTION="Library for managing source code trees from multiple version control systems."
HOMEPAGE="http://www.ros.org/wiki/vcstools"
SRC_URI="
	mirror://pypi/v/${PN}/${P}.tar.gz
	http://pr.willowgarage.com/downloads/${PN}/${P}.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="bazaar git mercurial subversion"

DEPEND="
	dev-python/setuptools
"
RDEPEND="
	bazaar? ( dev-vcs/bzr )
	git? ( dev-vcs/git )
	mercurial? ( dev-vcs/mercurial )
	subversion? ( dev-vcs/subversion )
"