diff options
Diffstat (limited to 'www-servers/tornado/tornado-2.3.ebuild')
-rw-r--r-- | www-servers/tornado/tornado-2.3.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www-servers/tornado/tornado-2.3.ebuild b/www-servers/tornado/tornado-2.3.ebuild deleted file mode 100644 index f4bd59738988..000000000000 --- a/www-servers/tornado/tornado-2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.3.ebuild,v 1.4 2012/10/06 01:48:19 blueness Exp $ - -EAPI="3" -PYTHON_DEPEND="2 3:3.2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.1 *-jython" - -inherit distutils - -DESCRIPTION="Scalable, non-blocking web server and tools" -HOMEPAGE="http://www.tornadoweb.org/ http://pypi.python.org/pypi/tornado" -SRC_URI="http://github.com/downloads/facebook/tornado/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="curl" - -RDEPEND="curl? ( dev-python/pycurl ) - || ( dev-lang/python:3.2 dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )" -DEPEND="${RDEPEND} - dev-python/setuptools" - -src_test() { - testing() { - cd build-${PYTHON_ABI}/lib* || die - PYTHONPATH="." "$(PYTHON)" tornado/test/runtests.py - } - python_execute_function testing -} |