diff options
Diffstat (limited to 'dev-util/hgsvn/hgsvn-0.1.7.ebuild')
-rw-r--r-- | dev-util/hgsvn/hgsvn-0.1.7.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/hgsvn/hgsvn-0.1.7.ebuild b/dev-util/hgsvn/hgsvn-0.1.7.ebuild deleted file mode 100644 index e4546deb39f6..000000000000 --- a/dev-util/hgsvn/hgsvn-0.1.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.7.ebuild,v 1.2 2010/01/15 21:45:00 fauli Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial" -HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn" -SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND} - dev-util/subversion - || ( >=dev-lang/python-2.5 dev-python/elementtree )" |