mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
2026-04-30 11:15:53 UTC
This commit is contained in:
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/app-editors/fresh-0.3.2
Normal file
15
metadata/md5-cache/app-editors/fresh-0.3.2
Normal file
File diff suppressed because one or more lines are too long
17
metadata/md5-cache/app-misc/cameractrls-0.6.10
Normal file
17
metadata/md5-cache/app-misc/cameractrls-0.6.10
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-util/desktop-file-utils
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare setup
|
||||
DEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) gui-libs/gtk:4 media-libs/libjpeg-turbo media-libs/libsdl2 python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject:3[python_targets_python3_14(-)] ) systemd? ( sys-apps/systemd:= )
|
||||
DESCRIPTION=Camera controls for Linux
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/soyersoyer/cameractrls
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop python-single-r1 xdg
|
||||
IUSE=systemd python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=LGPL-3+
|
||||
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) gui-libs/gtk:4 media-libs/libjpeg-turbo media-libs/libsdl2 python_single_target_python3_11? ( dev-python/pygobject:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject:3[python_targets_python3_14(-)] ) systemd? ( sys-apps/systemd:= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/soyersoyer/cameractrls/archive/refs/tags/v0.6.10.tar.gz -> cameractrls-0.6.10.tar.gz
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=332726a57225e20090deb4acbb0f6887
|
||||
@@ -5,7 +5,7 @@ DESCRIPTION=AMD XDNA Driver
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/amd/xdna-driver
|
||||
IDEPEND=sys-apps/kmod[tools]
|
||||
INHERIT=linux-mod-r1 multiprocessing toolchain-funcs
|
||||
INHERIT=linux-mod-r1 multiprocessing optfeature toolchain-funcs
|
||||
IUSE=compress-xz compress-zstd dist-kernel modules-compress modules-sign +strip
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2 linux-fw-redistributable
|
||||
@@ -13,5 +13,5 @@ RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
|
||||
REQUIRED_USE=?? ( compress-xz compress-zstd )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/amd/xdna-driver/archive/refs/tags/2.21.75.tar.gz -> xdna-driver-2.21.75.tar.gz https://gitlab.com/kernel-firmware/drm-firmware/-/raw/9c532be0fe8d6ac30e8a5e1c0b54a88ae94f50b6/amdnpu/17f0_00/npu.sbin.0.7.22.185 -> 9c532b-17f0_00__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/9c532be0fe8d6ac30e8a5e1c0b54a88ae94f50b6/amdnpu/17f0_10/1.7_npu.sbin.1.1.2.64 -> 9c532b-17f0_10__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/9c532be0fe8d6ac30e8a5e1c0b54a88ae94f50b6/amdnpu/17f0_11/1.7_npu.sbin.1.1.2.65 -> 9c532b-17f0_11__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/9c532be0fe8d6ac30e8a5e1c0b54a88ae94f50b6/amdnpu/1502_00/npu.sbin.1.5.5.391 -> 9c532b-1502_00__npu.dev.sbin
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 linux-mod-r1 c07d9d48506ae94ea189c64f2f78a94a
|
||||
_md5_=056b86007e2036fa9597657620348480
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 linux-mod-r1 c07d9d48506ae94ea189c64f2f78a94a optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=4f77f1a941350ee641aa1da7ce08596e
|
||||
|
||||
@@ -5,12 +5,12 @@ DESCRIPTION=AMD XDNA Driver
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/amd/xdna-driver
|
||||
IDEPEND=sys-apps/kmod[tools]
|
||||
INHERIT=linux-mod-r1 multiprocessing toolchain-funcs git-r3
|
||||
INHERIT=linux-mod-r1 multiprocessing optfeature toolchain-funcs git-r3
|
||||
IUSE=compress-xz compress-zstd dist-kernel modules-compress modules-sign +strip
|
||||
LICENSE=GPL-2 linux-fw-redistributable
|
||||
PROPERTIES=live
|
||||
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
|
||||
REQUIRED_USE=?? ( compress-xz compress-zstd )
|
||||
SLOT=0
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 linux-mod-r1 c07d9d48506ae94ea189c64f2f78a94a git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||
_md5_=1d3cfd8ae28955bca7d42f791b0a28fa
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 linux-mod-r1 c07d9d48506ae94ea189c64f2f78a94a optfeature 538bce96e5589935b57e178e8635f301 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||
_md5_=257f4c42fc8502c989da894496adc0dd
|
||||
|
||||
16
metadata/md5-cache/dev-python/pipdeptree-2.34.0
Normal file
16
metadata/md5-cache/dev-python/pipdeptree-2.34.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-python/hatch-vcs[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/graphviz[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/virtualenv-20.31.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/packaging-23.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-mock[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-subprocess[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DESCRIPTION=Utility for displaying installed packages in a dependency tree
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/tox-dev/pipdeptree/ https://pypi.org/project/pipdeptree/
|
||||
INHERIT=distutils-r1 pypi optfeature
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/packaging-23.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.34.0.tar.gz verify-provenance? ( https://pypi.org/integrity/pipdeptree/v2.34.0/pipdeptree-2.34.0.tar.gz/provenance -> pipdeptree-2.34.0.tar.gz.provenance )
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=dc9912bb82da1350dd5886302aa15481
|
||||
16
metadata/md5-cache/dev-python/pipenv-2026.6.1
Normal file
16
metadata/md5-cache/dev-python/pipenv-2026.6.1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=>=dev-python/pexpect-4.8.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/pipdeptree-2.34.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/plette-2.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ptyprocess-0.7.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pythonfinder-3.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/shellingham[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/virtualenv-20.0.35[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/flaky[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mock[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytz[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pexpect-4.8.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/pipdeptree-2.34.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/plette-2.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ptyprocess-0.7.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pythonfinder-3.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/shellingham[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/virtualenv-20.0.35[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python Development Workflow for Humans
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/pypa/pipenv https://pypi.org/project/pipenv/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/pexpect-4.8.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/pipdeptree-2.34.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/plette-2.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ptyprocess-0.7.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pythonfinder-3.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/shellingham[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/virtualenv-20.0.35[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pypa/pipenv/archive/v2026.6.1.tar.gz -> pipenv-2026.6.1.gh.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
|
||||
_md5_=bec80b4d50666100939f05f10190e779
|
||||
16
metadata/md5-cache/dev-python/plette-2.1.0-r1
Normal file
16
metadata/md5-cache/dev-python/plette-2.1.0-r1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Structured Pipfile and Pipfile.lock models
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/sarugaku/plette/ https://pypi.org/project/plette/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=ISC
|
||||
RDEPEND=dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/plette/plette-2.1.0.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||
_md5_=6283c87d20e771daf0044d67980db97f
|
||||
16
metadata/md5-cache/dev-python/plette-2.2.1
Normal file
16
metadata/md5-cache/dev-python/plette-2.2.1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Structured Pipfile and Pipfile.lock models
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/sarugaku/plette/ https://pypi.org/project/plette/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||
LICENSE=ISC
|
||||
RDEPEND=dev-python/tomlkit[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_pypy3_11? ( dev-lang/pypy:3.11= ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/plette/plette-2.2.1.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||
_md5_=6283c87d20e771daf0044d67980db97f
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_12(-)?,python_t
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v8.2.2.tar.gz -> textual-8.2.2.gh.tar.gz
|
||||
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v8.2.5.tar.gz -> textual-8.2.5.gh.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=6f7dfdd90a37eedbfe38343ccce5af02
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64 ~arm64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=net-libs/nodejs
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.39.1/gemini-cli-bundle.zip -> gemini-cli-0.39.1.zip
|
||||
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.40.0/gemini-cli-bundle.zip -> gemini-cli-0.40.0.zip
|
||||
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad
|
||||
_md5_=ab48c698ed928ca0b8c76d9686ad0e29
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( app-arch/rpm2targz )
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare unpack
|
||||
DESCRIPTION=Open-source gaming platform and launcher
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hydralauncher/hydra
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm xdg
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=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 net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.8.1/hydralauncher-3.8.1.x86_64.rpm )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 rpm 716d8645cb3f94e78951eda6c33e0546 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=d44f122613e2bb145e2ca1250d9734ba
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( app-arch/rpm2targz )
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare unpack
|
||||
DESCRIPTION=Open-source gaming platform and launcher
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hydralauncher/hydra
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm xdg
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=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 net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.9.0/hydralauncher-3.9.0.x86_64.rpm )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 rpm 716d8645cb3f94e78951eda6c33e0546 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=156eea742207667e45910f42c8342c87
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( app-arch/rpm2targz )
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare unpack
|
||||
DESCRIPTION=Open-source gaming platform and launcher
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hydralauncher/hydra
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm xdg
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=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 net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.9.1/hydralauncher-3.9.1.x86_64.rpm )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 rpm 716d8645cb3f94e78951eda6c33e0546 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=156eea742207667e45910f42c8342c87
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( app-arch/rpm2targz )
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare unpack
|
||||
DESCRIPTION=Open-source gaming platform and launcher
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hydralauncher/hydra
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm xdg
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=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 net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.9.3/hydralauncher-3.9.3.x86_64.rpm )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 rpm 716d8645cb3f94e78951eda6c33e0546 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=156eea742207667e45910f42c8342c87
|
||||
@@ -10,6 +10,6 @@ LICENSE=MIT
|
||||
RDEPEND=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 net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.9.4/hydralauncher-3.9.4.x86_64.rpm )
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.9.7/hydralauncher-3.9.7.x86_64.rpm )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 rpm 716d8645cb3f94e78951eda6c33e0546 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=156eea742207667e45910f42c8342c87
|
||||
16
metadata/md5-cache/kde-misc/kcgroups-dmemcg-0.1
Normal file
16
metadata/md5-cache/kde-misc/kcgroups-dmemcg-0.1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-build/cmake dev-build/ninja kde-frameworks/extra-cmake-modules app-alternatives/ninja >=dev-build/cmake-3.28.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-6.0.0:*
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DEPEND=dev-qt/qtbase:6 kde-frameworks/kconfig:6 kde-frameworks/kdbusaddons:6 kde-frameworks/kwindowsystem:6 dev-qt/qtbase:6
|
||||
DESCRIPTION=KDE library to manipulate cgroups and boost foreground apps, with dmem cgroup support
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/pixelcluster/kcgroups
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=ecm
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-2.1+
|
||||
RDEPEND=dev-qt/qtbase:6 kde-frameworks/kconfig:6 kde-frameworks/kdbusaddons:6 kde-frameworks/kwindowsystem:6 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-6 dev-qt/qtbase:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pixelcluster/kcgroups/archive/refs/tags/kcgroups-dmemcg-experimental.tar.gz -> kcgroups-dmemcg-0.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 ecm c3772d432284de03db6df21d71be747a
|
||||
_md5_=c3555210eab3d8774029fb34a2743911
|
||||
@@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-build/cmake dev-build/ninja kde-frameworks/extra-cmake-modules app-alternatives/ninja >=dev-build/cmake-3.28.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-6.0.0:*
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DEPEND=dev-qt/qtbase:6 kde-frameworks/kconfig:6 kde-frameworks/kdbusaddons:6 kde-frameworks/kwindowsystem:6 kde-misc/kcgroups-dmemcg kde-plasma/plasma-workspace:6 dev-qt/qtbase:6
|
||||
DESCRIPTION=KDE helper to boost foreground apps using dmem cgroup limits
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/pixelcluster/kcgroups
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=ecm
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-2.1+
|
||||
RDEPEND=dev-qt/qtbase:6 kde-frameworks/kconfig:6 kde-frameworks/kdbusaddons:6 kde-frameworks/kwindowsystem:6 kde-misc/kcgroups-dmemcg kde-plasma/plasma-workspace:6 || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-6 dev-qt/qtbase:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/pixelcluster/kcgroups/archive/refs/tags/booster-dmemcg-experimental.tar.gz -> plasma-foreground-booster-dmemcg-0.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 ecm c3772d432284de03db6df21d71be747a
|
||||
_md5_=ca364cd3e2c6db33d9238f8a68cf99b6
|
||||
@@ -11,6 +11,6 @@ RDEPEND=media-video/mpv >=net-misc/yt-dlp-2025.01.12[python_targets_python3_12(-
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/peternaame-boop/ytm-player/archive/v1.6.0.tar.gz -> ytm-player-1.6.0.tar.gz
|
||||
SRC_URI=https://github.com/peternaame-boop/ytm-player/archive/v1.9.1.tar.gz -> ytm-player-1.9.1.tar.gz
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=b3afe7ba40ea241c10c2031d9a210f0b
|
||||
_md5_=3e98130fa71474cb45befd03d5aed5c9
|
||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/aml x11-libs/libxkbcommon x11-libs/pixman dev-libs/wayland
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/any1/wlvncc/archive/bec7a54fbb835824ac6f8cefbf50181189a5c510.tar.gz -> wlvncc-20250307.gh.tar.gz
|
||||
SRC_URI=https://github.com/any1/wlvncc/archive/cc0abf87c37920540f2439a556e6a480c28f8f46.tar.gz -> wlvncc-20260429.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f
|
||||
_md5_=3f6606cf2fd22de6f89cea744e1f4aeb
|
||||
_md5_=96e65addd32f03076c0c7504be452682
|
||||
15
metadata/md5-cache/sys-apps/dmemcg-booster-0.1.2
Normal file
15
metadata/md5-cache/sys-apps/dmemcg-booster-0.1.2
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prerm setup test unpack
|
||||
DEPEND=sys-apps/dbus x11-libs/libdrm
|
||||
DESCRIPTION=Service for enabling and controlling dmem cgroup limits for boosting foreground games
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.steamos.cloud/holo/dmemcg-booster
|
||||
INHERIT=cargo systemd
|
||||
IUSE=systemd debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=sys-apps/dbus x11-libs/libdrm systemd? ( sys-apps/systemd:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://crates.io/api/v1/crates/dbus/0.9.10/download -> dbus-0.9.10.crate https://crates.io/api/v1/crates/libc/0.2.182/download -> libc-0.2.182.crate https://crates.io/api/v1/crates/libdbus-sys/0.2.7/download -> libdbus-sys-0.2.7.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://gitlab.steamos.cloud/holo/dmemcg-booster/-/archive/0.1.2/dmemcg-booster-0.1.2.tar.bz2
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 53bab5a62cfc3526d8ed02c0a38a6033 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=66d056d17820b12204191941dda6c286
|
||||
@@ -1,18 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig llvm_slot_18? ( llvm-core/clang:18 ) llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) llvm_slot_21? ( llvm-core/clang:21 ) || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
|
||||
DEPEND=virtual/opencl x11-libs/libdrm[video_cards_amdgpu] gui? ( dev-libs/glib:2 gui-libs/gtk:4[introspection] media-libs/fontconfig media-libs/freetype media-libs/graphene x11-libs/cairo x11-libs/pango ) libadwaita? ( >=gui-libs/libadwaita-1.4.0:1 ) test? ( sys-fs/fuse:3 )
|
||||
DESCRIPTION=Linux GPU Control Application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ilya-zlobintsev/LACT
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cargo llvm-r2 xdg
|
||||
IUSE=gui libadwaita test video_cards_nvidia debug +llvm_slot_21 llvm_slot_18 llvm_slot_19 llvm_slot_20
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-3+ MIT MPL-2.0 Unicode-3.0 ZLIB
|
||||
RDEPEND=virtual/opencl x11-libs/libdrm[video_cards_amdgpu] gui? ( dev-libs/glib:2 gui-libs/gtk:4[introspection] media-libs/fontconfig media-libs/freetype media-libs/graphene x11-libs/cairo x11-libs/pango ) libadwaita? ( >=gui-libs/libadwaita-1.4.0:1 ) dev-util/vulkan-tools sys-apps/hwdata
|
||||
REQUIRED_USE=libadwaita? ( gui ) test? ( gui ) ^^ ( llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.8.3.tar.gz -> lact-0.8.3.tar.gz https://github.com/kenba/cl3/archive/4da03b19d19ce2ca735e09dc5e2a1bcfa133beff.tar.gz -> cl3-4da03b19d19ce2ca735e09dc5e2a1bcfa133beff.gh.tar.gz https://github.com/pastalian/distfiles/releases/download/lact-0.8.3/lact-0.8.3-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 53bab5a62cfc3526d8ed02c0a38a6033 llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=1e533bc5fbcbfae436a9a4a13140c5fd
|
||||
@@ -1,18 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig llvm_slot_18? ( llvm-core/clang:18 ) llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) llvm_slot_21? ( llvm-core/clang:21 ) || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
|
||||
DEPEND=x11-libs/libdrm[video_cards_amdgpu] gui? ( dev-libs/glib:2 gui-libs/gtk:4[introspection] media-libs/fontconfig media-libs/freetype media-libs/graphene x11-libs/cairo x11-libs/pango ) libadwaita? ( >=gui-libs/libadwaita-1.4.0:1 ) test? ( sys-fs/fuse:3 )
|
||||
DESCRIPTION=Linux GPU Control Application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ilya-zlobintsev/LACT
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cargo llvm-r2 xdg
|
||||
IUSE=gui libadwaita test video_cards_nvidia debug +llvm_slot_21 llvm_slot_18 llvm_slot_19 llvm_slot_20
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-3+ MIT MPL-2.0 Unicode-3.0 ZLIB
|
||||
RDEPEND=x11-libs/libdrm[video_cards_amdgpu] gui? ( dev-libs/glib:2 gui-libs/gtk:4[introspection] media-libs/fontconfig media-libs/freetype media-libs/graphene x11-libs/cairo x11-libs/pango ) libadwaita? ( >=gui-libs/libadwaita-1.4.0:1 ) dev-util/clinfo dev-util/vulkan-tools sys-apps/hwdata
|
||||
REQUIRED_USE=libadwaita? ( gui ) test? ( gui ) ^^ ( llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.8.4.tar.gz -> lact-0.8.4.tar.gz https://github.com/pastalian/distfiles/releases/download/lact-0.8.4/lact-0.8.4-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 53bab5a62cfc3526d8ed02c0a38a6033 llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=96c449b3f4f466499aa050b96abba419
|
||||
18
metadata/md5-cache/sys-apps/lact-0.9.0
Normal file
18
metadata/md5-cache/sys-apps/lact-0.9.0
Normal file
@@ -0,0 +1,18 @@
|
||||
BDEPEND=virtual/pkgconfig llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) llvm_slot_21? ( llvm-core/clang:21 ) llvm_slot_22? ( llvm-core/clang:22 ) || ( >=dev-lang/rust-bin-1.93.0:* >=dev-lang/rust-1.93.0:* )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
|
||||
DEPEND=!test? ( x11-libs/libdrm ) test? ( x11-libs/libdrm[video_cards_amdgpu,video_cards_intel] ) gui? ( dev-libs/glib:2 gnome-base/gsettings-desktop-schemas gui-libs/gtk:4[introspection] >=gui-libs/libadwaita-1.5.0:1 media-libs/fontconfig media-libs/freetype media-libs/graphene x11-libs/cairo x11-libs/pango ) test? ( sys-fs/fuse:3 )
|
||||
DESCRIPTION=Linux GPU Control Application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ilya-zlobintsev/LACT
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cargo llvm-r2 xdg
|
||||
IUSE=gui test video_cards_nvidia debug +llvm_slot_21 llvm_slot_19 llvm_slot_20 llvm_slot_22
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-3+ MIT MPL-2.0 Unicode-3.0 ZLIB
|
||||
RDEPEND=!test? ( x11-libs/libdrm ) test? ( x11-libs/libdrm[video_cards_amdgpu,video_cards_intel] ) gui? ( dev-libs/glib:2 gnome-base/gsettings-desktop-schemas gui-libs/gtk:4[introspection] >=gui-libs/libadwaita-1.5.0:1 media-libs/fontconfig media-libs/freetype media-libs/graphene x11-libs/cairo x11-libs/pango ) dev-util/clinfo dev-util/vulkan-tools sys-apps/hwdata
|
||||
REQUIRED_USE=test? ( gui ) ^^ ( llvm_slot_19 llvm_slot_20 llvm_slot_21 llvm_slot_22 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v0.9.0.tar.gz -> lact-0.9.0.tar.gz https://github.com/pastalian/distfiles/releases/download/lact-0.9.0/lact-0.9.0-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 53bab5a62cfc3526d8ed02c0a38a6033 llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=a54e1c7c2394a9449056db8faea8afa8
|
||||
@@ -12,6 +12,6 @@ LICENSE=Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
|
||||
RDEPEND=acct? ( acct-group/git acct-user/git[gitea] ) pam? ( sys-libs/pam ) dev-vcs/git !www-apps/gitea virtual/tmpfiles
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v11.0.12/forgejo-src-11.0.12.tar.gz -> forgejo-11.0.12.tar.gz
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v11.0.13/forgejo-src-11.0.13.tar.gz -> forgejo-11.0.13.tar.gz
|
||||
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 1cbfd286f3aaa35f18f9dec1d3dbedf1 tmpfiles e0b49bcd7a0daea941c0fbe4cb35ff4e systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=5f6c067866711f22a14ec79a66959aaf
|
||||
@@ -12,6 +12,6 @@ LICENSE=Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
|
||||
RDEPEND=acct? ( acct-group/git acct-user/git[gitea] ) pam? ( sys-libs/pam ) >=dev-vcs/git-2.34.1 !www-apps/gitea virtual/tmpfiles
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v14.0.4/forgejo-src-14.0.4.tar.gz -> forgejo-14.0.4.tar.gz
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v14.0.5/forgejo-src-14.0.5.tar.gz -> forgejo-14.0.5.tar.gz
|
||||
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 1cbfd286f3aaa35f18f9dec1d3dbedf1 tmpfiles e0b49bcd7a0daea941c0fbe4cb35ff4e systemd a964c0cbe818b5729da1dbfcee5be861 eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0
|
||||
_md5_=660d320b33abbc9e6f2b7583fd434500
|
||||
@@ -12,6 +12,6 @@ LICENSE=Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
|
||||
RDEPEND=acct? ( acct-group/git acct-user/git[gitea] ) pam? ( sys-libs/pam ) >=dev-vcs/git-2.34.1 !www-apps/gitea virtual/tmpfiles
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v15.0.0/forgejo-src-15.0.0.tar.gz -> forgejo-15.0.0.tar.gz
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v15.0.1/forgejo-src-15.0.1.tar.gz -> forgejo-15.0.1.tar.gz
|
||||
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 1cbfd286f3aaa35f18f9dec1d3dbedf1 tmpfiles e0b49bcd7a0daea941c0fbe4cb35ff4e systemd a964c0cbe818b5729da1dbfcee5be861 eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0
|
||||
_md5_=4ff33ba9b2395f7d84aa795cc58da7f7
|
||||
@@ -199,7 +199,7 @@ app-doc/stdman 2022.07.30 2024.07.05 9999: Formatted C++ stdlib man pages (cppre
|
||||
app-doc/sway-wiki 9999: Wiki of gui-wm/sway, rendered to HTML using kramdown-parser-gfm
|
||||
app-editors/edit 1.2.0: Microsoft edit
|
||||
app-editors/emacs-lsp-booster 0.2.1: Emacs LSP performance booster
|
||||
app-editors/fresh 0.2.25 0.3.0 0.3.1: Terminal based IDE & text editor: easy, powerful and fast
|
||||
app-editors/fresh 0.3.0 0.3.1 0.3.2: Terminal based IDE & text editor: easy, powerful and fast
|
||||
app-editors/imhex 1.38.1: A hex editor for reverse engineers, programmers, and eyesight
|
||||
app-editors/kakoune-lsp 18.1.0: Kakoune Language Server Protocol Client
|
||||
app-editors/l3afpad 0.8.18.1.11: Simple GTK3 text editor (successor to leafpad)
|
||||
@@ -251,6 +251,7 @@ app-misc/bitfake2 1.1 9999: Audio tool using FFTW and libebur128
|
||||
app-misc/blahaj 2.2.0-r1: Gay sharks at your local terminal
|
||||
app-misc/brightnessctl 0.5.1: A program to read and control device brightness
|
||||
app-misc/bt 1.2.2: Interactive tree-like terminal file manager
|
||||
app-misc/cameractrls 0.6.10: Camera controls for Linux
|
||||
app-misc/catt 0.12.13 0.13.0 0.13.1: Send videos from many, many online sources to your Chromecast
|
||||
app-misc/cepl 32.0.0 9999: A readline C and C++ REPL with history, tab-completion, and undo.
|
||||
app-misc/chayang 0.1.0: Gradually dim the screen.
|
||||
@@ -901,7 +902,9 @@ dev-python/persist-queue 0.8.1 1.0.0 1.1.0: A thread-safe disk based persistent
|
||||
dev-python/phx-class-registry 4.1.0-r1: An intersection of the Registry and Factory pattern
|
||||
dev-python/pillow-heif 1.2.0 1.2.1: Python interface for libheif library
|
||||
dev-python/pillow-jxl-plugin 1.3.2: Pillow plugin for JPEG-XL, using Rust for bindings.
|
||||
dev-python/pipenv 2026.5.2: Python Development Workflow for Humans
|
||||
dev-python/pipdeptree 2.34.0: Utility for displaying installed packages in a dependency tree
|
||||
dev-python/pipenv 2026.5.2 2026.6.1: Python Development Workflow for Humans
|
||||
dev-python/plette 2.1.0-r1 2.2.1: Structured Pipfile and Pipfile.lock models
|
||||
dev-python/plexapi 4.17.2 4.18.0 4.18.1: Python bindings for the Plex API.
|
||||
dev-python/plotext 5.3.0 5.3.2: Plotting on terminal
|
||||
dev-python/plum 0.8.7: Pack/Unpack Memory
|
||||
@@ -946,7 +949,7 @@ dev-python/pypandoc 1.17: Pypandoc provides a thin wrapper for pandoc, a univers
|
||||
dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
|
||||
dev-python/pyproject2ebuild 0.0.3: Convert pyproject.toml to Gentoo ebuilds automatically.
|
||||
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
|
||||
dev-python/pyrefly 0.60.2 0.61.1 0.62.0 0.63.0: A fast type checker and language server for Python with powerful IDE features
|
||||
dev-python/pyrefly 0.61.1 0.62.0 0.63.1: A fast type checker and language server for Python with powerful IDE features
|
||||
dev-python/pyrime 0.0.7: rime for python
|
||||
dev-python/pysdl3 0.9.9_beta1: A pure Python wrapper for SDL3
|
||||
dev-python/pysnooper 1.2.1 1.2.3: Never use print for debugging again
|
||||
@@ -1030,7 +1033,7 @@ dev-python/templated-dictionary 1.6: Python dictionary with Jinja2 expansion
|
||||
dev-python/tempus-themes 2.3.0.20220206: Accessible themes for Pygments
|
||||
dev-python/tempy 1.4.0: A simple, visually pleasing weather report in your terminal
|
||||
dev-python/termynal 0.14.0: A lightweight and modern animated terminal window
|
||||
dev-python/textual 8.2.2 8.2.3 8.2.4: Modern Text User Interface framework
|
||||
dev-python/textual 8.2.3 8.2.4 8.2.5: Modern Text User Interface framework
|
||||
dev-python/textual-autocomplete 4.0.6: Easily add autocomplete dropdowns to your Textual apps
|
||||
dev-python/textual-dev 1.8.0: Modern Text User Interface framework
|
||||
dev-python/textual-serve 1.1.3: Serve Textual apps locally
|
||||
@@ -1106,7 +1109,7 @@ dev-util/forgejo-runner 12.9.0 9999: A daemon that connects to a Forgejo instanc
|
||||
dev-util/fortls 2.13.0 3.0.0 3.1.1 3.1.2 3.2.2: Fortran Language Server (fortls)
|
||||
dev-util/fortran-test-drive 0.4.0 0.5.0: The simple testing framework (for Fortran)
|
||||
dev-util/gammaray 3.3.0 3.3.1: High-level runtime introspection tool for Qt applications
|
||||
dev-util/gemini-cli 0.39.1: Gemini CLI - a command-line AI workflow tool by Google
|
||||
dev-util/gemini-cli 0.40.0: Gemini CLI - a command-line AI workflow tool by Google
|
||||
dev-util/genTree 0.1.0 9999: Gentoo rootfs tree generator
|
||||
dev-util/gersemi 0.26.1 0.27.2: A formatter to make your CMake code the real treasure
|
||||
dev-util/git-bug 0.10.1 9999: distributed, offline-first bug tracker
|
||||
@@ -1261,7 +1264,7 @@ games-util/gamehub 0.16.3.2-r2: GameHub is a unified library for all your games
|
||||
games-util/goverlay 1.2: Graphical UI to help manage Linux game overlays (MangoHud).
|
||||
games-util/grapejuice 7.20.12 9999: A Wine+Roblox management application
|
||||
games-util/hid-nintendo 9999: A Nintendo HID kernel module
|
||||
games-util/hydra-launcher-bin 3.8.1 3.8.3 3.9.0 3.9.1 3.9.3 3.9.4 3.9.5: Open-source gaming platform and launcher
|
||||
games-util/hydra-launcher-bin 3.8.3 3.9.5 3.9.7: Open-source gaming platform and launcher
|
||||
games-util/input-remapper 2.2.0 9999: A tool to change and program the mapping of your input device buttons
|
||||
games-util/itch-bin 25.5.1-r2 26.1.9: itch.io game browser, installer and launcher
|
||||
games-util/legendary 0.20.34-r2: A free and open-source replacement for the Epic Games Launcher
|
||||
@@ -1436,7 +1439,9 @@ gui-wm/river 0.3.11 0.3.12 0.3.14 0.3.15 0.3.9999 0.4.1 0.4.2 0.4.3 9999: A dyna
|
||||
gui-wm/swayfx 0.5 0.5.3: SwayFX: Sway, but with eye candy!
|
||||
gui-wm/wayback 0.2: X11 compatibility layer levaraging wlroots and Xwayland
|
||||
kde-misc/geminipart 20250730: KPart for viewing text/gemini files
|
||||
kde-misc/kcgroups-dmemcg 0.1: KDE library to manipulate cgroups and boost foreground apps, with dmem cgroup support
|
||||
kde-misc/kio-gemini 20250730: Gemini KIO worker
|
||||
kde-misc/plasma-foreground-booster-dmemcg 0.1: KDE helper to boost foreground apps using dmem cgroup limits
|
||||
mail-client/betterbird-bin 140.2.1: Betterbird is a fine-tuned version of Mozilla Thunderbird.
|
||||
mail-client/mailspring-bin 1.19.1: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
|
||||
mail-client/proton-mail-bin 1.11.0-r1 1.12.1: Beta Client for Proton Mail
|
||||
@@ -1602,7 +1607,7 @@ media-sound/yandex-music 5.92.1 5.93.1 5.94.0 5.95.0 5.97.3: Yandex Music stream
|
||||
media-sound/yewtube 2.12.0 9999: Terminal-based YouTube player and downloader
|
||||
media-sound/ymuse 0.22: GTK client for Music Player Daemon (MPD) written in Go
|
||||
media-sound/youtube-music-bin 3.11.0-r1: YouTube Music Desktop App bundled with custom plugins
|
||||
media-sound/ytm-player 1.6.0 1.7.2 1.8.0 9999: Full-featured YouTube Music TUI client with vim-style navigation
|
||||
media-sound/ytm-player 1.7.2 1.8.0 1.9.1 9999: Full-featured YouTube Music TUI client with vim-style navigation
|
||||
media-sound/zita-ajbridge 0.8.4-r2: zita-a2j and zita-j2a - bridges between ALSA and JACK
|
||||
media-video/ciano 0.2.4-r2: A multimedia file converter focused on simplicity
|
||||
media-video/clapper 0.6.1 0.8.0: Modern and user-friendly media player
|
||||
@@ -1790,7 +1795,7 @@ net-misc/toot 0.51.0-r1: toot - Mastodon CLI & TUI
|
||||
net-misc/warp 1.0.0: Fast and secure file transfer
|
||||
net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine
|
||||
net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp
|
||||
net-misc/wlvncc 20250307 20250626 20250725 99999999: A Wayland Native VNC Client
|
||||
net-misc/wlvncc 20250626 20250725 20260429 99999999: A Wayland Native VNC Client
|
||||
net-misc/wsdd 0.8 0.9: A Web Service Discovery host daemon.
|
||||
net-misc/wstunnel 10.5.2: Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
|
||||
net-misc/xh 0.25.3: Friendly and fast tool for sending HTTP requests
|
||||
@@ -1961,6 +1966,7 @@ sys-apps/coolercontrol 4.0.1 4.1.0: Monitor and control your cooling and other d
|
||||
sys-apps/coolercontrold 4.0.1 4.1.0: Monitor and control your cooling and other devices (daemon)
|
||||
sys-apps/corefreq 2.0.8 2.0.9 2.1.0: CPU monitoring and tuning software designed for 64-bit processors
|
||||
sys-apps/deepcool-digital-linux 0.10.1 0.10.2: Linux version for the DeepCool Digital Windows software.
|
||||
sys-apps/dmemcg-booster 0.1.2: Service for enabling and controlling dmem cgroup limits for boosting foreground games
|
||||
sys-apps/dnf5 5.3.0.0: Command-line package manager
|
||||
sys-apps/dool 1.3.1-r1 1.3.2-r2 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
|
||||
sys-apps/drm_info 2.8.0 2.9.0: Small utility to dump info about DRM devices
|
||||
@@ -1971,7 +1977,7 @@ sys-apps/gat 0.23.1: Cat alternative written in Go
|
||||
sys-apps/hex 0.6.0 0.7.0: Futuristic take on hexdump
|
||||
sys-apps/hexyl 0.17.0: A command-line hex viewer
|
||||
sys-apps/killport 1.1.0: A command-line tool to easily kill processes on a specified port.
|
||||
sys-apps/lact 0.8.3 0.8.4: Linux GPU Control Application
|
||||
sys-apps/lact 0.9.0: Linux GPU Control Application
|
||||
sys-apps/loclone 0.1.0: A tool for creating CoW snapshots on XFS
|
||||
sys-apps/lr 1.6: list files, recursively
|
||||
sys-apps/lsplug 6: Replacement for lsusb that shows more useful info and less useless info
|
||||
@@ -2065,7 +2071,7 @@ virtual/crystal-db 0.13-r1 0.14: Virtual for Crystal database drivers
|
||||
www-apps/anubis 1.24.0 1.25.0: Weighs the soul of incoming HTTP requests to stop AI crawlers
|
||||
www-apps/code-server-bin 4.18.0 4.19.1 4.90.3: VS Code in the browser (binary version with unbundled node and ripgrep)
|
||||
www-apps/flaresolverr 3.4.6: Proxy server to bypass Cloudflare protection
|
||||
www-apps/forgejo 11.0.12 14.0.4 15.0.0: A self-hosted lightweight software forge
|
||||
www-apps/forgejo 11.0.13 14.0.5 15.0.1: A self-hosted lightweight software forge
|
||||
www-apps/freshrss 1.26.3: A free, self-hostable news aggregator
|
||||
www-apps/goatcounter 2.6.0 2.7.0: Easy web analytics without tracking of personal data
|
||||
www-apps/invidious 2026.02.07.0: Invidious is an alternative front-end to YouTube
|
||||
|
||||
@@ -1 +1 @@
|
||||
Wed, 29 Apr 2026 18:46:14 +0000
|
||||
Thu, 30 Apr 2026 11:15:53 +0000
|
||||
|
||||
@@ -904,7 +904,6 @@ sys-apps/dnf5:appstream - Build appstream metadata plugin
|
||||
sys-apps/dnf5:manifest - Build manifest plugin
|
||||
sys-apps/drm_info:pci - Print PCI device names via libpci
|
||||
sys-apps/fselect:users - Add support for getting system users and groups
|
||||
sys-apps/lact:libadwaita - Build GUI with gui-libs/libadwaita support
|
||||
sys-block/clonezilla:apfs - Support apfs by partclone
|
||||
sys-block/clonezilla:btrfs - Support btrfs by partclone
|
||||
sys-block/clonezilla:e2fs - Support e2fs by partclone
|
||||
|
||||
Reference in New Issue
Block a user