summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-06 23:55:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-06 23:55:58 +0000
commit01a79f04d2b1d9bce44c3884c9f4f748dd7f50c5 (patch)
treeaf44d7c6712750d93de9ceecde4aecb79939be1f /dev-vcs
parentVersion bump. (diff)
downloadgentoo-2-01a79f04d2b1d9bce44c3884c9f4f748dd7f50c5.tar.gz
gentoo-2-01a79f04d2b1d9bce44c3884c9f4f748dd7f50c5.tar.bz2
gentoo-2-01a79f04d2b1d9bce44c3884c9f4f748dd7f50c5.zip
Delete older ebuild.
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hgsubversion/hgsubversion-1.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild
deleted file mode 100644
index abbd3cba1b0f..000000000000
--- a/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild,v 1.2 2010/06/22 18:48:33 arfrever Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion"
-HOMEPAGE="http://bitbucket.org/durin42/hgsubversion http://pypi.python.org/pypi/hgsubversion"
-SRC_URI="http://bitbucket.org/durin42/${PN}/get/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-vcs/mercurial-1.4
- >=dev-vcs/subversion-1.5[python]"
-DEPEND="test? ( dev-python/nose )"
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="README"
-
-S="${WORKDIR}/${PN}"
-
-src_test() {
- cd "${S}/tests"
- testing() {
- "$(PYTHON)" run.py
- }
- python_execute_function testing
-}