commit: c6f6409dc903ed396ba16d84704701503e0469cf
parent 5f13cf92e5e61022f81c7aa759cec96a6500fdae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 22 Jul 2022 03:06:30 +0200
Update readme
Diffstat:
2 files changed, 8 insertions(+), 36 deletions(-)
diff --git a/README b/README
@@ -1,36 +0,0 @@
-Warning: This is a experimental overlay for gentoo, it can hurt your furry friend…
-Commits since 2016-01-08 22:00 UTC are signed.
-
-Adding this overlay: layman -a lanodanOverlay
-
-# What’s in here
-• ebuilds removed from ::gentoo
-• ebuilds different from ::gentoo (See notes compared to ::gentoo)
-• ebuilds not yet present in ::gentoo
-
-# Goals
-• More compatibility with my systems choices (LLVM, LibreSSL, musl, Hardened, …)
-• More security
-• Gentoo on my smartphone(s)
-• More choices, alternatives, …
-• Long-term goals:
- • being able to remove bash (using a shim?)
- • UID 0 ≠ root compatibility
- • Reproductibility (see Debian Projects)
-
-# Recipes notes compared to ::gentoo:
-
-## app-editors/vis
-• Note: I proxy-maintain ::gentoo one too, so this one is experimental
-• Added dependencies on dev-lang/lua-5.2
-
-## media-gfx/krita
-• Changed dependencies (Used the CMakeList.txt file to get required and optionnals)
-• Added USE flags: threads curl zlib
-
-## app-misc/kanatest
-• Bumped from EAPI 5 to EAPI 6
-• Add patch removing __DATE__ __TIME__
-
-## media-libs/libsidplay:2
-• Clang compatibility (removed a GCC-4.3 patch)
diff --git a/README.md b/README.md
@@ -0,0 +1,8 @@
+**Warning: This is a experimental overlay for gentoo, it can hurt your furry friend…**
+
+Adding this overlay can be done via `layman -a lanodanOverlay` or `eselect repository enable lanodanOverlay`
+
+# Notes
+- `forums.gentoo.org` is a phpBB2 antiquity with broken search, trying to watch for issues in it is impossible
+- Proper way to report bugs is via <https://bugs.gentoo.org/>
+- Contributing patches can be done via [git-send-email(1)](https://git-send-email.io/) and <mailto:contact+overlay@hacktivis.me>