No description
  • Shell 95.3%
  • Python 2.5%
  • JavaScript 2.2%
Find a file
TheGreatMcPain 8b69fe9fb3
www-client/librewolf-bin: add 150.0.1_p1
Signed-off-by: TheGreatMcPain <james@thegreatmcpain.xyz>
2026-05-02 21:50:23 -05:00
.woodpecker ci: add pkgcheck action 2025-07-03 15:49:33 +01:00
eclass remove --with-app-basename flag from builds, due to revealing LibreWolf in user agent string 2024-07-18 20:22:21 -04:00
metadata news: Add news item reguarding Codeberg migration. 2023-08-23 19:52:53 -05:00
profiles profiles: Try syncing with firefox entries in 'profile' 2025-01-06 22:53:20 -06:00
scripts get_langs.sh use /bin/bash instead of /bin/sh for compatibility issues 2019-07-09 13:22:10 -05:00
www-client www-client/librewolf-bin: add 150.0.1_p1 2026-05-02 21:50:23 -05:00
.gitignore Ignore md5-cache 2022-09-17 02:45:21 -05:00
README.md docs: change eselect 2026-04-18 21:03:55 +02:00
repository.xml Update upstream URL in README and repository.xml 2023-08-22 12:27:37 -05:00

LibreWolf Gentoo

LibreWolf package for Gentoo GNU/Linux.

Usage

Manual way

Create the /etc/portage/repos.conf/librewolf.conf file as follows:

[librewolf]
priority = 50
location = /var/db/repos/librewolf
sync-type = git
sync-uri = https://codeberg.org/librewolf/gentoo.git
auto-sync = Yes

Then run emerge --sync librewolf, Portage should now find and update the repository.

Eselect way

On terminal:

# require sudo or doas
eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git

Then run emerge --sync librewolf, Portage should now find and update the repository.

Contributing

Before submitting an issue please verify that the issue doesn't occur on Gentoo's www-client/firefox package.

Packaging Workflow

To make things easy to update the www-client/librewolf and www-client/librewolf-bin ebuilds are based on the www-client/firefox(-bin) ebuilds from Gentoo's default repository.

Tips

Personally I use diff -aur <librewolf ebuild> <firefox ebuild> when making version bumps.