diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-04 21:32:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-04 21:32:01 +0000 |
commit | 6f9f349b00f0b23fde15d70f74423524ab5da5c0 (patch) | |
tree | 01da4a58e624e40cd1c52b33a505958535a02cf3 /dev-python/rope | |
parent | ca@valencia is now listed in linguas.desc (diff) | |
download | historical-6f9f349b00f0b23fde15d70f74423524ab5da5c0.tar.gz historical-6f9f349b00f0b23fde15d70f74423524ab5da5c0.tar.bz2 historical-6f9f349b00f0b23fde15d70f74423524ab5da5c0.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/rope-0.9.1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/rope/rope-0.9.2.ebuild | 36 |
2 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/rope/rope-0.9.1.ebuild b/dev-python/rope/rope-0.9.1.ebuild deleted file mode 100644 index c74faf7de9f3..000000000000 --- a/dev-python/rope/rope-0.9.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.1.ebuild,v 1.1 2009/02/15 15:03:34 patrick Exp $ - -NEED_PYTHON=2.5 - -inherit distutils - -DESCRIPTION="Python refactoring library" -HOMEPAGE="http://rope.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -src_install() { - distutils_src_install - docinto docs - dodoc docs/*.txt -} - -src_test() { - PYTHONPATH="." ${python} ropetest/__init__.py -} diff --git a/dev-python/rope/rope-0.9.2.ebuild b/dev-python/rope/rope-0.9.2.ebuild deleted file mode 100644 index 97f93135ead9..000000000000 --- a/dev-python/rope/rope-0.9.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.2.ebuild,v 1.2 2009/09/05 16:59:42 arfrever Exp $ - -EAPI="2" - -NEED_PYTHON="2.5" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python refactoring library" -HOMEPAGE="http://rope.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib:." "$(PYTHON)" ropetest/__init__.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - docinto docs - dodoc docs/*.txt -} |