fritteli's overlay of Gentoo ebuilds.
Go to file
Manuel Friedli 37a9e2136a app-metrics/prometheus: Add latest ebuild with systemd support.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
2020-10-21 17:25:27 +02:00
acct-group These ebuilds are not needed; they are in the official tree. 2020-10-21 16:25:45 +02:00
acct-user These ebuilds are not needed; they are in the official tree. 2020-10-21 16:25:45 +02:00
app-backup/duplicati-bin app-backup/duplicati-bin: Add ~x86 keyword. 2020-03-18 23:54:05 +01:00
app-metrics app-metrics/prometheus: Add latest ebuild with systemd support. 2020-10-21 17:25:27 +02:00
dev-dotnet/gtk-sharp dev-dotnet/gtk-sharp: Add ebuild for version 2.12.45 2020-03-19 01:06:51 +01:00
dev-python dev-python/geoip2: Add ebuild for latest version. 2020-08-04 01:40:32 +02:00
dev-util dev-util/reposilite: Apply some fixes 2020-10-08 23:49:55 +02:00
games-rpg games-rpg/ankh: Re-generate manifest. 2020-09-27 13:06:50 +02:00
mail-filter/policyd mail-filter/policyd: Fix systemd unit file 2019-11-21 00:27:47 +01:00
media-fonts Fix repoman warnings. 2019-05-03 03:20:46 +02:00
metadata Add news item. 2019-03-18 23:52:03 +01:00
net-analyzer/ddos-mitigator net-analyzer/ddos-mitigator: Add ebuild for version 2.1.0. 2020-09-18 00:39:34 +02:00
net-news/feedreader net-news/feedreader: Add ebuild for version 2.10.0. 2019-08-04 23:56:56 +02:00
profiles www-servers/gitlab-gitaly: 2017-07-08 15:00:42 +02:00
sci-geosciences Fix repoman warnings. 2019-05-03 03:25:48 +02:00
.drone.yml Make pipeline type explicit. 2020-09-27 13:45:56 +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 Added a short contribution guide 2015-10-07 18:39:25 +02:00
LICENSE Added license (GNU GPL v2) 2015-10-07 18:32:55 +02:00
README.md Rephrase the layman section 2019-05-03 12:18:53 +02: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 repoman -p -x: 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 repoman. Run the following command and fix warnings and errors:

repoman -x -p

Maintainers

Acknowledgements

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