summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/tailor/tailor-0.9.23.ebuild')
-rw-r--r--dev-util/tailor/tailor-0.9.23.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/tailor/tailor-0.9.23.ebuild b/dev-util/tailor/tailor-0.9.23.ebuild
new file mode 100644
index 000000000000..4f9846c8d484
--- /dev/null
+++ b/dev-util/tailor/tailor-0.9.23.ebuild
@@ -0,0 +1,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.23.ebuild,v 1.1 2006/06/26 14:39:53 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="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4"
+
+PYTHON_MODNAME="vcpx"