Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475104 - dev-lang/v8-3.18.5.9 www-client/chromium-28.0.1500.63 version bump
Summary: dev-lang/v8-3.18.5.9 www-client/chromium-28.0.1500.63 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 13:43 UTC by Ulenrich
Modified: 2013-06-29 13:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulenrich 2013-06-28 13:43:48 UTC
dev-lang/v8-3.18.5.9
should be used with
www-client/chromium-28.0.1500.63

It is really tough to get the source tarball. Seems to me the 
SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official

is deadend. I tried to manage with 9999 by manipulating SRC to
ESVN_REPO_URI="http://src.chromium.org/svn/branches/1500/src"
but it didn't succeed....
Comment 1 Mike Gilbert gentoo-dev 2013-06-28 16:21:14 UTC
Yeah, I'm bumping google-chrome now.

I'm not sure what is up with that tarball.
Comment 2 Ulenrich 2013-06-29 10:53:58 UTC
There definitely is some tarball issue:

ebuild chromium-28.0.1500.64 manifest
does download the tarball today, but it is ca 20 Mbyte bigger than .52:
v8 and more thirdparty source included now.

... I should learn howto tarball from svn though ....
Comment 3 Ulenrich 2013-06-29 10:55:10 UTC
ebuild chromium-28.0.1500.63 manifest
of cause ...
Comment 4 Mike Gilbert gentoo-dev 2013-06-29 13:40:23 UTC
The tarball you downloaded is one I created myself and uploaded to gentoo mirrors -- it is still missing upstream.

I'll have the ebuild committed shortly.
Comment 5 Mike Gilbert gentoo-dev 2013-06-29 13:51:29 UTC
(In reply to Ulenrich from comment #2)
> ... I should learn howto tarball from svn though ....

Here's the basic procedure:

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH:$PWD/depot_tools"
export EPYTHON=python2.7
gclient config https://src.chromium.org/chrome/releases/28.0.1500.63
gclient sync -D -n
src/tools/export_tarball/export_tarball.py --remove-nonessential-files --xz --basename="chromium-28.0.1500.63" chromium-28.0.1500.63-lite
src/tools/export_tarball/export_tarball.py --test-data --xz --basename="chromium-28.0.1500.63" chromium-28.0.1500.63-testdata
Comment 6 Mike Gilbert gentoo-dev 2013-06-29 13:52:05 UTC
+*chromium-28.0.1500.63 (29 Jun 2013)
+
+  29 Jun 2013; Mike Gilbert <floppym@gentoo.org> +chromium-28.0.1500.63.ebuild,
+  -chromium-28.0.1500.45.ebuild:
+  Beta channel bump.