diff options
author | 2007-06-18 15:30:01 +0000 | |
---|---|---|
committer | 2007-06-18 15:30:01 +0000 | |
commit | 76e744bfed307c507fed8d78b79e0b89ebe4cde0 (patch) | |
tree | 6e00b932db635f3c0b3306acefc9785504f7e2f0 /dev-util/tailor/tailor-0.9.28.ebuild | |
parent | alpha/ia64/x86 stable wrt #182391 (diff) | |
download | gentoo-2-76e744bfed307c507fed8d78b79e0b89ebe4cde0.tar.gz gentoo-2-76e744bfed307c507fed8d78b79e0b89ebe4cde0.tar.bz2 gentoo-2-76e744bfed307c507fed8d78b79e0b89ebe4cde0.zip |
Version bump and corrected homepage (bug #182433)
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'dev-util/tailor/tailor-0.9.28.ebuild')
-rw-r--r-- | dev-util/tailor/tailor-0.9.28.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/tailor/tailor-0.9.28.ebuild b/dev-util/tailor/tailor-0.9.28.ebuild new file mode 100644 index 000000000000..a44f5f1718d2 --- /dev/null +++ b/dev-util/tailor/tailor-0.9.28.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/tailor-0.9.28.ebuild,v 1.1 2007/06/18 15:30:01 dev-zero Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +DESCRIPTION="A tool to migrate changesets between version control systems." +HOMEPAGE="http://wiki.darcs.net/index.html/Tailor" +SRC_URI="http://darcs.arstecnica.it/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="" + +PYTHON_MODNAME="vcpx" |