2023-12-23 07:46:46 UTC

This commit is contained in:
Repository mirror & CI
2023-12-23 07:46:46 +00:00
parent 74366329ce
commit bf536d47a6
15 changed files with 133 additions and 27 deletions

View File

@@ -9,6 +9,6 @@ LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-core dev-libs/nspr app-crypt/libsecret dev-libs/expat dev-libs/glib dev-libs/nss dev-libs/openssl-compat dev-vcs/git media-libs/alsa-lib media-libs/mesa net-misc/curl net-print/cups sys-apps/dbus sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3[X] x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libxshmfence x11-libs/libXrandr x11-libs/pango
RESTRICT=test
SLOT=0
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.0/Linux.pulsar-1.112.0.tar.gz -> pulsar-bin-1.112.0-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.0/ARM.Linux.pulsar-1.112.0-arm64.tar.gz -> pulsar-bin-1.112.0-arm64.tar.gz )
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.1/Linux.pulsar-1.112.1.tar.gz -> pulsar-bin-1.112.1-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.1/ARM.Linux.pulsar-1.112.1-arm64.tar.gz -> pulsar-bin-1.112.1-arm64.tar.gz )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6654b9cc0ed7caa5783af79b9f40fdcf

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/zenlib-1.2.0
DESCRIPTION=Python CPIO library
EAPI=8
HOMEPAGE=https://github.com/desultory/pycpio
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=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/pycpio/archive/refs/tags/0.6.1.tar.gz -> pycpio-0.6.1.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690
_md5_=31f7e271994a333718cb78361b095e45

View File

@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/desultory/zenlib/archive/refs/tags/1.2.0.tar.gz -> zenlib-1.2.0.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690
_md5_=8654d13f5be39000b873511e5a9ce6f0
_md5_=abea4501aa51751ffa350e8b8d2be00d

View File

@@ -1,14 +1,16 @@
DEFINED_PHASES=compile install postinst prepare setup
BDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) test? ( python_single_target_python3_11? ( dev-python/pytest[python_targets_python3_11(-)] ) )
DEFINED_PHASES=compile install postinst prepare setup test
DESCRIPTION=Simple chroot build environment manager for building RPMs
EAPI=8
HOMEPAGE=https://rpm-software-management.github.io/mock/ https://github.com/rpm-software-management/mock/
INHERIT=bash-completion-r1 optfeature python-single-r1
IUSE=+python_single_target_python3_11
IUSE=test +python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_11? ( app-arch/rpm[python,python_single_target_python3_11(-)] dev-python/backoff[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] dev-python/pyroute2[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/rpmautospec-core[python_targets_python3_11(-)] dev-python/templated-dictionary[python_targets_python3_11(-)] ) acct-group/mock app-containers/podman dev-util/distribution-gpg-keys dev-util/mock-core-configs
REQUIRED_USE=^^ ( python_single_target_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/mock/releases/download/mock-5.3-1/mock-5.3.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=ec4faeadf2bd77056aaaffc8cec476af
_md5_=e1d329cdf28c474f865d8b679bb9a667

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-lang/go-1.21 >=dev-lang/go-1.18 app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=Fast and powerful Git hooks manager for any type of projects
EAPI=8
HOMEPAGE=https://github.com/evilmartians/lefthook
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=Apache-2.0 MIT BSD BSD-2 MPL-2.0
RDEPEND=dev-vcs/git
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/evilmartians/lefthook/archive/v1.5.5.tar.gz -> lefthook-1.5.5.tar.gz https://github.com/ixti/lefthook/releases/download/v1.5.5/lefthook-1.5.5-vendor.tar.xz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0
_md5_=7c7af06cb5e5ae78dbaaf1c846167e42

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-core media-gfx/graphite2 sys-apps/dbus sys-apps/systemd-utils x11-libs/gtk+:3[X] dev-libs/openssl:0/3
SLOT=0
SRC_URI=https://github.com/intiface/intiface-central/releases/download/v2.4.3/intiface-central-v2.4.3-linux-x64.zip
SRC_URI=https://github.com/intiface/intiface-central/releases/download/v2.5.3/intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=14e41d9de06ce4181441f3cce6c92a19
_md5_=2dbf09575a17d71bf023102c53106c54

View File

@@ -1,6 +1,6 @@
BDEPEND=>=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
DEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( media-libs/libglvnd[X] x11-libs/libdrm )
DESCRIPTION=OBS plugin that allows you to screen capture on wlroots based compositors
EAPI=7
HOMEPAGE=https://hg.sr.ht/~scoopta/wlrobs
@@ -8,9 +8,9 @@ INHERIT=meson
IUSE=+dmabuf +scpy
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
RDEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( media-libs/libglvnd[X] x11-libs/libdrm )
RESTRICT=mirror
SLOT=0
SRC_URI=https://hg.sr.ht/~scoopta/wlrobs/archive/v1.0.tar.gz -> wlrobs-1.0.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383
_md5_=0db567ce99bf4701414381c159ca97a4
_md5_=47296bd31fe9ced6e5dad46f74812015

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=dev-libs/wayland media-video/obs-studio
DESCRIPTION=OBS plugin that allows you to screen capture on wlroots based compositors
EAPI=8
HOMEPAGE=https://hg.sr.ht/~scoopta/wlrobs
INHERIT=meson
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/wayland media-video/obs-studio
RESTRICT=mirror
SLOT=0
SRC_URI=https://hg.sr.ht/~scoopta/wlrobs/archive/v1.1.tar.gz -> wlrobs-1.1.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383
_md5_=64942bc7d80b60944e0a5e992d601ba5

View File

@@ -1,15 +1,14 @@
BDEPEND=>=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array dev-vcs/mercurial
DEFINED_PHASES=compile configure install test unpack
DEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
DEPEND=dev-libs/wayland media-video/obs-studio
DESCRIPTION=OBS plugin that allows you to screen capture on wlroots based compositors
EAPI=7
EAPI=8
HOMEPAGE=https://hg.sr.ht/~scoopta/wlrobs
INHERIT=meson mercurial
IUSE=+dmabuf +scpy
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
RDEPEND=dev-libs/wayland media-video/obs-studio
RESTRICT=mirror
SLOT=0
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383 mercurial e6a56a378cb9241482284b8b897c7a39
_md5_=0db567ce99bf4701414381c159ca97a4
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383 mercurial e6a56a378cb9241482284b8b897c7a39
_md5_=c2b38329cae0bdb11f5578f8b9f9c7d1

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack
DESCRIPTION=Unbreakable Enterprise Kernel (UEK) sources built from Oracle
EAPI=8
HOMEPAGE=https://github.com/oracle/linux-uek
INHERIT=kernel-2
IUSE=+gentoo experimental symlink build
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=!build? ( app-arch/cpio dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig )
RESTRICT=binchecks strip
SLOT=5.15.0.202.135.1
SRC_URI=https://github.com/oracle/linux-uek/archive/refs/tags/v5.15.0-202.135.1.tar.gz -> linux-uek-5.15.0-202.135.1.tar.gz mirror://gentoo/genpatches-5.15-153.base.tar.xz mirror://gentoo/genpatches-5.15-153.experimental.tar.xz mirror://gentoo/genpatches-5.15-153.extras.tar.xz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe kernel-2 5f1a05e8ec7196f00c7754b57f927f06
_md5_=7629c6512f7b6ae0589a0b96d2868fd7

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/zenlib-1.2.0 >=dev-python/pycpio-0.6.1
DESCRIPTION=Python based initramfs generator with TOML defintions
EAPI=8
HOMEPAGE=https://github.com/desultory/ugrd
INHERIT=distutils-r1 optfeature
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=app-misc/pax-utils 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/0.14.3.tar.gz -> ugrd-0.14.3.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=46528c1626ff41b669457be4270ac9e8

File diff suppressed because one or more lines are too long

View File

@@ -164,7 +164,7 @@ app-editors/kitscenarist 0.7.2_rc9: Simple and powerful application for creating
app-editors/lapce 0.3.1 9999: Lightning-fast and Powerful Code Editor written in Rust
app-editors/mined 2015.25: A powerful text editor with extensive Unicode and CJK support
app-editors/neovim-qt 0.2.17-r1: Neovim client library and GUI, in Qt5
app-editors/pulsar-bin 1.111.0 1.112.0: A Community-led Hyper-Hackable Text Editor
app-editors/pulsar-bin 1.111.0 1.112.1: A Community-led Hyper-Hackable Text Editor
app-editors/typora-bin 1.5.8: a markdown editor,markdown reader.
app-emacs/idris-mode 1.0 9999: Idris syntax highlighting, compiler-supported editing, and interactive REPL
app-emacs/prop-menu 0.1.2: Compute pop-up menus from text and overlay properties
@@ -260,7 +260,7 @@ app-misc/uwufetch 2.0 2.1: A meme system info tool for Linux
app-misc/vocabsieve 0.10.2: A simple, effective tool for language learning
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
app-misc/walld 1.4.4: A Wallpaper daemon
app-misc/watchexec 1.21.1 1.22.3 1.23.0 1.24.0 1.24.1: Executes commands in response to file modifications
app-misc/watchexec 1.21.1 1.22.3 1.23.0 1.24.0 1.24.1 1.24.2: Executes commands in response to file modifications
app-misc/wego 2.2: Wego is a weather client for the terminal
app-misc/xplr 0.21.3: A hackable, minimal, fast TUI file explorer
app-misc/yaf 0.0.3: Yet another system fetch that is minimal and customizable.
@@ -1089,7 +1089,7 @@ dev-python/py-nanoid 9999: Python Nanoid
dev-python/pyagentx 0.4: Python AgentX Implementation
dev-python/pybrowserstack-screenshots 0.1-r1: A python api wrapper and client for Browserstack Screenshots API
dev-python/pyclip 0.5.4 0.6.0 0.7.0 9999: Python clipboard module
dev-python/pycpio 0.6.0: Python CPIO library
dev-python/pycpio 0.6.0 0.6.1: Python CPIO library
dev-python/pydispatcher 2.0.7: Multi-producer-multi-consumer signal dispatching mechanism
dev-python/pydub 0.25.1: Manipulate audio with an simple and easy high level interface
dev-python/pyfiglet 0.8_p1: Pure-python FIGlet implementation
@@ -1233,7 +1233,7 @@ dev-python/xunitparser 1.3.4: Read JUnit/XUnit XML files and map them to Python
dev-python/yams 0.7.3 9999: Yet Another MPD Scrobbler (for Last.FM)
dev-python/yaql 2.0.0: YAQL: Yet Another Query Language
dev-python/youseedee 0.3.0 0.4.1: Interface to the Unicode Character Database
dev-python/zenlib 1.2.0: Useful python decorators and utilities
dev-python/zenlib 1.2.0-r1: Useful python decorators and utilities
dev-python/zodb 5.8.0-r1 5.8.1: Python object-oriented database
dev-python/zodbpickle 3.0.1-r1 3.1: Fork of Python's pickle module to work with ZODB
dev-python/zope-cachedescriptors 5.0: Python descriptors which cache their output
@@ -1321,7 +1321,7 @@ dev-vcs/gitqlient-jenkins-plugin 0.2.0: GitQlient Jenkins plugin
dev-vcs/gitui 0.18.0 0.20.1: Blazing fast terminal-ui for git
dev-vcs/got 0.90 0.91: Portable version of the Game of Trees version control system
dev-vcs/lazygit 0.39.4-r1 0.40.2-r1: Simple terminal UI for git commands
dev-vcs/lefthook 1.4.8: Fast and powerful Git hooks manager for any type of projects
dev-vcs/lefthook 1.4.8 1.5.5: Fast and powerful Git hooks manager for any type of projects
dev-zig/zls 0.10.0-r1 9999: The officially unofficial Ziglang language server
games-action/ATLauncher 3.4.3.1 3.4.27.0: Minecraft launcher which integrates multiple different ModPacks
games-action/blackvoxel 2.50 9999: Blackvoxel Video Game
@@ -1437,7 +1437,7 @@ gui-apps/hiprompt-gtk-py 0_pre20220624 9999: GTK+ Himitsu prompter for Wayland
gui-apps/hyprland-plugins 0.31.0 0.32.3: A blazing fast wayland wallpaper utility
gui-apps/hyprpaper 0.3.0 0.4.0: A blazing fast wayland wallpaper utility
gui-apps/hyprpicker 0.1.1 0.2.0: A wlroots-compatible Wayland color picker that does not suck
gui-apps/intiface-central-bin 2.4.3 2.5.0: Buttplug frontend application
gui-apps/intiface-central-bin 2.5.0 2.5.3: Buttplug frontend application
gui-apps/lemurs 0.3.1 0.3.1-r1 0.3.2: A TUI Display/Login Manager
gui-apps/meteo-qt 3.3: A system tray application for the weather status
gui-apps/mpvpaper 1.2 1.3 9999: A video wallpaper program for wlroots based wayland compositors
@@ -1647,7 +1647,7 @@ media-video/tartube 2.4.077 9999: A GUI front-end for youtube-dl
media-video/trakt-scrobbler 1.4.2-r1 1.5.0-r1 1.6.3-r1: Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV
media-video/uxplay 1.66 1.67: AirPlay Unix mirroring server
media-video/walksnail-osd-tool 0.2.0 9999: Tool for rendering OSDs over Walksnail DVR recordings
media-video/wlrobs 1.0 9999: OBS plugin that allows you to screen capture on wlroots based compositors
media-video/wlrobs 1.0 1.1 9999: OBS plugin that allows you to screen capture on wlroots based compositors
media-video/ytarchive 0.4.0: Youtube livestream downloader
mpv-plugin/SmartCopyPaste 3.1: Gives mpv the capability to copy and paste while being smart and customizable
mpv-plugin/autosubsync-mpv 20220402: Automatic subtitle synchronization script for mpv media player
@@ -2005,8 +2005,8 @@ sys-kernel/dpdk-kmod 21.11.1 22.07 23.03: DPDK Kernel Nic Interface module
sys-kernel/modprobed-db 2.46: This utility tracks modules loaded by the kernel, for localmodconfig
sys-kernel/msr-safe 1.6.0: Allows safer access to model specific registers (MSRs)
sys-kernel/tirdad 0_pre20200926: kernel module for random ISN generation
sys-kernel/uek-sources 5.15.0.5.70.1 5.15.0.6.80.3 5.15.0.8.91.3 5.15.0.105.125.4 5.15.0.201.135.2 5.15.0.201.135.4: Unbreakable Enterprise Kernel (UEK) sources built from Oracle
sys-kernel/ugrd 0.11.3 0.12.1-r1: Python based initramfs generator with TOML defintions
sys-kernel/uek-sources 5.15.0.5.70.1 5.15.0.6.80.3 5.15.0.8.91.3 5.15.0.105.125.4 5.15.0.201.135.2 5.15.0.201.135.4 5.15.0.202.135.1: Unbreakable Enterprise Kernel (UEK) sources built from Oracle
sys-kernel/ugrd 0.11.3 0.12.1-r1 0.14.3: 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/xpmem 2.6.5_p20210809: Linux Cross-Memory Attach
@@ -2076,7 +2076,7 @@ www-servers/hinsightd 0.9.17 9999: hinsightd a http/1.1 webserver with (hopefull
www-servers/quark 9999: A small, GET-only static HTTP server
x11-apps/lightdm-gtk-greeter-settings 1.2.2-r1: Configuration tool for the LightDM GTK Greeter
x11-apps/xcur2png 0.7.1 0.7.1-r1: Convert X cursors to PNG images
x11-drivers/OpenTabletDriver 0.6.3.0: A cross-platform open-source tablet driver
x11-drivers/OpenTabletDriver 0.6.3.0 0.6.4.0: A cross-platform open-source tablet driver
x11-drivers/OpenTabletDriver-bin 0.6.3.0: Cross platform tablet driver (binary package)
x11-libs/gtk-fortran 3.24.31 4.3.0 4.4.0 4.4.1: A GTK+ binding to build Graphical User Interfaces in Fortran
x11-libs/sdl-fakeqwerty 0_pre20191217: Fixes non-QWERTY keyboards on Prison Architect (and maybe other SDL games)

View File

@@ -1 +1 @@
Thu, 21 Dec 2023 16:48:49 +0000
Sat, 23 Dec 2023 07:46:46 +0000