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* media-libs/eq10q
13* media-libs/lsp-plugins
14* media-sound/carla
15* media-sound/drumgizmo
16* net-im/gajim
17* net-print/epson-inkjet-printer (for epson L110, L210, L300, L350, L355, L550, L555 series)
18
19## installing
20
21use `app-portage/eselect-repository` to add this overlay
22(see [gentoo wiki page for eselect/repository][1]).
23then sync it using `emaint` (see [gentoo wiki page about syncing repos][2]).
24
25```
26# eselect repository add la-ninpre git https://git.aaoth.xyz/la-ninpre-overlay.git
27# emaint sync -r la-ninpre
28```
29
30[1]:https://wiki.gentoo.org/wiki/Eselect/Repository
31[2]:https://wiki.gentoo.org/wiki/Ebuild_repository#Repository_synchronization
32
33## contributing
34
35[contact me](https://aaoth.xyz/about.html#contact).