2026-02-20 12:46:02 UTC

This commit is contained in:
Repository mirror & CI
2026-02-20 12:46:02 +00:00
parent a8e542accf
commit ebae9f4620
98 changed files with 750 additions and 475 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=Free cross platform open source file manager with two panels side by side.
EAPI=8
HOMEPAGE=https://doublecmd.sourceforge.io/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop wrapper xdg
IUSE=qt6
KEYWORDS=-* ~amd64 ~x86
LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 amd64? ( !qt6? ( app-accessibility/at-spi2-core:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/pango ) qt6? ( dev-qt/qtbase:6[gui,widgets] media-libs/libglvnd ) ) x86? ( app-accessibility/at-spi2-core:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/pango )
SLOT=0
SRC_URI=amd64? ( !qt6? ( https://github.com/doublecmd/doublecmd/releases/download/v1.2.2/doublecmd-1.2.2.gtk2.x86_64.tar.xz ) qt6? ( https://github.com/doublecmd/doublecmd/releases/download/v1.2.2/doublecmd-1.2.2.qt6.x86_64.tar.xz ) ) x86? ( https://github.com/doublecmd/doublecmd/releases/download/v1.2.2/doublecmd-1.2.2.gtk2.i386.tar.xz )
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc wrapper ebaa3beeb43f7e533872b6c37168c7ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=66ecd221938086bde26a85f03507deca

View File

@@ -8,6 +8,6 @@ IUSE=debug
KEYWORDS=~amd64
LICENSE=Apache-2.0 Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB
SLOT=0
SRC_URI=https://github.com/TimovVeen/harper/releases/download/v1.4.0/harper-1.4.0-crates.tar.xz https://github.com/Automattic/harper/archive/refs/tags/v1.4.0.tar.gz -> harper-1.4.0.tar.gz
SRC_URI=https://github.com/TimovVeen/harper/releases/download/v1.8.0/harper-1.8.0-crates.tar.xz https://github.com/Automattic/harper/archive/refs/tags/v1.8.0.tar.gz -> harper-1.8.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust dd082fc51cbae6f9afa90dd1668d71a9 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb
_md5_=0708cccec67a0f84e1e045b40cc18f72

View File

@@ -0,0 +1,14 @@
BDEPEND=|| ( >=dev-lang/crystal-1.16.3 >=dev-lang/crystal-bin-1.16.3 ) || ( dev-util/shards dev-lang/crystal-bin ) >=dev-util/gshards-0.2
DEFINED_PHASES=compile configure install test
DESCRIPTION=Lightning Fast, Super Simple web framework
EAPI=8
HOMEPAGE=https://kemalcr.com/ https://github.com/kemalcr/kemal
INHERIT=shards
IUSE=debug doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-crystal/exception_page dev-crystal/radix || ( >=dev-lang/crystal-1.16.3 >=dev-lang/crystal-bin-1.16.3 )
SLOT=0
SRC_URI=https://github.com/kemalcr/kemal/archive/refs/tags/v1.9.0.tar.gz -> kemal-1.9.0.tar.gz
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f crystal-utils d62f451129021418fc7ec4291c366c0f shards 78400316257ca0f86e28a2650734321e
_md5_=e82ab880b03530c6bdf615e9502521d1

View File

@@ -0,0 +1,17 @@
BDEPEND=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_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DESCRIPTION=Utility that helps users to retrieve and analyse core dumps
EAPI=8
HOMEPAGE=https://github.com/espressif/esp-coredump
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-coredump/esp_coredump-1.15.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=8c75249fd28e982966ebdd8bf8024bd1

View File

@@ -1,16 +0,0 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst
DESCRIPTION=Espressif IoT Development Framework
EAPI=8
HOMEPAGE=https://www.espressif.com/
INHERIT=estack optfeature python-r1
IUSE=python-gdb riscv32 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-nvs-partition-gen[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/zlib:=
REQUIRED_USE=python-gdb? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=strip
SLOT=0/5.5
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.5.2/esp-idf-v5.5.2.zip -> esp-idf-5.5.2.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20250707/openocd-esp32-linux-amd64-0.12.0-esp32-20250707.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.3_20250913/xtensa-esp-elf-gdb-16.3_20250913-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20251107/xtensa-esp-elf-14.2.0_20251107-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20251107/riscv32-esp-elf-14.2.0_20251107-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.3_20250913/riscv32-esp-elf-gdb-16.3_20250913-x86_64-linux-gnu.tar.gz )
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38
_md5_=09903a542269c7061bb3cd343effc29a

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst
DESCRIPTION=Espressif IoT Development Framework
EAPI=8
HOMEPAGE=https://www.espressif.com/
INHERIT=estack optfeature python-r1
IUSE=python-gdb riscv32 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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 ) dev-build/cmake dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esptool dev-embedded/esp-idf-diag[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-nvs-partition-gen[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/zlib:=
REQUIRED_USE=python-gdb? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=strip
SLOT=0/5.5
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.5.3/esp-idf-v5.5.3.zip -> esp-idf-5.5.3.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20251215/openocd-esp32-linux-amd64-0.12.0-esp32-20251215.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.3_20250913/xtensa-esp-elf-gdb-16.3_20250913-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20251107/xtensa-esp-elf-14.2.0_20251107-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20251107/riscv32-esp-elf-14.2.0_20251107-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.3_20250913/riscv32-esp-elf-gdb-16.3_20250913-x86_64-linux-gnu.tar.gz )
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38
_md5_=9b7226bb2145961e0a896fb7eb062c46

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_13t? ( dev-lang/python:3.13t ) 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_python3_13t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_13t(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Kconfig tooling for esp-idf
EAPI=8
HOMEPAGE=https://github.com/espressif/esp-idf-kconfig
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_13t python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_13t? ( dev-lang/python:3.13t ) 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_python3_13t python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp_idf_kconfig-2.5.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=6960fa3f0ede39089dea7069e850879d

View File

@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_13t? ( dev-lang/python:3.13t ) python_targets_pyt
REQUIRED_USE=|| ( python_targets_python3_13t python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp_idf_kconfig-2.5.1.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp_idf_kconfig-2.5.2.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=83099d4218249f436c16eb56bb4b96ad

View File

@@ -12,6 +12,6 @@ RDEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_p
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-monitor/esp_idf_monitor-1.7.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-monitor/esp_idf_monitor-1.9.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=d7d441ad6f2c5d28172ec327898f7468
_md5_=11e432de54e82265feb61d555783a43f

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonschema[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/vcrpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) test? ( dev-python/cachecontrol[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/colorama[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonref[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-toolbelt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-file[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Tool for installing ESP-IDF components
EAPI=8
HOMEPAGE=https://github.com/espressif/idf-component-manager
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/cachecontrol[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/colorama[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonref[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-toolbelt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-file[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/espressif/idf-component-manager/archive/refs/tags/v2.4.6.tar.gz -> idf-component-manager-2.4.6.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701
_md5_=985e788d7fa0336abe003c84a7b592c3

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install prepare
DESCRIPTION=The Crystal Programming Language
EAPI=8
HOMEPAGE=https://crystal-lang.org https://github.com/crystal-lang/crystal
IUSE=doc
KEYWORDS=-* ~amd64
LICENSE=Apache-2.0
RDEPEND=!dev-lang/crystal !dev-util/shards !games-mud/crystal !sci-chemistry/tinker
SLOT=0
SRC_URI=amd64? ( https://github.com/crystal-lang/crystal/releases/download/1.18.0/crystal-1.18.0-1-linux-x86_64.tar.gz ) doc? ( https://github.com/crystal-lang/crystal/releases/download/1.18.0/crystal-1.18.0-docs.tar.gz )
_md5_=7f565412f206a7647de0cef338258974

View File

@@ -1,11 +1,11 @@
DEFINED_PHASES=install prepare
DESCRIPTION=The Crystal Programming Language
EAPI=8
EAPI=9
HOMEPAGE=https://crystal-lang.org https://github.com/crystal-lang/crystal
IUSE=doc
KEYWORDS=-* ~amd64
LICENSE=Apache-2.0
RDEPEND=!dev-lang/crystal !dev-util/shards !games-mud/crystal !sci-chemistry/tinker
SLOT=0
SRC_URI=amd64? ( https://github.com/crystal-lang/crystal/releases/download/1.17.1/crystal-1.17.1-1-linux-x86_64.tar.gz ) doc? ( https://github.com/crystal-lang/crystal/releases/download/1.17.1/crystal-1.17.1-docs.tar.gz )
_md5_=7f565412f206a7647de0cef338258974
SRC_URI=amd64? ( https://github.com/crystal-lang/crystal/releases/download/1.19.1/crystal-1.19.1-1-linux-x86_64.tar.gz ) doc? ( https://github.com/crystal-lang/crystal/releases/download/1.19.1/crystal-1.19.1-docs.tar.gz )
_md5_=bfeaaec91c93a9d617d0a43b4dc5ad2c

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
DEPEND=dev-libs/glib:2 dev-libs/gmobile daemon? ( dev-libs/json-glib dev-libs/libgudev media-libs/gsound ) introspection? ( dev-libs/gobject-introspection ) test? ( dev-util/umockdev )
DESCRIPTION=DBus service for haptic/visual/audio feedback
EAPI=8
HOMEPAGE=https://gitlab.freedesktop.org/agx/feedbackd
HOMEPAGE=https://gitlab.freedesktop.org/feedbackd/feedbackd
INHERIT=meson systemd udev vala verify-sig
IUSE=+daemon gtk-doc +introspection man test +vala verify-sig
KEYWORDS=~amd64 ~arm ~arm64 ~x86
@@ -12,6 +12,6 @@ RDEPEND=dev-libs/glib:2 dev-libs/gmobile daemon? ( dev-libs/json-glib dev-libs/l
REQUIRED_USE=vala? ( introspection )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.8.6.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.8.6.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.8.9.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.8.9.tar.xz.asc )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 sysroot b9348e4d36f160f6d2556bea5b59f99c rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed systemd a964c0cbe818b5729da1dbfcee5be861 udev f3d9a4376ebd22131726a68e1a0a058f vala b2f2aa400d77b841d952dda847e24d53 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=676131136d9d24aa28fd11b83675290d
_md5_=6d63170224759c4a41f8d92a85a7bf9c

View File

@@ -2,12 +2,12 @@ BDEPEND=verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-
DEFINED_PHASES=compile configure install test unpack
DESCRIPTION=Device specific themes for Feedbackd
EAPI=8
HOMEPAGE=https://gitlab.freedesktop.org/agx/feedbackd-device-themes
HOMEPAGE=https://gitlab.freedesktop.org/feedbackd/feedbackd-device-themes
INHERIT=meson verify-sig
IUSE=verify-sig
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=LGPL-3
SLOT=0
SRC_URI=https://sources.phosh.mobi/releases/feedbackd-device-themes/feedbackd-device-themes-0.8.6.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/feedbackd-device-themes/feedbackd-device-themes-0.8.6.tar.xz.asc )
SRC_URI=https://sources.phosh.mobi/releases/feedbackd-device-themes/feedbackd-device-themes-0.8.8.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/feedbackd-device-themes/feedbackd-device-themes-0.8.8.tar.xz.asc )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 sysroot b9348e4d36f160f6d2556bea5b59f99c rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=31f756380687fa00d1df9887f749950e
_md5_=a30c526814695e9b5dc1fadbfae149b5

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ KEYWORDS=~amd64
LICENSE=ISC MIT
RDEPEND=toml? ( dev-nim/parsetoml )
RESTRICT=!test? ( test )
SLOT=1.9.3
SRC_URI=https://github.com/c-blake/cligen/archive/refs/tags/1.9.3.tar.gz -> cligen-1.9.3.tar.gz
SLOT=1.9.6
SRC_URI=https://github.com/c-blake/cligen/archive/refs/tags/1.9.6.tar.gz -> cligen-1.9.6.tar.gz
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da xdg-utils 42869b3c8d86a70ef3cf75165a395e09 nim-utils 6548190660274fddf428c46e69463e89 ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b nimble 0ac3b8d6471497d5a145a721eddba779
_md5_=fd3424d9887d480a30ea07a620380079
_md5_=dad0bd1b87d780f6da21b19b9ae65055

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 ) test? ( dev-python/hypothesis[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mypy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( 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 ) <dev-python/marshmallow-4.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-inspect[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=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 ) <dev-python/marshmallow-4.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-inspect[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=Easily serialize Data Classes to and from JSON
EAPI=8
HOMEPAGE=https://github.com/lidatong/dataclasses-json/ https://pypi.org/project/dataclasses-json/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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 ) <dev-python/marshmallow-4.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-inspect[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/lidatong/dataclasses-json/archive/refs/tags/v0.6.7.tar.gz -> dataclasses-json-0.6.7.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701
_md5_=1ed0fea28d0b8eef67f3fbd4083d9ca0

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] dev-python/alabaster[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/alabaster[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/alabaster[python_targets_python3_12(-)] ) ) ) 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_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Unicode grapheme helpers
EAPI=8
HOMEPAGE=https://graphemeu.readthedocs.io/ https://pypi.org/project/graphemeu/ https://github.com/timendum/grapheme
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphemeu/graphemeu-0.10.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=b678e55804eaa4e2b6e5b95dc3977760

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dataclasses-json[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dataclasses-json[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=Quickly generate HTML documentation from a JSON schema
EAPI=8
HOMEPAGE=https://github.com/coveooss/json-schema-for-humans/ https://pypi.org/project/json-schema-for-humans/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dataclasses-json[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/coveooss/json-schema-for-humans/archive/refs/tags/v1.4.1.tar.gz -> json-schema-for-humans-1.4.1.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701
_md5_=72121241da36ea882c7e071cdb152d44

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 ) test? ( dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( 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 ) dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dataclasses-json[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=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 ) dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dataclasses-json[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=Quickly generate HTML documentation from a JSON schema
EAPI=8
HOMEPAGE=https://github.com/coveooss/json-schema-for-humans/ https://pypi.org/project/json-schema-for-humans/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=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 ) dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dataclasses-json[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/markdown2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/coveooss/json-schema-for-humans/archive/refs/tags/v1.5.1.tar.gz -> json-schema-for-humans-1.5.1.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701
_md5_=18ea9007030170a131b5d7a264b34224

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/annotated-types[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/boto3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/moto[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/pydantic-2.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-inspection-0.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] aws? ( dev-python/boto3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) yaml? ( dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Settings management using Pydantic
EAPI=8
HOMEPAGE=https://pypi.org/project/pydantic-settings/ https://github.com/pydantic/pydantic-settings
INHERIT=distutils-r1 pypi
IUSE=aws yaml test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/pydantic-2.7.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-inspection-0.4.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] aws? ( dev-python/boto3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) yaml? ( dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pydantic-settings/pydantic_settings-2.11.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=52e003633c249a69335ddb840a3cba39

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/annotated-types[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/boto3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/moto[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/pydantic-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-inspection-0.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] aws? ( dev-python/boto3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) yaml? ( dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Settings management using Pydantic
EAPI=8
HOMEPAGE=https://pypi.org/project/pydantic-settings/ https://github.com/pydantic/pydantic-settings
INHERIT=distutils-r1 pypi
IUSE=aws yaml test python_targets_python3_12 python_targets_python3_13 verify-provenance
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/pydantic-2.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dotenv-0.21.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-inspection-0.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] aws? ( dev-python/boto3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) yaml? ( dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pydantic-settings/pydantic_settings-2.13.1.tar.gz verify-provenance? ( https://pypi.org/integrity/pydantic-settings/v2.13.1/pydantic_settings-2.13.1.tar.gz/provenance -> pydantic_settings-2.13.1.tar.gz.provenance )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=594f952131ee45fcb9ffaf28f67dfe47

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v7.5.0.tar.gz -> textual-7.5.0.gh.tar.gz
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v8.0.0.tar.gz -> textual-8.0.0.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 optfeature 538bce96e5589935b57e178e8635f301 docs 006125f2158d2f16904ebd9114336058
_md5_=bd5fbadc9f9b0aef8149fc92e4d2c9d3

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DESCRIPTION=Opensource IDE For Exploring and Testing Api's
EAPI=8
HOMEPAGE=https://www.usebruno.com/ https://github.com/usebruno/bruno
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop unpacker xdg
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-libs/wayland media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus sys-devel/gcc:= x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb:= x11-libs/libxkbcommon x11-libs/pango x11-misc/xdg-utils
SLOT=0
SRC_URI=https://github.com/usebruno/bruno/releases/download/v3.1.2/bruno_3.1.2_amd64_linux.deb
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=6140ca0d17c97d91efb9933dbefae5a2

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-vcs/git dev-vcs/mercurial dev-python/freezegun[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-localserver[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) bash-completion? ( dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=Version bump your Python project
EAPI=8
HOMEPAGE=https://pypi.org/project/bump-my-version/ https://callowayproject.github.io/bump-my-version/
INHERIT=click-app distutils-r1 pypi
IUSE=test bash-completion python_targets_python3_12 python_targets_python3_13 verify-provenance
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/b/bump-my-version/bump_my_version-1.2.7.tar.gz verify-provenance? ( https://pypi.org/integrity/bump-my-version/v1.2.7/bump_my_version-1.2.7.tar.gz/provenance -> bump_my_version-1.2.7.tar.gz.provenance )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 click-app 486c8d3d5ccab217ffce81f5da6c2876 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=faa26d20bd8878f683d766a41addc3ce

View File

@@ -1,15 +0,0 @@
BDEPEND=dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Provides Quality Assurance (QA) tools for cmake
EAPI=8
HOMEPAGE=https://pypi.org/project/cmakelang/ https://github.com/cheshirekow/cmake_format
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] 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/cheshirekow/cmake_format/archive/refs/tags/v0.6.13.tar.gz -> cmakelang-0.6.13.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701
_md5_=3939e481059b7764810301857fb05f13

View File

@@ -11,6 +11,6 @@ LICENSE=Apache-2.0 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 IS
RDEPEND=dev-libs/openssl:= sys-apps/dbus
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/openai/codex/archive/rust-v0.101.0.tar.gz -> codex-0.101.0.tar.gz https://github.com/gentoo-zh-drafts/codex/releases/download/rust-v0.101.0/codex-rust-v0.101.0-crates.tar.xz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/dzbarsky/rules_rust/archive/b56cbaa8465e74127f1ea216f813cd377295ad81.tar.gz -> rules_rust-b56cbaa8465e74127f1ea216f813cd377295ad81.gh.tar.gz https://github.com/nornagon/ratatui/archive/9b2ad1298408c45918ee9f8241a6f95498cdbed2.tar.gz -> ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz https://github.com/nornagon/crossterm/archive/87db8bfa6dc99427fd3b071681b07fc31c6ce995.tar.gz -> crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz https://github.com/openai-oss-forks/tungstenite-rs/archive/9200079d3b54a1ff51072e24d81fd354f085156f.tar.gz -> tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f.gh.tar.gz https://github.com/openai-oss-forks/tokio-tungstenite/archive/132f5b39c862e3a970f731d709608b3e6276d5f6.tar.gz -> tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6.gh.tar.gz
SRC_URI=https://github.com/openai/codex/archive/rust-v0.104.0.tar.gz -> codex-0.104.0.tar.gz https://github.com/gentoo-zh-drafts/codex/releases/download/rust-v0.104.0/codex-rust-v0.104.0-crates.tar.xz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/dzbarsky/rules_rust/archive/b56cbaa8465e74127f1ea216f813cd377295ad81.tar.gz -> rules_rust-b56cbaa8465e74127f1ea216f813cd377295ad81.gh.tar.gz https://github.com/nornagon/ratatui/archive/9b2ad1298408c45918ee9f8241a6f95498cdbed2.tar.gz -> ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz https://github.com/nornagon/crossterm/archive/87db8bfa6dc99427fd3b071681b07fc31c6ce995.tar.gz -> crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz https://github.com/openai-oss-forks/tungstenite-rs/archive/9200079d3b54a1ff51072e24d81fd354f085156f.tar.gz -> tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f.gh.tar.gz https://github.com/openai-oss-forks/tokio-tungstenite/archive/132f5b39c862e3a970f731d709608b3e6276d5f6.tar.gz -> tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust dd082fc51cbae6f9afa90dd1668d71a9 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb
_md5_=f9223c580ec1840000aa2c7e6cb0aaf8

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( <app-portage/gentoopm-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click-aliases[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/repology-client-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/repology-client-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sortedcontainers[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-util/find-work-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-util/find-work-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-import-check[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Personal advice utility for Gentoo package maintainers: Repology plugin
EAPI=8
HOMEPAGE=https://find-work.sysrq.in/ https://pypi.org/project/find-work-repology/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=<app-portage/gentoopm-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click-aliases[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pydantic-3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/repology-client-0.0.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/repology-client-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sortedcontainers[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-util/find-work-1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-util/find-work-2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work-repology/find_work_repology-1.0.1.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 pypi d2befa41d10011e03e2158e065d5d6da
_md5_=0121f64f48e072572148cbf8a5070414

View File

@@ -6,5 +6,5 @@ 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.28.2/gemini.js -> gemini-cli-0.28.2.js
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.29.2/gemini.js -> gemini-cli-0.29.2.js
_md5_=a4aea0be8bf4aadca90e47f86c3d161c

View File

@@ -0,0 +1,16 @@
BDEPEND=verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=install postinst postrm preinst pretend setup unpack
DESCRIPTION=Google's AI-first IDE and agentic development platform
EAPI=8
HOMEPAGE=https://antigravity.google/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg
IUSE=kerberos verify-sig +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW verify-sig
KEYWORDS=~amd64 ~arm64
LICENSE=all-rights-reserved
RDEPEND=|| ( sys-apps/systemd sys-apps/systemd-utils ) >=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/libglvnd media-libs/mesa net-misc/curl sys-apps/dbus virtual/zlib:= sys-process/lsof x11-libs/cairo 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/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils kerberos? ( app-crypt/mit-krb5 ) verify-sig? ( >=sec-keys/openpgp-keys-google-artifact-registry-20210504 )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.18.3-1771473975_amd64_bec6f978ba7532ab369d8234b1e87c15.deb -> google-antigravity-1.18.3_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.18.3-1771473972_arm64_e3aeb7e3102cfe6a48cbe4db6ba7e60b.deb -> google-antigravity-1.18.3_arm64.deb ) verify-sig? ( https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/google-antigravity-1.18.3-verify-sig.tar.xz )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=7f1dd4ecd809281d8ff451adbb44f17b

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install
DESCRIPTION=The open source coding agent
EAPI=8
HOMEPAGE=https://opencode.ai
KEYWORDS=~amd64
LICENSE=MIT
RESTRICT=mirror strip
SLOT=0
SRC_URI=https://github.com/anomalyco/opencode/releases/download/v1.2.6/opencode-linux-x64.tar.gz -> opencode-bin-1.2.6-amd64.tar.gz
_md5_=3fa31960a210694f8f12001a92d036e5

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-util/patchelf
DEFINED_PHASES=install postinst postrm prepare
DESCRIPTION=A feature-rich Rust IDE with timely support by JetBrarins
EAPI=8
HOMEPAGE=https://www.jetbrains.com/rust/
INHERIT=desktop wrapper xdg-utils
IUSE=+bundled-jdk nvidia
KEYWORDS=-* ~amd64
LICENSE=|| ( JetBrains-business JetBrains-classroom JetBrains-educational JetBrains-individual ) Apache-2.0 BSD CC0-1.0 CDDL CDDL-1.1 EPL-1.0 GPL-2 GPL-2-with-classpath-exception ISC LGPL-2.1 LGPL-3 MIT MPL-1.1 OFL-1.1 ZLIB
RDEPEND=!bundled-jdk? ( >=virtual/jre-1.8 ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-debug/gdb llvm-core/lldb dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-libs/wayland media-libs/alsa-lib media-libs/freetype:2 media-libs/mesa net-print/cups sys-apps/dbus virtual/zlib:= x11-libs/cairo x11-libs/libdrm x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXxf86vm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango
RESTRICT=bindist mirror
SLOT=0
SRC_URI=https://download.jetbrains.com/rustrover/RustRover-2025.3.4.tar.gz
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc wrapper ebaa3beeb43f7e533872b6c37168c7ad xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=cb21c72d420bbfa862ae2c7c17187e23

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +1,13 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=games-emulation/mupen64plus-core-2.5 dev-libs/quazip[qt6] dev-qt/qtbase:6[gui,network,sql,widgets,xml]
DEPEND=>=games-emulation/mupen64plus-core-2.5 >=dev-libs/quazip-1.5 dev-qt/qtbase:6[gui,network,sql,widgets,xml]
DESCRIPTION=A basic launcher for Mupen64Plus
EAPI=8
HOMEPAGE=https://github.com/dh4/mupen64plus-qt
INHERIT=cmake
INHERIT=cmake desktop
LICENSE=BSD
RDEPEND=dev-libs/quazip[qt6] dev-qt/qtbase:6[gui,network,sql,widgets,xml]
RDEPEND=>=dev-libs/quazip-1.5 dev-qt/qtbase:6[gui,network,sql,widgets,xml]
SLOT=0
SRC_URI=https://github.com/dh4/mupen64plus-qt/archive/1.17.tar.gz -> mupen64plus-qt-1.17.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=f39489649b1b57d5930c78d8c9c46bb2
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 26d57169ca094c04be416993844ec8bc
_md5_=d85fd24d8ccd7dc4fe08536f56e68290

View File

@@ -1,13 +1,13 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=games-emulation/mupen64plus-core-2.5 dev-libs/quazip[qt6] dev-qt/qtbase:6[gui,network,sql,widgets,xml]
DEPEND=>=games-emulation/mupen64plus-core-2.5 >=dev-libs/quazip-1.5 dev-qt/qtbase:6[gui,network,sql,widgets,xml]
DESCRIPTION=A basic launcher for Mupen64Plus
EAPI=8
HOMEPAGE=https://github.com/dh4/mupen64plus-qt
INHERIT=cmake git-r3
INHERIT=cmake desktop git-r3
LICENSE=BSD
PROPERTIES=live
RDEPEND=dev-libs/quazip[qt6] dev-qt/qtbase:6[gui,network,sql,widgets,xml]
RDEPEND=>=dev-libs/quazip-1.5 dev-qt/qtbase:6[gui,network,sql,widgets,xml]
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=3cb4cb439afbed5331f9345208f44b45
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c desktop 26d57169ca094c04be416993844ec8bc git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=d7e037ae179d161be01f93f7a450205f

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=app-arch/7zip app-arch/zstd dev-libs/flatbuffers dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml dev-libs/stb dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/cubeb media-libs/glew media-libs/libglvnd media-libs/libpng:= media-libs/openal media-libs/rtmidi media-video/ffmpeg:= net-libs/miniupnpc:= net-misc/curl llvm-core/llvm:= virtual/zlib:= virtual/libusb:1 x11-libs/libX11 faudio? ( app-emulation/faudio ) opencv? ( media-libs/opencv ) vulkan? ( media-libs/vulkan-loader[wayland?] ) wayland? ( dev-libs/wayland )
DEPEND=app-arch/7zip app-arch/zstd >=dev-libs/protobuf-33.0.0 dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml dev-libs/stb dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/cubeb media-libs/glew media-libs/libglvnd media-libs/libpng:= media-libs/openal media-libs/rtmidi media-video/ffmpeg:= net-libs/miniupnpc:= net-misc/curl llvm-core/llvm:= virtual/zlib:= virtual/libusb:1 x11-libs/libX11 faudio? ( app-emulation/faudio ) opencv? ( media-libs/opencv ) vulkan? ( media-libs/vulkan-loader[wayland?] ) wayland? ( dev-libs/wayland )
DESCRIPTION=PS3 emulator/debugger
EAPI=8
HOMEPAGE=https://rpcs3.net/
@@ -9,7 +9,7 @@ INHERIT=cmake flag-o-matic xdg optfeature git-r3
IUSE=discord faudio +llvm opencv vulkan wayland
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=app-arch/7zip app-arch/zstd dev-libs/flatbuffers dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml dev-libs/stb dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/cubeb media-libs/glew media-libs/libglvnd media-libs/libpng:= media-libs/openal media-libs/rtmidi media-video/ffmpeg:= net-libs/miniupnpc:= net-misc/curl llvm-core/llvm:= virtual/zlib:= virtual/libusb:1 x11-libs/libX11 faudio? ( app-emulation/faudio ) opencv? ( media-libs/opencv ) vulkan? ( media-libs/vulkan-loader[wayland?] ) wayland? ( dev-libs/wayland )
RDEPEND=app-arch/7zip app-arch/zstd >=dev-libs/protobuf-33.0.0 dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml dev-libs/stb dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/cubeb media-libs/glew media-libs/libglvnd media-libs/libpng:= media-libs/openal media-libs/rtmidi media-video/ffmpeg:= net-libs/miniupnpc:= net-misc/curl llvm-core/llvm:= virtual/zlib:= virtual/libusb:1 x11-libs/libX11 faudio? ( app-emulation/faudio ) opencv? ( media-libs/opencv ) vulkan? ( media-libs/vulkan-loader[wayland?] ) wayland? ( dev-libs/wayland )
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c xdg 3ef49a87c52c8b77c476351195dfe575 optfeature 538bce96e5589935b57e178e8635f301 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=1bbd92145b14b94f68184aeb6a4a77fa
_md5_=c6a8d879c56c34422f6553d6dccb73f0

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( x11-libs/gtk+:3 x11-libs/gtksourceview x11-apps/xmodmap python_single_target_python3_11? ( dev-python/pygobject[python_targets_python3_11(-)] dev-python/pydbus[python_targets_python3_11(-)] dev-python/pydantic[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] >=dev-python/evdev-1.3.0[python_targets_python3_11(-)] dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] dev-python/pydbus[python_targets_python3_12(-)] dev-python/pydantic[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] >=dev-python/evdev-1.3.0[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] dev-python/pydbus[python_targets_python3_13(-)] dev-python/pydantic[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] >=dev-python/evdev-1.3.0[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] ) virtual/udev python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) 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_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) virtual/pkgconfig virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
DESCRIPTION=A tool to change and program the mapping of your input device buttons
EAPI=8
HOMEPAGE=https://github.com/sezanzeb/input-remapper
INHERIT=distutils-r1 systemd udev desktop
IUSE=test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=x11-libs/gtk+:3 x11-libs/gtksourceview x11-apps/xmodmap python_single_target_python3_11? ( dev-python/pygobject[python_targets_python3_11(-)] dev-python/pydbus[python_targets_python3_11(-)] dev-python/pydantic[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] >=dev-python/evdev-1.3.0[python_targets_python3_11(-)] dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] dev-python/pydbus[python_targets_python3_12(-)] dev-python/pydantic[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] >=dev-python/evdev-1.3.0[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] dev-python/pydbus[python_targets_python3_13(-)] dev-python/pydantic[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] >=dev-python/evdev-1.3.0[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] ) virtual/udev 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/sezanzeb/input-remapper/archive/refs/tags/2.1.1.tar.gz -> input-remapper-2.1.1.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 systemd a964c0cbe818b5729da1dbfcee5be861 udev f3d9a4376ebd22131726a68e1a0a058f desktop 26d57169ca094c04be416993844ec8bc
_md5_=e64a4138b2ad057d795ba5f05c3c0d0d

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/sezanzeb/input-remapper/archive/refs/tags/2.2.0.tar.gz -> input-remapper-2.2.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 systemd a964c0cbe818b5729da1dbfcee5be861 udev f3d9a4376ebd22131726a68e1a0a058f desktop 26d57169ca094c04be416993844ec8bc
_md5_=e28174dd800726140e1caa46f7c2f6bb
_md5_=e769b5782ef79914b558c635212536a4

View File

@@ -1,15 +1,15 @@
BDEPEND=test? ( x11-libs/gtk+:3 x11-libs/gtksourceview x11-apps/xmodmap python_single_target_python3_11? ( dev-python/pygobject[python_targets_python3_11(-)] dev-python/pydbus[python_targets_python3_11(-)] dev-python/pydantic[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] >=dev-python/evdev-1.3.0[python_targets_python3_11(-)] dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] dev-python/pydbus[python_targets_python3_12(-)] dev-python/pydantic[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] >=dev-python/evdev-1.3.0[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] dev-python/pydbus[python_targets_python3_13(-)] dev-python/pydantic[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] >=dev-python/evdev-1.3.0[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] ) virtual/udev python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) ) 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_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig
BDEPEND=test? ( x11-libs/gtk+:3 sys-devel/gettext x11-libs/gtksourceview x11-apps/xmodmap python_single_target_python3_11? ( dev-python/pygobject[python_targets_python3_11(-)] dev-python/dasbus[python_targets_python3_11(-)] dev-python/pydantic[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] >=dev-python/evdev-1.3.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] dev-python/dasbus[python_targets_python3_12(-)] dev-python/pydantic[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] >=dev-python/evdev-1.3.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] dev-python/dasbus[python_targets_python3_13(-)] dev-python/pydantic[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] >=dev-python/evdev-1.3.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject[python_targets_python3_14(-)] dev-python/dasbus[python_targets_python3_14(-)] dev-python/pydantic[python_targets_python3_14(-)] dev-python/psutil[python_targets_python3_14(-)] >=dev-python/evdev-1.3.0[python_targets_python3_14(-)] ) virtual/udev python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/pytest-7.4.4[python_targets_python3_14(-)] ) ) 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 ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
DESCRIPTION=A tool to change and program the mapping of your input device buttons
EAPI=8
HOMEPAGE=https://github.com/sezanzeb/input-remapper
INHERIT=distutils-r1 systemd git-r3 udev desktop
IUSE=test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
IUSE=test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=x11-libs/gtk+:3 x11-libs/gtksourceview x11-apps/xmodmap python_single_target_python3_11? ( dev-python/pygobject[python_targets_python3_11(-)] dev-python/pydbus[python_targets_python3_11(-)] dev-python/pydantic[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] >=dev-python/evdev-1.3.0[python_targets_python3_11(-)] dev-python/setuptools[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] dev-python/pydbus[python_targets_python3_12(-)] dev-python/pydantic[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] >=dev-python/evdev-1.3.0[python_targets_python3_12(-)] dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] dev-python/pydbus[python_targets_python3_13(-)] dev-python/pydantic[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] >=dev-python/evdev-1.3.0[python_targets_python3_13(-)] dev-python/setuptools[python_targets_python3_13(-)] ) virtual/udev 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
RDEPEND=x11-libs/gtk+:3 sys-devel/gettext x11-libs/gtksourceview x11-apps/xmodmap python_single_target_python3_11? ( dev-python/pygobject[python_targets_python3_11(-)] dev-python/dasbus[python_targets_python3_11(-)] dev-python/pydantic[python_targets_python3_11(-)] dev-python/psutil[python_targets_python3_11(-)] >=dev-python/evdev-1.3.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] dev-python/dasbus[python_targets_python3_12(-)] dev-python/pydantic[python_targets_python3_12(-)] dev-python/psutil[python_targets_python3_12(-)] >=dev-python/evdev-1.3.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] dev-python/dasbus[python_targets_python3_13(-)] dev-python/pydantic[python_targets_python3_13(-)] dev-python/psutil[python_targets_python3_13(-)] >=dev-python/evdev-1.3.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject[python_targets_python3_14(-)] dev-python/dasbus[python_targets_python3_14(-)] dev-python/pydantic[python_targets_python3_14(-)] dev-python/psutil[python_targets_python3_14(-)] >=dev-python/evdev-1.3.0[python_targets_python3_14(-)] ) virtual/udev 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 875eb471682d3e1f18da124be97dcc81 udev f3d9a4376ebd22131726a68e1a0a058f desktop 26d57169ca094c04be416993844ec8bc
_md5_=d5db27aa1ab6e630aeae2e235520005c
_md5_=4adabc2d34f28812713c5a91bf474e74

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/pyqt6 dev-qt/qttools:6[linguist] 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_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DESCRIPTION=A system tray application for the weather status
EAPI=8
HOMEPAGE=https://github.com/dglent/meteo-qt
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=distutils-r1 qmake-utils xdg
IUSE=python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=python_single_target_python3_11? ( dev-python/pyqt6[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pyqt6[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pyqt6[python_targets_python3_13(-)] dev-python/lxml[python_targets_python3_13(-)] ) 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0
SRC_URI=https://github.com/dglent/meteo-qt/archive/refs/tags/v4.1.tar.gz -> meteo-qt-4.1.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 qmake-utils 28f99dba9219112f4785f46ed426a021 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=bf60b54c6be8bce7e3f92964111323f9

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/pyqt6 dev-qt/qttools:6[linguist] 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 ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DESCRIPTION=A system tray application for the weather status
EAPI=8
HOMEPAGE=https://github.com/dglent/meteo-qt
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=distutils-r1 qmake-utils xdg
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=python_single_target_python3_12? ( dev-python/pyqt6[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pyqt6[python_targets_python3_13(-)] dev-python/lxml[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pyqt6[python_targets_python3_14(-)] dev-python/lxml[python_targets_python3_14(-)] ) 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 )
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
SRC_URI=https://github.com/dglent/meteo-qt/archive/refs/tags/v4.3.tar.gz -> meteo-qt-4.3.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 qmake-utils 28f99dba9219112f4785f46ed426a021 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=4399db6328869fdc93ea79009b84aaf4

File diff suppressed because one or more lines are too long

View File

@@ -10,6 +10,6 @@ LICENSE=MIT
RDEPEND=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-apps/quickshell app-misc/brightnessctl dev-vcs/git media-gfx/imagemagick
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
SRC_URI=https://github.com/noctalia-dev/noctalia-shell/releases/download/v4.4.3/noctalia-v4.4.3.tar.gz
SRC_URI=https://github.com/noctalia-dev/noctalia-shell/releases/download/v4.5.0/noctalia-v4.5.0.tar.gz
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=6d6880a2177a9b8f1163692ad2776683

View File

@@ -0,0 +1,17 @@
BDEPEND=llvm_slot_17? ( llvm-core/clang:17= ) 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= ) llvm_slot_17? ( || ( dev-lang/rust-bin:1.77.1[llvm_slot_17] dev-lang/rust:1.77.1[llvm_slot_17] dev-lang/rust-bin:1.76.0[llvm_slot_17] dev-lang/rust:1.76.0[llvm_slot_17] dev-lang/rust-bin:1.75.0[llvm_slot_17] dev-lang/rust:1.75.0[llvm_slot_17] dev-lang/rust-bin:1.74.1[llvm_slot_17] dev-lang/rust:1.74.1[llvm_slot_17] ) ) llvm_slot_18? ( || ( dev-lang/rust-bin:1.81.0[llvm_slot_18] dev-lang/rust:1.81.0[llvm_slot_18] dev-lang/rust-bin:1.80.1[llvm_slot_18] dev-lang/rust:1.80.1[llvm_slot_18] dev-lang/rust-bin:1.79.0[llvm_slot_18] dev-lang/rust:1.79.0[llvm_slot_18] dev-lang/rust-bin:1.78.0[llvm_slot_18] dev-lang/rust:1.78.0[llvm_slot_18] ) ) llvm_slot_19? ( || ( dev-lang/rust-bin:1.86.0[llvm_slot_19] dev-lang/rust:1.86.0[llvm_slot_19] dev-lang/rust-bin:1.85.1[llvm_slot_19] dev-lang/rust:1.85.1[llvm_slot_19] dev-lang/rust-bin:1.85.0[llvm_slot_19] dev-lang/rust:1.85.0[llvm_slot_19] dev-lang/rust-bin:1.84.1[llvm_slot_19] dev-lang/rust:1.84.1[llvm_slot_19] dev-lang/rust-bin:1.84.0[llvm_slot_19] dev-lang/rust:1.84.0[llvm_slot_19] dev-lang/rust-bin:1.83.0[llvm_slot_19] dev-lang/rust:1.83.0[llvm_slot_19] dev-lang/rust-bin:1.82.0[llvm_slot_19] dev-lang/rust:1.82.0[llvm_slot_19] ) ) llvm_slot_20? ( || ( dev-lang/rust-bin:1.90.0[llvm_slot_20] dev-lang/rust:1.90.0[llvm_slot_20] dev-lang/rust-bin:1.89.0[llvm_slot_20] dev-lang/rust:1.89.0[llvm_slot_20] dev-lang/rust-bin:1.88.0[llvm_slot_20] dev-lang/rust:1.88.0[llvm_slot_20] dev-lang/rust-bin:1.87.0[llvm_slot_20] dev-lang/rust:1.87.0[llvm_slot_20] ) ) llvm_slot_21? ( || ( dev-lang/rust-bin:1.94.0[llvm_slot_21] dev-lang/rust:1.94.0[llvm_slot_21] dev-lang/rust-bin:1.93.1[llvm_slot_21] dev-lang/rust:1.93.1[llvm_slot_21] dev-lang/rust-bin:1.93.0[llvm_slot_21] dev-lang/rust:1.93.0[llvm_slot_21] dev-lang/rust-bin:1.92.0[llvm_slot_21] dev-lang/rust:1.92.0[llvm_slot_21] dev-lang/rust-bin:1.91.0[llvm_slot_21] dev-lang/rust:1.91.0[llvm_slot_21] ) )
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=>=x11-base/xwayland-23.1 x11-libs/libxcb x11-libs/xcb-util-cursor
DESCRIPTION=Xwayland outside your Wayland
EAPI=8
HOMEPAGE=https://github.com/Supreeeme/xwayland-satellite
INHERIT=llvm-r1 cargo
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 debug
KEYWORDS=~amd64
LICENSE=MPL-2.0 Apache-2.0 BSD ISC MIT Unicode-DFS-2016 ZLIB
RDEPEND=>=x11-base/xwayland-23.1 x11-libs/libxcb x11-libs/xcb-util-cursor
REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.8.1.tar.gz -> xwayland-satellite-0.8.1.tar.gz https://github.com/gentoo-crate-dist/xwayland-satellite/releases/download/v0.8.1/xwayland-satellite-0.8.1-crates.tar.xz
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 llvm-r1 59c52dab9ddf3ca54e79003177507e97 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust dd082fc51cbae6f9afa90dd1668d71a9 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb
_md5_=aa0e9bfb88da73a7fb73271ce4e217ce

View File

@@ -7,6 +7,6 @@ INHERIT=cmake
KEYWORDS=~amd64 ~arm64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/imiric/qml-niri/archive/refs/tags/v0.1.2.tar.gz -> qml-niri-0.1.2.tar.gz
SRC_URI=https://github.com/imiric/qml-niri/archive/refs/tags/v0.1.3.tar.gz -> qml-niri-0.1.3.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=607c2f48a87c64a46d974330382e0f80

View File

@@ -1,13 +0,0 @@
BDEPEND=X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
DEFINED_PHASES=install postinst postrm setup
DESCRIPTION=Current generation of Googles brand typeface.
EAPI=8
HOMEPAGE=https://fonts.google.com/specimen/Google+Sans
INHERIT=font
IUSE=X
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=OFL-1.1
SLOT=0
SRC_URI=https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrwEIKlirSjiEjo5.ttf -> GoogleSans17pt-Regular.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrw2IKlirSjiEjo5.ttf -> GoogleSans17pt-Medium.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrzaJ6lirSjiEjo5.ttf -> GoogleSans17pt-SemiBold.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrzjJ6lirSjiEjo5.ttf -> GoogleSans17pt-Bold.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIKlirSjiEjo5.ttf -> GoogleSans-Regular.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IKlirSjiEjo5.ttf -> GoogleSans-Medium.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzaJ6lirSjiEjo5.ttf -> GoogleSans-SemiBold.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ6lirSjiEjo5.ttf -> GoogleSans-Bold.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY0EhpyzAFyo5T4o.ttf -> GoogleSans17pt-Italic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY3MhpyzAFyo5T4o.ttf -> GoogleSans17pt-MediumItalic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY58mpyzAFyo5T4o.ttf -> GoogleSans17pt-SemiBoldItalic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY6YmpyzAFyo5T4o.ttf -> GoogleSans17pt-BoldItalic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY0EhpyzAFyo5T4o.ttf -> GoogleSans-Italic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY3MhpyzAFyo5T4o.ttf -> GoogleSans-MediumItalic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY58mpyzAFyo5T4o.ttf -> GoogleSans-SemiBoldItalic.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY6YmpyzAFyo5T4o.ttf -> GoogleSans-BoldItalic.ttf https://fonts.gstatic.com/s/googlesans/v67/4UaGrENHsxJlGDuGo1OIlI3JyJ98KhtH.ttf -> GoogleSans-VariableFont_GRAD,opsz,wght.ttf https://fonts.gstatic.com/s/googlesans/v67/4UaErENHsxJlGDuGo1OIlL3LwpteLwtHJlc.ttf -> GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf
_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb
_md5_=ec8349b1d0f99b4f1f02face6b853698

View File

@@ -0,0 +1,13 @@
BDEPEND=X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
DEFINED_PHASES=install postinst postrm setup
DESCRIPTION=Current generation of Googles brand typeface.
EAPI=8
HOMEPAGE=https://fonts.google.com/specimen/Google+Sans
INHERIT=font
IUSE=X
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=OFL-1.1
SLOT=0
SRC_URI=https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrwEIKlirSjiEjo5.ttf -> GoogleSans17pt-Regular-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrw2IKlirSjiEjo5.ttf -> GoogleSans17pt-Medium-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrzaJ6lirSjiEjo5.ttf -> GoogleSans17pt-SemiBold-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhWdRFD48TE63OOYKtrzjJ6lirSjiEjo5.ttf -> GoogleSans17pt-Bold-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIKlirSjiEjo5.ttf -> GoogleSans-Regular-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IKlirSjiEjo5.ttf -> GoogleSans-Medium-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzaJ6lirSjiEjo5.ttf -> GoogleSans-SemiBold-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ6lirSjiEjo5.ttf -> GoogleSans-Bold-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY0EhpyzAFyo5T4o.ttf -> GoogleSans17pt-Italic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY3MhpyzAFyo5T4o.ttf -> GoogleSans17pt-MediumItalic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY58mpyzAFyo5T4o.ttf -> GoogleSans17pt-SemiBoldItalic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QpnQOs5beU3yksanMY6YmpyzAFyo5T4o.ttf -> GoogleSans17pt-BoldItalic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY0EhpyzAFyo5T4o.ttf -> GoogleSans-Italic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY3MhpyzAFyo5T4o.ttf -> GoogleSans-MediumItalic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY58mpyzAFyo5T4o.ttf -> GoogleSans-SemiBoldItalic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4Ua9rENHsxJlGDuGo1OIlL3L2JB874GPhFI9_IqmuRqGpjeaLi42kO8QvnQOs5beU3yksanMY6YmpyzAFyo5T4o.ttf -> GoogleSans-BoldItalic-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4UaGrENHsxJlGDuGo1OIlI3JyJ98KhtH.ttf -> GoogleSans-VariableFont_GRAD,opsz,wght-999999786498.ttf https://fonts.gstatic.com/s/googlesans/v67/4UaErENHsxJlGDuGo1OIlL3LwpteLwtHJlc.ttf -> GoogleSans-Italic-VariableFont_GRAD,opsz,wght-999999786498.ttf
_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb
_md5_=a4e06dde741810c65ae5a260b7795a42

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst
DEPEND=x11-libs/libX11 x11-libs/libXfixes
DESCRIPTION=Minimal X11 screenshot tool
EAPI=8
HOMEPAGE=https://codeberg.org/NRK/sxot
INHERIT=toolchain-funcs edo shell-completion optfeature
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=x11-libs/libX11 x11-libs/libXfixes
SLOT=0
SRC_URI=https://codeberg.org/NRK/sxot/archive/v1.0.0.tar.gz -> sxot-1.0.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da edo a5e294016aa84979fcb2459749eb80b2 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 optfeature 538bce96e5589935b57e178e8635f301
_md5_=6ef05a47d3489c2b59e162450b2207fb

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm64
LICENSE=MIT Unlicense
RDEPEND=dev-libs/iniparser sci-libs/fftw:3.0= alsa? ( media-libs/alsa-lib ) jack? ( virtual/jack ) ncurses? ( sys-libs/ncurses:= ) pipewire? ( media-video/pipewire:= ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libglvnd media-libs/libsdl2[opengl,video] ) sndio? ( media-sound/sndio:= )
SLOT=0
SRC_URI=https://github.com/LukashonakV/cava/archive/refs/tags/0.10.2.tar.gz -> libcava-0.10.2.tar.gz
SRC_URI=https://github.com/LukashonakV/cava/archive/refs/tags/0.10.6.tar.gz -> libcava-0.10.6.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 sysroot b9348e4d36f160f6d2556bea5b59f99c rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed
_md5_=8a9ad57d0fa590ed0e18d26557ffc0a8
_md5_=e78f4c8168ed0471bc058c8833433c1d

View File

@@ -0,0 +1,16 @@
DEFINED_PHASES=install postinst postrm preinst prepare setup unpack
DEPEND=>=dev-util/patchelf-0.9
DESCRIPTION=Yandex Music streaming service
EAPI=8
HOMEPAGE=https://music.yandex.ru/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 pax-utils wrapper unpacker xdg
IUSE=+l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
KEYWORDS=~amd64
LICENSE=Yandex-EULA
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-libs/expat dev-libs/fribidi dev-libs/glib:2 dev-libs/gmp dev-libs/libffi dev-libs/libpcre2 dev-libs/libtasn1 dev-libs/libunistring dev-libs/nettle dev-libs/nspr dev-libs/nss dev-libs/wayland media-gfx/graphite2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libepoxy media-libs/libjpeg-turbo media-libs/libpng media-libs/mesa net-dns/libidn2 net-libs/gnutls net-print/cups sys-apps/dbus sys-apps/systemd-utils sys-apps/util-linux sys-devel/gcc sys-libs/glibc sys-libs/libcap virtual/zlib x11-libs/cairo[X,glib] x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango[X] x11-libs/pixman
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_amd64_5.86.0.deb )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 pax-utils 5555f2e75744739fe100ee62c22d28fe wrapper ebaa3beeb43f7e533872b6c37168c7ad multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=01819c3cee457e33b8a65bde7ea49fe0

View File

@@ -0,0 +1,16 @@
DEFINED_PHASES=install postinst postrm preinst prepare setup unpack
DEPEND=>=dev-util/patchelf-0.9
DESCRIPTION=Yandex Music streaming service
EAPI=8
HOMEPAGE=https://music.yandex.ru/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 pax-utils wrapper unpacker xdg
IUSE=+l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
KEYWORDS=~amd64
LICENSE=Yandex-EULA
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-libs/expat dev-libs/fribidi dev-libs/glib:2 dev-libs/gmp dev-libs/libffi dev-libs/libpcre2 dev-libs/libtasn1 dev-libs/libunistring dev-libs/nettle dev-libs/nspr dev-libs/nss dev-libs/wayland media-gfx/graphite2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libepoxy media-libs/libjpeg-turbo media-libs/libpng media-libs/mesa net-dns/libidn2 net-libs/gnutls net-print/cups sys-apps/dbus sys-apps/systemd-utils sys-apps/util-linux sys-devel/gcc sys-libs/glibc sys-libs/libcap virtual/zlib x11-libs/cairo[X,glib] x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango[X] x11-libs/pixman
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_amd64_5.88.0.deb )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 pax-utils 5555f2e75744739fe100ee62c22d28fe wrapper ebaa3beeb43f7e533872b6c37168c7ad multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=01819c3cee457e33b8a65bde7ea49fe0

View File

@@ -1,17 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
INHERIT=cmake
IUSE=debug qt5 +qt6 lto
KEYWORDS=~amd64
LICENSE=LGPL-3
RDEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
REQUIRED_USE=|| ( qt5 qt6 )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/Komet/MediaElch/archive/v2.12.0.tar.gz -> mediaelch-2.12.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=662e1e60d42ee66319c04eea3d8d1ca2

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/quazip dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
INHERIT=cmake
IUSE=debug lto
KEYWORDS=~amd64
LICENSE=LGPL-3
RDEPEND=dev-libs/quazip dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/Komet/MediaElch/archive/v2.12.0.tar.gz -> mediaelch-2.12.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=8a026a2d3785c15d253c05540443dd04

View File

@@ -1,15 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DEPEND=dev-libs/quazip dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
DESCRIPTION=Video metadata scraper
EAPI=8
HOMEPAGE=https://www.mediaelch.de/
INHERIT=cmake git-r3
IUSE=debug qt5 +qt6 lto
IUSE=debug lto
LICENSE=LGPL-3
PROPERTIES=live
RDEPEND=dev-libs/quazip[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
REQUIRED_USE=|| ( qt5 qt6 )
RDEPEND=dev-libs/quazip dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 media-video/ffmpeg media-video/mediainfo x11-libs/libxkbcommon
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=3e28924f80107514e6916abfb7e86cd0
_md5_=b3d53ccfb428c1322f4eb2387548f62e

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=dmenu based selection menu for chapters, tracks, playlist etc
EAPI=8
HOMEPAGE=https://codeberg.org/NRK/mpv-toolbox
INHERIT=mpv-plugin
IUSE=custom-cmd +autoload
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=>=media-video/mpv-0.36.0[lua] !custom-cmd? ( x11-misc/dmenu ) media-video/mpv:=
SLOT=0
SRC_URI=https://codeberg.org/NRK/mpv-toolbox/archive/20250307.tar.gz -> mdmenu-20250307.tar.gz
_eclasses_=mpv-plugin d5b74b0d4b9aa2b088badc969f11de7a
_md5_=337bd0977d1c6c146586227cf8a153d4

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=>=media-video/mpv-0.36.0[lua] !custom-cmd? ( x11-misc/dmenu ) media-video/mpv:=
SLOT=0
SRC_URI=https://codeberg.org/NRK/mpv-toolbox/archive/20240215.tar.gz -> mdmenu-20240215.tar.gz
SRC_URI=https://codeberg.org/NRK/mpv-toolbox/archive/20260218.tar.gz -> mdmenu-20260218.tar.gz
_eclasses_=mpv-plugin d5b74b0d4b9aa2b088badc969f11de7a
_md5_=b410aa44857d221e936c700f835f3236
_md5_=7967015b954eea733de296d148194bc3

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=install postinst
DESCRIPTION=A minimalistic progressbar and osc replacement
EAPI=8
HOMEPAGE=https://codeberg.org/NRK/mpv-toolbox
INHERIT=mpv-plugin optfeature
IUSE=+autoload
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=>=media-video/mpv-0.33.0[lua] media-video/mpv:=
SLOT=0
SRC_URI=https://codeberg.org/NRK/mpv-toolbox/archive/20240215.tar.gz -> mfpbar-20240215.tar.gz
_eclasses_=mpv-plugin d5b74b0d4b9aa2b088badc969f11de7a optfeature 538bce96e5589935b57e178e8635f301
_md5_=5688698e208ed61602ab10c649744914

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=>=media-video/mpv-0.33.0[lua] media-video/mpv:=
SLOT=0
SRC_URI=https://codeberg.org/NRK/mpv-toolbox/archive/20250307.tar.gz -> mfpbar-20250307.tar.gz
SRC_URI=https://codeberg.org/NRK/mpv-toolbox/archive/20260218.tar.gz -> mfpbar-20260218.tar.gz
_eclasses_=mpv-plugin d5b74b0d4b9aa2b088badc969f11de7a optfeature 538bce96e5589935b57e178e8635f301
_md5_=909a5fddf0c071ee0917cc46a5fc2bf1
_md5_=c196a987886848e710bcc14a7e1373bd

View File

@@ -10,6 +10,6 @@ LICENSE=all-rights-reserved Apache-2.0 BSD ISC MIT
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa media-libs/vips:0/42 net-print/cups sys-apps/dbus >=sys-libs/glibc-2.26 virtual/udev virtual/zlib x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango x11-misc/xdg-utils
RESTRICT=bindist mirror strip
SLOT=4
SRC_URI=amd64? ( https://beeper-desktop.download.beeper.com/builds/Beeper-4.2.367-x86_64.AppImage ) arm64? ( https://beeper-desktop.download.beeper.com/builds/Beeper-4.2.367-arm64.AppImage )
SRC_URI=amd64? ( https://beeper-desktop.download.beeper.com/builds/Beeper-4.2.564-x86_64.AppImage ) arm64? ( https://beeper-desktop.download.beeper.com/builds/Beeper-4.2.564-arm64.AppImage )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=f70f2a62be5a84873e54aa3e78246cdf

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,15 +1,15 @@
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) >=dev-vcs/git-1.8.2.1[curl] virtual/pkgconfig
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) ) sqlite? ( dev-db/sqlite:3 ) rocksdb? ( llvm_slot_15? ( llvm-core/clang:15 llvm-core/llvm:15 ) llvm_slot_16? ( llvm-core/clang:16 llvm-core/llvm:16 ) llvm_slot_17? ( llvm-core/clang:17 llvm-core/llvm:17 ) llvm_slot_18? ( llvm-core/clang:18 llvm-core/llvm:18 ) llvm_slot_19? ( llvm-core/clang:19 llvm-core/llvm:19 ) llvm_slot_20? ( llvm-core/clang:20 llvm-core/llvm:20 ) )
DEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) ) sqlite? ( dev-db/sqlite:3 ) rocksdb? ( llvm_slot_16? ( llvm-core/clang:16 llvm-core/llvm:16 ) llvm_slot_17? ( llvm-core/clang:17 llvm-core/llvm:17 ) llvm_slot_18? ( llvm-core/clang:18 llvm-core/llvm:18 ) llvm_slot_19? ( llvm-core/clang:19 llvm-core/llvm:19 ) llvm_slot_20? ( llvm-core/clang:20 llvm-core/llvm:20 ) llvm_slot_21? ( llvm-core/clang:21 llvm-core/llvm:21 ) )
DESCRIPTION=Matrix homeserver written in Rust
EAPI=8
HOMEPAGE=https://conduit.rs https://gitlab.com/famedly/conduit
INHERIT=cargo git-r3 llvm-r2 systemd
IUSE=jemalloc rocksdb sqlite system-rocksdb debug +llvm_slot_20 llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19
IUSE=jemalloc rocksdb sqlite system-rocksdb debug +llvm_slot_21 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20
LICENSE=Apache-2.0 Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 openssl Unicode-3.0 ZLIB
PROPERTIES=live
RDEPEND=jemalloc? ( dev-libs/jemalloc:= ) rocksdb? ( app-arch/snappy:= app-arch/zstd:= system-rocksdb? ( dev-libs/rocksdb ) ) sqlite? ( dev-db/sqlite:3 ) acct-user/conduit app-misc/ca-certificates
REQUIRED_USE=^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 )
REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust dd082fc51cbae6f9afa90dd1668d71a9 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb git-r3 875eb471682d3e1f18da124be97dcc81 llvm-utils e7edb4086e31c8537574b263d899f826 multilib 404b65bd5212cff83b3935c685419d08 llvm-r2 d6b14d3bbccc5ab5b4182c606245dbd3 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=326020a144c312a56dfb25142e63a82f
_md5_=2ccb97023e0937bdd0a32fdec51d2fd7

View File

@@ -0,0 +1,16 @@
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) >=dev-build/cmake-3.16 >=dev-cpp/cppgir-2.0_p20240315 >=dev-libs/gobject-introspection-1.82.0-r2 >=dev-util/gdbus-codegen-2.80.5-r1 virtual/pkgconfig wayland? ( dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test
DEPEND=app-arch/lz4:= dev-cpp/abseil-cpp:= dev-cpp/ada:= dev-cpp/cld3:= >=dev-cpp/glibmm-2.77:2.68 dev-libs/glib:2 dev-libs/openssl:= >=dev-libs/protobuf-21.12 dev-libs/qr-code-generator:= dev-libs/xxhash >=dev-qt/qtbase-6.5:6=[dbus?,gui,network,opengl,ssl,wayland?,widgets,X?] >=dev-qt/qtimageformats-6.5:6 >=dev-qt/qtsvg-6.5:6 media-libs/libjpeg-turbo:= media-libs/openal media-libs/opus media-libs/rnnoise >=media-libs/tg_owt-0_pre20241202:=[screencast=,X=] >=media-video/ffmpeg-6:=[opus,vpx] net-libs/tdlib:=[tde2e] virtual/minizip:= kde-frameworks/kcoreaddons:6 !enchant? ( >=app-text/hunspell-1.7:= ) enchant? ( app-text/enchant:= ) libdispatch? ( dev-libs/libdispatch ) webkit? ( wayland? ( >=dev-qt/qtdeclarative-6.5:6 >=dev-qt/qtwayland-6.5:6[compositor(+),qml] ) ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-keysyms ) >=dev-cpp/cppgir-2.0_p20240315 >=dev-cpp/ms-gsl-4.1.0 dev-cpp/expected dev-cpp/expected-lite dev-cpp/range-v3
DESCRIPTION=Fork of the official Telegram Desktop app with small useful additions
EAPI=8
HOMEPAGE=https://github.com/forkgram/tdesktop
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg cmake python-any-r1 optfeature flag-o-matic
IUSE=dbus enchant +fonts +libdispatch screencast wayland webkit +X
KEYWORDS=~amd64
LICENSE=BSD GPL-3-with-openssl-exception LGPL-2+
RDEPEND=app-arch/lz4:= dev-cpp/abseil-cpp:= dev-cpp/ada:= dev-cpp/cld3:= >=dev-cpp/glibmm-2.77:2.68 dev-libs/glib:2 dev-libs/openssl:= >=dev-libs/protobuf-21.12 dev-libs/qr-code-generator:= dev-libs/xxhash >=dev-qt/qtbase-6.5:6=[dbus?,gui,network,opengl,ssl,wayland?,widgets,X?] >=dev-qt/qtimageformats-6.5:6 >=dev-qt/qtsvg-6.5:6 media-libs/libjpeg-turbo:= media-libs/openal media-libs/opus media-libs/rnnoise >=media-libs/tg_owt-0_pre20241202:=[screencast=,X=] >=media-video/ffmpeg-6:=[opus,vpx] net-libs/tdlib:=[tde2e] virtual/minizip:= kde-frameworks/kcoreaddons:6 !enchant? ( >=app-text/hunspell-1.7:= ) enchant? ( app-text/enchant:= ) libdispatch? ( dev-libs/libdispatch ) webkit? ( wayland? ( >=dev-qt/qtdeclarative-6.5:6 >=dev-qt/qtwayland-6.5:6[compositor(+),qml] ) ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-keysyms ) !!net-im/telegram-desktop !!net-im/telegram-desktop-bin webkit? ( || ( net-libs/webkit-gtk:4.1 net-libs/webkit-gtk:6 ) )
SLOT=0
SRC_URI=https://github.com/forkgram/tdesktop/releases/download/v6.5.1/frk-v6.5.1-full.tar.gz
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b cmake 5691a3da96eac88f135cf3596b8c2c3c python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-any-r1 891415dfe39ad9b41b461f2b86354af0 optfeature 538bce96e5589935b57e178e8635f301
_md5_=b682c38252a32520df2bc7492eda8062

View File

@@ -1,6 +1,6 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile config install postinst setup test unpack
DEPEND=acct-user/mautrix-signal dev-libs/olm virtual/zlib:= ~dev-libs/libsignal-ffi-0.84.0
DEPEND=acct-user/mautrix-signal dev-libs/olm virtual/zlib:= ~dev-libs/libsignal-ffi-0.87.1
DESCRIPTION=Matrix-Signal puppeting bridge
EAPI=8
HOMEPAGE=https://github.com/mautrix/signal
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=AGPL-3+ AGPL-3 Apache-2.0 BSD GPL-3+ ISC MIT MPL-2.0 public-domain
RDEPEND=acct-user/mautrix-signal dev-libs/olm virtual/zlib:=
SLOT=0
SRC_URI=https://github.com/mautrix/signal/archive/refs/tags/v0.2510.0.tar.gz -> mautrix-signal-25.10.tar.gz https://github.com/gentoo-golang-dist/signal/releases/download/v0.2510.0/signal-0.2510.0-vendor.tar.xz
SRC_URI=https://github.com/mautrix/signal/archive/refs/tags/v0.2602.0.tar.gz -> mautrix-signal-26.02.tar.gz https://github.com/gentoo-golang-dist/signal/releases/download/v0.2602.0/signal-0.2602.0-vendor.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=8ad8671c32228e4c29eb3f68bf290042
_md5_=92bacc18501b59e0919086a16327b404

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=AGPL-3+ Apache-2.0 BSD GPL-3+ ISC MIT MPL-2.0 public-domain
RDEPEND=acct-user/meowlnir dev-libs/olm
SLOT=0
SRC_URI=https://github.com/maunium/meowlnir/archive/refs/tags/v0.2511.0.tar.gz -> meowlnir-25.11.tar.gz https://github.com/gentoo-golang-dist/meowlnir/releases/download/v0.2511.0/meowlnir-0.2511.0-vendor.tar.xz
SRC_URI=https://github.com/maunium/meowlnir/archive/refs/tags/v0.2602.0.tar.gz -> meowlnir-26.02.tar.gz https://github.com/gentoo-golang-dist/meowlnir/releases/download/v0.2602.0/meowlnir-0.2602.0-vendor.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885
_md5_=5d5c85080ca6f5bb7e6eeab1bedefdaf
_md5_=934f58c9d0d4de17e7f179a588a28c64

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/rpm2targz
DEFINED_PHASES=configure install postinst postrm preinst prepare pretend setup unpack
DESCRIPTION=Unofficial Microsoft Teams client for Linux. Binary precompiled version.
EAPI=8
HOMEPAGE=https://github.com/IsmaelMartinez/teams-for-linux
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 desktop rpm xdg
IUSE=+l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
KEYWORDS=-* ~amd64 ~arm ~arm64
LICENSE=GPL-3 MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 unRAR OFL-1.1 CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus virtual/libudev x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
RESTRICT=bindist mirror
SLOT=0
SRC_URI=amd64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v2.7.6/teams-for-linux-2.7.6.x86_64.rpm ) arm? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v2.7.6/teams-for-linux-2.7.6.armv7l.rpm ) arm64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v2.7.6/teams-for-linux-2.7.6.aarch64.rpm )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 26d57169ca094c04be416993844ec8bc estack c61c368a76fdf3a82fdf8dbaebea3804 rpm a07e59be6cf48ed85e624a41e8a7a832 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=a6e9463364f90112c674d84cfe1e44ff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/hatch-fancy-pypi-readme[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/hatch-vcs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/filelock[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[socks5,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Google Drive public file/folder downloader
EAPI=8
HOMEPAGE=https://pypi.org/project/gdown/ https://github.com/wkentaro/gdown
INHERIT=distutils-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/filelock[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[socks5,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/wkentaro/gdown/archive/refs/tags/v5.2.1.tar.gz -> gdown-5.2.1.gh.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701
_md5_=fbe7c9354cd042466b5106f1a7898733

View File

@@ -1,16 +0,0 @@
BDEPEND=media-libs/shaderc app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) flexiblas? ( sci-libs/flexiblas:= ) hip? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) opencl? ( dev-util/opencl-headers ) vulkan? ( dev-util/vulkan-headers )
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
EAPI=8
HOMEPAGE=https://github.com/ggml-org/llama.cpp
INHERIT=cmake cuda rocm linux-info
IUSE=curl openblas +openmp blis hip cuda opencl vulkan flexiblas +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1102 amdgpu_targets_gfx1103 amdgpu_targets_gfx1150 amdgpu_targets_gfx1151
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) flexiblas? ( sci-libs/flexiblas:= ) hip? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) dev-python/numpy opencl? ( dev-libs/opencl-icd-loader ) vulkan? ( media-libs/vulkan-loader )
REQUIRED_USE=?? ( openblas blis flexiblas )
SLOT=0
SRC_URI=https://github.com/ggml-org/llama.cpp/archive/refs/tags/b7770.tar.gz -> llama-cpp-0_pre7770.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 rocm 760587a774a2249c681b9326e7015d97 linux-info efd923656513c879204fec6638eadee5
_md5_=cb0322792af4bd42ae07805fcc6b01bf

View File

@@ -0,0 +1,16 @@
BDEPEND=media-libs/shaderc app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) flexiblas? ( sci-libs/flexiblas:= ) rocm? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= wmma? ( >=sci-libs/rocWMMA-6.3:= ) ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) opencl? ( dev-util/opencl-headers ) vulkan? ( dev-util/vulkan-headers )
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
EAPI=8
HOMEPAGE=https://github.com/ggml-org/llama.cpp
INHERIT=cmake cuda rocm linux-info
IUSE=curl openblas +openmp blis rocm cuda opencl vulkan flexiblas wmma examples +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 +amdgpu_targets_gfx1101 +amdgpu_targets_gfx1200 +amdgpu_targets_gfx1201 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1102 amdgpu_targets_gfx1103 amdgpu_targets_gfx1150 amdgpu_targets_gfx1151
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) openmp? ( llvm-runtimes/openmp:= ) blis? ( sci-libs/blis:= ) flexiblas? ( sci-libs/flexiblas:= ) rocm? ( >=dev-util/hip-6.3:= >=sci-libs/hipBLAS-6.3:= wmma? ( >=sci-libs/rocWMMA-6.3:= ) ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) dev-python/numpy opencl? ( dev-libs/opencl-icd-loader ) vulkan? ( media-libs/vulkan-loader )
REQUIRED_USE=?? ( openblas blis flexiblas ) wmma? ( rocm )
SLOT=0
SRC_URI=https://github.com/ggml-org/llama.cpp/archive/refs/tags/b8100.tar.gz -> llama-cpp-0_pre8100.tar.gz examples? ( https://huggingface.co/ggml-org/tiny-llamas/resolve/99dd1a73db5a37100bd4ae633f4cfce6560e1567/stories15M-q4_0.gguf -> ggml-org_models_tinyllamas_stories15M-q4_0-99dd1a73db5a37100bd4ae633f4cfce6560e1567.gguf )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c cuda 8b660e223a1695e3884ee4c7dc2c5059 rocm 760587a774a2249c681b9326e7015d97 linux-info efd923656513c879204fec6638eadee5
_md5_=2b0f234581d9d2892cfdf9a8107cf5e2

View File

@@ -1,13 +0,0 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
DEFINED_PHASES=compile configure install setup test unpack
DESCRIPTION=Futuristic take on hexdump
EAPI=8
HOMEPAGE=https://github.com/sitkevij/hex
INHERIT=cargo
IUSE=debug
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/sitkevij/hex/archive/v0.4.2.tar.gz -> hex-0.4.2.tar.gz https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/assert_cmd/1.0.1/download -> assert_cmd-1.0.1.crate https://crates.io/api/v1/crates/atty/0.2.11/download -> atty-0.2.11.crate https://crates.io/api/v1/crates/bitflags/1.0.4/download -> bitflags-1.0.4.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.crate https://crates.io/api/v1/crates/difference/2.0.0/download -> difference-2.0.0.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/libc/0.2.47/download -> libc-0.2.47.crate https://crates.io/api/v1/crates/no_color/0.1.0/download -> no_color-0.1.0.crate https://crates.io/api/v1/crates/predicates/1.0.5/download -> predicates-1.0.5.crate https://crates.io/api/v1/crates/predicates-core/1.0.0/download -> predicates-core-1.0.0.crate https://crates.io/api/v1/crates/predicates-tree/1.0.0/download -> predicates-tree-1.0.0.crate https://crates.io/api/v1/crates/redox_syscall/0.1.50/download -> redox_syscall-0.1.50.crate https://crates.io/api/v1/crates/redox_termios/0.1.1/download -> redox_termios-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/treeline/0.1.0/download -> treeline-0.1.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.5/download -> unicode-width-0.1.5.crate https://crates.io/api/v1/crates/vec_map/0.8.1/download -> vec_map-0.8.1.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/winapi/0.3.6/download -> winapi-0.3.6.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust dd082fc51cbae6f9afa90dd1668d71a9 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb
_md5_=0241d7fb03bd03b56df7eba8443c6462

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7,6 +7,6 @@ INHERIT=cmake
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/maharmstone/btrfs-dump/archive/20260123.tar.gz -> btrfs-dump-20260123.tar.gz
SRC_URI=https://github.com/maharmstone/btrfs-dump/archive/20260216.tar.gz -> btrfs-dump-20260216.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
_md5_=bc8718abccca9cb039a0cad61397d72d

View File

@@ -1,16 +1,16 @@
BDEPEND=app-editors/vim-core app-text/asciidoc virtual/pkgconfig www-client/w3m sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure prepare
DEPEND=dev-db/sqlite:3 dev-libs/libchardet media-libs/libcue:= media-video/ffmpeg:= sys-fs/fuse:0 bluray? ( media-libs/libbluray:= ) dvd? ( media-libs/libdvdread:= )
DEPEND=dev-db/sqlite:3 dev-libs/libchardet media-libs/libcue:= media-video/ffmpeg-compat:7= sys-fs/fuse:3 bluray? ( media-libs/libbluray:= ) dvd? ( media-libs/libdvdread:= )
DESCRIPTION=FUSE-based transcoding filesystem with support from/to many formats.
EAPI=8
HOMEPAGE=https://nschlia.github.io/ffmpegfs/
INHERIT=autotools
INHERIT=autotools ffmpeg-compat
IUSE=bluray dvd
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=dev-db/sqlite:3 dev-libs/libchardet media-libs/libcue:= media-video/ffmpeg:= sys-fs/fuse:0 bluray? ( media-libs/libbluray:= ) dvd? ( media-libs/libdvdread:= )
RDEPEND=dev-db/sqlite:3 dev-libs/libchardet media-libs/libcue:= media-video/ffmpeg-compat:7= sys-fs/fuse:3 bluray? ( media-libs/libbluray:= ) dvd? ( media-libs/libdvdread:= )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/nschlia/ffmpegfs/releases/download/v2.16/ffmpegfs-2.16.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6
_md5_=14787728ef8aea773957eb062a982bde
SRC_URI=https://github.com/nschlia/ffmpegfs/releases/download/v2.17/ffmpegfs-2.17.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 ffmpeg-compat 9fb95232cbc648b5a3556767a2a5030d
_md5_=5416e43ecd08ac993e5465f61db25545

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD MIT OFL-1.1
RDEPEND=acct-user/anubis
SLOT=0
SRC_URI=https://github.com/TecharoHQ/anubis/releases/download/v1.23.0/anubis-src-vendor-npm-1.23.0.tar.gz
SRC_URI=https://github.com/TecharoHQ/anubis/releases/download/v1.25.0/anubis-src-vendor-npm-1.25.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=746bb830a7c69a8939c5eec0d8a6ab73

View File

@@ -0,0 +1,16 @@
BDEPEND=|| ( >=dev-lang/crystal-1.16.3 >=dev-lang/crystal-bin-1.16.3 ) || ( dev-util/shards dev-lang/crystal-bin ) >=dev-util/gshards-0.2 virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst prepare pretend setup test unpack
DEPEND=dev-db/sqlite:3 dev-libs/boehm-gc dev-libs/libpcre2:= dev-libs/libxml2:2= dev-libs/libyaml dev-libs/openssl:= virtual/zlib:= dev-crystal/athena-negotiation dev-crystal/http_proxy >=dev-crystal/kemal-1.6.0 >=dev-crystal/protodec-0.1.5 virtual/crystal-db[postgres,sqlite] test? ( dev-crystal/spectator ) || ( >=dev-lang/crystal-1.16.3 >=dev-lang/crystal-bin-1.16.3 )
DESCRIPTION=Invidious is an alternative front-end to YouTube
EAPI=8
HOMEPAGE=https://invidious.io/ https://github.com/iv-org/invidious
INHERIT=check-reqs shards systemd
IUSE=test debug doc
KEYWORDS=~amd64
LICENSE=AGPL-3 Apache-2.0 MIT
RDEPEND=dev-db/sqlite:3 dev-libs/boehm-gc dev-libs/libpcre2:= dev-libs/libxml2:2= dev-libs/libyaml dev-libs/openssl:= virtual/zlib:= acct-user/invidious gnome-base/librsvg
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/iv-org/invidious/archive/refs/tags/v2.20260207.0.tar.gz -> invidious-2026.02.07.0.tar.gz https://registry.npmjs.org/video.js/-/video.js-7.12.1.tgz https://registry.npmjs.org/videojs-contrib-quality-levels/-/videojs-contrib-quality-levels-2.1.0.tgz https://registry.npmjs.org/videojs-http-source-selector/-/videojs-http-source-selector-1.1.6.tgz https://registry.npmjs.org/videojs-markers/-/videojs-markers-1.0.1.tgz https://registry.npmjs.org/videojs-mobile-ui/-/videojs-mobile-ui-0.6.1.tgz https://registry.npmjs.org/videojs-overlay/-/videojs-overlay-2.1.4.tgz https://registry.npmjs.org/videojs-share/-/videojs-share-3.2.1.tgz https://registry.npmjs.org/videojs-vr/-/videojs-vr-1.8.0.tgz https://registry.npmjs.org/videojs-vtt-thumbnails/-/videojs-vtt-thumbnails-0.0.13.tgz test? ( https://github.com/iv-org/mocks/archive/b55d58dea94f7144ff0205857dfa70ec14eaa872.tar.gz -> invidious-mocks-b55d58d.tar.gz )
_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c edo a5e294016aa84979fcb2459749eb80b2 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f crystal-utils d62f451129021418fc7ec4291c366c0f shards 78400316257ca0f86e28a2650734321e systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=b463bb8a016c43f23429efd4aa6b14b5

View File

@@ -0,0 +1,12 @@
BDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2 dev-lang/nim virtual/pkgconfig
DEFINED_PHASES=prepare
DEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
DESCRIPTION=TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
EAPI=8
HOMEPAGE=https://chawan.net
IUSE=lto
KEYWORDS=~amd64
LICENSE=Unlicense
SLOT=0
SRC_URI=https://git.sr.ht/~bptato/chawan/archive/v0.3.3.tar.gz -> chawan-0.3.3.tar.gz
_md5_=3ecf1bf04f8bb227742666073388b8ed

View File

@@ -0,0 +1,13 @@
BDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2 dev-lang/nim virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=prepare unpack
DEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
DESCRIPTION=TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
EAPI=8
HOMEPAGE=https://chawan.net
INHERIT=git-r3
IUSE=lto
LICENSE=Unlicense
PROPERTIES=live
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=efbc2ca83e9a5b0f4242476a56761a57

View File

@@ -10,6 +10,6 @@ LICENSE=GPL-3 BSD
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr >=dev-libs/nss-3.26 media-fonts/liberation-fonts media-libs/alsa-lib media-libs/mesa[gbm(+)] net-misc/curl net-print/cups sys-apps/dbus sys-libs/glibc sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 || ( x11-libs/gtk+:3[X] gui-libs/gtk:4[X] ) x11-libs/libdrm >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango x11-misc/xdg-utils qt6? ( dev-qt/qtbase:6[gui,widgets] ) selinux? ( sec-policy/selinux-chromium )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://github.com/imputnet/helium-linux/releases/download/0.8.3.1/helium-0.8.3.1-x86_64_linux.tar.xz -> helium-bin-0.8.3.1-amd64.tar.xz ) arm64? ( https://github.com/imputnet/helium-linux/releases/download/0.8.3.1/helium-0.8.3.1-arm64_linux.tar.xz -> helium-bin-0.8.3.1-arm64.tar.xz )
SRC_URI=amd64? ( https://github.com/imputnet/helium-linux/releases/download/0.9.2.1/helium-0.9.2.1-x86_64_linux.tar.xz -> helium-bin-0.9.2.1-amd64.tar.xz ) arm64? ( https://github.com/imputnet/helium-linux/releases/download/0.9.2.1/helium-0.9.2.1-arm64_linux.tar.xz -> helium-bin-0.9.2.1-arm64.tar.xz )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 26d57169ca094c04be416993844ec8bc pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=2f03911831f4e44fcd9adafee007191d
_md5_=6c5312e6e5c37ffa33e9de5ff9d7aeb3

View File

@@ -9,6 +9,6 @@ KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst
SLOT=0
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/15.0.4/mullvad-browser-linux-x86_64-15.0.4.tar.xz -> mullvad-browser-bin-15.0.4.tar.xz
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/15.0.6/mullvad-browser-linux-x86_64-15.0.6.tar.xz -> mullvad-browser-bin-15.0.6.tar.xz
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc optfeature 538bce96e5589935b57e178e8635f301 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=6049342fe98edaca9f6646b6af6f614b

View File

@@ -11,6 +11,6 @@ LICENSE=Yandex-EULA
RDEPEND=app-accessibility/at-spi2-core dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap sys-libs/libudev-compat virtual/libudev x11-libs/cairo 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/libXrandr x11-libs/pango[X] x11-misc/xdg-utils ffmpeg-codecs? ( media-video/ffmpeg-chromium:143 ) qt6? ( dev-qt/qtbase:6[gui,widgets] )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-stable/yandex-browser-stable_25.12.1.1217-1_amd64.deb -> yandex-browser-25.12.1.1217_p1.deb )
SRC_URI=amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-stable/yandex-browser-stable_25.12.1.1319-1_amd64.deb -> yandex-browser-25.12.1.1319_p1.deb )
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 desktop 26d57169ca094c04be416993844ec8bc wrapper ebaa3beeb43f7e533872b6c37168c7ad pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=30ef94c9d9b8cef427b42dcf2b5a196c

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm
DEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
DESCRIPTION=Zen Browser - A fast, privacy-focused Firefox fork
EAPI=8
HOMEPAGE=https://zen-browser.app/
INHERIT=desktop xdg-utils
KEYWORDS=~amd64 ~arm64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
RESTRICT=strip
SLOT=0
SRC_URI=amd64? ( https://github.com/zen-browser/desktop/releases/download/1.18.8b/zen.linux-x86_64.tar.xz -> zen-bin-1.18.8b-amd64.tar.xz ) arm64? ( https://github.com/zen-browser/desktop/releases/download/1.18.8b/zen.linux-aarch64.tar.xz -> zen-bin-1.18.8b-arm64.tar.xz )
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=cc1151a7895f7f6342fe9aa878141683

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile install
DEPEND=x11-libs/libX11 x11-libs/libXrandr
DESCRIPTION=Minimal X11 rectangle selection tool
EAPI=8
HOMEPAGE=https://codeberg.org/NRK/selx
INHERIT=toolchain-funcs edo shell-completion
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=x11-libs/libX11 x11-libs/libXrandr
SLOT=0
SRC_URI=https://codeberg.org/NRK/selx/archive/v2.0.0.tar.gz -> selx-2.0.0.tar.gz
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da edo a5e294016aa84979fcb2459749eb80b2 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=65e8f46ebe5152f4a0e4d365bb71bc11

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-build/cmake app-text/scdoc || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst setup test unpack
DEPEND=media-libs/fontconfig:= media-libs/freetype:2 x11-libs/libxkbcommon X? ( x11-libs/libxcb:= )
DESCRIPTION=GPU-accelerated terminal emulator with sixel support
EAPI=8
HOMEPAGE=https://alacritty.org
INHERIT=cargo desktop shell-completion eapi9-ver git-r3
IUSE=+wayland X debug
LICENSE=Apache-2.0 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unicode-3.0
PROPERTIES=live
RDEPEND=media-libs/fontconfig:= media-libs/freetype:2 x11-libs/libxkbcommon X? ( x11-libs/libxcb:= ) !x11-terms/alacritty media-libs/mesa[X?,wayland?] virtual/zlib sys-libs/ncurses:0 wayland? ( dev-libs/wayland ) X? ( x11-libs/libXcursor x11-libs/libXi x11-libs/libXrandr )
REQUIRED_USE=|| ( wayland X )
RESTRICT=mirror
SLOT=0
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust dd082fc51cbae6f9afa90dd1668d71a9 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb desktop 26d57169ca094c04be416993844ec8bc bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=a771dc6bc3066149d6a5d2fa2bbdfc73

View File

@@ -214,6 +214,7 @@ app-emulation/arnold 20170513-r2: Amstrad CPC emulator
app-emulation/box64 0.2.2 0.3.0 0.3.0-r1 9999: Linux Userspace x86_64 Emulator with a twist
app-emulation/box86 0.3.0 0.3.6 9999: Linux Userspace x86 Emulator with a twist
app-emulation/cloud-utils 0.33: Useful set of utilities for interacting with a cloud.
app-emulation/darling 0.1.20260201: Translation layer for running macOS software on Linux
app-emulation/looking-glass 1_beta6 1_beta7 9999: A low latency KVM FrameRelay implementation for guests with VGA PCI Passthrough
app-emulation/lsfg-vk 1.0.0-r1 9999: Lossless Scaling Frame Generation on Linux via DXVK/Vulkan
app-emulation/quickemu 4.9.7 4.9.7-r1 9999: Create and run optimised Windows, macOS and Linux desktop virtual machines
@@ -254,7 +255,7 @@ app-misc/cpufetch 1.06: Simplistic yet fancy CPU architecture fetching tool
app-misc/dbf 0.9.0: Command line tool to read the content of dBASE III, IV, and 5.0 files
app-misc/diff-so-fancy 1.4.4: Good-lookin' diffs. Actually... nah... The best-lookin' diffs
app-misc/doublecmd 1.1.31 1.1.32 1.2.2: Cross Platform file manager
app-misc/doublecmd-bin 1.1.31 1.1.32 1.2.0 1.2.1 9999: Double Commander: file manager with two panels, similar to Total Commander
app-misc/doublecmd-bin 1.1.31 1.1.32 1.2.0 1.2.1 1.2.2 9999: Double Commander: file manager with two panels, similar to Total Commander
app-misc/dpscreenocr 1.4.1: Program to recognize text on screen
app-misc/dragon 1.2.0-r1: Simple drag-and-drop source/sink for X and Wayland
app-misc/durdraw 0.29.0: Versatile ASCII and ANSI Art text editor for drawing
@@ -388,7 +389,7 @@ app-text/dooit 3.3.4: A TUI todo manager
app-text/epubgrep 0.6.2: Search tool for EPUB e-books
app-text/ford 6.2.5 7.0.11-r1 7.0.12 7.0.13: FORD, automatic documentation generator for modern Fortran programs
app-text/frog 1.6.0: Extract text from any image, video, QR Code and etc.
app-text/harper 1.4.0: The language checker for developers.
app-text/harper 1.8.0: The language checker for developers.
app-text/iwe 0.0.60: Markdown based personal knowledge management (PKM) system
app-text/jrnl 4.2.1: Collect your thoughts and notes without leaving the command line
app-text/komikku 1.103.0: Manga reader for GNOME
@@ -492,7 +493,7 @@ dev-crystal/crystar 0.3.1-r1 0.4.0-r1: Crystal language Tar Module implements ac
dev-crystal/exception_page 0.4.1-r1 0.5.0-r1: A library for displaying exceptional exception pages for easier debugging
dev-crystal/habitat 0.4.9-r1: Easily configure settings for Crystal projects
dev-crystal/http_proxy 0.12.0-r1: HTTP Proxy server and client written in Crystal
dev-crystal/kemal 1.7.3-r1 1.8.0: Lightning Fast, Super Simple web framework
dev-crystal/kemal 1.7.3-r1 1.8.0 1.9.0: Lightning Fast, Super Simple web framework
dev-crystal/lucky_flow 0.10.1-r1: LuckyFlow is a library for testing user flows in the browser
dev-crystal/protodec 0.1.5-r2 0.1.5-r3: Command-line tool to encode and decode arbitrary protobuf data
dev-crystal/radix 0.4.1-r1: Radix tree implementation for Crystal language
@@ -518,17 +519,17 @@ dev-elixir/hex 1.0.1-r1: Package manager for the Erlang VM
dev-embedded/arduino-cli 1.0.4 1.1.1 1.3.1: Next-generation arduino command line tool
dev-embedded/arduino-ide 2.3.7: Arduino IDE 2.x - A modern open-source IDE for Arduino development
dev-embedded/bcm2-utils 0.9.8: Utilities for Broadcom-based cable modems
dev-embedded/esp-coredump 1.13.1 1.14.0: Utility that helps users to retrieve and analyse core dumps
dev-embedded/esp-idf 5.3.4 5.4.3 5.5.2 5.5.2-r1: Espressif IoT Development Framework
dev-embedded/esp-coredump 1.13.1 1.14.0 1.15.0: Utility that helps users to retrieve and analyse core dumps
dev-embedded/esp-idf 5.3.4 5.4.3 5.5.2-r1 5.5.3: Espressif IoT Development Framework
dev-embedded/esp-idf-diag 0.2.0: A tool to gather diagnostic information about the ESP-IDF environment.
dev-embedded/esp-idf-kconfig 2.5.0-r1 2.5.1 2.5.1-r1: Kconfig tooling for esp-idf
dev-embedded/esp-idf-monitor 1.7.0 1.8.0: Python object-oriented database
dev-embedded/esp-idf-kconfig 2.5.1-r1 2.5.2: Kconfig tooling for esp-idf
dev-embedded/esp-idf-monitor 1.8.0 1.9.0: Python object-oriented database
dev-embedded/esp-idf-nvs-partition-gen 0.1.9: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
dev-embedded/esp-idf-panic-decoder 1.4.1: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
dev-embedded/esp-idf-size 1.7.1: Firmware size analysis for ESP-IDF
dev-embedded/freertos-gdb 1.0.4: Python module for operating with freeRTOS-kernel objects in GDB
dev-embedded/fwup 1.13.2 1.14.0 1.15.0: Configurable embedded Linux firmware update creator and runner
dev-embedded/idf-component-manager 2.2.2 2.4.2: Tool for installing ESP-IDF components
dev-embedded/idf-component-manager 2.2.2 2.4.2 2.4.6: Tool for installing ESP-IDF components
dev-embedded/mv88e6xxx-dump 0.2.0_pre20210327: Dump information about Marvell mv88e6xxx Ethernet switches
dev-embedded/nxp-gui-guider 1.10.1: GUI Guider is a user-friendly GUI development tool for LVGL
dev-embedded/pico-sdk 2.1.1 2.2.0: Libraries and tools for C/C++ development on RP2040 and RP2350 microcontrollers.
@@ -561,7 +562,7 @@ dev-java/jdtls-bin 1.54.0_p202511211413 1.55.0_p202601060902 1.56.0_p20260120163
dev-java/microsoft-openjdk-bin 11.0.28 17.0.16 21.0.8 25.0.0: Prebuilt Java JDK binaries provided by Microsoft
dev-lang/c3c 0.7.5: The C3 programming language compiler
dev-lang/cc65 2.19-r3 9999-r1: Cross-development package for 65(C)02 systems
dev-lang/crystal-bin 1.16.3 1.17.1 1.18.0 1.18.2: The Crystal Programming Language
dev-lang/crystal-bin 1.16.3 1.18.2 1.19.1: The Crystal Programming Language
dev-lang/fbc 1.10.1: A free/open source, multi-platform BASIC compiler.
dev-lang/fbc-bootstrap 1.10.1: Bootstrap package for dev-lang/fbc
dev-lang/gnu-apl 1.8: GNU interpreter for the APL programming language
@@ -583,8 +584,8 @@ dev-libs/discord-rpc 3.4.1: Library for interfacing a game with a locally runnin
dev-libs/dmd_core 0.7.2-r1: Core logic for an AT&T / Teletype DMD 5620 terminal emulator
dev-libs/dynarmic 6.7.0: An ARM dynamic recompiler
dev-libs/fastText 0.9.2: Library for fast text representation and classification
dev-libs/feedbackd 0.8.6 0.8.8: DBus service for haptic/visual/audio feedback
dev-libs/feedbackd-device-themes 0.8.6 0.8.7: Device specific themes for Feedbackd
dev-libs/feedbackd 0.8.8 0.8.9: DBus service for haptic/visual/audio feedback
dev-libs/feedbackd-device-themes 0.8.7 0.8.8: Device specific themes for Feedbackd
dev-libs/fortran-regex 1.1.2: Modern Fortran port of the tiny-regex-c library for regular expressions
dev-libs/fortran-shlex 1.0.1 1.2.1 2.0.0 2.0.1: Modern Fortran port of the tiny-regex-c library for regular expressions
dev-libs/fortran-stdlib 0.5.0 0.6.1 0.7.0 0.8.1 9999: A community driven standard library for (modern) Fortran
@@ -608,7 +609,7 @@ dev-libs/libdbf 0.0.1: Library to read the content of dBASE III, IV, and 5.0 fil
dev-libs/libglibutil 1.0.80 9999: Library of glib utilities from sailfishos project
dev-libs/libpkgmanifest 0.5.9: Library for working with RPM manifests
dev-libs/librepo 1.19.0-r2 1.20.0-r1: Repodata downloading library
dev-libs/libsignal-ffi 0.80.3 0.84.0 0.86.8: C ABI library which exposes Signal protocol logic
dev-libs/libsignal-ffi 0.86.8 0.87.1: C ABI library which exposes Signal protocol logic
dev-libs/libsolv 0.7.34 0.7.35: Library for solving packages and reading repositories
dev-libs/libtypec 0.5.2-r2: Library to interface with USB Type-C/Power Delivery devices
dev-libs/ls-hpack 2.3.4: QPACK compression library for use with HTTP/3
@@ -688,7 +689,7 @@ dev-ml/ppx_yojson_conv_lib 0.17.0: Runtime lib for ppx_yojson_conv
dev-ml/psq 0.2.0-r2 0.2.1: Functional Priority Search Queues for OCaml
dev-ml/spelll 0.4: Fuzzy string searching, using Levenshtein automaton
dev-nim/boomer 0_pre20240208: Zoomer application for Linux
dev-nim/cligen 1.9.3 1.9.5: Infer & generate command-line interface/option/argument parser
dev-nim/cligen 1.9.5 1.9.6: Infer & generate command-line interface/option/argument parser
dev-nim/inim 0.6.1 1.0.0: Interactive Nim Shell / REPL / Playground
dev-nim/nake 1.9.4-r1: make-like for Nim. Describe your builds as tasks!
dev-nim/nimbus 1.1.4 1.1.5 9999: Packaging-friendly Nim build system
@@ -744,7 +745,6 @@ dev-python/dacite 1.8.1: This module simplifies creation of data classes (PEP 55
dev-python/daff 1.4.2: The daff can produce and apply tabular diffs
dev-python/daiquiri 3.3.0 3.4.0: Library to configure Python logging easily
dev-python/darkdetect 0.8.0: Detect OS dark mode from Python
dev-python/dataclasses-json 0.6.7-r1: Easily serialize Data Classes to and from JSON
dev-python/dateparser 1.3.0: Date parsing library designed to parse dates from HTML pages
dev-python/decopatch 1.4.10: Create decorators easily in python
dev-python/desktop-notifier 6.1.1 6.2.0: desktop-notifier is a Python library for cross-platform desktop notifications
@@ -772,7 +772,7 @@ dev-python/glcontext 3.0.0: Modern OpenGL binding for python
dev-python/glfw 2.10.0: Python bindings for GLFW
dev-python/gnuplot-py 1.8_p8-r1: A python wrapper for Gnuplot
dev-python/googletrans 4.0.0_rc1-r1: Free Google Translate API for Python. Translates totally free of charge.
dev-python/grapheme 0.8.0: Unicode grapheme helpers
dev-python/grapheme 0.8.0 0.10.0: Unicode grapheme helpers
dev-python/graphql-core 3.2.3: Python port of GraphQL.js, the JavaScript reference implementation for GraphQL
dev-python/graphql-relay 3.2.0: Relay library for graphql-core
dev-python/gtts 2.5.4: Python library and CLI tool to interface with Google Translate's API
@@ -798,7 +798,6 @@ dev-python/iuliia 0.13.0: Transliterate Cyrillic to Latin in every possible way
dev-python/jinja2-cli 0.8.2: CLI for Jinja2
dev-python/jplephem 2.23 2.24: Python version of NASA DE4xx ephemerides for Astronomical Alamanac
dev-python/jpype 1.6.0: Bridge to allow Python programs full access to Java class libraries
dev-python/json-schema-for-humans 1.4.1 1.5.1: Quickly generate HTML documentation from a JSON schema
dev-python/json_exporter 1.0.2: Python-based library for exporting JSON data as metrics for Prometheus.
dev-python/jsonfeed 1.1.2: Python package for parsing and generating JSON feeds.
dev-python/jsonlines 4.0.0: Library with helpers for the jsonlines file format
@@ -867,7 +866,7 @@ dev-python/py-himitsu 0.0.9: A python client library for himitsu
dev-python/py-nanoid 0_pre20220201: Python Nanoid
dev-python/pyclip 0.7.0-r2 9999: Python clipboard module
dev-python/pydantic-extra-types 2.10.6: Extra Pydantic types
dev-python/pydantic-settings 2.11.0-r1 2.12.0: Settings management using Pydantic
dev-python/pydantic-settings 2.12.0 2.13.1: Settings management using Pydantic
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 1.0.2: Pure-python FIGlet implementation
@@ -888,7 +887,7 @@ dev-python/pypandoc 1.16.2: Pypandoc provides a thin wrapper for pandoc, a unive
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.52.0: A fast type checker and language server for Python with powerful IDE features
dev-python/pyrefly 0.53.0: 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.8_beta8 0.9.8_beta9 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
@@ -958,7 +957,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.13.1: A lightweight and modern animated terminal window
dev-python/textual 7.5.0: Modern Text User Interface framework
dev-python/textual 8.0.0: Modern Text User Interface framework
dev-python/textual-dev 1.7.0 1.8.0: Modern Text User Interface framework
dev-python/textual-serve 1.1.2: Serve Textual apps locally
dev-python/thonny 4.1.7: Thonny is a Python IDE meant for learning programming
@@ -1004,15 +1003,14 @@ dev-util/bash-language-server 5.3.3 5.4.0 5.4.2 5.4.3 5.6.0: A language server f
dev-util/bats-assert 2.2.0: Common assertions for Bats
dev-util/bats-support 0.3.0: Supporting library for Bats test helpers
dev-util/bc-ur 0.3.0: Blockchain Commons UR Library
dev-util/bruno-bin 1.9.0 1.9.0-r1 3.0.2: Opensource IDE For Exploring and Testing Api's
dev-util/bump-my-version 1.2.6: Version bump your Python project
dev-util/bruno-bin 1.9.0 1.9.0-r1 3.0.2 3.1.2: Opensource IDE For Exploring and Testing Api's
dev-util/bump-my-version 1.2.6 1.2.7: Version bump your Python project
dev-util/cargo-post 0.1.7: A cargo wrapper that executes a post build script after a successful build.
dev-util/cargo-show-asm 0.2.55: A cargo subcommand that displays the generated assembly of Rust source code.
dev-util/catalyst-lab 1.6.0 1.6.1: An automation tool for building Gentoo release stages and binhost packages.
dev-util/catppuccin-catwalk 1.3.2: Soothing pastel previews for the high-spirited!
dev-util/catppuccin-whiskers 2.4.0: Soothing port creation tool for the high-spirited!
dev-util/cmakelang 0.6.13: Provides Quality Assurance (QA) tools for cmake
dev-util/codex 0.101.0: Codex CLI - OpenAI's AI-powered coding agent
dev-util/codex 0.104.0: Codex CLI - OpenAI's AI-powered coding agent
dev-util/coq-lsp 0.1.9: Visual Studio Code Extension and Language Server Protocol for Coq
dev-util/deblob 0.11 0.12 9999: remove binary executables from a directory
dev-util/distribution-gpg-keys 1.117: Collection of GPG keys used in Linux Distributions
@@ -1023,20 +1021,20 @@ dev-util/exercism 3.1.0 3.2.0: Command line client for https://exercism.io
dev-util/find-work 1.0.0 9999: Personal advice utility for Gentoo package maintainers
dev-util/find-work-bugzilla 1.0.0-r1: Personal advice utility for Gentoo package maintainers: Bugzilla plugin
dev-util/find-work-pkgcheck 1.0.0: Personal advice utility for Gentoo package maintainers: pkgcheck plugin
dev-util/find-work-repology 1.0.0: Personal advice utility for Gentoo package maintainers: Repology plugin
dev-util/find-work-repology 1.0.0 1.0.1: Personal advice utility for Gentoo package maintainers: Repology plugin
dev-util/flatpakify 1.0.5 1.0.6: Tool to create Flatpak bundles from Portage ebuilds
dev-util/forgejo-runner 12.5.3 12.6.1 9999: A daemon that connects to a Forgejo instance and runs jobs for CI
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.28.2: Gemini CLI - a command-line AI workflow tool by Google
dev-util/gemini-cli 0.29.2: 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.25.4: A formatter to make your CMake code the real treasure
dev-util/git-bug 0.10.1 9999: distributed, offline-first bug tracker
dev-util/git-pages-cli 1.5.1 1.5.2: Command-line application for publishing sites to git-pages
dev-util/gitlab-ci-local-bin 4.43.0 4.47.0 4.56.0: Run gitlab pipelines locally as shell executor or docker executor
dev-util/go-task 3.38.0-r1 3.41.0-r1: A task runner / simpler Make alternative written in Go
dev-util/google-antigravity 1.16.5: Google's AI-first IDE and agentic development platform
dev-util/google-antigravity 1.16.5 1.18.3: Google's AI-first IDE and agentic development platform
dev-util/gshards 0.2: Small helper tools to aid installing Crystal packages in Gentoo
dev-util/hare-update 0.25.2.0 0.26.0.0 9999: assist in upgrading a codebase to a newer Hare release
dev-util/haredo 1.0.2 9999: a simple and unix-idiomatic build automator
@@ -1064,7 +1062,7 @@ dev-util/nvchecker 2.19 2.20: New version checker for software releases
dev-util/ocamlformat 0.26.2 0.26.2-r1: Auto-formatter for OCaml code
dev-util/ocp-indent 1.8.2: Indentation tool for OCaml, to be used from editors like Emacs and Vim.
dev-util/ols 2026.01 9999: Language server for Odin Programming language
dev-util/opencode-bin 1.1.48: The open source coding agent
dev-util/opencode-bin 1.1.48 1.2.6: The open source coding agent
dev-util/pcpp 1.30: A C99 preprocessor written in pure Python
dev-util/pifpaf 3.3.0: Suite of tools and fixtures to manage daemons for testing
dev-util/pmbootstrap 3.9.0: Helper tool for developing and building postmarketOS
@@ -1072,7 +1070,7 @@ dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
dev-util/rexxd 2025.02.17: Drop-in replacement for the original xxd
dev-util/riffdiff 3.6.1: Diff filter highlighting changed line parts
dev-util/rtc-testbench 5.4: RTC Testbench is a set of tools for validating Ethernet networks
dev-util/rust-rover 2024.2.1-r1 2025.2.1 2025.2.2 2025.2.3 2025.2.4.1 2025.2.5 2025.3 2025.3.1 2025.3.2 2025.3.3: A feature-rich Rust IDE with timely support by JetBrarins
dev-util/rust-rover 2024.2.1-r1 2025.2.1 2025.2.2 2025.2.3 2025.2.4.1 2025.2.5 2025.3 2025.3.1 2025.3.2 2025.3.3 2025.3.4: A feature-rich Rust IDE with timely support by JetBrarins
dev-util/rust-script 0.36.0: Command-line tool to run Rust scripts which can make use of crates
dev-util/rye 0.44.0: a Hassle-Free Python Experience
dev-util/rz-ghidra 0.8.0: An integration of the Ghidra decompiler and Sleigh Disassembler for Rizin.
@@ -1085,12 +1083,12 @@ dev-util/tailspin 5.4.5: A log file highlighter
dev-util/termux-language-server 0.0.31: A language server for some specific Bash scripts
dev-util/tflint-bin 0.43.0 0.46.0: A Pluggable Terraform Linter
dev-util/tinyxxd 1.3.7-r2 1.3.11 9999: Drop-in replacement and standalone version of xxd
dev-util/tokei 12.1.2 13.0.0 9999: Count your code, quickly
dev-util/tokei 12.1.2 13.0.0 14.0.0 9999: Count your code, quickly
dev-util/topiary 0.7.3: CLI app for Topiary, the universal code formatter.
dev-util/trivy 0.55.2: Vulnerability scanner for container images, file systems, and Git repos
dev-util/typescript-language-server 4.1.2 4.3.3 5.1.3: TypeScript & JavaScript Language Server
dev-util/u-config 0.34.0 9999: Lean and mean pkg-config replacement
dev-util/upstream-ontologist 0.3.2 0.3.7: Tracking of upstream project metadata
dev-util/upstream-ontologist 0.3.7 0.3.9: Tracking of upstream project metadata
dev-util/vala-language-server 0.48.7: Code Intelligence for Vala & Genie
dev-util/vscode-langservers-extracted 4.8.0 4.10.0: HTML/CSS/JSON/ESLint/Markdown language servers extracted from vscode.
dev-util/wakatime-cli 1.27.0 1.28.6: Command line interface to WakaTime used by all WakaTime plugins
@@ -1105,7 +1103,7 @@ dev-vcs/gitahead 2.7.1-r2: Graphical Git client to help understand and manage so
dev-vcs/gitqlient 1.6.2 1.6.3 9999: Multi-platform Git client written with Qt
dev-vcs/lazygit 0.56.0 0.57.0 0.58.0 0.58.1 0.59.0 9999: Simple terminal UI for git commands
dev-vcs/lazyjj 0.6.1: TUI for Jujutsu/jj
dev-vcs/llm-git 2.3.0: AI-powered git commit message generator using LLMs
dev-vcs/llm-git 3.0.0: AI-powered git commit message generator using LLMs
dev-vcs/pijul 1.0.0_beta9: A distributed version control system based on a theory of patches
dev-zig/zls 0.10.0-r2 0.13.0-r1 0.14.0 0.15.0 9999: Non-official language server for Zig
games-action/ATLauncher 3.4.40.1: Minecraft launcher which integrates multiple different ModPacks
@@ -1179,7 +1177,7 @@ games-util/goverlay 1.2: Graphical UI to help manage Linux game overlays (MangoH
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: Open-source gaming platform and launcher
games-util/input-remapper 2.1.1 2.2.0 9999: A tool to change and program the mapping of your input device buttons
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
games-util/libtess2 1.0.2: Game and tools oriented refactored version of GLU tesselator
@@ -1265,9 +1263,10 @@ gui-apps/labwc-tweaks 0.1.0 9999: A Qt configuration tool for labwc
gui-apps/lan-mouse 0.10.0 0.10.0_p20251027: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
gui-apps/lemurs 0.3.2 0.4.0: A TUI Display/Login Manager
gui-apps/lswt 1.0.4-r1 2.0.0 9999: List Wayland toplevels
gui-apps/meteo-qt 4.1 4.2: A system tray application for the weather status
gui-apps/meteo-qt 4.2 4.3: A system tray application for the weather status
gui-apps/mpvpaper 1.8 9999: A video wallpaper program for wlroots based wayland compositors
gui-apps/noctalia-shell 4.4.3 9999: Noctalia Configuration for Quickshell
gui-apps/niri-sidebar 0.2.0: A lightweight, external sidebar manager for the Niri window manager.
gui-apps/noctalia-shell 4.5.0 9999: Noctalia Configuration for Quickshell
gui-apps/nwg 0: meta package package for nwg-shell
gui-apps/nwg-bar 0.1.5 0.1.6: GTK3-based button bar for wlroots-based compositors
gui-apps/nwg-clipman 0.2.5 0.2.8: nwg-shell clipboard manager - a GTK3-based GUI for cliphist
@@ -1333,14 +1332,14 @@ gui-apps/wob 0.15.1-r1 0.16: Lightweight overlay volume/backlight/progress/anyth
gui-apps/wscreensaver 9999: Xscreensaver screensavers ported to wayland
gui-apps/wtype 0.4: xdotool type for wayland
gui-apps/xremap 0.14.14: Dynamic key remap for X and Wayland
gui-apps/xwayland-satellite 0.5.1 0.8: Xwayland outside your Wayland
gui-apps/xwayland-satellite 0.5.1 0.8 0.8.1: Xwayland outside your Wayland
gui-apps/yambar 1.11.0 9999: Simplistic and highly configurable status panel for X and Wayland
gui-libs/gtk-session-lock 0.2.0-r6 9999: GTK-based lockscreen for Wayland
gui-libs/libcprime 5.0.0: Library for managing settings of CoreApps
gui-libs/libcsys 5.0.0: Library for managing the device
gui-libs/mir 2.23.0 2.25.2: Set of libraries for building Wayland based shells
gui-libs/qdocumentview 0.3.0.1: Widget to render multi-page documents
gui-libs/qml-niri 0.1.2: A QML plugin for niri
gui-libs/qml-niri 0.1.3: A QML plugin for niri
gui-libs/qtforkawesome 0.3.1 0.3.2 0.3.2-r1: Library that bundles ForkAwesome for use within Qt applications
gui-libs/qtutilities 6.18.3 6.18.4: Useful Qt related C++ classes and routines
gui-libs/scenefx 0.4.1 9999: A replacement for the wlroots scene API with eye-candy effects.
@@ -1369,7 +1368,7 @@ media-fonts/dseg 0.46: A free font which imitate LCD Display
media-fonts/firago 1.001: A continuation of FiraSans
media-fonts/firge 0.3.0-r1: Firge is a composite font of Fira Mono and GenShin-Gothic.
media-fonts/gohufont 2.1_p20170627: A monospace bitmap font
media-fonts/google-sans 786498 20180418.123827: Current generation of Googles brand typeface.
media-fonts/google-sans 20180418.123827 999999786498: Current generation of Googles brand typeface.
media-fonts/hackgen 2.10.0: HackGen is a composite font of Hack and GenJyuu-Gothic.
media-fonts/inconsolata_dz 20201205: A beautiful sans-serif monotype font designed for code listings
media-fonts/inter 4.1: Inter font family
@@ -1418,6 +1417,7 @@ media-gfx/silicon 0.5.2-r1 0.5.2-r2 0.5.3: Create beautiful image of your code
media-gfx/superpaper 2.2.1: Advanced multi monitor wallpaper manager
media-gfx/svgcleaner 0.9.5: svgcleaner could help you to clean up your SVG files from the unnecessary data.
media-gfx/swayimg 4.6 4.7: Lightweight image viewer for Wayland display servers
media-gfx/sxot 1.0.0: Minimal X11 screenshot tool
media-gfx/timg 1.6.2 1.6.3: Terminal image and video viewer
media-gfx/vimiv-qt 0.9.0-r1: An image viewer with vim-like keybindings
media-gfx/vpuppr 0.9.0-r1: VTuber application made with Godot 3.4
@@ -1477,7 +1477,7 @@ media-sound/goxlr-utility 1.2.3 9999: A utility for monitoring and controlling a
media-sound/jacktrip 2.4.0: Send JACK audio over a network
media-sound/jriver 31.0.83: A cross-platform media center, famous for high quality of audio.
media-sound/kew 2.4.4-r1: kew (/kjuː/) is a command-line music player for Linux.
media-sound/libcava 0.10.2: Console-based Audio Visualizer for Alsa
media-sound/libcava 0.10.6: Console-based Audio Visualizer for Alsa
media-sound/listenbrainz-mpd 2.3.9: ListenBrainz submission client for MPD
media-sound/lms 3.72.1 3.73.0 3.74.0: Lightweight Music Server.
media-sound/loudgain 0.6.8-r2 0.6.8_p20240128-r2 0.6.8_p20240128-r3: Versatile ReplayGain 2.0 loudness normalizer
@@ -1512,7 +1512,7 @@ media-sound/spotube-bin 3.8.0: An open source, cross-platform Spotify client
media-sound/supersonic 0.20.0 0.20.1: A lightweight and full-featured cross-platform desktop client
media-sound/tenacity 1.3.4-r4: Easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor
media-sound/tidal-hifi-bin 5.16.0-r1 5.17.0 6.1.0: Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
media-sound/yandex-music 5.83.0 5.84.1 5.85.0: Yandex Music streaming service
media-sound/yandex-music 5.83.0 5.84.1 5.85.0 5.86.0 5.88.0: Yandex Music streaming service
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.10.0 3.11.0: YouTube Music Desktop App bundled with custom plugins
@@ -1528,7 +1528,7 @@ media-video/kikoplay 0.9.3 9999: KikoPlay is a full-featured danmu player
media-video/kooha 2.2.3-r2: GTK4 screen recorder for Wayland
media-video/lossless-cut 3.59.1-r1 3.64.0: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
media-video/manimgl 1.7.2 9999: Animation engine for explanatory math videos
media-video/mediaelch 2.12.0-r1 9999: Video metadata scraper
media-video/mediaelch 2.12.0-r2 9999: Video metadata scraper
media-video/megapixels 1.4.3-r1: GTK4 camera application that knows how to deal with the media request api
media-video/motioneye 0.43.1: A web frontend for the motion daemon, Python 3
media-video/mpc-qt 25.07 26.01: Media Player Classic Qute Theater
@@ -1550,8 +1550,8 @@ mpv-plugin/SmartCopyPaste 3.1: Gives mpv the capability to copy and paste while
mpv-plugin/kde-do-not-disturb 20230110: Disable the notifications while mpv is running
mpv-plugin/kde-night-color 20230110 20240910: Disable Night Color while mpv is running
mpv-plugin/kdialog-open-files 20221015: Use KDialog to add files to playlist, subtitles to playing video or open URLs
mpv-plugin/mdmenu 20240215 20250307: dmenu based selection menu for chapters, tracks, playlist etc
mpv-plugin/mfpbar 20240215 20250307: A minimalistic progressbar and osc replacement
mpv-plugin/mdmenu 20260218: dmenu based selection menu for chapters, tracks, playlist etc
mpv-plugin/mfpbar 20260218: A minimalistic progressbar and osc replacement
mpv-plugin/mpv-autosub 20210629: Fully automatic subtitle downloading for the MPV media player
mpv-plugin/mpv-kscreen-doctor 0.2.1 0.2.2: Set the display refresh rate that best approximates the content fps
mpv-plugin/mpv-mpris 1.1 1.2 9999: MPRIS plugin for mpv
@@ -1589,9 +1589,9 @@ net-im/Quaternion 0.0.97.1: A Qt-based IM client for Matrix
net-im/WasIstLos 1.6.5 1.7.0: An unofficial WhatsApp desktop application for Linux
net-im/abaddon 0.2.2 9999: Alternative Discord client using GTK instead of Electron
net-im/bbctl 0.13.0: Beeper Bridge Manager
net-im/beeper 4.2.367 4.2.532: Beeper: Unified Messenger
net-im/beeper 4.2.532 4.2.564: Beeper: Unified Messenger
net-im/chatterino 2.5.3 2.5.4: Chat client for https://twitch.tv
net-im/conduit 0.10.9 0.10.11 9999: Matrix homeserver written in Rust
net-im/conduit 0.10.11 0.10.12 9999: Matrix homeserver written in Rust
net-im/discord-canary-bin 0.0.821: All-in-one voice and text chat
net-im/discord-ptb-bin 0.0.137: All-in-one voice and text chat
net-im/discordo 0_pre20251202-r1 9999: A lightweight, secure, and feature-rich Discord TUI client.
@@ -1599,6 +1599,7 @@ net-im/dissent 0.0.37: Tiny native Discord app
net-im/element-desktop 1.12.3 1.12.6 1.12.7: A glossy Matrix collaboration client for desktop
net-im/eturnal 1.12.1 1.12.2: STUN/TURN server
net-im/flare 0.12.0-r1: Chat with your friends on Signal
net-im/forkgram 6.5.1: Fork of the official Telegram Desktop app with small useful additions
net-im/gajim-plugins 9999: Plugins developed for Gajim XMPP client
net-im/go-sendxmpp 0.6.1 0.8.3: A tool to send messages or files to an XMPP contact or MUC
net-im/gomuks 0.3.0 0.3.1: A terminal based Matrix client written in Go
@@ -1613,18 +1614,19 @@ net-im/matterhorn-bin 90000.1.0 90000.1.1: Terminal based Mattermost client
net-im/maubot 0.5.0-r1 0.5.1: Plugin-based Matrix bot system
net-im/mautrix-discord 0.7.1 0.7.2: A Matrix-Discord puppeting bridge
net-im/mautrix-meta 0.4.2 0.4.3 0.2510.0: A Matrix-Facebook puppeting bridge
net-im/mautrix-signal 25.10 25.12: Matrix-Signal puppeting bridge
net-im/mautrix-signal 25.12 26.02: Matrix-Signal puppeting bridge
net-im/mautrix-slack 0.1.3 0.1.4: A Matrix-Slack puppeting bridge based on slack-go
net-im/mautrix-telegram 0.15.2 0.15.3: A Matrix-Telegram Messenger puppeting bridge
net-im/mautrix-whatsapp 0.12.5: A Matrix-WhatsApp puppeting bridge
net-im/meowlnir 25.11 25.12: Opinionated Matrix moderation bot
net-im/meowlnir 25.12 26.02: Opinionated Matrix moderation bot
net-im/nheko 0.12.0-r2 0.12.1 9999: Native desktop client for Matrix using Qt
net-im/pop 8.0.21: Screen sharing with multiplayer control, with voice
net-im/revolt-desktop 1.0.8-r2: Revolt Desktop App
net-im/session-desktop-bin 1.15.1 1.15.2: Session Desktop - Onion routing based messenger
net-im/sliding-sync 0.99.15 0.99.19: Proxy implementation of MSC3575's sync protocol.
net-im/teams-for-linux 2.6.14 2.6.17 2.6.18: Unofficial Microsoft Teams client for Linux. Binary precompiled version.
net-im/teams-for-linux 2.6.14 2.6.17 2.6.18 2.7.6: Unofficial Microsoft Teams client for Linux. Binary precompiled version.
net-im/vesktop-bin 1.6.3-r1: All-in-one voice and text chat for gamers with Vencord Preinstalled
net-im/why2 1.4.11: Lightweight, fast and secure chat application powered by WHY2 encryption.
net-im/zapzap 6.2.4 6.2.10: WhatsApp desktop application written in PyQt6 + PyQt6-WebEngine
net-im/zulip-desktop-bin 5.12.2: Organized chat for distributed teams.
net-irc/catgirl 2.2 2.2a: TLS-only terminal IRC client
@@ -1669,7 +1671,7 @@ net-misc/fileshelter 6.3.0: FileShelter is a “one-click” file sharing web ap
net-misc/flypaper 0.4.2: Externally bind or mark sockets on the fly
net-misc/freetube-bin 0.23.12_beta 0.23.13_beta: A private YouTube desktop client
net-misc/gazelle-tui 1.8.2: Minimal NetworkManager TUI with complete 802.1X enterprise WiFi support
net-misc/gdown 5.2.0: Google Drive public file/folder downloader
net-misc/gdown 5.2.0 5.2.1: Google Drive public file/folder downloader
net-misc/gdrive 3.9.0-r1 3.9.1-r1: Google Drive CLI Client
net-misc/gemget 1.9.0: Command line downloader for the Gemini protocol
net-misc/gemserv 0.6.5 0.6.6: A gemini Server written in rust
@@ -1837,7 +1839,7 @@ sci-mathematics/pyromaths 21.8.2-r1: Create maths exercises in LaTeX and PDF for
sci-mathematics/rink 0.8.0-r1 9999: Unit conversion tool, similar to frink
sci-mathematics/rstudio-desktop-bin 2023.09.1_p494 2024.12.0_p467 2024.12.0_p467-r1: IDE for R and Python
sci-misc/boinc-wrapper 26018-r3 26019 26019-r1: Wrapper to use non-BOINC apps with BOINC
sci-misc/llama-cpp 0_pre6710 0_pre6980 0_pre7276 0_pre7611 0_pre7770 0_pre7836 0_pre7924 9999: Port of Facebook's LLaMA model in C/C++
sci-misc/llama-cpp 0_pre6710 0_pre6980 0_pre7276 0_pre7611 0_pre7836 0_pre7924 0_pre8100 9999: Port of Facebook's LLaMA model in C/C++
sci-ml/aichat 0.30.0: All-in-one LLM CLI Tool
sci-ml/ollama 0.13.0 0.13.1 0.13.2 0.13.4 0.13.5-r1 0.13.5-r2 0.14.2 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
sci-physics/openmodelica 1.26.0: Open-source Modelica-based modeling and simulation environment
@@ -1874,7 +1876,7 @@ sys-apps/dysk 2.10.1: give information on mounted filesystems
sys-apps/flashprog 1.2 1.3 1.4: Utility for identifying, reading, writing, verifying and erasing flash chips
sys-apps/fselect 0.8.6: Find files with SQL-like queries
sys-apps/gat 0.23.1: Cat alternative written in Go
sys-apps/hex 0.4.2 0.5.0 0.6.0: Futuristic take on hexdump
sys-apps/hex 0.6.0 0.7.0: Futuristic take on hexdump
sys-apps/hexyl 0.16.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
@@ -1918,13 +1920,13 @@ sys-devel/lcc 2021.01.11-r1: The lcc retargetable ANSI C compiler
sys-firmware/lenovolegionlinux 9999: Lenovo Legion Linux kernel module
sys-fs/bcachefs-kmod 1.35.2 1.36.0 1.36.1 9999: Linux bcachefs kernel module for sys-fs/bcachefs-tools
sys-fs/btrd 0.5.4: The btrfs debugger
sys-fs/btrfs-dump 20260123: Metadata dumper for btrfs
sys-fs/btrfs-dump 20260216: Metadata dumper for btrfs
sys-fs/btrfs-heatmap 9-r1: Python 3 script to draw a heatmap of a btrfs filesystem
sys-fs/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
sys-fs/dua-cli 2.33.0: A tool to conveniently learn about the disk usage of directories, fast!
sys-fs/dwarfs 0.12.4 0.13.0 0.14.1: Fast high compression read-only filesystem for Linux, FreeBSD, macOS and Windows
sys-fs/dwarfs-bin 0.12.4 0.13.0 0.14.1: Static version of a fast very high compression read-only FUSE file system
sys-fs/ffmpegfs 2.16-r1 2.17: FUSE-based transcoding filesystem with support from/to many formats.
sys-fs/ffmpegfs 2.17 2.17-r1: FUSE-based transcoding filesystem with support from/to many formats.
sys-fs/fstransform 0.9.4: Tool for in-place filesystem conversion
sys-fs/fsverity-utils 1.6: Userspace utility for file-level integrity/authenticity verification
sys-fs/gcsfuse 2.11.2: A user-space file system for interacting with Google Cloud Storage
@@ -1969,12 +1971,12 @@ sys-process/snooze 0.5 9999: Run a command at a particular time
sys-process/task-spooler 1.3.0: A scheduler for CPU tasks
sys-process/xe 1.0-r1: Simple xargs and apply replacement with sane defaults
virtual/crystal-db 0.13-r1 0.14: Virtual for Crystal database drivers
www-apps/anubis 1.23.0 1.24.0: Weighs the soul of incoming HTTP requests to stop AI crawlers
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/forgejo 11.0.7 12.0.4 13.0.2: A self-hosted lightweight software forge
www-apps/freshrss 1.26.3: A free, self-hostable news aggregator
www-apps/goatcounter 2.6.0: Easy web analytics without tracking of personal data
www-apps/invidious 2025.09.13.0-r2: Invidious is an alternative front-end to YouTube
www-apps/invidious 2025.09.13.0-r2 2026.02.07.0: Invidious is an alternative front-end to YouTube
www-apps/laminar 1.3-r1: Fast and lightweight Continuous Integration
www-apps/libmedium 2024.06.10: Alternative private front-end to Medium
www-apps/mycorrhiza 1.15.1 9999: Git-based wiki engine written in Go using mycomarkup
@@ -1990,13 +1992,14 @@ www-apps/whoogle-search 0.9.3: A self-hosted, ad-free, privacy-respecting metase
www-apps/zola 0.21.0 0.22.1 0.22.1-r1: A fast static site generator with everything built-in
www-client/badwolf 1.4.0-r2 9999-r1: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/browsh 1.8.2 1.8.3: A fully-modern text-based browser, rendering to TTY and browsers
www-client/helium-bin 0.8.3.1-r1 0.8.4.1 0.8.5.1: Private, fast, and honest web browser based on Chromium
www-client/mullvad-browser-bin 15.0.4: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/chawan 0.3.3 9999: TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
www-client/helium-bin 0.8.4.1 0.8.5.1 0.9.2.1: Private, fast, and honest web browser based on Chromium
www-client/mullvad-browser-bin 15.0.6: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
www-client/torbrowser-launcher 0.3.9: A program to help you securely download and run Tor Browser
www-client/vimb 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
www-client/yandex-browser 25.12.1.1217_p1: The web browser from Yandex
www-client/zen-bin 1.17.13b 1.17.14b 1.17.15b 1.18.1b 1.18.2b 1.18.4b 1.18.7b: Zen Browser - A fast, privacy-focused Firefox fork
www-client/yandex-browser 25.12.1.1319_p1: The web browser from Yandex
www-client/zen-bin 1.17.13b 1.17.14b 1.17.15b 1.18.1b 1.18.2b 1.18.4b 1.18.7b 1.18.8b: Zen Browser - A fast, privacy-focused Firefox fork
www-misc/dufs 0.40.0: Dufs is a distinctive utility file server
www-misc/gitea2rss 0.7.0: Generates RSS feeds from Gitea releases, tags and commits
www-misc/kiwix-desktop 2.4.0: cross-platform viewer/manager for ZIM archives
@@ -2036,7 +2039,7 @@ x11-misc/matugen 2.4.1: A material you color generation tool with templates
x11-misc/picom-jonaburg 9999: A lightweight compositor for X11 (previously a compton fork)
x11-misc/pywal16 3.6.0 3.7.2: 16 colors fork of pywal
x11-misc/rofi-emoji 3.3.0 3.4.1 4.1.0: Emoji selector plugin for Rofi
x11-misc/selx 1.2.0: Minimal X11 rectangle selection tool
x11-misc/selx 1.2.0 2.0.0: Minimal X11 rectangle selection tool
x11-misc/slstatus 1.0-r1 1.1: Status monitor for window managers that use WM_NAME/stdin to fill the status bar
x11-misc/tbsm 0.5 0.6 0.7: A pure bash session or application launcher. Inspired by cdm, tdm and krunner
x11-misc/vimouse 0.11: Move mouse pointer with keyboard
@@ -2045,6 +2048,7 @@ x11-misc/xbanish 1.8 1.8_p20230519: Banish the mouse cursor when typing, show it
x11-misc/xob 0.2 0.3: A lightweight overlay volume (or anything) bar for the X Window System
x11-misc/xsecurelock 1.9.0: X11 screen lock utility with security in mind
x11-plugins/purple-mm-sms 0.1.7: Purple SMS plugin using ModemManager
x11-terms/alacritty-graphics 0.16.1 9999: GPU-accelerated terminal emulator with sixel support
x11-terms/dmd5620 2.1.0: GTK+ 3.0 implementation of an AT&T / Teletype DMD 5620 emulator.
x11-terms/rio 0.2.37: A hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/tabby-bin 1.0.221: A terminal for a more modern age

View File

@@ -1 +1 @@
Mon, 16 Feb 2026 14:00:52 +0000
Fri, 20 Feb 2026 12:46:02 +0000

View File

@@ -679,6 +679,12 @@ net-im/chatterino:qtkeychain - Enable qtkeychain support to secure passwords
net-im/conduit:rocksdb - Add support for RocksDB; a key/value, LSM database
net-im/conduit:system-rocksdb - Use the system-wide dev-libs/rocksdb installation
net-im/element-desktop:emoji - Use media-fonts/noto-emoji for displaying emoji
net-im/forkgram:dbus - Enable D-Bus support for desktop integration
net-im/forkgram:enchant - Use app-text/enchant spell-checking backend instead of app-text/hunspell
net-im/forkgram:fonts - Use built-in patched copy of open-sans fonts (overrides fontconfig)
net-im/forkgram:libdispatch - Use dev-libs/libdispatch for better thread pool performance
net-im/forkgram:screencast - Enable screencasting support via media-libs/tg_owt
net-im/forkgram:webkit - Enable WebKit-based in-app browser (requires USE=wayland)
net-im/gajim-plugins:acronyms_expander - Plugin: Replaces acronyms (or other strings) with given expansions/substitutes
net-im/gajim-plugins:anti_spam - Plugin: Block some incoming messages
net-im/gajim-plugins:clients_icons - Plugin: Shows the client icons in the roster and in groupchats
@@ -695,6 +701,7 @@ net-im/mautrix-telegram:qrcode - Enables logging in via QR code support
net-im/mautrix-whatsapp:crypt - Enable end-to-bridge encryption with dev-libs/olm.
net-im/nheko:video - Enable video calls
net-im/nheko:voip - Enable audio calls
net-im/why2:server - Build the why2-server binary
net-irc/pounce:palaver - Provide push notifications for the Palaver IRC app
net-irc/tiny:dbus - Enable desktop notifications
net-irc/tiny:openssl - Use dev-libs/openssl as TLS backend instead of compiled-in rustls