Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Old Firefox ebuild?
Date: Sun, 16 Oct 2016 18:08:12
Message-Id: 20161016180800.GA24354@waltdnes.org
In Reply to: [gentoo-user] Re: Old Firefox ebuild? by Martin Vaeth
1 On Sun, Oct 16, 2016 at 10:34:12AM +0000, Martin Vaeth wrote
2 > Ian Zimmerman <itz@×××××××.net> wrote:
3 > > Does anyone have a copy of the firefox 38.x ebuild around?
4 >
5 > As others already noted: It is not a good idea to use
6 > an ebuild which was removed for security reasons.
7 >
8 > My recommendation: Use palemoon (from the palemoon overlay)
9
10 I build my own. It can be installed entirely, including browser and
11 libraries in /usr/local/palemoon or /opt/palemoon, or even in
12 $HOME/palemoon. "Updates" consist of...
13
14 rm -rf <location>/palemoon
15 tar -C <location> -xvjf <tarball_name>.bz2
16
17 # If <location> is /usr/local or /opt
18 ln -sf <location>/palemoon/palemoon /usr/bin/palemoon
19
20 # If <location> is in your home directory
21 ln -sf <location>/palemoon/palemoon $HOME/bin/palemoon
22
23
24 The Pale Moon for linux support sub-forum is at...
25 https://forum.palemoon.org/viewforum.php?f=37
26
27 The Tycho beta forum (upcoming version 27) is at
28 https://forum.palemoon.org/viewforum.php?f=56
29
30 Ask on the linux sub-forum forum if you need help building it. One
31 advantage of "roll-your-own" is being able to delete/disable stuff that
32 is standard on the mainstream build. There are a whole slew of
33 "--enable" and "--disable" options.
34
35 --
36 Walter Dnes <waltdnes@××××××××.org>
37 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
[gentoo-user] Re: Old Firefox ebuild? Martin Vaeth <martin@×××××.de>