From 36130c79eee06c8d3d3660f1973d6527cc92d296 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 21 Jan 2014 18:29:34 +0100 Subject: [PATCH] added README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6bfb85 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +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). + + +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://git.friedli.info/manuel/gentoo-overlay/raw/master/layman.xml -f -a fritteli + +Keep the overlay up to date from Git: + + layman -s fritteli + + +Maintainers +----------- + +* [Manuel Friedli](mailto:manuel@fritteli.ch) + +Acknowledgements +---------------- + +Thanks go to Jakub Jirutka, the maintainer of the [CVUT Overlay](https://github.com/cvut/gentoo-overlay), from whom I shamelessly copied this README.md for a start. +