diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-07 18:21:46 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-07 18:21:46 +0000 |
commit | 639ec88595b46a771a0782d98ea037a152fbd56d (patch) | |
tree | e972bc0a471d75dc998dd0cd4aa1be57d9c55140 /dev-python/martian | |
parent | dev-lisp/cl-rss removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | gentoo-2-639ec88595b46a771a0782d98ea037a152fbd56d.tar.gz gentoo-2-639ec88595b46a771a0782d98ea037a152fbd56d.tar.bz2 gentoo-2-639ec88595b46a771a0782d98ea037a152fbd56d.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/martian')
-rw-r--r-- | dev-python/martian/martian-0.12.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/martian/martian-0.12.ebuild b/dev-python/martian/martian-0.12.ebuild deleted file mode 100644 index 01c131cf15aa..000000000000 --- a/dev-python/martian/martian-0.12.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/martian/martian-0.12.ebuild,v 1.2 2010/09/20 16:04:24 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="Martian is a library that allows the embedding of configuration information in Python code." -HOMEPAGE="http://pypi.python.org/pypi/martian" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="net-zope/zope-interface" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( net-zope/zope-testing )" - -DOCS="CHANGES.txt CREDITS.txt src/martian/README.txt" - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/martian/tests" - } - python_execute_function -q delete_tests -} |