From 382c777ab2d75e80759e1ca070428a8721e8e7eb Mon Sep 17 00:00:00 2001 From: "Nils \"holgersson\" Freydank" Date: Sun, 10 Jul 2016 11:03:21 +0200 Subject: [PATCH] [overlay] Fixed README linking. README is now the default (markdown) text, README.md a symlink onto that: copied: README.md -> README typechange: README.md --- README | 29 +++++++++++++---------------- README.md | 37 +------------------------------------ 2 files changed, 14 insertions(+), 52 deletions(-) mode change 100644 => 120000 README.md diff --git a/README b/README index 45f3e12..9978679 100644 --- a/README +++ b/README @@ -1,38 +1,35 @@ # holgersson-overlay ## Main -This is my "private" overlay. There will be different ebuilds from different sources, -mostly temporary before submitting to the main gentoo bugtracker at http://bugs.gentoo.org. +This is my "private" [overlay][holgersson-overlay]. There will be different ebuilds from different sources, +mostly temporary before submitting to the [main gentoo bugtracker][bgo]. ## Setup & synchronisation -Just run layman from app-portage/layman with needed privileges, e.g. root: - +Just run layman from `app-portage/layman` with needed privileges, e.g. root: ```sh $ layman -f -o https://git.holgersson.xyz/holgersson-overlay/plain/repository.xml -a holgersson-overlay ``` - and optional for global updates: - ```sh $ layman -S $ emerge --sync ``` - -You might set USE="sync-plugin-portage" for layman, too. - +You might set `USE="sync-plugin-portage"` for layman, too. ## Maintainer If you encounter Bugs, send a mail to - - nils [dot] freydank [ascii-symbol-no64] posteo [dot] de - +``` +nils [dot] freydank [ascii-symbol-no64] posteo [dot] de +``` Bug descriptions, suggestions, patches, critics and chorus of praise are all welcome! -License ---- +## License +- 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, please contact the author (see section Maintainer above). -GNU General Public License v2 if not declared otherwise; -means same as portage tree ebuilds. +[holgersson-overlay]: https://git.holgersson.xyz/holgersson-overlay.git +[bgo]: https://bugs.gentoo.org diff --git a/README.md b/README.md deleted file mode 100644 index 5729c63..0000000 --- a/README.md +++ /dev/null @@ -1,36 +0,0 @@ -# holgersson-overlay - -## Main -This is my "private" [overlay][holgersson-overlay]. There will be different ebuilds from different sources, -mostly temporary before submitting to the [main gentoo bugtracker][bgo]. - -## Setup & synchronisation - -Just run layman from `app-portage/layman` with needed privileges, e.g. root: -```sh -$ layman -f -o https://git.holgersson.xyz/holgersson-overlay/plain/repository.xml -a holgersson-overlay -``` -and optional for global updates: -```sh -$ layman -S -$ emerge --sync -``` -You might set `USE="sync-plugin-portage"` for layman, too. - -## Maintainer -If you encounter Bugs, send a mail to -``` -nils [dot] freydank [ascii-symbol-no64] posteo [dot] de -``` -Bug descriptions, suggestions, patches, critics and chorus of praise -are all welcome! - - -License ---- -- 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`. -- 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, please contact the author (see section Maintainer above). - -[holgersson-overlay]: https://git.holgersson.xyz/holgersson-overlay.git -[bgo]: https://bugs.gentoo.org \ No newline at end of file diff --git a/README.md b/README.md new file mode 120000 index 0000000..100b938 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +README \ No newline at end of file