diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-29 19:35:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-29 19:35:01 +0000 |
commit | 2af8bb299c949b26ee5248375baedc2035b8ce2d (patch) | |
tree | 1614a8128bfe12dcdce998309aa92b3a74697b82 /www-servers | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-2af8bb299c949b26ee5248375baedc2035b8ce2d.tar.gz gentoo-2-2af8bb299c949b26ee5248375baedc2035b8ce2d.tar.bz2 gentoo-2-2af8bb299c949b26ee5248375baedc2035b8ce2d.zip |
Delete older ebuilds.
(Portage version: 2.2.0_alpha2_p1/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tornado/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tornado/tornado-0.2.ebuild | 23 | ||||
-rw-r--r-- | www-servers/tornado/tornado-1.0.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
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 <arfrever@gentoo.org> + -tornado-0.2.ebuild, -tornado-1.0.ebuild: + Delete. 27 Oct 2010; Christian Faulhammer <fauli@gentoo.org> 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.*" |