mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
2025-02-12 10:48:33 UTC
This commit is contained in:
parent
c173a218e6
commit
fdd5e3c35d
@ -6,6 +6,6 @@ INHERIT=bash-completion-r1
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.145.0/pulumi-v3.145.0-linux-x64.tar.gz )
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.150.0/pulumi-v3.150.0-linux-x64.tar.gz )
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082
|
||||
_md5_=dfd9eb3d3fdbd19286573c1a7d62496c
|
9
metadata/md5-cache/app-misc/mymefetch-1.1.1
Normal file
9
metadata/md5-cache/app-misc/mymefetch-1.1.1
Normal file
@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME
|
||||
EAPI=8
|
||||
HOMEPAGE=https://codeberg.org/MymeType/mymefetch
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 FSFAP
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/MymeType/mymefetch/archive/v1.1.1.tar.gz -> mymefetch-1.1.1.tar.gz
|
||||
_md5_=7f5104b351e4e298bd11155a212bba2f
|
@ -4,13 +4,13 @@ DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=estack python-r1
|
||||
IUSE=riscv32 python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=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 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-nvs-partition-gen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-libs/zlib
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
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(-)?] sys-libs/zlib
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.3.2/esp-idf-v5.3.2.zip -> esp-idf-5.3.2.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20241016/openocd-esp32-linux-amd64-0.12.0-esp32-20241016.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/xtensa-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/riscv32-esp-elf-13.2.0_20240530-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/riscv32-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz )
|
||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23
|
||||
_md5_=555e1c9be1a5e61efb0dd1f16ad3d0c8
|
||||
_md5_=df397c53802390ddac117d0e708d8cd7
|
||||
|
@ -4,13 +4,13 @@ DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=estack python-r1
|
||||
IUSE=riscv32 python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=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 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-nvs-partition-gen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-libs/zlib
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
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(-)?] sys-libs/zlib
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.4/esp-idf-v5.4.zip -> esp-idf-5.4.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20241016/openocd-esp32-linux-amd64-0.12.0-esp32-20241016.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/xtensa-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20241119/xtensa-esp-elf-14.2.0_20241119-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20241119/riscv32-esp-elf-14.2.0_20241119-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/riscv32-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz )
|
||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23
|
||||
_md5_=0518dd42b77f613ae22734d42a77e704
|
||||
_md5_=89f59b6a85cbdd0b7287a51ac641b6ba
|
||||
|
@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/requests-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonschema[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/vcrpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-vcs/git ) test? ( dev-python/cachecontrol[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/colorama[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonref[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydantic[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests-toolbelt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests-file[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/schema[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tqdm[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/urllib3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[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-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( dev-python/requests-mock[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/pytest-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-python/filelock[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/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(-)?] ) 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-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[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
|
||||
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(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/colorama[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonref[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydantic[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests-toolbelt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests-file[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/schema[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tqdm[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/urllib3[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 )
|
||||
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/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.1.1.tar.gz -> idf-component-manager-2.1.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=aeb026fd72c051d1f5f53d27f3e7f197
|
||||
_md5_=ec1b2041eda1325ba8cfc5aae9d51b74
|
||||
|
File diff suppressed because one or more lines are too long
17
metadata/md5-cache/gui-apps/xwayland-satellite-0.5.1
Normal file
17
metadata/md5-cache/gui-apps/xwayland-satellite-0.5.1
Normal 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_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.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] ) )
|
||||
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_19 llvm_slot_17 llvm_slot_18 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 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.5.1.tar.gz -> xwayland-satellite-0.5.1.tar.gz https://github.com/freijon/xwayland-satellite/releases/download/v0.5.1/xwayland-satellite-0.5.1-crates.tar.xz
|
||||
_eclasses_=llvm-utils 7f49c40879f833f9d07e2d5a9643077b llvm-r1 0bd586d3786517cd63802a520b404dda toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 2f71cfd308c1c475ddcfd44cb3f552ef rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo 313cf4d416506d4c3d8b9c5dbd9ce689
|
||||
_md5_=397406ed2064dca543d1bbfca1dbddcc
|
15
metadata/md5-cache/gui-libs/scenefx-0.2
Normal file
15
metadata/md5-cache/gui-libs/scenefx-0.2
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=>=dev-libs/wayland-protocols-1.35 >=dev-build/meson-0.59.0 virtual/pkgconfig dev-build/ninja dev-util/wayland-scanner >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DEPEND=>=dev-libs/wayland-1.23.0 >=x11-libs/libdrm-2.4.122 media-libs/mesa[egl(+),gles2(+)] >=x11-libs/pixman-0.42.0 media-libs/libglvnd x11-libs/libxkbcommon >=gui-libs/wlroots-0.18:=[X?] <gui-libs/wlroots-0.19:=[X?]
|
||||
DESCRIPTION=A replacement for the wlroots scene API with eye-candy effects.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/wlrfx/scenefx
|
||||
INHERIT=meson
|
||||
IUSE=examples X
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-libs/wayland-1.23.0 >=x11-libs/libdrm-2.4.122 media-libs/mesa[egl(+),gles2(+)] >=x11-libs/pixman-0.42.0 media-libs/libglvnd x11-libs/libxkbcommon >=gui-libs/wlroots-0.18:=[X?] <gui-libs/wlroots-0.19:=[X?]
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/wlrfx/scenefx/archive/0.2.tar.gz -> scenefx-0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922
|
||||
_md5_=1869b007eb197b208b9aabedd860ba8b
|
@ -1,6 +1,6 @@
|
||||
BDEPEND=>=dev-libs/wayland-protocols-1.24 >=dev-build/meson-0.60.0 virtual/pkgconfig man? ( >=app-text/scdoc-1.9.2 ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst test
|
||||
DEPEND=>=dev-libs/json-c-0.13:0= >=dev-libs/libinput-1.21.0:0= virtual/libudev sys-auth/seatd:= dev-libs/libpcre2 >=dev-libs/wayland-1.21.0 x11-libs/cairo >=x11-libs/libxkbcommon-1.5.0 x11-libs/pango x11-libs/pixman gui-libs/scenefx media-libs/libglvnd swaybar? ( x11-libs/gdk-pixbuf:2 ) tray? ( || ( sys-apps/systemd sys-auth/elogind sys-libs/basu ) ) wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) X? ( x11-libs/libxcb:0= x11-libs/xcb-util-wm ) >=gui-libs/wlroots-0.17:=[X?] <gui-libs/wlroots-0.18:=[X?]
|
||||
DEPEND=>=dev-libs/json-c-0.13:0= >=dev-libs/libinput-1.21.0:0= virtual/libudev sys-auth/seatd:= dev-libs/libpcre2 >=dev-libs/wayland-1.21.0 x11-libs/cairo >=x11-libs/libxkbcommon-1.5.0 x11-libs/pango x11-libs/pixman <gui-libs/scenefx-0.2 media-libs/libglvnd swaybar? ( x11-libs/gdk-pixbuf:2 ) tray? ( || ( sys-apps/systemd sys-auth/elogind sys-libs/basu ) ) wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) X? ( x11-libs/libxcb:0= x11-libs/xcb-util-wm ) >=gui-libs/wlroots-0.17:=[X?] <gui-libs/wlroots-0.18:=[X?]
|
||||
DESCRIPTION=SwayFX: Sway, but with eye candy!
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WillPower3309/swayfx
|
||||
@ -9,9 +9,9 @@ INHERIT=fcaps meson optfeature
|
||||
IUSE=+man +swaybar +swaynag tray wallpapers X +filecaps
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/glib dev-libs/libevdev x11-misc/xkeyboard-config !!gui-wm/sway >=dev-libs/json-c-0.13:0= >=dev-libs/libinput-1.21.0:0= virtual/libudev sys-auth/seatd:= dev-libs/libpcre2 >=dev-libs/wayland-1.21.0 x11-libs/cairo >=x11-libs/libxkbcommon-1.5.0 x11-libs/pango x11-libs/pixman gui-libs/scenefx media-libs/libglvnd swaybar? ( x11-libs/gdk-pixbuf:2 ) tray? ( || ( sys-apps/systemd sys-auth/elogind sys-libs/basu ) ) wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) X? ( x11-libs/libxcb:0= x11-libs/xcb-util-wm ) >=gui-libs/wlroots-0.17:=[X?] <gui-libs/wlroots-0.18:=[X?]
|
||||
RDEPEND=dev-libs/glib dev-libs/libevdev x11-misc/xkeyboard-config !!gui-wm/sway >=dev-libs/json-c-0.13:0= >=dev-libs/libinput-1.21.0:0= virtual/libudev sys-auth/seatd:= dev-libs/libpcre2 >=dev-libs/wayland-1.21.0 x11-libs/cairo >=x11-libs/libxkbcommon-1.5.0 x11-libs/pango x11-libs/pixman <gui-libs/scenefx-0.2 media-libs/libglvnd swaybar? ( x11-libs/gdk-pixbuf:2 ) tray? ( || ( sys-apps/systemd sys-auth/elogind sys-libs/basu ) ) wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] ) X? ( x11-libs/libxcb:0= x11-libs/xcb-util-wm ) >=gui-libs/wlroots-0.17:=[X?] <gui-libs/wlroots-0.18:=[X?]
|
||||
REQUIRED_USE=tray? ( swaybar )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WillPower3309/swayfx/archive/refs/tags/0.4.tar.gz -> swayfx-0.4.tar.gz
|
||||
_eclasses_=fcaps 27152c9e4da035accb14a2d7879744ef toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=9841d2a30c9c6a61aa4cbc1f39ce1416
|
||||
_md5_=0b83222d4783d704e13d15d8b59a688d
|
@ -1,6 +1,6 @@
|
||||
BDEPEND=verify-sig? ( sec-keys/openpgp-keys-schernykh ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DEPEND=dev-libs/libsodium net-libs/czmq
|
||||
DEPEND=dev-libs/openssl net-libs/czmq dev-libs/libuv net-misc/curl
|
||||
DESCRIPTION=Decentralized pool for Monero mining
|
||||
EAPI=8
|
||||
HOMEPAGE=https://p2pool.io
|
||||
@ -9,6 +9,6 @@ IUSE=verify-sig
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.0/p2pool_source.tar.xz -> p2pool-4.0.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.0/sha256sums.txt.asc -> p2pool-4.0_shasums.asc )
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.3/p2pool_source.tar.xz -> p2pool-4.3.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.3/sha256sums.txt.asc -> p2pool-4.3_shasums.asc )
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53
|
||||
_md5_=1ce891719ff87c8c4d6197718cc3208d
|
||||
_md5_=cf96f7fa9852cdaa04bb75e19fe453dd
|
@ -1,6 +1,6 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DEPEND=dev-libs/libsodium net-libs/czmq
|
||||
DEPEND=dev-libs/openssl net-libs/czmq dev-libs/libuv net-misc/curl
|
||||
DESCRIPTION=Decentralized pool for Monero mining
|
||||
EAPI=8
|
||||
HOMEPAGE=https://p2pool.io
|
||||
@ -9,4 +9,4 @@ LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
PROPERTIES=live
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=e03ff84d227b5d4dc7641a68872d965f
|
||||
_md5_=a541cfff53ece64b80165810b1b11ed9
|
||||
|
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
16
metadata/md5-cache/www-plugins/firefoxpwa-2.14.0
Normal file
16
metadata/md5-cache/www-plugins/firefoxpwa-2.14.0
Normal file
File diff suppressed because one or more lines are too long
@ -11,6 +11,6 @@ LICENSE=MIT Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2
|
||||
RDEPEND=media-libs/freetype:2 media-libs/fontconfig wayland? ( dev-libs/wayland ) wayland? ( x11-libs/libxkbcommon[wayland] ) X? ( x11-libs/libxkbcommon[X] ) >=sys-libs/ncurses-6.4_p20240330
|
||||
REQUIRED_USE=|| ( wayland X )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.2.5.tar.gz -> rio-0.2.5.tar.gz https://github.com/freijon/rio/releases/download/v0.2.5/rio-0.2.5-crates.tar.xz
|
||||
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.2.7.tar.gz -> rio-0.2.7.tar.gz https://github.com/freijon/rio/releases/download/v0.2.7/rio-0.2.7-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 2f71cfd308c1c475ddcfd44cb3f552ef rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo 313cf4d416506d4c3d8b9c5dbd9ce689 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=2660780f65c838b8c9b64083f86060a9
|
||||
_md5_=b3bb28b2d71620a4b457c79f81563710
|
@ -106,7 +106,7 @@ app-admin/oet 0.1.9 0.1.10 0.1.11 9999: Update your system into binpkgs in an ov
|
||||
app-admin/overmind 2.2.2-r1 2.4.0: Process manager for Procfile-based applications and tmux
|
||||
app-admin/pass-audit 1.2 1.2-r1: A pass extension for auditing your password repository.
|
||||
app-admin/pass-update 2.2.1: pass extension that provides an easy flow for updating passwords
|
||||
app-admin/pulumi-bin 3.145.0 3.146.0 3.148.0: Infrastructure as code in any programming language
|
||||
app-admin/pulumi-bin 3.146.0 3.148.0 3.150.0: Infrastructure as code in any programming language
|
||||
app-admin/rbw 1.11.1-r2 1.12.0-r1 1.12.1-r1 9999: Unofficial Bitwarden CLI
|
||||
app-admin/s-tui 1.1.6: Stress-Terminal UI monitoring tool
|
||||
app-admin/synadm 0.43.1 0.44: Command line admin tool for Synapse
|
||||
@ -259,6 +259,7 @@ app-misc/minder 1.16.2 1.16.3: Mind-mapping application for Elementary OS.
|
||||
app-misc/mirafetch 0.1.0 9999: A Rust reimplementation of Hyfetch wih a focus on speed
|
||||
app-misc/mobile-datovka 1.10.0: Mobile optimized GUI to access the Czech data box e-government system
|
||||
app-misc/morgen 3.6.3: Morgen simplifies time management by consolidating all your calendars.
|
||||
app-misc/mymefetch 1.1.1: Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME
|
||||
app-misc/navi 2.23.0: An interactive cheatsheet tool for the command-line
|
||||
app-misc/neo 0.6.1 9999: cmatrix clone with 32-bit color and Unicode support
|
||||
app-misc/nerdfetch 8.3.1: A POSIX *nix fetch script using Nerdfonts
|
||||
@ -1187,7 +1188,7 @@ gui-apps/wob 0.14.2 0.15.1-r1: Lightweight overlay volume/backlight/progress/any
|
||||
gui-apps/wscreensaver 9999: Xscreensaver screensavers ported to wayland
|
||||
gui-apps/wtype 0.4: xdotool type for wayland
|
||||
gui-apps/xremap 0.10.4: Dynamic key remap for X and Wayland
|
||||
gui-apps/xwayland-satellite 0.5-r1: Xwayland outside your Wayland
|
||||
gui-apps/xwayland-satellite 0.5.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/gtk4-layer-shell 1.0.2 1.0.4: A library for using the Layer Shell Wayland protocol with GTK4.
|
||||
@ -1196,7 +1197,7 @@ gui-libs/libcprime 4.5.0 5.0.0_pre20240921 9999: Library for managing settings o
|
||||
gui-libs/libcsys 4.5.0 9999: Library for managing the device
|
||||
gui-libs/libsfdo 0.1.3: A collection of libraries which implement some freedesktop.org specifications
|
||||
gui-libs/mir 2.19.2 2.19.3: Set of libraries for building Wayland based shells
|
||||
gui-libs/scenefx 0.1: A replacement for the wlroots scene API with eye-candy effects.
|
||||
gui-libs/scenefx 0.1 0.2: A replacement for the wlroots scene API with eye-candy effects.
|
||||
gui-libs/text-engine 0.1.1-r3 9999: A lightweight rich-text framework for GTK 4
|
||||
gui-libs/xdg-desktop-portal-hyprland 1.3.8 1.3.9 9999: xdg-desktop-portal backend for hyprland
|
||||
gui-wm/cage 0.2.0 9999: A Wayland kiosk
|
||||
@ -1206,7 +1207,7 @@ gui-wm/miracle-wm 0.4.0 0.4.1: Tiling Wayland compositor based on Mir
|
||||
gui-wm/niri 0.1.10.1 25.01: Scrollable-tiling Wayland compositor
|
||||
gui-wm/phoc 0.42.1 0.43.0 0.44.0 0.44.1: Wayland compositor for mobile phones
|
||||
gui-wm/river 0.3.6 0.3.7: A dynamic tiling Wayland compositor
|
||||
gui-wm/swayfx 0.4-r1: SwayFX: Sway, but with eye candy!
|
||||
gui-wm/swayfx 0.4-r2: SwayFX: Sway, but with eye candy!
|
||||
kde-apps/kwalletcli 3.03: CLI for the KDE Wallet
|
||||
kde-misc/geminipart 20241121 20241215: KPart for viewing text/gemini files
|
||||
kde-misc/kio-gemini 20240801 20241109: Gemini KIO worker
|
||||
@ -1529,7 +1530,7 @@ net-p2p/gridcoin 5.4.8.0_p1 5.4.8.0_p1-r1: Proof-of-Stake based cryptocurrency t
|
||||
net-p2p/ipfs-desktop-bin 0.39.0 0.40.0: A desktop client for IPFS. The IPFS's Native Application
|
||||
net-p2p/monero 0.18.3.4-r1 9999: The secure, private, untraceable cryptocurrency
|
||||
net-p2p/monero-gui-bin 0.18.3.4-r1: An open-source GUI wallet developed by the Monero community.
|
||||
net-p2p/p2pool 4.0 4.1.1 9999: Decentralized pool for Monero mining
|
||||
net-p2p/p2pool 4.1.1 4.3 9999: Decentralized pool for Monero mining
|
||||
net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
|
||||
net-p2p/yggdrasil-go 0.5.12 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
|
||||
net-print/hpuld 1.00.39.15.00.23-r1: HP Unified Linux Driver (for samsung hardware)
|
||||
@ -1766,7 +1767,7 @@ www-misc/kiwix-desktop 2.4.0: cross-platform viewer/manager for ZIM archives
|
||||
www-misc/libkiwix 14.0.0: Kiwix software suite core: code shared by all Kiwix ports
|
||||
www-misc/waldl 0.0.1_pre20211112: Browse and download wallpapers from wallhaven.cc using sxiv
|
||||
www-misc/wyebadblock 1.0.0: An adblock extension for wyeb, also webkit2gtk browsers.
|
||||
www-plugins/firefoxpwa 2.12.4 2.12.5 2.13.1 2.13.2 2.13.3: A tool to install, manage and use PWAs in Mozilla Firefox (native component)
|
||||
www-plugins/firefoxpwa 2.13.2 2.13.3 2.14.0: A tool to install, manage and use PWAs in Mozilla Firefox (native component)
|
||||
www-servers/hinsightd 0.9.17 9999: hinsightd a http/1.1 webserver with (hopefully) minimal goals
|
||||
www-servers/quark 9999: A small, GET-only static HTTP server
|
||||
x11-apps/lightdm-gtk-greeter-settings 1.2.2-r3: Configuration tool for the LightDM GTK Greeter
|
||||
@ -1807,7 +1808,7 @@ x11-misc/xob 0.2 0.3: A lightweight overlay volume (or anything) bar for the X W
|
||||
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/dmd5620 2.1.0: GTK+ 3.0 implementation of an AT&T / Teletype DMD 5620 emulator.
|
||||
x11-terms/rio 0.2.5: A hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
x11-terms/rio 0.2.7: A hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
x11-terms/tabby-bin 1.0.189: A terminal for a more modern age
|
||||
x11-terms/terminal-simulator 0.2 9999-r1: VT100 and VT52 terminal hardware simulator
|
||||
x11-terms/tym 3.5.1-r2: Lua-configurable terminal emulator
|
||||
|
@ -1 +1 @@
|
||||
Tue, 11 Feb 2025 11:20:37 +0000
|
||||
Wed, 12 Feb 2025 10:48:33 +0000
|
||||
|
@ -386,13 +386,7 @@ gui-libs/gtk4-layer-shell:examples - Build the example C apps
|
||||
gui-libs/gtk4-layer-shell:introspection - Build GObject Introspection data
|
||||
gui-libs/gtk4-layer-shell:smoke-tests - Test that all examples can run
|
||||
gui-libs/gtk4-layer-shell:vala - Build VAPI data and Vala example. The VAPI file allows this library to be used in Vala. Requires introspection.
|
||||
gui-libs/scenefx:X - Enable support for X11 applications (XWayland)
|
||||
gui-libs/scenefx:drm - Enable Direct Rendering Management
|
||||
gui-libs/scenefx:examples - Build example applications
|
||||
gui-libs/scenefx:libinput - Enable support for input devices via dev-libs/libinput
|
||||
gui-libs/scenefx:liftoff - Enable support for libliftoff KMS plane backend
|
||||
gui-libs/scenefx:x11-backend - Enable support for handling input/output devices through x11-libs/libxcb
|
||||
gui-libs/scenefx:xcb-errors - Better error reporting when using xwayland
|
||||
gui-libs/xdg-desktop-portal-hyprland:elogind - Enable support for rootless session via elogind
|
||||
gui-wm/cage:X - Enable support for X11 applications (XWayland)
|
||||
gui-wm/hyprland-contrib:grimblast - Install grimblast, a hyprland version of grimshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user