summaryrefslogtreecommitdiff
blob: ab5913f3a35ce4cee144f64e12b3b4714a8da42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/tailor-0.9.22.ebuild,v 1.1 2006/05/14 16:55:34 marienz Exp $

inherit distutils

DESCRIPTION="tailor is a tool to migrate changesets between version control systems"
HOMEPAGE="http://www.darcs.net/DarcsWiki/Tailor"
SRC_URI="http://darcs.arstecnica.it/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.4"

PYTHON_MODNAME="vcpx"