blob: cac3409a81cf42a27c2f5f2e0f6d7c6789c3bc90 (
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.2 2006/05/14 17:24:46 flameeyes 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="~amd64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/python-2.4"
PYTHON_MODNAME="vcpx"
|