all repos — la-ninpre-overlay @ 25344bbc259185c2b6b6606cdb563bb974f1ecc7

personal gentoo overlay

README.md (view raw)

 1# la-ninpre gentoo overlay
 2
 3personal overlay for packages i really need but that aren't available on other
 4repos. note the word **personal**. i'll try to maintain it, but i don't promise
 5that it will be usable at all times.
 6
 7note that these packages usually aren't thoroughly tested, so use them at your
 8own risk.
 9
10## available packages
11
12* dev-libs/libcyaml
13* gui-libs/libadwaita (stolen from gentoo just to update to latest version)
14* gui-libs/libpanel
15* media-libs/eq10q
16* media-libs/libaudec
17* media-libs/lsp-dsp-lib
18* media-libs/lsp-plugins
19* media-sound/carla
20* media-sound/drumgizmo
21* media-sound/zrythm
22* net-im/gajim
23* net-print/epson-inkjet-printer (for epson L110, L210, L300, L350, L355, L550, L555 series)
24
25## installing
26
27use `app-portage/eselect-repository` to add this overlay
28(see [gentoo wiki page for eselect/repository][1]).
29then sync it using `emaint` (see [gentoo wiki page about syncing repos][2]).
30
31```
32# eselect repository add la-ninpre git https://git.aaoth.xyz/la-ninpre-overlay.git
33# emaint sync -r la-ninpre
34```
35
36[1]:https://wiki.gentoo.org/wiki/Eselect/Repository
37[2]:https://wiki.gentoo.org/wiki/Ebuild_repository#Repository_synchronization
38
39## contributing
40
41[contact me](https://aaoth.xyz/about.html#contact).