Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284619 - www-server/tornado (New package)
Summary: www-server/tornado (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.tornadoweb.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 16:50 UTC by Patrick Lauer
Modified: 2009-10-21 21:16 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tornado-0.2.ebuild (tornado-0.2.ebuild,454 bytes, text/plain)
2009-09-28 06:22 UTC, Qiangning Hong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2009-09-11 16:50:13 UTC
Can't live without the newest shiny! :)
Comment 1 Qiangning Hong 2009-09-28 06:22:39 UTC
Created attachment 205443 [details]
tornado-0.2.ebuild

the tornado-0.2 ebuild
Comment 2 Philipp Riegger 2009-10-21 12:31:48 UTC
2 things:

1) Category is www-servers, not www-server.

2) "Tornado has been tested on Python 2.5 and 2.6. To use all of the features of Tornado, you need to have PycURL and a JSON library like simplejson installed." (from http://www.tornadoweb.org/). But tornado does not depend on them.



chris ~ # emerge -pv pycurl simplejson
--- Invalid atom in /usr/portage/local/layman/dev-zero/profiles/package.mask: =dev-libs/boost-log-scm

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild  N    ] dev-python/pycurl-7.19.0  USE="-examples" 0 kB
[ebuild  N    ] dev-python/simplejson-2.0.9-r1  USE="-doc -test" 0 kB

Total: 2 packages (2 new), Size of downloads: 0 kB
chris ~ # emerge -pv www-servers/tornado
--- Invalid atom in /usr/portage/local/layman/dev-zero/profiles/package.mask: =dev-libs/boost-log-scm

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild  N    ] www-servers/tornado-0.2  0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/portage/local/layman/stoile
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2009-10-21 13:27:42 UTC
Fresh shiny is in the tree:

------------------------------------------------------------------------------
Initial import of www-servers/tornado, #284619.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
------------------------------------------------------------------------------

/var/cvsroot/gentoo-x86/www-servers/tornado/metadata.xml,v  <--  metadata.xml
initial revision: 1.1
/var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v  <--  ChangeLog
initial revision: 1.1
/var/cvsroot/gentoo-x86/www-servers/tornado/tornado-0.2.ebuild,v  <--  tornado-0.2.ebuild
initial revision: 1.1
/var/cvsroot/gentoo-x86/www-servers/tornado/Manifest,v  <--  Manifest
initial revision: 1.1
Comment 4 Philipp Riegger 2009-10-21 21:16:02 UTC
Thanks a lot for your work to both of you.