From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D47C91381FA for ; Sun, 11 May 2014 01:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B41FE0898; Sun, 11 May 2014 01:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D21B0E0898 for ; Sun, 11 May 2014 01:20:34 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ECC133FD56 for ; Sun, 11 May 2014 01:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9D01B18741 for ; Sun, 11 May 2014 01:20:30 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1399771108.d8a89f61f70c41302115e8f078ca21b19a3fbbf0.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-29.0.1-r1.ebuild www-client/firefox/firefox-29.0.1.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: d8a89f61f70c41302115e8f078ca21b19a3fbbf0 X-VCS-Branch: master Date: Sun, 11 May 2014 01:20:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49c853b0-e173-4d56-8a34-4b8700e1d1fd X-Archives-Hash: 7d310e7633a4f8cac8f542687effb1f9 commit: d8a89f61f70c41302115e8f078ca21b19a3fbbf0 Author: Jory A. Pratt gentoo org> AuthorDate: Sun May 11 01:18:28 2014 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun May 11 01:18:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=d8a89f61 Add Googlemas API-key, bug #505570 --- .../firefox/{firefox-29.0.1.ebuild => firefox-29.0.1-r1.ebuild} | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www-client/firefox/firefox-29.0.1.ebuild b/www-client/firefox/firefox-29.0.1-r1.ebuild similarity index 96% rename from www-client/firefox/firefox-29.0.1.ebuild rename to www-client/firefox/firefox-29.0.1-r1.ebuild index 06dbae0..9ac2801 100644 --- a/www-client/firefox/firefox-29.0.1.ebuild +++ b/www-client/firefox/firefox-29.0.1-r1.ebuild @@ -191,6 +191,10 @@ src_prepare() { src_configure() { MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" MEXTENSIONS="default" + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc #################################### # @@ -210,6 +214,10 @@ src_configure() { # We must force enable jemalloc 3 threw .mozconfig echo "export MOZ_JEMALLOC=1" >> ${S}/.mozconfig || die + # Setup api key for location services + echo -n "$_google_api_key" > ${S}/google-api-key + mozconfig_annotate '' --with-google-api-keyfile=${S}/google-api-key + mozconfig_annotate '' --enable-jemalloc mozconfig_annotate '' --enable-replace-malloc mozconfig_annotate '' --prefix="${EPREFIX}"/usr