commit: 50c3ad79135604976c1047fba2b5dc8b79d66b40
parent: 2ffeb5be17b53347df52b84665c3226e6d2b0a5a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 1 Sep 2017 23:12:01 +0200
README: Rephrase things and add notes compared to ::gentoo
Diffstat:
2 files changed, 28 insertions(+), 23 deletions(-)
diff --git a/README b/README
@@ -0,0 +1,28 @@
+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
+
+# 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
diff --git a/README.md b/README.md
@@ -1,23 +0,0 @@
-Warning: This is a experimental overlay, it can hurt your cow…
-Commits are now(2016-01-08 22:00 UTC) *all* signed.
-
-# How to add this overlay
-layman -a lanodanOverlay
-
-# What’s mostly in here
-* Early version-bump
-* Compatibility with:
- * UID 0 != root
- * Clang/LLVM
- * LibreSSL
-* Very unstable stuff I want to stabilize
-
-# What’s not here
-* Compatibility with SystemD(I’m compatible with rc script, sys V init+rc, openrc)
-
-# Goals
-* Gentoo on smartphones (I currently have a OnePlus One and LCD-less Nexus 4)
-* GNU-less full-blown desktop
-* Provide good crypto, remove broken one
-* Prepare for deprecation
-* Try to respect only mandatory standards, flex/break the others(i.e. LFsH, UID0=root)