fritteli's overlay of Gentoo ebuilds.
Go to file
Manuel Friedli c02c857091 Inserted build status badge in README.md 2015-10-02 15:02:13 +02:00
dev-java/nexus-oss-bin cleaned up old ebuilds of nexus-oss-bin 2015-05-12 13:35:28 +02:00
dev-vcs changed CDEPEND to DEPEND 2015-10-02 10:49:51 +02:00
games-rpg/ankh moving everything to trunk/ was a silly idea 2014-02-24 18:19:03 +01:00
media-fonts deleted old font ebuilds 2014-08-04 17:46:36 +02:00
metadata moving everything to trunk/ was a silly idea 2014-02-24 18:19:03 +01:00
net-im updated and cleaned up ebuilds 2014-10-23 01:05:04 +02:00
profiles moving everything to trunk/ was a silly idea 2014-02-24 18:19:03 +01:00
sci-geosciences cleaned up old ebuilds of garminplugin 2015-05-12 13:42:12 +02:00
www-apps added ebuilds for gitlab{hq,-ci}-8.0.3 2015-10-01 19:11:49 +02:00
x11-libs/gtk+ added gtk+-3.14.9 that contains the treeview-keyboard-binding-patch: fix the quirky gtk+-treeview keyboard behaviour! 2015-04-04 19:29:50 +02:00
.gitignore fixed layman.xml and added .gitignore 2014-02-24 18:19:06 +01:00
README.md Inserted build status badge in README.md 2015-10-02 15:02:13 +02:00
layman.xml updated overlay URLs in layman.xml 2014-08-15 23:55:39 +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 content with them).

Build status of master branch, as seen by repoman: 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/manuel/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.