From 2af8bb299c949b26ee5248375baedc2035b8ce2d Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 29 Oct 2010 19:35:01 +0000 Subject: Delete older ebuilds. (Portage version: 2.2.0_alpha2_p1/cvs/Linux x86_64) --- www-servers/tornado/ChangeLog | 6 +++++- www-servers/tornado/tornado-0.2.ebuild | 23 ----------------------- www-servers/tornado/tornado-1.0.ebuild | 23 ----------------------- 3 files changed, 5 insertions(+), 47 deletions(-) delete mode 100644 www-servers/tornado/tornado-0.2.ebuild delete mode 100644 www-servers/tornado/tornado-1.0.ebuild (limited to 'www-servers') diff --git a/www-servers/tornado/ChangeLog b/www-servers/tornado/ChangeLog index 910bc28befa5..4443318d4bb1 100644 --- a/www-servers/tornado/ChangeLog +++ b/www-servers/tornado/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tornado # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.7 2010/10/27 12:58:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.8 2010/10/29 19:35:01 arfrever Exp $ + + 29 Oct 2010; Arfrever Frehtes Taifersar Arahesis + -tornado-0.2.ebuild, -tornado-1.0.ebuild: + Delete. 27 Oct 2010; Christian Faulhammer tornado-1.1.ebuild: stable x86, bug 342487 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.*" diff --git a/www-servers/tornado/tornado-1.0.ebuild b/www-servers/tornado/tornado-1.0.ebuild deleted file mode 100644 index 1309834a4b8e..000000000000 --- a/www-servers/tornado/tornado-1.0.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-1.0.ebuild,v 1.1 2010/07/23 07:36:02 djc 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://github.com/downloads/facebook/tornado/${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.*" -- cgit v1.2.3-65-gdbad