diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-13 17:06:43 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-12-13 17:06:43 +0000 |
commit | 4b49c073e83801a731c345974a8305ace71cb039 (patch) | |
tree | 9eb467a324265ac38a22c7325b17ba157a4c1758 /www-client/chromium | |
parent | Old. (diff) | |
download | gentoo-2-4b49c073e83801a731c345974a8305ace71cb039.tar.gz gentoo-2-4b49c073e83801a731c345974a8305ace71cb039.tar.bz2 gentoo-2-4b49c073e83801a731c345974a8305ace71cb039.zip |
Add Gentoo Google API keys to 24.x so that we can get a better estimate of usage and needed quota (and more testing).
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'www-client/chromium')
-rw-r--r-- | www-client/chromium/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/chromium/chromium-24.0.1312.40.ebuild | 10 |
2 files changed, 15 insertions, 2 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog index f3fba3e6f121..5d556cc3d868 100644 --- a/www-client/chromium/ChangeLog +++ b/www-client/chromium/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/chromium # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.775 2012/12/13 02:10:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.776 2012/12/13 17:06:43 phajdan.jr Exp $ + + 13 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + chromium-24.0.1312.40.ebuild: + Add Gentoo Google API keys to 24.x so that we can get a better estimate of + usage and needed quota (and more testing). *chromium-24.0.1312.40 (13 Dec 2012) diff --git a/www-client/chromium/chromium-24.0.1312.40.ebuild b/www-client/chromium/chromium-24.0.1312.40.ebuild index 1aa19d680c50..186181e345ce 100644 --- a/www-client/chromium/chromium-24.0.1312.40.ebuild +++ b/www-client/chromium/chromium-24.0.1312.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-24.0.1312.40.ebuild,v 1.1 2012/12/13 02:10:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-24.0.1312.40.ebuild,v 1.2 2012/12/13 17:06:43 phajdan.jr Exp $ EAPI="5" PYTHON_DEPEND="2:2.6" @@ -301,6 +301,14 @@ src_configure() { myconf+=" -Dproprietary_codecs=1 -Dffmpeg_branding=Chrome" fi + # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . + # Note: these are for Gentoo use ONLY. For your own distribution, + # please get your own set of keys. Feel free to contact chromium@gentoo.org + # for more info. + myconf+=" -Dgoogle_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc + -Dgoogle_default_client_id=329227923882.apps.googleusercontent.com + -Dgoogle_default_client_secret=vgKG0NNv7GoDpbtoFNLxCUXu" + local myarch="$(tc-arch)" if [[ $myarch = amd64 ]] ; then myconf+=" -Dtarget_arch=x64" |