2024-05-07 14:33:46 UTC

This commit is contained in:
Repository mirror & CI
2024-05-07 14:33:47 +00:00
parent 11bce02b23
commit 950d6c390c
12 changed files with 27 additions and 44 deletions

View File

@@ -9,6 +9,6 @@ LICENSE=GPL-3
RDEPEND=!app-admin/bitwarden-cli
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2024.2.0/bw-linux-2024.2.0.zip
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2024.4.0/bw-linux-2024.4.0.zip
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=13fccacdd849789ecd3f3b944e3e18e1
_md5_=272f4d2e82b6dfa2923b147ad82ccca0

View File

@@ -1,15 +1,14 @@
BDEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/mkdocs[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/mkdocs[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=Plugin for MkDocs to keep a simple blog section inside your documentation.
EAPI=8
HOMEPAGE=https://github.com/fmaida/mkdocs-blog-plugin https://pypi.org/project/mkdocs-blog-plugin
INHERIT=distutils-r1 git-r3
IUSE=python_targets_python3_10 python_targets_python3_11
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
LICENSE=MIT
PROPERTIES=live
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RDEPEND=dev-python/mkdocs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=93c6b8aac8f4b94bf06258b798f65bb3
_md5_=05fb280c99ddae079fe00b4b359b49af

View File

@@ -1,16 +1,15 @@
BDEPEND=dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/flake8[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/flake8[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=Python Nanoid
EAPI=8
HOMEPAGE=https://github.com/puyuan/py-nanoid https://pypi.org/project/nanoid
INHERIT=distutils-r1 git-r3
IUSE=test python_targets_python3_10 python_targets_python3_11
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
LICENSE=MIT
PROPERTIES=live
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=eece3da2d825e47e16c92d498de2c3f5
_md5_=c523805179191062cd0bfdda89ac003d

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-vcs/git
DEFINED_PHASES=configure install postinst postrm preinst setup unpack
DEPEND=libnotify? ( x11-libs/libnotify ) app-crypt/libsecret app-accessibility/at-spi2-core dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libX11 x11-libs/libXrandr x11-libs/pango x11-misc/xdg-utils
DEPEND=libnotify? ( x11-libs/libnotify ) app-crypt/libsecret app-accessibility/at-spi2-core dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libxkbcommon x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libX11 x11-libs/libXrandr x11-libs/pango x11-misc/xdg-utils
DESCRIPTION=All-in-one voice and text chat for gamers with Vencord Preinstalled
EAPI=8
HOMEPAGE=https://github.com/Vencord/Vesktop/
@@ -13,4 +13,4 @@ RESTRICT=bindist mirror strip test
SLOT=0
SRC_URI=https://github.com/Vencord/Vesktop/releases/download/v1.5.2/vesktop-1.5.2.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info 7ca3057b277f1e5978947b4cc289ce62 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=330327a0cedf7c14ad9fc580ccc5ea9d
_md5_=2cb33432933a786ee67aa3453aa83fe3

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=MEGA
RDEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/libmediainfo media-libs/libraw net-dns/c-ares:= net-misc/curl[ssl,curl_ssl_openssl(-)] sys-libs/zlib x11-libs/libxcb:= dolphin? ( kde-apps/dolphin ) freeimage? ( media-libs/freeimage media-video/ffmpeg:= ) nautilus? ( >=gnome-base/nautilus-43 ) nemo? ( gnome-extra/nemo ) thunar? ( xfce-base/thunar ) x11-themes/hicolor-icon-theme
SLOT=0
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.2.0.0_Linux.tar.gz -> megasync-5.2.0.0.tar.gz https://github.com/meganz/sdk/archive/f71b60452a5d6c32bebc5125a13977a335d78e71.tar.gz -> megasync-sdk-5.2.0.0.tar.gz
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.2.1.0_Linux.tar.gz -> megasync-5.2.1.0.tar.gz https://github.com/meganz/sdk/archive/f71b60452a5d6c32bebc5125a13977a335d78e71.tar.gz -> megasync-sdk-5.2.1.0.tar.gz
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=c84b9d8600580f86e600059692931ec3

View File

@@ -1,15 +0,0 @@
DEFINED_PHASES=compile install test
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
DESCRIPTION=Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
EAPI=8
HOMEPAGE=https://github.com/scottchiefbaker/dool
INHERIT=python-r1
IUSE=doc examples python_targets_python3_10 python_targets_python3_11
KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux
LICENSE=GPL-2
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://github.com/scottchiefbaker/dool/archive/6b89f2d0b6e38e1c8d706e88a12e020367f5100d.tar.gz -> dool-1.1.0.tar.gz https://github.com/stanford-rc/dool/commit/fa079a43c97f772a4809304386dbed5f4afa9a54.patch -> dool-1.0.0-fix-proc-diskstats-parsing.patch
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
_md5_=0321d8a922cc1416a5d6c4d69e3fe157

View File

@@ -5,11 +5,11 @@ EAPI=8
HOMEPAGE=https://github.com/scottchiefbaker/dool
INHERIT=python-r1
IUSE=doc examples python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux
KEYWORDS=~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-2
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/scottchiefbaker/dool/archive/refs/tags/v1.3.1.tar.gz -> dool-1.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
_md5_=7a898d040f5acbcbc586439db1b6435c
_md5_=82839598708620dda1c37020861c4678

View File

@@ -12,4 +12,4 @@ RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_pytho
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=7a898d040f5acbcbc586439db1b6435c
_md5_=82839598708620dda1c37020861c4678

View File

@@ -10,6 +10,6 @@ LICENSE=GPL-2
RDEPEND=app-misc/pax-utils >=dev-python/zenlib-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pycpio-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pciutils python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/desultory/ugrd/archive/refs/tags/1.3.7.tar.gz -> ugrd-1.3.7.tar.gz
SRC_URI=https://github.com/desultory/ugrd/archive/refs/tags/1.3.8.tar.gz -> ugrd-1.3.8.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=a7944068ddf92ef17452a2990de901cc

View File

@@ -89,7 +89,7 @@ app-admin/ananicy-cpp 1.1.1-r3: Ananicy rewritten in C++ for much lower CPU and
app-admin/antidot 0.6.3: Cleans up your $HOME from those pesky dotfiles
app-admin/aws-vault 7.2.0: Securely store and access AWS credentials in development environments
app-admin/bitwarden-cli 2024.2.0 2024.2.1: CLI frontend client connects to Bitwarden comapatible password manager server
app-admin/bitwarden-cli-bin 2024.2.0 2024.2.1 2024.3.1: Precompiled CLI frontend which connects to Bitwarden comapatible servers
app-admin/bitwarden-cli-bin 2024.2.1 2024.3.1 2024.4.0: Precompiled CLI frontend which connects to Bitwarden comapatible servers
app-admin/boinctui 2.7.1: Fullscreen text mode manager for the BOINC client
app-admin/chamber 2.13.2: Managing secrets in AWS SSM Parameter Store
app-admin/chezmoi 2.47.3: Manage your dotfiles across multiple machines, securely
@@ -363,7 +363,7 @@ app-voices/rhvoice-bdl 4.1: RHVoice voice: bdl (en)
app-voices/rhvoice-clb 4.0: RHVoice voice: clb (en)
app-voices/rhvoice-slt 4.1: RHVoice voice: slt (en)
dev-build/FoBiS 3.0.5-r1: FoBiS.py, a Fortran Building System for poor men
dev-build/cargo-make 0.37.11: Rust task runner and build tool
dev-build/cargo-make 0.37.12: Rust task runner and build tool
dev-build/fpm 0.9.0 0.10.0: Fortran Package Manager (fpm)
dev-build/fypp 3.1 3.2: Fypp - Python powered Fortran preprocessor
dev-build/just 1.25.2: Just a command runner (with syntax inspired by 'make')
@@ -1410,7 +1410,7 @@ net-misc/lyrics-in-terminal 1.5.0: Command Line Lyrics fetcher for MPRIS media p
net-misc/maestral 1.9.3: Maestral is an open-source Dropbox client written in Python
net-misc/maestral-qt 1.9.3: Maestral is an open-source Dropbox client written in Python
net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
net-misc/megasync 5.2.0.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/megasync 5.2.1.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/myip 1.2.1: Get your external IP address using STUN server
net-misc/ooni-probe-cli 3.18.0 3.18.1: OONI Probe network measurement tool for detecting internet censorship
net-misc/openbgpd 6.9_p0 8.0 9999: OpenBGPD is a free implementation of BGPv4
@@ -1544,7 +1544,7 @@ sys-apps/asus-touchpad-numpad-driver 0_pre20220311 9999: Feature-rich configurab
sys-apps/bat-extras 2023.09.19 2023.09.19-r1 9999: Bash scripts that integrate bat with various command line tools.
sys-apps/bustd 0.1.1: Process killer daemon for out-of-memory scenarios
sys-apps/corefreq 1.96.3: CPU monitoring software designed for the 64-bits Processors, like top
sys-apps/dool 1.1.0 1.3.1 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
sys-apps/dool 1.3.1-r1 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
sys-apps/drm_info 2.6.0: Small utility to dump info about DRM devices
sys-apps/fchroot 0.1.2: Funtoo's franken-chroot tool - chroot from AMD64 to ARM system
sys-apps/fselect 0.8.5: Find files with SQL-like queries
@@ -1598,7 +1598,7 @@ sys-fs/ufiformat 0.9.9: USB Floppy Disk formatting tool
sys-fs/zfs-auto-utils 1.0.0: ZFS Automatic Scrub/Trim for Linux
sys-kernel/dpdk-kmod 23.03: DPDK Kernel Nic Interface module
sys-kernel/uek-sources 5.15.0.206.149.1 5.15.0.206.153.6: Unbreakable Enterprise Kernel (UEK) sources built from Oracle
sys-kernel/ugrd 0.22.0 1.2.2 1.3.7: Python based initramfs generator with TOML defintions
sys-kernel/ugrd 0.22.0 1.2.2 1.3.8: Python based initramfs generator with TOML defintions
sys-kernel/usermode-kernel 6.0.12: Linux kernel built with Gentoo patches
sys-kernel/xow 0.5: Linux driver for the Xbox One wireless dongle
sys-kernel/zenpower3 0.2.0: Linux kernel driver for reading sensors of AMD Zen family CPUs

View File

@@ -1 +1 @@
Tue, 07 May 2024 08:05:58 +0000
Tue, 07 May 2024 14:33:46 +0000