2.4 KiB
Main
This is my private and unofficial overlay for Gentoo/Linux. There will be different ebuilds from different sources, hopefully only temporary before submitting to the main Gentoo bugtracker resp. to the main portage tree.
Setup and synchronisation
There are several possible ways of adding this overlay:
Adding the overlay manually
You can clone the repository and create /etc/portage/repos.conf/holgersson-overlay.conf with the following contents:
[holgersson-overlay]
priority = 50
location = /path/to/local/holgersson-overlay
sync-type = git
sync-uri = https://github.com/gentoo-mirror/holgersson-overlay.git
Using eselect-repository
Run eselect repository:
$ eselect repository enable holgersson-overlay
Using layman
Run layman from `app-portage/layman`:
$ layman -a holgersson-overlay
and optional for global updates:
$ layman -S
$ emerge --sync
You might want to set USE="sync-plugin-portage" for layman, too.
Maintainer
If you encounter bugs, please send a mail to holgersson [ascii-symbol-64] posteo [ascii-symbol-46] de or open a bug report on the main Gentoo bugtracker (please remember to Cc me there). Bug descriptions, suggestions, patches, critics and chorus of praise are all welcome!
GPG key ID: 0x00EF D31F 1B60 D5DB ADB8 31C1 C0EC E696 0E54 475B
License and copying
- The contents of this document are licensed under the CC-BY-SA-3.0 license. The ebuilds are licensed under the GNU General Public License v2 for compability with the main Gentoo/portage tree. - Source files might have different licenses; these should be outlined in the ebuilds themselves.
- The licenses are choosen to fit into the main gentoo licenses pool; if you suggest other licenses, or think I’m mistaken in the licenses I indicate anywhere please contact the maintainer (see the resp. section above)!