fritteli's overlay of Gentoo ebuilds.
Go to file
Manuel Friedli fb942b8389 app-crypt/certbot-apache:
updated to EAPI="6"

Package-Manager: portage-2.2.28
2016-09-01 23:47:07 +02:00
app-backup/duplicati app-backup/duplicati: 2016-09-01 23:46:11 +02:00
app-crypt/certbot-apache app-crypt/certbot-apache: 2016-09-01 23:47:07 +02:00
dev-java/nexus-oss-bin updated all manifests 2016-08-29 09:20:43 +02:00
dev-php/pecl-geoip Added ebuild for pecl-geoip that should enable lookup of IPv6 hosts 2016-06-07 13:19:55 +02:00
dev-vcs Merge branch 'master' into 42-gitlab-8-11-2 2016-08-29 09:33:31 +02:00
games-rpg/ankh Added ChangeLog 2016-06-07 10:01:08 +02:00
media-fonts Added ChangeLog 2016-06-07 10:01:29 +02:00
metadata added clean up notice 2016-02-09 17:13:19 +01:00
net-im updated all manifests 2016-08-29 09:20:43 +02:00
net-news/feedreader net-news/feedreader: 2016-08-30 10:13:59 +02:00
profiles renamed letsencrypt-apache to certbot-apache and updated from v0.5.0 to v0.6.0 2016-05-23 23:24:18 +02:00
sci-geosciences Added ChangeLog 2016-06-07 10:02:18 +02:00
www-apps/gitlab-ce updated git commit id 2016-08-30 17:23:59 +02:00
.gitignore fixed layman.xml and added .gitignore 2014-02-24 18:19:06 +01:00
.gitlab-ci.yml also parse metadata.xml files 2015-10-02 17:22:42 +02: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 Updated README.md to reflect the new project URL. 2015-10-07 18:19:51 +02: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 Layman

Use layman to easily install and update overlays over time.

If you haven't used layman yet, just run 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.