diff options
author | 2009-11-19 19:41:03 +0000 | |
---|---|---|
committer | 2009-11-19 19:41:03 +0000 | |
commit | 57b16e960c700a194f2c4bcd13c0f9b4e9e772cf (patch) | |
tree | 5db775adabf4d9b18ec86a31a516762c60761864 /dev-python/coverage | |
parent | version bump (diff) | |
download | historical-57b16e960c700a194f2c4bcd13c0f9b4e9e772cf.tar.gz historical-57b16e960c700a194f2c4bcd13c0f9b4e9e772cf.tar.bz2 historical-57b16e960c700a194f2c4bcd13c0f9b4e9e772cf.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/coverage')
-rw-r--r-- | dev-python/coverage/coverage-2.85.ebuild | 22 | ||||
-rw-r--r-- | dev-python/coverage/coverage-3.0.1.ebuild | 31 |
2 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/coverage/coverage-2.85.ebuild b/dev-python/coverage/coverage-2.85.ebuild deleted file mode 100644 index d852297054cb..000000000000 --- a/dev-python/coverage/coverage-2.85.ebuild +++ /dev/null @@ -1,22 +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/coverage/coverage-2.85.ebuild,v 1.3 2009/05/02 16:59:23 nixnut Exp $ - -inherit distutils - -DESCRIPTION="Measures code coverage during Python execution" -HOMEPAGE="http://nedbatchelder.com/code/modules/coverage.html" -SRC_URI="http://nedbatchelder.com/code/modules/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="test" -RDEPEND="" -DEPEND="${RDEPEND} - test? ( >=dev-python/nose-0.10.3 )" - -PYTHON_MODNAME="coverage.py" - -src_test() { - ${python} setup.py nosetests || die -} diff --git a/dev-python/coverage/coverage-3.0.1.ebuild b/dev-python/coverage/coverage-3.0.1.ebuild deleted file mode 100644 index f1874ed4ebd8..000000000000 --- a/dev-python/coverage/coverage-3.0.1.ebuild +++ /dev/null @@ -1,31 +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/coverage/coverage-3.0.1.ebuild,v 1.2 2009/09/05 18:37:05 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Measures code coverage during Python execution" -HOMEPAGE="http://nedbatchelder.com/code/modules/coverage.html" -SRC_URI="http://pypi.python.org/packages/source/c/coverage/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="dev-python/setuptools - test? ( >=dev-python/nose-0.10.3 )" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="coverage" - -src_test() { - testing() { - "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" nosetests - } - python_execute_function testing -} |