No description
  • Shell 97%
  • Python 1.6%
  • JavaScript 1.4%
Find a file
TheGreatMcPain fcd75de8fe www-client/librewolf: add 147.0.1_p3
Signed-off-by: TheGreatMcPain <james@thegreatmcpain.xyz>
2026-01-25 04:04:10 -06: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: add 147.0.1_p3 2026-01-25 04:04:10 -06:00
.gitignore Ignore md5-cache 2022-09-17 02:45:21 -05:00
README.md README: modernize 2025-02-03 23:05:51 +00:00
repository.xml Update upstream URL in README and repository.xml 2023-08-22 12:27:37 -05:00

Librewolf Gentoo

Librewolf packaging for Gentoo.

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 emaint sync -r librewolf, Portage should now find and update the repository.

Eselect way

On terminal:

sudo eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git

And then run emaint sync -r 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.

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