Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299976 - New ebuild: dev-lang/v8-2.0.3
Summary: New ebuild: dev-lang/v8-2.0.3
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:
Whiteboard:
Keywords:
Depends on:
Blocks: 266502 299979
  Show dependency tree
 
Reported: 2010-01-07 00:17 UTC by Luke-Jr
Modified: 2010-07-25 21:52 UTC (History)
3 users (show)

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


Attachments
v8-2.0.3.ebuild (v8-2.0.3.ebuild,2.70 KB, text/plain)
2010-01-07 00:18 UTC, Luke-Jr
Details
install_target (v8-2.0.3_install_target.patch,1.48 KB, patch)
2010-01-07 00:23 UTC, Luke-Jr
Details | Diff
enable_soname (v8-2.0.3_enable_soname.patch,883 bytes, patch)
2010-01-07 00:24 UTC, Luke-Jr
Details | Diff
v8-2.0.3.ebuild (v8-2.0.3.ebuild,2.73 KB, text/plain)
2010-01-09 19:08 UTC, Luke-Jr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2010-01-07 00:17:15 UTC
The V8 JavaScript engine is an open source JavaScript engine developed by Google in Denmark and shipping with the Google Chrome browser.
Comment 1 Luke-Jr 2010-01-07 00:18:24 UTC
Created attachment 215457 [details]
v8-2.0.3.ebuild
Comment 2 Luke-Jr 2010-01-07 00:23:38 UTC
Created attachment 215459 [details, diff]
install_target

From Debian
Comment 3 Luke-Jr 2010-01-07 00:24:01 UTC
Created attachment 215461 [details, diff]
enable_soname

From Debian
Comment 4 Luke-Jr 2010-01-09 19:08:59 UTC
Created attachment 215846 [details]
v8-2.0.3.ebuild

Fixed USE=debug
Comment 5 solar (RETIRED) gentoo-dev 2010-04-06 03:08:00 UTC
This package is useful outside of chrome as well. 
Comment 6 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-04-06 08:59:35 UTC
(In reply to comment #5)
> This package is useful outside of chrome as well. 

Could you give an example? Currently I don't see an easy way for the chrome ebuild to use the system v8 (it's not only the v8 code itself problem, but also v8 bindings to webkit). If a standalone v8 ebuild would be still useful for someone, I would consider maintaining it.
Comment 7 Priit Laes (IRC: plaes) 2010-05-10 07:16:56 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > This package is useful outside of chrome as well. 
> 
> Could you give an example? Currently I don't see an easy way for the chrome
> ebuild to use the system v8 (it's not only the v8 code itself problem, but also
> v8 bindings to webkit). If a standalone v8 ebuild would be still useful for
> someone, I would consider maintaining it.
> 

dev-db/mongodb can also use v8 as its javascript engine (currently it uses spidermonkey)
Comment 8 Priit Laes (IRC: plaes) 2010-05-12 15:51:09 UTC
And another example that could use v8 is node.js - http://nodejs.org
Comment 9 Johan Bergström 2010-05-27 06:05:19 UTC
v8 is becoming the premier way of using "javascript server side". Test suites, applications and frameworks. I imagine dev-javascript soon popping up, and v8 is the most common runner. 
Comment 10 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-07-25 21:52:02 UTC
Added an experimental, hard masked dev-lang/v8 ebuild to portage. Enjoy!