fritteli's overlay of Gentoo ebuilds.
Go to file
Manuel Friedli 730d61da3b Add news file for gitlab-runner. 2017-11-05 02:04:03 +01:00
app-backup app-backup/duplicati: 2017-08-18 21:33:56 +02:00
dev-go Revert "Fixed silly typo." 2017-03-21 16:49:22 +01:00
dev-java/nexus-oss-bin dev-java/nexus-oss-bin: 2017-09-06 15:37:08 +02:00
dev-vcs dev-vcs/gitlab-ci-multi-runner: 2017-09-18 00:28:52 +02:00
games-rpg games-rpg/machinarium: 2016-10-11 00:48:40 +02:00
media-fonts update metadata.xml for all (or most) packages 2016-10-11 00:18:12 +02:00
metadata Add news file for gitlab-runner. 2017-11-05 02:04:03 +01:00
net-im Purge 2017-07-15 15:43:40 +02:00
net-news/feedreader net-news/feedreader: 2017-09-06 15:54:33 +02:00
profiles www-servers/gitlab-gitaly: 2017-07-08 15:00:42 +02:00
sci-geosciences update metadata.xml for all (or most) packages 2016-10-11 00:18:12 +02:00
www-apps/gitlab-ce www-apps/gitlab-ce: 2017-09-25 23:42:53 +02:00
www-servers www-servers/gitlab-gitaly: 2017-09-26 00:30:35 +02:00
.gitignore Added simple shell script for generating HTML overviews of the overlay contents 2017-03-21 16:41:17 +01:00
.gitlab-ci.yml Re-done that last commit, this time correctly. 2017-03-21 16:49:42 +01:00
.gitlab-pages-generator.sh 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 Update the README.md. This fixes GitHub issue 43 and gittr issue #78. 2017-02-24 22:52:47 +01:00
layman.xml Updated layman.xml to reflect the new project URL. 2015-10-07 18:20:50 +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, although that requires some more setup and manual sync'ing.

If you haven't used layman yet, just installing running these commands:

USE=git emerge -va layman
echo PORTDIR_OVERLAY=\"\" > /var/lib/layman/make.conf
echo "source /var/lib/layman/make.conf" >> /etc/make.conf

Then you can add this overlay wih:

layman -o https://gittr.ch/linux/gentoo-overlay/raw/master/layman.xml -f -a fritteli

Alternatively, you may use the overlay hosted on GitHub. That may not be quite as up-to-date as the one on gittr.ch. To use the GitHub version, use this command:

layman -o https://raw.githubusercontent.com/fritteli/gentoo-overlay/master/layman.xml -f -a fritteli

Keep the overlay up to date from Git:

layman -s fritteli

Maintainers

Acknowledgements

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