2016-03-13 11:43:00 +01:00
|
|
|
|
# holgersson-overlay
|
|
|
|
|
|
|
|
|
|
## Main
|
2016-08-13 17:08:30 +02:00
|
|
|
|
This is my "private" [overlay][holgersson-overlay] for Gentoo/Linux.
|
|
|
|
|
There will be different ebuilds from different sources, mostly temporary
|
|
|
|
|
before submitting to the [main Gentoo bugtracker][bgo].
|
2016-03-13 11:43:00 +01:00
|
|
|
|
|
|
|
|
|
## Setup & synchronisation
|
2016-07-10 11:03:21 +02:00
|
|
|
|
Just run layman from `app-portage/layman` with needed privileges, e.g. root:
|
2016-03-13 11:43:00 +01:00
|
|
|
|
```sh
|
2016-08-13 17:08:30 +02:00
|
|
|
|
$ layman -a holgersson-overlay
|
2016-03-13 11:43:00 +01:00
|
|
|
|
```
|
|
|
|
|
and optional for global updates:
|
|
|
|
|
```sh
|
|
|
|
|
$ layman -S
|
|
|
|
|
$ emerge --sync
|
|
|
|
|
```
|
2016-07-10 11:03:21 +02:00
|
|
|
|
You might set `USE="sync-plugin-portage"` for layman, too.
|
2016-03-13 11:43:00 +01:00
|
|
|
|
|
|
|
|
|
## Maintainer
|
2016-08-13 17:08:30 +02:00
|
|
|
|
If you encounter Bugs, please send a mail to
|
2016-07-10 11:03:21 +02:00
|
|
|
|
```
|
2017-03-04 20:29:08 +01:00
|
|
|
|
holgersson [ascii-symbol-64] posteo [ascii-symbol-46] de
|
2016-07-10 11:03:21 +02:00
|
|
|
|
```
|
2016-08-13 17:08:30 +02:00
|
|
|
|
or open a bug report on the [main Gentoo bugtracker][bgo]
|
|
|
|
|
(please remember to Cc me there). Bug descriptions, suggestions, patches,
|
|
|
|
|
critics and chorus of praise are all welcome!
|
2016-03-13 11:43:00 +01:00
|
|
|
|
|
2017-03-04 20:29:08 +01:00
|
|
|
|
GnuPG-Key: 0x8B54D7A3FF3CDB17 (as of 2017-03-04)
|
|
|
|
|
|
|
|
|
|
|
2016-07-10 11:03:21 +02:00
|
|
|
|
## License
|
2016-08-13 17:08:30 +02:00
|
|
|
|
- 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 author (see section Maintainer above)!
|
2016-03-13 11:43:00 +01:00
|
|
|
|
|
2016-08-13 17:08:30 +02:00
|
|
|
|
[holgersson-overlay]: https://git.holgersson.xyz/holgersson-overlay
|
2016-07-10 11:03:21 +02:00
|
|
|
|
[bgo]: https://bugs.gentoo.org
|