summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-07 18:21:46 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-07 18:21:46 +0000
commite22cfe839d73385842db2f5141542062119e497e (patch)
tree085395585370d1cf361572cb0eeece49773b8a7a /dev-python/martian
parentdev-lisp/cl-rss removal, p.masked from 17Sep2010, wrt bug #337963 (diff)
downloadhistorical-e22cfe839d73385842db2f5141542062119e497e.tar.gz
historical-e22cfe839d73385842db2f5141542062119e497e.tar.bz2
historical-e22cfe839d73385842db2f5141542062119e497e.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/martian')
-rw-r--r--dev-python/martian/martian-0.12.ebuild36
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
-}