summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-29 19:35:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-29 19:35:01 +0000
commit10144fe5febd894b163762f0571adf7dea81cd9b (patch)
tree581eee5e203179865d9c7069320a1200f111cbdc /www-servers/tornado/tornado-0.2.ebuild
parentDelete older ebuild. (diff)
downloadhistorical-10144fe5febd894b163762f0571adf7dea81cd9b.tar.gz
historical-10144fe5febd894b163762f0571adf7dea81cd9b.tar.bz2
historical-10144fe5febd894b163762f0571adf7dea81cd9b.zip
Delete older ebuilds.
Package-Manager: portage-2.2.0_alpha2_p1/cvs/Linux x86_64
Diffstat (limited to 'www-servers/tornado/tornado-0.2.ebuild')
-rw-r--r--www-servers/tornado/tornado-0.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/www-servers/tornado/tornado-0.2.ebuild b/www-servers/tornado/tornado-0.2.ebuild
deleted file mode 100644
index 3153d7e41db9..000000000000
--- a/www-servers/tornado/tornado-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-0.2.ebuild,v 1.3 2010/04/22 18:51:30 arfrever Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="a scalable, non-blocking web server and tools (as used at FriendFeed)"
-HOMEPAGE="http://www.tornadoweb.org/"
-SRC_URI="http://www.tornadoweb.org/static/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pycurl
- dev-python/simplejson"
-RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"