From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D20F59CA3 for ; Mon, 7 Mar 2016 17:48:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8252421C042; Mon, 7 Mar 2016 17:48:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1FA421C042 for ; Mon, 7 Mar 2016 17:48:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 353EB340B65 for ; Mon, 7 Mar 2016 17:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BBA1607 for ; Mon, 7 Mar 2016 17:48:24 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1457372892.021343983ecdfaf641a4ed962e99fa1e25586521.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.44.eclass www-client/firefox/firefox-45.0_beta10.ebuild www-client/firefox/firefox-45.0_beta9.ebuild X-VCS-Directories: eclass/ www-client/firefox/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 021343983ecdfaf641a4ed962e99fa1e25586521 X-VCS-Branch: master Date: Mon, 7 Mar 2016 17:48:24 +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: b3c1f4d6-f111-4cc1-969d-41f6c7b41c07 X-Archives-Hash: 86d0536bbce0de8df697107585e884b8 commit: 021343983ecdfaf641a4ed962e99fa1e25586521 Author: Ian Stakenvicius gentoo org> AuthorDate: Mon Mar 7 16:22:05 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Mon Mar 7 17:48:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=02134398 bump firefox-45 to beta10 Fixed tooltip-transparent-background issue, upstream bug 1197165 Adjusted system-libevent dependency atom in the eclass to ensure it limits libevent to the 2.0 series and conflicts with a bump to 2.1 eclass/mozconfig-v6.44.eclass | 2 +- .../firefox/{firefox-45.0_beta9.ebuild => firefox-45.0_beta10.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass index b916507..c050a49 100644 --- a/eclass/mozconfig-v6.44.eclass +++ b/eclass/mozconfig-v6.44.eclass @@ -113,7 +113,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( dev-libs/libevent:0/2.0-5 ) + system-libevent? ( =dev-libs/libevent-2.0*:0= ) system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " diff --git a/www-client/firefox/firefox-45.0_beta9.ebuild b/www-client/firefox/firefox-45.0_beta10.ebuild similarity index 99% rename from www-client/firefox/firefox-45.0_beta9.ebuild rename to www-client/firefox/firefox-45.0_beta10.ebuild index 43fa8bd..c0ac3fb 100644 --- a/www-client/firefox/firefox-45.0_beta9.ebuild +++ b/www-client/firefox/firefox-45.0_beta10.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-45.0-patches-0.1" +PATCH="${PN}-45.0-patches-0.2" MOZ_HTTP_URI="http://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_GTK3="enabled"