fritteli's overlay of Gentoo ebuilds.
Find a file
Manuel Friedli 7e96e323d3
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'metadata/md5-cache: Prune md5-cache, too.' (#160) from feature/deep-prune into main
Reviewed-on: #160
2024-12-17 21:49:05 +01:00
acct-group */*: Prune various old/obsolete ebuilds. 2024-12-17 21:35:04 +01:00
acct-user */*: Prune various old/obsolete ebuilds. 2024-12-17 21:35:04 +01:00
app-backup/duplicati-bin Prune old versions. 2024-12-16 01:54:40 +01:00
app-metrics Prune old versions. 2024-12-16 01:54:40 +01:00
dev-dotnet/nuget */*: Prune various old/obsolete ebuilds. 2024-12-17 21:35:04 +01:00
dev-python Fix some warnings. 2024-12-16 02:24:26 +01:00
dev-util Prune old versions. 2024-12-16 01:54:40 +01:00
licenses Add required licenses. 2021-01-03 00:05:00 +01:00
media-fonts/cantarell Fix canterell. 2024-12-16 02:20:35 +01:00
media-video Update manifests and patch neolink in order to fix the build in recent rust versions. 2024-12-16 01:47:55 +01:00
metadata metadata/md5-cache: Prune md5-cache, too. 2024-12-17 21:47:38 +01:00
net-analyzer/ddos-mitigator Fix some warnings. 2024-12-16 02:24:26 +01:00
net-news/news-flash Fix pkgcheck style issues. 2024-06-12 00:56:18 +02:00
net-vpn/globalprotect-openconnect Add RDEPEND. 2024-09-06 04:01:14 +02:00
profiles */*: Prune various old/obsolete ebuilds. 2024-12-17 21:35:04 +01:00
.drone.yml Meh, that was too strict. 2024-04-15 03:22:51 +02:00
.gitignore Added simple shell script for generating HTML overviews of the overlay contents 2017-03-21 16:41:17 +01:00
CONTRIBUTING.md Finally fixes #111. 2024-04-15 01:50:42 +02:00
LICENSE Added license (GNU GPL v2) 2015-10-07 18:32:55 +02:00
README.md Finally fixes #111. 2024-04-15 01:50:42 +02:00

fritteli's Gentoo overlay

Gentoo overlay with some ebuilds that I found either outdated or missing in the official repository or in other overlays. Ebuilds are usually removed from this overlay whenever I find a version available in the official tree or in another overlay (provided I'm satisfied with them).

Build status of the main branch, as seen by pkgcheck scan --exit error --net .: Build Status

Using this overlay

Just execute these commands:

eselect repository enable fritteli
emaint -r fritteli sync

In case this doesn't work, it might be because of a recent rename of the master branch to main. In that case, execute the following commands.
NOTE: You will be using the latest and most recent development version of the overlay. But that does no harm.

eselect repository add fritteli git https://gittr.ch/linux/gentoo-overlay.git
emaint -r fritteli sync

If you prefer to use the overlay hosted at GitHub (which tends to be more stable but less up-to-date than the one hosted at gittr.ch), you may use https://github.com/fritteli/gentoo-overlay.git as the URL.

Bug reports and ebuild requests

If you find a bug in an ebuild, encounter a build error or would like me to add a new ebuild, please open an issue on GitHub.

Contributing

I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset pkgcheck. Run the following command in the directory of the ebuild and fix warnings and errors:

pkgcheck scan --net .

Maintainers

Acknowledgements

Thanks go to Jakub Jirutka, the maintainer of the (now defunct) CVUT Overlay, from whom I shamelessly copied this README.md for a start.