fritteli's overlay of Gentoo ebuilds.
Go to file
Manuel Friedli 3c60a777bf www-apps/gitlab-ce:
Fix init script: Remove "provide gitlab" instruction

Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-04-14 00:11:27 +02:00
app-backup app-backup/duplicati-bin: 2018-04-03 21:07:33 +02:00
dev-go Update stale CVS headers 2018-02-16 00:00:19 +01:00
dev-java/nexus-oss-bin Update stale CVS headers 2018-02-16 00:00:19 +01:00
dev-vcs dev-vcs/gitlab-shell: 2018-03-09 22:59:44 +01:00
games-rpg Update stale CVS headers 2018-02-16 00:00:19 +01:00
media-fonts Update stale CVS headers 2018-02-16 00:00:19 +01:00
metadata Add news file for gitlab-runner. 2017-11-05 02:04:03 +01:00
net-im Update stale CVS headers 2018-02-16 00:00:19 +01:00
net-news/feedreader net-news/feedreader: 2018-02-21 01:28:50 +01:00
profiles www-servers/gitlab-gitaly: 2017-07-08 15:00:42 +02:00
sci-geosciences Use https instead of http. 2018-02-16 00:03:11 +01:00
sys-cluster/ganglia-web sys-cluster/ganglia-web: 2018-03-08 21:07:59 +01:00
www-apps/gitlab-ce www-apps/gitlab-ce: 2018-04-14 00:11:27 +02:00
www-servers www-servers/gitlab-workhorse: 2018-03-09 23:26:22 +01: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 fix build badge in README.md 2018-02-21 01:47:49 +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.