logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

README (1162B)


  1. Warning: This is a experimental overlay for gentoo, it can hurt your furry friend…
  2. Commits since 2016-01-08 22:00 UTC are signed.
  3. Adding this overlay: layman -a lanodanOverlay
  4. # What’s in here
  5. • ebuilds removed from ::gentoo
  6. • ebuilds different from ::gentoo (See notes compared to ::gentoo)
  7. • ebuilds not yet present in ::gentoo
  8. # Goals
  9. • More compatibility with my systems choices (LLVM, LibreSSL, musl, Hardened, …)
  10. • More security
  11. • Gentoo on my smartphone(s)
  12. • More choices, alternatives, …
  13. • Long-term goals:
  14. • being able to remove bash (using a shim?)
  15. • UID 0 ≠ root compatibility
  16. • Reproductibility (see Debian Projects)
  17. # Recipes notes compared to ::gentoo:
  18. ## app-editors/vis
  19. • Note: I proxy-maintain ::gentoo one too, so this one is experimental
  20. • Added dependencies on dev-lang/lua-5.2
  21. ## media-gfx/krita
  22. • Changed dependencies (Used the CMakeList.txt file to get required and optionnals)
  23. • Added USE flags: threads curl zlib
  24. ## app-misc/kanatest
  25. • Bumped from EAPI 5 to EAPI 6
  26. • Add patch removing __DATE__ __TIME__
  27. ## media-libs/libsidplay:2
  28. • Clang compatibility (removed a GCC-4.3 patch)