From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-173773-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75BF9138EAC for <garchives@archives.gentoo.org>; Sun, 16 Oct 2016 18:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D864E0B91; Sun, 16 Oct 2016 18:08:05 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.181]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D28EE084D for <gentoo-user@lists.gentoo.org>; Sun, 16 Oct 2016 18:08:05 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0ChCAALW9BX/52LWxdDGhwBEgEGgxsBAQEBAR5XfLhAggMkhXIEAgKBaTsSAQIBAQEBAQEBXieEYgEBBDocMwsYCRMSDwUlN4hKDi28GgEBAQcCIAWKfYUMgmGCLwEEmVmGIokRiVoXhXSMUIN7JQ4hhGwgNAGFVQEBAQ X-IPAS-Result: A0ChCAALW9BX/52LWxdDGhwBEgEGgxsBAQEBAR5XfLhAggMkhXIEAgKBaTsSAQIBAQEBAQEBXieEYgEBBDocMwsYCRMSDwUlN4hKDi28GgEBAQcCIAWKfYUMgmGCLwEEmVmGIokRiVoXhXSMUIN7JQ4hhGwgNAGFVQEBAQ X-IronPort-AV: E=Sophos;i="5.30,296,1470715200"; d="scan'208";a="276013836" Received: from 23-91-139-157.cpe.pppoe.ca (HELO waltdnes.org) ([23.91.139.157]) by smtp.teksavvy.com with SMTP; 16 Oct 2016 14:08:02 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Sun, 16 Oct 2016 14:08:00 -0400 From: waltdnes@waltdnes.org Date: Sun, 16 Oct 2016 14:08:00 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Old Firefox ebuild? Message-ID: <20161016180800.GA24354@waltdnes.org> References: <20161014175927.8360.2C6B93AA@matica.foolinux.mooo.com> <slrno06lt6.va0.martin@lounge.imp.fu-berlin.de> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <slrno06lt6.va0.martin@lounge.imp.fu-berlin.de> User-Agent: Mutt/1.5.24 (2015-08-30) X-Archives-Salt: 4b59a18a-401a-4f44-a3d2-6d043ae6c931 X-Archives-Hash: e108c2ee2e28a6d4ef39229be7339731 On Sun, Oct 16, 2016 at 10:34:12AM +0000, Martin Vaeth wrote > Ian Zimmerman <itz@primate.net> wrote: > > Does anyone have a copy of the firefox 38.x ebuild around? > > As others already noted: It is not a good idea to use > an ebuild which was removed for security reasons. > > My recommendation: Use palemoon (from the palemoon overlay) I build my own. It can be installed entirely, including browser and libraries in /usr/local/palemoon or /opt/palemoon, or even in $HOME/palemoon. "Updates" consist of... rm -rf <location>/palemoon tar -C <location> -xvjf <tarball_name>.bz2 # If <location> is /usr/local or /opt ln -sf <location>/palemoon/palemoon /usr/bin/palemoon # If <location> is in your home directory ln -sf <location>/palemoon/palemoon $HOME/bin/palemoon The Pale Moon for linux support sub-forum is at... https://forum.palemoon.org/viewforum.php?f=37 The Tycho beta forum (upcoming version 27) is at https://forum.palemoon.org/viewforum.php?f=56 Ask on the linux sub-forum forum if you need help building it. One advantage of "roll-your-own" is being able to delete/disable stuff that is standard on the mainstream build. There are a whole slew of "--enable" and "--disable" options. -- Walter Dnes <waltdnes@waltdnes.org> I don't run "desktop environments"; I run useful applications