dm9pZCAq overlay
detailed information about packages
app-admin/
- aslstatus - [my, uniq] Async suckless status monitor
app-benchmarks/
- hyperfine - [more USE flags] A command-line benchmarking tool
app-crypt/
- gpg-tui - [uniq] Terminal User Interface for GnuPG
- veracrypt - [difference] Disk encryption with strong security based on TrueCrypt
app-editors/
- vim - [symlinks to use neovim as vim]
app-eselect/
app-misc/
- cpufetch - [uniq] Simplistic yet fancy CPU architecture fetching tool
- lf - [more USE flags] Terminal file manager
- onefetch - [better ebuild] Git repository summary on your terminal
- xplr - [uniq] A hackable, minimal, fast TUI file explorer
app-shells/
- gitstatus - [uniq] Git status for Bash and Zsh prompt
- zoxide - [uniq] A smarter cd command
- zsh-powerlevel10k - [uniq] Theme for Zsh that emphasizes speed, flexibility and out-of-the-box experience
- zsh-you-should-use - [uniq] ZSH plugin that reminds you to use existing aliases for commands you just typed
app-text/
- epy - [uniq] CLI Ebook Reader
- pandoc-bin - [better ebuild] Universal markup converter
- smu - [uniq] Simple markup - markdown like syntax
dev-lang/
- ghc - [ghc] The Glasgow Haskell Compiler from voidlinux (for ghcbootstrap on musl libc)
- metalang99 - [uniq] Full-blown preprocessor metaprogramming
dev-libs/
- libexecinfo - [uniq] BSD licensed clone of the GNU libc backtrace facility (for musl libc)
- skalibs - [temporary, udev] General-purpose libraries from skarnet.org
dev-lua/
- alt-getopt - [other ebuild] Lua bindings to getopt_long
- fennel - [uniq] Lua Lisp Language
- moonscript - [uniq] A programmer friendly language that compiles into Lua
- readline - [uniq] Interface to the readline library
dev-python/
- fake-useragent - [uniq] Dependency for instalooter
- mobi - [uniq] Library for unpacking unencrypted mobi files
- Telethon - [uniq] Pure Python 3 MTProto API Telegram client library, for bots too!
- TgCrypto - [uniq] Fast and Portable Telegram Crypto Library for Python
dev-vcs/
- gitui - [uniq] Blazing fast terminal-ui for git
games-misc/
- fortune-mod - [with musl support] The notorious fortune program
media-video/
- gifski - [uniq] Highest-quality GIF encoder based on pngquant
net-dns/
- alfis - [uniq] Alternative Free Identity System
- meshname - [uniq] A universal naming system for all IPv6-based mesh networks
net-libs/
- telebot - [uniq] Telegram Bot API in C
- webkit-gtk - [dbus is optional, musl support] Open source web browser engine
net-misc/
net-news/
- newsboat - [asciidoctor is optional] RSS/Atom feed reader for terminals
net-p2p/
- stig - [better ebuild] TUI and CLI for the BitTorrent client Transmission
- yggdrasil-go - [maintained, better ebuild, can run as non-root user] An experiment in scalable routing as an encrypted IPv6 overlay network
net-wireless/
- eiwd - [maintained, better ebuild, clang patches] iwd without dbus
sys-apps/
- exa - [man pages without pandoc] A modern replacement for 'ls' written in Rust
- hexyl - [uniq] A command-line hex viewer
- huxdemp - [uniq] A better hexdump
- tealdeer - [more USE flags] Very fast implementation of tldr in Rust
- tldr - [using go-module inherit, misc ebuild changes] Fast and interactive tldr client written with go
- uutils-coreutils - [uniq] Cross-platform Rust rewrite of the GNU coreutils
sys-devel/
- just - [uniq] Just a command runner (with syntax inspired by
make
)
sys-fs/
- duf - [uniq] Disk Usage/Free Utility - a better 'df' alternative
- mdevd - [uniq, udev] A kernel event manager compatible with mdev.conf
sys-libs/
sys-process/
- bottom - [uniq] TUI process/system monitor with multitude of features
- ytop - [uniq] gotop RIIR (Rewrite It in Rust)
virtual/
- libudev - [udev] Virtual for libudev providers
- udev - [udev] Virtual to select between different udev daemon providers
www-client/
www-plugins/
x11-misc/
- herbe - [uniq] Daemon-less notifications without D-Bus
- lemonbar - [better ebuild] A featherweight, lemon-scented, bar based on xcb
- screenkey - [better ebuild] Screencast your keys
- xinput-gui - [maintained] Simple GUI for
xinput
misc
in [ square brackets ] info about difference with other overlays
veracrypt
app-crypt/veracrypt
difference:
app-admin/sudo
needed only if X
used
- with musl support
ghc
dev-lang/ghc::dm9pZCAq
package is here for ghcbootstrap
to build dev-lang/ghc::haskell
on musl libc
echo 'dev-lang/ghc ghcbootstrap' >> /etc/portage/package.use/ghc
ACCEPT_KEYWORDS='**' emerge -1 dev-lang/ghc::dm9pZCAq \
&& emerge dev-lang/ghc
udev
here is instruction on how to manage devices totally without systemd
(with sys-fs/mdevd
and sys-libs/libudev-zero
)
you need version 0.1.5.0
of sys-fs/mdevd
that currently not released (needed for -O
flag)
(see: NEWS and NOTE)
also this version depend on version of dev-libs/skalibs
that also currently not released
so both sys-fs/mdevd
and dev-libs/skalibs
are temporary 9999
and to use all of this you need:
- for now add to
package.accept_keywords
:
~dev-libs/skalibs-9999::dm9pZCAq **
~sys-fs/mdevd-9999::dm9pZCAq **
virtual/udev::dm9pZCAq **
emerge -C "${yours_udev}" "${yours_libudev}" # it may be the same package
emerge -1 \
virtual/udev::dm9pZCAq \
virtual/libudev::dm9pZCAq \
sys-fs/mdevd::dm9pZCAq \
sys-libs/libudev-zero::dm9pZCAq
- change yours init scripts
- runit
- openrc: you can add yours through PR, issue or directly contact me (see contact info at my website)
some useful links