fritteli's overlay of Gentoo ebuilds.
移至檔案
Manuel Friedli d721d9668c
dev-util/meson --> dev-build/meson
2024-03-27 01:11:47 +01:00
acct-group All EAPI=8 2022-09-20 15:14:05 +02:00
acct-user All EAPI=8 2022-09-20 15:14:05 +02:00
app-backup/duplicati-bin Update duplicati-bin 2023-06-13 20:09:29 +02:00
app-metrics Prune old versions. 2023-05-29 00:17:44 +02:00
dev-dotnet dev-dotnet/*: add git-based ebuild for GtkSharp/GtkSharp 2023-12-22 18:11:32 +01:00
dev-python User PyPI eclass. 2023-05-29 00:43:49 +02:00
dev-util Prune obsolete/outdated/unmaintained ebuilds. 2023-09-03 21:32:41 +02:00
licenses Add required licenses. 2021-01-03 00:05:00 +01:00
media-fonts/cantarell Update ebuild. 2023-06-16 22:57:16 +02:00
media-video fix deps 2023-10-25 17:50:46 +02:00
metadata Update manifests/cache. 2023-12-22 19:12:07 +01:00
net-analyzer/ddos-mitigator Various maintenance tasks 2023-03-12 22:02:34 +01:00
net-news/news-flash dev-util/meson --> dev-build/meson 2024-03-27 01:11:47 +01:00
profiles Update many, many packages in order to get rid of warning from pkgdev / pkgcheck. 2022-09-20 13:33:15 +02:00
.drone.yml Only exit on errors. 2023-05-29 00:56:53 +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 Fix CONTRIBUTING.md 2023-01-11 01:39:34 +01:00
LICENSE Added license (GNU GPL v2) 2015-10-07 18:32:55 +02:00
README.md Update README.md 2023-01-11 01:45:19 +01:00
layman.xml Remove obsolete file and clean up layman.xml. 2020-09-26 01:54:26 +02:00

README.md

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 master branch, as seen by pkgcheck scan --exit error,warning,style --net .: Build Status

Using with plain (recent) Portage

Create a new config file under /etc/portage/repos.conf/fritteli.conf with the following contents:

[fritteli]
auto-sync = yes
location = /usr/local/portage/overlays/fritteli
sync-type = git
sync-uri = https://gittr.ch/linux/gentoo-overlay.git

You may adapt the location attribute to your system's own setup.

If you prefer to use the overlay hostet 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 for the sync-uri.

Using with Layman

You may also use layman to manage this overlay. If you choose this method, you will be using the overlay hosted at GitHub.

For detailed information regarding layman, please refer to the official documentation. This section only covers the process in a very brief manner.

If you haven't used layman yet, just install it running this command:

USE="git sync-plugin-portage" emerge layman

Then you can add this overlay wih:

layman -a fritteli

You will be prompted for confirmation because this is an experimental overlay. Just continue by hitting y.

Keep the overlay up to date from Git:

layman -s fritteli

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 or on gittr.ch.

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 and fix warnings and errors:

pkgcheck scan --net .

Maintainers

Acknowledgements

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