2021-04-09 13:05:00 UTC

This commit is contained in:
Repository mirror & CI
2021-04-09 13:05:01 +00:00
parent 8ca5016df5
commit 35f30d4ba6
28 changed files with 145 additions and 79 deletions

View File

@@ -4,12 +4,12 @@ DESCRIPTION=A hackable text editor for the 21st Century
EAPI=7
HOMEPAGE=https://atom.io/
INHERIT=desktop xdg
IUSE=alsa cups ssl test X
IUSE=alsa cups nodejs ssl test X
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core app-crypt/libsecret dev-libs/atk dev-libs/nss alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) ssl? ( dev-libs/openssl ) X? ( x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango )
RDEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core app-crypt/libsecret dev-libs/atk dev-libs/nss dev-vcs/git alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) nodejs? ( net-libs/nodejs[npm] ) ssl? ( dev-libs/openssl ) X? ( x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libnotify x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/atom/atom/releases/download/v1.55.0/atom-amd64.tar.gz -> atom-bin-1.55.0.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=b5383c3a8c42b55038148efa5e0985eb
_md5_=1fdf21b275acfa8e5485f7a07d31ff77

View File

@@ -10,4 +10,4 @@ LICENSE=MIT
RDEPEND=systemd? ( sys-apps/systemd ) udev? ( virtual/udev )
SLOT=0
SRC_URI=https://github.com/Hummer12007/brightnessctl/archive/0.5.1.tar.gz -> brightnessctl-0.5.1.tar.gz
_md5_=227114d338ee78fa284a95d303f6bf22
_md5_=bfbee5e56b37a264f43a486b8477c300

View File

@@ -1,14 +0,0 @@
BDEPEND=systemd? ( virtual/pkgconfig ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install unpack
DEPEND=systemd? ( sys-apps/systemd ) udev? ( virtual/udev )
DESCRIPTION=A program to read and control device brightness
EAPI=7
HOMEPAGE=https://github.com/Hummer12007/brightnessctl
INHERIT=git-r3
IUSE=systemd udev
LICENSE=MIT
PROPERTIES=live
RDEPEND=systemd? ( sys-apps/systemd ) udev? ( virtual/udev )
SLOT=0
_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=227114d338ee78fa284a95d303f6bf22

View File

@@ -8,4 +8,4 @@ LICENSE=GPL-3
RDEPEND=>=x11-libs/gtk+-3
SLOT=0
SRC_URI=https://github.com/mwh/dragon/archive/v1.1.1.tar.gz -> dragon-1.1.1.tar.gz
_md5_=410b8cfa1975980fbec6f22c31947392
_md5_=18269f853e4b0d3df2e4da6948d226b2

View File

@@ -1,13 +0,0 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DEPEND=>=x11-libs/gtk+-3
DESCRIPTION=Simple drag-and-drop source/sink for X and Wayland
EAPI=7
HOMEPAGE=https://github.com/mwh/dragon
INHERIT=git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=>=x11-libs/gtk+-3
SLOT=0
_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=410b8cfa1975980fbec6f22c31947392

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/typing-extensions[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DESCRIPTION=Python dependency injection framework
EAPI=7
HOMEPAGE=https://pypi.org/project/injector https://github.com/alecthomas/injector
INHERIT=distutils-r1
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/typing-extensions[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/i/injector/injector-0.18.4.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 543b53e4d003ebd889082f4673e52af5 python-r1 a0dcde4775c7b2f7530678fc8143340e distutils-r1 2ac0db834bfc8d76a5ad34d536d15b35
_md5_=e42ed9ba4dc291594dd98668e6274b18

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python 3 Bindings for the NVIDIA Management Library
EAPI=7
HOMEPAGE=https://pypi.org/project/py3nvml https://github.com/fbcotter/py3nvml
INHERIT=distutils-r1
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/p/py3nvml/py3nvml-0.2.6.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 543b53e4d003ebd889082f4673e52af5 python-r1 a0dcde4775c7b2f7530678fc8143340e distutils-r1 2ac0db834bfc8d76a5ad34d536d15b35
_md5_=f849247e17346ab63e16ddaee80b5ade

View File

@@ -10,4 +10,4 @@ RDEPEND=>=dev-scheme/guile-2.0.9 dev-libs/gobject-introspection x11-libs/gtk+:3[
RESTRICT=strip test
SLOT=0
SRC_URI=https://github.com/spk121/guile-gi/archive/v0.3.1.tar.gz -> guile-gi-0.3.1.tar.gz
_md5_=288d524a45db1c54d3502015787f5a1e
_md5_=436604cb0f89c2e4eb383603aeabf385

View File

@@ -11,4 +11,4 @@ RDEPEND=>=dev-scheme/guile-2.0.9 dev-libs/gobject-introspection x11-libs/gtk+:3[
RESTRICT=strip test
SLOT=0
_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=288d524a45db1c54d3502015787f5a1e
_md5_=436604cb0f89c2e4eb383603aeabf385

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-lang/go-1.10
DEFINED_PHASES=compile install test unpack
DEPEND=sys-libs/glibc
DESCRIPTION=Lazygit, a simple terminal UI for git commands
EAPI=7
HOMEPAGE=https://github.com/jesseduffield/lazygit
INHERIT=golang-build golang-vcs-snapshot
IUSE=doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=sys-libs/glibc
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.27.2.tar.gz -> lazygit-0.27.2.tar.gz
_eclasses_=golang-base b8fb27dacacea08140c53857f439fc7d golang-build 91472d4e18894e738c69b415e236a664 golang-vcs-snapshot ff485cabd3f37b060f110b0be95092ec
_md5_=06beb5f1e52d3f21802e604ca39e6c0e

View File

@@ -0,0 +1,15 @@
BDEPEND=virtual/pkgconfig wayland? ( kde-frameworks/extra-cmake-modules ) dev-util/ninja dev-util/cmake >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=evdev? ( dev-libs/libevdev ) gamepad? ( media-libs/libsdl2 ) gbm? ( x11-libs/libdrm ) qt5? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtnetwork ) retroachievements? ( net-misc/curl[curl_ssl_gnutls] ) X? ( x11-libs/libX11 x11-libs/libXrandr ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Fast Sony PlayStation (PSX) emulator
EAPI=7
HOMEPAGE=https://github.com/stenzek/duckstation
INHERIT=xdg cmake desktop git-r3
IUSE=discord egl evdev fbdev +gamepad gbm +nogui qt5 retroachievements wayland X
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=evdev? ( dev-libs/libevdev ) gamepad? ( media-libs/libsdl2 ) gbm? ( x11-libs/libdrm ) qt5? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtnetwork ) retroachievements? ( net-misc/curl[curl_ssl_gnutls] ) X? ( x11-libs/libX11 x11-libs/libXrandr )
REQUIRED_USE=?? ( fbdev gbm ) gbm? ( egl ) wayland? ( egl )
SLOT=0
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 cmake 518e4c9a6a38dfd7afc54b6a7c5de3da desktop c0d27bf73aa08ca05b663dbd31fbef28 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=6da6942ce9db932dfa67a0ddf4973483

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=configure install postinst postrm preinst prepare test
DEPEND=dev-qt/qtgui:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Practical and minimal image viewer
EAPI=7
HOMEPAGE=https://github.com/jurplel/qView https://interversehq.com/qview
@@ -8,9 +8,9 @@ INHERIT=flag-o-matic qmake-utils virtualx xdg
IUSE=test
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-qt/qtgui:5
RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jurplel/qView/archive/4.0.tar.gz -> qview-4.0.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 virtualx d828f8a6cfc731f2683d0967d3f2f95a xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=764afc01c10207aa315312d528ff924c
_md5_=f326cb9af62050bfba7a0e803207b8da

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +0,0 @@
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig
DEFINED_PHASES=install prepare
DESCRIPTION=CAN userspace utilities and tools
EAPI=7
HOMEPAGE=https://github.com/linux-can/
INHERIT=autotools systemd
IUSE=systemd
KEYWORDS=~amd64
LICENSE=GPL-2
SLOT=0
SRC_URI=https://github.com/linux-can/can-utils/archive/v2020.12.0.tar.gz -> can-utils-2020.12.0.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 6ff8412ccf96444868b310b0a28973ba systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=24717cf775834e9ab3459932ed3b2e60

View File

@@ -1,12 +1,12 @@
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig
DEFINED_PHASES=install prepare
DESCRIPTION=CAN userspace utilities and tools
DESCRIPTION=SocketCAN userspace utilities and tools
EAPI=7
HOMEPAGE=https://github.com/linux-can/
HOMEPAGE=https://github.com/linux-can/can-utils
INHERIT=autotools systemd
KEYWORDS=~amd64
LICENSE=GPL-2
SLOT=0
SRC_URI=https://github.com/linux-can/can-utils/archive/v2020.12.0.tar.gz -> can-utils-2020.12.0.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 6ff8412ccf96444868b310b0a28973ba systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=fd71ff7b5cdf188738d89ef608e77210
_md5_=855cb1a63b96740db3ca891ba87f4432

View File

@@ -9,4 +9,4 @@ LICENSE=ISC
RDEPEND=acct-group/_rpki-client acct-user/_rpki-client
SLOT=0
SRC_URI=mirror://openbsd/rpki-client/rpki-client-6.8p1.tar.gz
_md5_=ac1a36486eda8c6ec8e4e176ea9b7bca
_md5_=50852914586087e775470637c2fb68b9

View File

@@ -10,4 +10,4 @@ RDEPEND=dev-libs/libappindicator dev-libs/nss gnome-base/gconf x11-libs/libnotif
SLOT=0
SRC_URI=https://github.com/lbryio/lbry-desktop/releases/download/v0.48.2/LBRY_0.48.2.deb -> lbry-0.48.2.deb
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=45558f1cadc970047949e78eef42f89a
_md5_=b3c6112c4a9535a6104356ac16c54c24

View File

@@ -10,4 +10,4 @@ RDEPEND=dev-libs/libappindicator dev-libs/nss gnome-base/gconf x11-libs/libnotif
SLOT=0
SRC_URI=https://github.com/lbryio/lbry-desktop/releases/download/v0.49.1/LBRY_0.49.1.deb -> lbry-0.49.1.deb
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=45558f1cadc970047949e78eef42f89a
_md5_=b3c6112c4a9535a6104356ac16c54c24

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A browser for the LBRY network, a digital marketplace controlled by its users.
EAPI=7
HOMEPAGE=https://lbry.com/
INHERIT=xdg
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/libappindicator dev-libs/nss gnome-base/gconf x11-libs/libnotify x11-libs/libXtst
SLOT=0
SRC_URI=https://github.com/lbryio/lbry-desktop/releases/download/v0.50.2/LBRY_0.50.2.deb -> lbry-0.50.2.deb
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=b3c6112c4a9535a6104356ac16c54c24

View File

@@ -0,0 +1,16 @@
BDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) dev-libs/gobject-introspection dev-libs/libappindicator:3 dev-libs/libdazzle python_single_target_python3_7? ( dev-python/injector[python_targets_python3_7(-)] dev-python/matplotlib[python_targets_python3_7(-)] dev-python/peewee[python_targets_python3_7(-)] dev-python/py3nvml[python_targets_python3_7(-)] dev-python/pygobject:3[python_targets_python3_7(-)] dev-python/python-xlib[python_targets_python3_7(-)] dev-python/pyxdg[python_targets_python3_7(-)] dev-python/requests[python_targets_python3_7(-)] dev-python/Rx[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/injector[python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/peewee[python_targets_python3_8(-)] dev-python/py3nvml[python_targets_python3_8(-)] dev-python/pygobject:3[python_targets_python3_8(-)] dev-python/python-xlib[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/Rx[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/injector[python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/peewee[python_targets_python3_9(-)] dev-python/py3nvml[python_targets_python3_9(-)] dev-python/pygobject:3[python_targets_python3_9(-)] dev-python/python-xlib[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/Rx[python_targets_python3_9(-)] ) dev-libs/appstream-glib virtual/pkgconfig >=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) dev-libs/gobject-introspection dev-libs/libappindicator:3 dev-libs/libdazzle python_single_target_python3_7? ( dev-python/injector[python_targets_python3_7(-)] dev-python/matplotlib[python_targets_python3_7(-)] dev-python/peewee[python_targets_python3_7(-)] dev-python/py3nvml[python_targets_python3_7(-)] dev-python/pygobject:3[python_targets_python3_7(-)] dev-python/python-xlib[python_targets_python3_7(-)] dev-python/pyxdg[python_targets_python3_7(-)] dev-python/requests[python_targets_python3_7(-)] dev-python/Rx[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/injector[python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/peewee[python_targets_python3_8(-)] dev-python/py3nvml[python_targets_python3_8(-)] dev-python/pygobject:3[python_targets_python3_8(-)] dev-python/python-xlib[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/Rx[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/injector[python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/peewee[python_targets_python3_9(-)] dev-python/py3nvml[python_targets_python3_9(-)] dev-python/pygobject:3[python_targets_python3_9(-)] dev-python/python-xlib[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/Rx[python_targets_python3_9(-)] ) dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=NVIDIA settings alternative with overclocking, fan control, and information
EAPI=7
HOMEPAGE=https://gitlab.com/leinardi/gwe
INHERIT=xdg gnome2-utils meson python-single-r1
IUSE=python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) dev-libs/gobject-introspection dev-libs/libappindicator:3 dev-libs/libdazzle python_single_target_python3_7? ( dev-python/injector[python_targets_python3_7(-)] dev-python/matplotlib[python_targets_python3_7(-)] dev-python/peewee[python_targets_python3_7(-)] dev-python/py3nvml[python_targets_python3_7(-)] dev-python/pygobject:3[python_targets_python3_7(-)] dev-python/python-xlib[python_targets_python3_7(-)] dev-python/pyxdg[python_targets_python3_7(-)] dev-python/requests[python_targets_python3_7(-)] dev-python/Rx[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/injector[python_targets_python3_8(-)] dev-python/matplotlib[python_targets_python3_8(-)] dev-python/peewee[python_targets_python3_8(-)] dev-python/py3nvml[python_targets_python3_8(-)] dev-python/pygobject:3[python_targets_python3_8(-)] dev-python/python-xlib[python_targets_python3_8(-)] dev-python/pyxdg[python_targets_python3_8(-)] dev-python/requests[python_targets_python3_8(-)] dev-python/Rx[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/injector[python_targets_python3_9(-)] dev-python/matplotlib[python_targets_python3_9(-)] dev-python/peewee[python_targets_python3_9(-)] dev-python/py3nvml[python_targets_python3_9(-)] dev-python/pygobject:3[python_targets_python3_9(-)] dev-python/python-xlib[python_targets_python3_9(-)] dev-python/pyxdg[python_targets_python3_9(-)] dev-python/requests[python_targets_python3_9(-)] dev-python/Rx[python_targets_python3_9(-)] )
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
SLOT=0
SRC_URI=https://gitlab.com/leinardi/gwe/-/archive/0.15.2/gwe-0.15.2.tar.gz
_eclasses_=xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 543b53e4d003ebd889082f4673e52af5 meson e43eef9331f54965a573ed380854ff47 python-single-r1 c7de0087e87a282f2faec351822e097c
_md5_=6b11a8fbcffa75d58d5ad74de24b37a6

View File

@@ -11,6 +11,6 @@ LICENSE=MIT
RDEPEND=!www-apps/code-server >=net-libs/nodejs-12.16.1:0/12[ssl] sys-apps/ripgrep gnome-keyring? ( app-crypt/libsecret )
RESTRICT=test
SLOT=0
SRC_URI=amd64? ( https://github.com/cdr/code-server/releases/download/v3.9.0/code-server-3.9.0-linux-amd64.tar.gz ) arm64? ( https://github.com/cdr/code-server/releases/download/v3.9.0/code-server-3.9.0-linux-arm64.tar.gz )
SRC_URI=amd64? ( https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-amd64.tar.gz ) arm64? ( https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-arm64.tar.gz )
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=5dc8d35b7c01f7b62ec0a418ba3222bc
_md5_=e52d0a4dd575b1c94c0f9da451cb45af

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Adaptive screen brightness/temperature
EAPI=7
HOMEPAGE=https://getgammy.com/
INHERIT=desktop eutils qmake-utils xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm
SLOT=0
SRC_URI=https://github.com/Fushko/gammy/archive/v0.9.58a.tar.gz -> gammy-0.9.58a.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=58f0286783346e1d20261a16e04192c3
_md5_=efcd58546c98307b8a67007eca501574

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Adaptive screen brightness/temperature
EAPI=7
HOMEPAGE=https://getgammy.com/
INHERIT=desktop eutils qmake-utils xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm
SLOT=0
SRC_URI=https://github.com/Fushko/gammy/archive/v0.9.59.tar.gz -> gammy-0.9.59.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=58f0286783346e1d20261a16e04192c3
_md5_=efcd58546c98307b8a67007eca501574

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Adaptive screen brightness/temperature
EAPI=7
HOMEPAGE=https://getgammy.com/
INHERIT=desktop eutils qmake-utils xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm
SLOT=0
SRC_URI=https://github.com/Fushko/gammy/archive/v0.9.60.tar.gz -> gammy-0.9.60.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=58f0286783346e1d20261a16e04192c3
_md5_=efcd58546c98307b8a67007eca501574

View File

@@ -1,13 +1,13 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install postinst postrm preinst prepare unpack
DEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm media-gfx/imagemagick dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Adaptive screen brightness/temperature
EAPI=7
HOMEPAGE=https://getgammy.com/
INHERIT=desktop eutils qmake-utils xdg git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-qt/qtcore:5 x11-libs/libXxf86vm
RDEPEND=dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtdbus:5 x11-libs/libXxf86vm
SLOT=0
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e qmake-utils dc74fe3891abc25e80dad5cd3d7c6e47 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=58f0286783346e1d20261a16e04192c3
_md5_=efcd58546c98307b8a67007eca501574

View File

@@ -33,7 +33,7 @@ app-backup/timeshift 20.11.1: A system restore utility for Linux
app-crypt/autofirma 1.6.5-r1: Spanish government's electronic signature application for online procedures
app-crypt/configuradorfnmt 1.0.1: Spanish government certificate request generator
app-crypt/reop 2.1.1: reasonable expectation of privacy
app-editors/atom-bin 1.55.0-r2: A hackable text editor for the 21st Century
app-editors/atom-bin 1.55.0-r3: A hackable text editor for the 21st Century
app-editors/bluegriffon-bin 3.1: The Open Source next-gen Web Editor based on the rendering engine of Firefox
app-editors/featherpad 0.17.2 0.18.0: Lightweight Qt5 Plain-Text Editor for Linux
app-editors/kitscenarist 0.7.2_rc9: Simple and powerful application for creating screenplays.
@@ -48,12 +48,12 @@ app-i18n/fcitx-skk 0.1.4: An input method engine for Fcitx
app-misc/afetch 2.1.0: Simple system info written in C
app-misc/apidb 4.3.0_beta 5.0.0_alpha 5.0.0_alpha8 5.0.0_alpha19 5.0.0_alpha20 5.8.0_beta: API Generator for Database acces.
app-misc/brightness-control 2.0_p20210331: Qt Brightness Controller in Python
app-misc/brightnessctl 0.5.1 9999: A program to read and control device brightness
app-misc/brightnessctl 0.5.1: A program to read and control device brightness
app-misc/cheat 4.0.2 4.2.0 4.2.0-r2: cheat allows you to create and view interactive cheatsheets on the command-line
app-misc/cpufetch 0.94_p20210406: Simplistic yet fancy CPU architecture fetching tool
app-misc/ddcui 0.1.2: Graphical user interface for ddcutil - control monitor settings
app-misc/doublecmd-bin 0.9.10: Free cross platform open source file manager with two panels side by side.
app-misc/dragon 1.1.1 9999: Simple drag-and-drop source/sink for X and Wayland
app-misc/dragon 1.1.1: Simple drag-and-drop source/sink for X and Wayland
app-misc/fetsh 1.8 1.9 9999: A fetch written in POSIX shell without any external commands
app-misc/fff 2.2: A simple file manager written in bash
app-misc/ghq 1.1.0 1.1.5: Remote repository management made easy
@@ -232,6 +232,7 @@ dev-python/hunter 3.1.3 3.3.1: Hunter is a flexible code tracing toolkit
dev-python/hwi 1.2.1 2.0.1: Library and command line tool for interacting with hardware wallets
dev-python/hypercorn 0.11.2: ASGI Server based on Hyper libraries and inspired by Gunicorn
dev-python/i3ipc 2.2.1: An improved Python library to control i3wm and sway.
dev-python/injector 0.18.4: Python dependency injection framework
dev-python/jellyfin-apiclient-python 1.6.2 1.7.2: Python API client for Jellyfin
dev-python/jupyter-sphinx 0.3.2: Jupyter Sphinx Extensions
dev-python/k5test 0.9.2: A library for setting up self-contained Kerberos 5 environments
@@ -252,6 +253,7 @@ dev-python/portio 0.5: Python low level port I/O for Linux x86
dev-python/pproxy 2.4.6 2.4.6-r1 2.5 2.7.7: TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio
dev-python/promise 2.3.0: Bytecode optimisation using staticness assertions
dev-python/pure-protobuf 2.0.0-r1 2.0.1: A more Pythonic version of doxypy, a Doxygen filter for Python
dev-python/py3nvml 0.2.6: Python 3 Bindings for the NVIDIA Management Library
dev-python/pydbus 0.6.0: Pythonic DBus library
dev-python/pyfiglet 0.8_p0 0.8_p1 9999: Pure-python FIGlet implementation
dev-python/pygaljs 1.0.2 1.0.2-r1: Python package providing assets from https://github.com/Kozea/pygal.js
@@ -332,7 +334,7 @@ dev-vcs/git-cu 0.5.0: Helps to keep your local git repositories organized
dev-vcs/git-repo-updater 0.5.1 0.5.1-r1: Easily update multiple git repositories at once
dev-vcs/gitahead 2.6.3: Graphical Git client to help understand and manage source code history
dev-vcs/gitqlient 1.2.0 1.3.0_beta 1.3.0 9999: Multi-platform Git client written with Qt
dev-vcs/lazygit 0.25.1 0.26.1 9999: Lazygit, a simple terminal UI for git commands
dev-vcs/lazygit 0.25.1 0.26.1 0.27.2 9999: Lazygit, a simple terminal UI for git commands
games-action/ATLauncher 3.4.3.1: Minecraft launcher which integrates multiple different ModPacks
games-action/minecraft-launcher 1.6.93 921: An open-world game whose gameplay revolves around breaking and placing blocks
games-action/multimc 0.6.12: An advanced Qt5-based open-source launcher for Minecraft
@@ -343,6 +345,7 @@ games-arcade/opensurge 0.5.1.2 9999: fun 2D retro platformer inspired by old-sch
games-arcade/taisei 1.3.1 9999: Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
games-board/openriichi 0.2.1.1: OpenRiichi is an open source Japanese Mahjong client
games-board/rmahjong 0.4_p20201106: Riichi Mahjong, the Japanese variant of the Chinese game Mahjong for 4 players
games-emulation/duckstation 9999: Fast Sony PlayStation (PSX) emulator
games-emulation/melonds 0.8.3 0.9 0.9.1 9999: Nintendo DS emulator, sorta
games-engines/boxtron 0.5.4-r1: Steam Play compatibility tool to run DOS games using native Linux DOSBox
games-engines/luxtorpeda 25.0.0: Steam Play compatibility tool to run games using native Linux engines
@@ -467,7 +470,7 @@ net-libs/usockets 0.6.0_p20210126 0.7.1 9999: tiny eventing, networking & crypto
net-mail/remail 0.9: A set of tools for crypted mailing lists
net-misc/FORT-validator 1.4.1 1.4.2 1.5.0: FORT validator is an open source RPKI validator
net-misc/amfora 1.8.0: A fancy terminal browser for the Gemini protocol.
net-misc/can-utils 2020.02.04 2020.12.0 2020.12.0-r1 9999-r3: CAN userspace utilities and tools
net-misc/can-utils 2020.02.04 2020.12.0-r1 9999-r3: CAN userspace utilities and tools
net-misc/castor 0.8.15 0.8.16: A graphical browser for plain-text protocols
net-misc/freetube-bin 0.11.3 0.12.0: https://github.com/FreeTubeApp/FreeTube
net-misc/gemserv 0.4.4 0.4.5: A gemini Server written in rust
@@ -491,7 +494,7 @@ net-misc/wsdd 0.5 0.6 0.6.1 0.6.2 0.6.4: A Web Service Discovery host daemon.
net-misc/xmrig 6.8.2 6.9.0: RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner
net-misc/xmrig-mo 6.8.2 6.9.0: RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool
net-news/sfeed 0.9.18 0.9.20 9999: simple RSS and Atom parser
net-p2p/lbry 0.48.2 0.49.1: A browser for the LBRY network, a digital marketplace controlled by its users.
net-p2p/lbry 0.48.2 0.49.1 0.50.2: A browser for the LBRY network, a digital marketplace controlled by its users.
net-p2p/monero 0.17.1.9 9999: The secure, private, untraceable cryptocurrency
net-p2p/nuxhash 1.0.0_beta2_p20191013: NiceHash cryptocurrency mining client for Linux
net-p2p/trezord-go 2.0.29-r1 2.0.30: TREZOR Communication Daemon
@@ -555,11 +558,12 @@ sys-libs/nss-tls 1.0 1.1 9999: A DNS over HTTPS resolver for glibc
sys-libs/solo-udev-rules 4.0.0-r1: udev rules for the Solo FIDO2 & U2F USB+NFC security key
sys-power/ZenStates-Linux 0_p20170507: Dynamically edit AMD Ryzen processor P-States
sys-power/disable-c6 0_p20190603: disable the C6 state upon system boot, preventing Ryzen freezes
sys-power/gwe 0.15.2: NVIDIA settings alternative with overclocking, fan control, and information
sys-process/bottom 0.5.7: A graphical process/system monitor with a customizable interface
sys-process/gotop 4.1.1: A terminal based graphical activity monitor inspired by gtop and vtop
sys-process/iotop-c 1.17: top utility for IO (C port)
sys-process/nvtop 1.1.0 9999: NVIDIA GPUs htop like monitoring tool
www-apps/code-server-bin 3.9.0 3.9.1 3.9.2: VS Code in the browser (binary version with unbundled node and ripgrep)
www-apps/code-server-bin 3.9.1 3.9.2 3.9.3: VS Code in the browser (binary version with unbundled node and ripgrep)
www-apps/gogs 0.12.3: Gogs is a self-hosted Git service written in Go
www-apps/jackett-bin 0.17.456: API Support for your favorite torrent trackers
www-apps/selfoss 2.18-r1: The multipurpose rss reader, live stream, mashup, aggregation web application

View File

@@ -1 +1 @@
Thu, 08 Apr 2021 18:04:58 +0000
Fri, 09 Apr 2021 13:05:01 +0000

View File

@@ -3,6 +3,7 @@
# * generated automatically using pmaint *
app-admin/krapplet:pass - Add support for pass compatible storage
app-editors/atom-bin:nodejs - Enable nodejs support in USE
app-editors/vscodium-bin:libsecret - Enable libsecret support
app-misc/apidb:commands - Build commands
app-misc/apidb:corelibs - Build Abtract layer
@@ -57,6 +58,15 @@ dev-util/gammaray:scxml - Build support for Qt5 State Chart XML (SCXML)
dev-util/gammaray:webengine - Enable support for dev-qt/qtwebengine
games-arcade/taisei:lto - Enable link time optimization
games-arcade/taisei:zip - Enable loading of game data from ZIP packages via dev-libs/libzip
games-emulation/duckstation:discord - Enable Discord Rich Presence to show the current game on Discord
games-emulation/duckstation:egl - Enable EGL support
games-emulation/duckstation:evdev - Support EVDev controller interface
games-emulation/duckstation:fbdev - Support FBDev OpenGL contexts
games-emulation/duckstation:gamepad - Link with SDL2 for controller support
games-emulation/duckstation:gbm - Support DRM/KMS OpenGL contexts
games-emulation/duckstation:nogui - Build the NoGUI frontend
games-emulation/duckstation:qt5 - Build the QT frontend
games-emulation/duckstation:retroachievements - Build with RetroAchievements supports
games-fps/crispy-doom:midi - Basic support for MIDI files
games-fps/crispy-doom:truecolor - Enable true-color rendering (experimental)
gui-apps/azote:imagemagick - enable colorpicker using imagemagick