mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
2025-01-27 10:03:42 UTC
This commit is contained in:
parent
36acbca8ae
commit
1484145d13
@ -1,17 +0,0 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pychromecast-14.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ifaddr[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-misc/yt-dlp[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Send videos from many, many online sources to your Chromecast
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/skorokithakis/catt
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pychromecast-14.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ifaddr[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-misc/yt-dlp[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/skorokithakis/catt/archive/refs/tags/v0.12.12.tar.gz -> catt-0.12.12.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=3d860be4abdfd32a6945576fd45e1006
|
@ -1,15 +1,16 @@
|
||||
BDEPEND=>=dev-lang/go-1.23.4 >=dev-build/cmake-3.24 >=sys-devel/gcc-11.4.0 nvidia? ( dev-util/nvidia-cuda-toolkit ) amd? ( sci-libs/clblast dev-libs/rocm-opencl-runtime ) >=dev-vcs/git-1.8.2.1[curl] >=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install postinst preinst pretend unpack
|
||||
BDEPEND=>=dev-lang/go-1.23.4 >=dev-build/cmake-3.24 >=sys-devel/gcc-11.4.0 cuda? ( dev-util/nvidia-cuda-toolkit ) video_cards_amdgpu? ( =sci-libs/hipBLAS-6.1* ) >=dev-vcs/git-1.8.2.1[curl] >=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install postinst preinst prepare pretend unpack
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
IDEPEND=acct-group/ollama acct-user/ollama
|
||||
INHERIT=git-r3 go-module
|
||||
IUSE=nvidia amd
|
||||
INHERIT=git-r3 go-module rocm
|
||||
IUSE=cuda video_cards_amdgpu cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx512_bf16 +amdgpu_targets_gfx906 +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=acct-group/ollama acct-user/ollama
|
||||
REQUIRED_USE=cpu_flags_x86_avx2? ( cpu_flags_x86_avx ) cpu_flags_x86_avx512f? ( cpu_flags_x86_avx2 ) cpu_flags_x86_avx512vbmi? ( cpu_flags_x86_avx512f ) cpu_flags_x86_avx512_vnni? ( cpu_flags_x86_avx512f ) cpu_flags_x86_avx512_bf16? ( cpu_flags_x86_avx512f )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=2f8530844b84cd6ca113ba17a781219c
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 rocm 826765f795a41b937d1bfe8e709346cd
|
||||
_md5_=b490350b7e2d7244593bb37fcaa8290d
|
||||
|
@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=Apache-2.0 BSD BSD-2 GPL-2 GPL-3 LGPL-3 MIT MPL-2.0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/arduino/arduino-cli/archive/refs/tags/v1.0.3.tar.gz -> arduino-cli-1.0.3.tar.gz https://pkg.artemis.sh/gentoo/pkg-deps/dev-embedded/arduino-cli/arduino-cli-1.0.3-vendor.tar.xz
|
||||
SRC_URI=https://github.com/arduino/arduino-cli/archive/refs/tags/v1.1.1.tar.gz -> arduino-cli-1.1.1.tar.gz https://pkg.artemis.sh/gentoo/pkg-deps/dev-embedded/arduino-cli/arduino-cli-1.1.1-vendor.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=2de6f6d7002018cd4b37b843752e4575
|
@ -1,9 +1,11 @@
|
||||
DEFINED_PHASES=install test
|
||||
DEFINED_PHASES=compile install prepare test
|
||||
DESCRIPTION=libcrypt wrapper for LiteSpeedTech
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/litespeedtech/libbcrypt/
|
||||
INHERIT=toolchain-funcs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=CC0-1.0 public-domain
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/litespeedtech/libbcrypt/archive/55ff64349dec3012cfbbb1c4f92d4dbd46920213.tar.gz -> lsbcrypt-1.0.0.gh.tar.gz
|
||||
_md5_=8d3acdc597febbb5ca8ee41efbade24f
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96
|
||||
_md5_=fccf625b2d088084dd83e5ed478716b2
|
||||
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=>=dev-python/isort-5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/python-lsp-server[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/isort-5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=isort plugin for the Python LSP Server
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/chantera/python-lsp-isort https://pypi.org/project/python-lsp-isort/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/python-lsp-server[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/isort-5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/chantera/python-lsp-isort/archive/refs/tags/v0.1.tar.gz -> python-lsp-isort-0.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=f042a54ab9f73333bdeef8576335373f
|
16
metadata/md5-cache/dev-python/python-lsp-isort-0.2.0
Normal file
16
metadata/md5-cache/dev-python/python-lsp-isort-0.2.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=>=dev-python/isort-5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/python-lsp-server[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/isort-5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=isort plugin for the Python LSP Server
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/chantera/python-lsp-isort https://pypi.org/project/python-lsp-isort/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/python-lsp-server[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/isort-5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/chantera/python-lsp-isort/archive/refs/tags/v0.2.0.tar.gz -> python-lsp-isort-0.2.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=f88f700df813a82644115bd00221334c
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( >=dev-python/python-lsp-server-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mypy-0.981[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tomli-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Mypy plugin for the Python LSP Server
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/python-lsp/pylsp-mypy https://pypi.org/project/pylsp-mypy/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/python-lsp-server-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mypy-0.981[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tomli-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/python-lsp/pylsp-mypy/archive/refs/tags/0.6.9.tar.gz -> python-lsp-mypy-0.6.9.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=20aea067893b3603edb0978ba97e28d6
|
16
metadata/md5-cache/dev-python/python-lsp-mypy-0.7.0
Normal file
16
metadata/md5-cache/dev-python/python-lsp-mypy-0.7.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/python-lsp-server-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mypy-0.981[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tomli-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Mypy plugin for the Python LSP Server
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/python-lsp/pylsp-mypy https://pypi.org/project/pylsp-mypy/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/python-lsp-server-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mypy-0.981[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/tomli-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/python-lsp/pylsp-mypy/archive/refs/tags/0.7.0.tar.gz -> python-lsp-mypy-0.7.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=2d7857394458e417160ed56927ea61be
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-qt/qtcore:5 dev-qt/qtconcurrent:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 kde-frameworks/kitemmodels:5 3d? ( dev-qt/qt3d:5 ) bluetooth? ( dev-qt/qtbluetooth:5 ) designer? ( dev-qt/designer:5 ) geolocation? ( dev-qt/qtpositioning:5 ) printsupport? ( dev-qt/qtprintsupport:5 ) qml? ( dev-qt/qtdeclarative:5[widgets] ) script? ( dev-qt/qtscript:5[scripttools] ) scxml? ( dev-qt/qtscxml:5 ) svg? ( dev-qt/qtsvg:5 ) webengine? ( dev-qt/qtwebengine:5[widgets] ) wayland? ( dev-qt/qtwayland:5 ) test? ( dev-qt/qttest:5 )
|
||||
DESCRIPTION=High-level runtime introspection tool for Qt applications
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.kdab.com/development-resources/qt-tools/gammaray/ https://github.com/KDAB/GammaRay
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake optfeature virtualx xdg
|
||||
IUSE=3d bluetooth designer doc geolocation printsupport script scxml svg test qml wayland webengine test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2 GPL-2+ MIT
|
||||
RDEPEND=dev-qt/qtcore:5 dev-qt/qtconcurrent:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 kde-frameworks/kitemmodels:5 3d? ( dev-qt/qt3d:5 ) bluetooth? ( dev-qt/qtbluetooth:5 ) designer? ( dev-qt/designer:5 ) geolocation? ( dev-qt/qtpositioning:5 ) printsupport? ( dev-qt/qtprintsupport:5 ) qml? ( dev-qt/qtdeclarative:5[widgets] ) script? ( dev-qt/qtscript:5[scripttools] ) scxml? ( dev-qt/qtscxml:5 ) svg? ( dev-qt/qtsvg:5 ) webengine? ( dev-qt/qtwebengine:5[widgets] ) wayland? ( dev-qt/qtwayland:5 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/KDAB/GammaRay/releases/download/v2.11.3/gammaray-2.11.3.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 optfeature 538bce96e5589935b57e178e8635f301 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=67d03ca196b629121ea84e4734930243
|
17
metadata/md5-cache/dev-util/gammaray-3.1.0
Normal file
17
metadata/md5-cache/dev-util/gammaray-3.1.0
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-lang/perl doc? ( app-text/doxygen[dot] dev-qt/qttools:6[assistant,linguist,qdoc] ) app-alternatives/ninja >=dev-build/cmake-3.20.5 test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-qt/qtbase:6[concurrent,gui,network,widgets,xml] kde-frameworks/kitemmodels:6 3d? ( dev-qt/qt3d:6 ) bluetooth? ( dev-qt/qtconnectivity:6[bluetooth] ) designer? ( dev-qt/qttools:6[designer] ) geolocation? ( dev-qt/qtpositioning:6 ) qml? ( dev-qt/qtdeclarative:6[widgets] ) scxml? ( dev-qt/qtscxml:6 ) svg? ( dev-qt/qtsvg:6 ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6[compositor] ) webengine? ( dev-qt/qtwebengine:6[widgets] )
|
||||
DESCRIPTION=High-level runtime introspection tool for Qt applications
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.kdab.com/software-technologies/developer-tools/gammaray/ https://github.com/KDAB/GammaRay
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake qmake-utils virtualx xdg
|
||||
IUSE=3d bluetooth designer doc geolocation scxml svg test qml wayland webengine test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2 GPL-2+ MIT
|
||||
RDEPEND=dev-qt/qtbase:6[concurrent,gui,network,widgets,xml] kde-frameworks/kitemmodels:6 3d? ( dev-qt/qt3d:6 ) bluetooth? ( dev-qt/qtconnectivity:6[bluetooth] ) designer? ( dev-qt/qttools:6[designer] ) geolocation? ( dev-qt/qtpositioning:6 ) qml? ( dev-qt/qtdeclarative:6[widgets] ) scxml? ( dev-qt/qtscxml:6 ) svg? ( dev-qt/qtsvg:6 ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6[compositor] ) webengine? ( dev-qt/qtwebengine:6[widgets] )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/KDAB/GammaRay/releases/download/v3.1.0/gammaray-3.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=14ced1caced1c461b432c7e07397bb3f
|
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/gui-apps/swayr-0.28.0
Normal file
13
metadata/md5-cache/gui-apps/swayr-0.28.0
Normal file
@ -0,0 +1,13 @@
|
||||
BDEPEND=|| ( dev-lang/rust-bin:1.84.0 dev-lang/rust:1.84.0 dev-lang/rust-bin:1.83.0 dev-lang/rust:1.83.0 dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 dev-lang/rust-bin:1.79.0 dev-lang/rust:1.79.0 dev-lang/rust-bin:1.78.0 dev-lang/rust:1.78.0 dev-lang/rust-bin:1.77.1 dev-lang/rust:1.77.1 dev-lang/rust-bin:1.76.0 dev-lang/rust:1.76.0 dev-lang/rust-bin:1.75.0 dev-lang/rust:1.75.0 dev-lang/rust-bin:1.74.1 dev-lang/rust:1.74.1 dev-lang/rust-bin:1.71.1 dev-lang/rust:1.71.1 ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DESCRIPTION=A LRU window-switcher (and more) for the sway window manager
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sr.ht/~tsdh/swayr/
|
||||
INHERIT=cargo systemd
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ Apache-2.0 BSD-2 MIT MPL-2.0 Unicode-3.0
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~tsdh/swayr/archive/swayr-0.28.0.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/swayr-swayr-0.28.0/swayr-swayr-0.28.0-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 44c8464f6266787f32aab8b1f056a28b rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo 5ad34dd14ea52875e865e465e0f6421a systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=6619d3b2d46d83229eabbda5aae5dbe3
|
15
metadata/md5-cache/gui-wm/river-0.3.7
Normal file
15
metadata/md5-cache/gui-wm/river-0.3.7
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-libs/wayland-protocols dev-util/wayland-scanner man? ( app-text/scdoc ) || ( dev-lang/zig:0.13[llvm(+)?] dev-lang/zig-bin:0.13 ) || ( dev-lang/zig:0.13 dev-lang/zig-bin:0.13 ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DEPEND=dev-libs/libevdev dev-libs/libinput:= dev-libs/wayland gui-libs/wlroots:0.18[X?] x11-libs/libxkbcommon[wayland,X?] x11-libs/pixman
|
||||
DESCRIPTION=A dynamic tiling Wayland compositor
|
||||
EAPI=8
|
||||
HOMEPAGE=https://isaacfreund.com/software/river/ https://codeberg.org/river/river
|
||||
INHERIT=zig
|
||||
IUSE=X +llvm man
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ MIT
|
||||
RDEPEND=dev-libs/libevdev dev-libs/libinput:= dev-libs/wayland gui-libs/wlroots:0.18[X?] x11-libs/libxkbcommon[wayland,X?] x11-libs/pixman
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/river/river/archive/v0.3.7.tar.gz -> river-0.3.7.tar.gz https://codeberg.org/ifreund/zig-wayland/archive/v0.2.0.tar.gz -> zig-wayland-1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242.tar.gz https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.2.0.tar.gz -> zig-xkbcommon-1220c90b2228d65fd8427a837d31b0add83e9fade1dcfa539bb56fd06f1f8461605f.tar.gz https://codeberg.org/ifreund/zig-wlroots/archive/v0.18.1.tar.gz -> zig-wlroots-122083317b028705b5d27be12976feebf17066a4e51802b3b5e9f970bec580e433e1.tar.gz https://codeberg.org/ifreund/zig-pixman/archive/v0.2.0.tar.gz -> zig-pixman-12209db20ce873af176138b76632931def33a10539387cba745db72933c43d274d56.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe linux-info ea4122ba1d8791a12b78e53f9510a2e3 zig-utils 2cc5a6c85266162fa5afdbc6c68f4895 zig 1dedc2f01be682d4a76e3f24b00c9252
|
||||
_md5_=b33ebf3f08be88aa04747d8e1ab6babd
|
@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=app-accessibility/at-spi2-core dev-libs/dbus-glib dev-libs/glib media-libs/alsa-lib media-libs/fontconfig media-libs/freetype sys-apps/dbus virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+ 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/libxcb x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-128.6.0esr-bb20.en-US.linux-x86_64.tar.bz2
|
||||
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-128.6.1esr-bb21.en-US.linux-x86_64.tar.bz2
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=90b8613899f07c576792cfa60d13a9f6
|
||||
_md5_=85dff199acd1ac7e1b75165ff0d29cc9
|
@ -13,4 +13,4 @@ RDEPEND=dev-cpp/tbb:= dev-libs/openssl dev-qt/qtbase:6[gui,widgets,xml] dev-qt/q
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=03d50339217096dcc4c484fef4078f97
|
||||
_md5_=e0c50c24c369a355efbadf756dd446a7
|
||||
|
@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/artemsen/swayimg/archive/refs/tags/v3.7.tar.gz -> swayimg-3.7.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=85137cc8dbc2f8070a2a664943a15736
|
||||
_md5_=ddaa3b4d76f6c6c61525a3232fa70da0
|
||||
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-libs/wayland media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/obs-studio[wayland] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-util/vulkan-headers dev-util/wayland-scanner
|
||||
DESCRIPTION=OBS Linux Vulkan/OpenGL game capture
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nowrep/obs-vkcapture
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=xdg cmake-multilib
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/wayland media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/obs-studio[wayland] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nowrep/obs-vkcapture/archive/refs/tags/v1.5.0.tar.gz -> obs-vkcapture-1.5.0.tar.gz
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059
|
||||
_md5_=1bc3a740288ead2be3c33dad5557b5cd
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-libs/wayland media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/obs-studio[wayland] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-util/vulkan-headers dev-util/wayland-scanner
|
||||
DESCRIPTION=OBS Linux Vulkan/OpenGL game capture
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nowrep/obs-vkcapture
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=xdg cmake-multilib
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/wayland media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/obs-studio[wayland] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nowrep/obs-vkcapture/archive/refs/tags/v1.5.1.tar.gz -> obs-vkcapture-1.5.1.tar.gz
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059
|
||||
_md5_=1bc3a740288ead2be3c33dad5557b5cd
|
@ -1,15 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-libs/wayland media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/obs-studio[wayland] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-util/vulkan-headers dev-util/wayland-scanner
|
||||
DESCRIPTION=OBS Linux Vulkan/OpenGL game capture
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nowrep/obs-vkcapture
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=xdg cmake-multilib git-r3
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/wayland media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/obs-studio[wayland] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
|
||||
SLOT=0
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=1bc3a740288ead2be3c33dad5557b5cd
|
@ -9,6 +9,6 @@ LICENSE=MIT BSD OSL-3.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/mesa net-print/cups sys-apps/dbus 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/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Legcord/Legcord/releases/download/v1.0.2/Legcord-1.0.2-linux-amd64.deb -> legcord-bin-1.0.2.deb
|
||||
SRC_URI=https://github.com/Legcord/Legcord/releases/download/v1.0.8/Legcord-1.0.8-linux-amd64.deb -> legcord-bin-1.0.8.deb
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=4a7fb6d827ade916ee0f4fdfbf4400ae
|
12
metadata/md5-cache/net-proxy/byedpi-0.16.1
Normal file
12
metadata/md5-cache/net-proxy/byedpi-0.16.1
Normal file
@ -0,0 +1,12 @@
|
||||
BDEPEND=virtual/pkgconfig
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DESCRIPTION=Bypass DPI SOCKS proxy
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hufrea/byedpi/
|
||||
INHERIT=systemd toolchain-funcs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hufrea/byedpi/archive/refs/tags/v0.16.1.tar.gz -> byedpi-0.16.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=8b76def2592e58a35771f0a019870839
|
15
metadata/md5-cache/net-vpn/mullvadvpn-app-2025.3_beta1-r1
Normal file
15
metadata/md5-cache/net-vpn/mullvadvpn-app-2025.3_beta1-r1
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=app-arch/rpm2targz virtual/pkgconfig
|
||||
DEFINED_PHASES=install postinst postrm preinst unpack
|
||||
DESCRIPTION=Tool used to manage daemon setup
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mullvad/mullvadvpn-app https://mullvad.net/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm systemd shell-completion xdg
|
||||
KEYWORDS=-* ~amd64 ~arm64
|
||||
LICENSE=GPL-3
|
||||
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 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/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.3-beta1/MullvadVPN-2025.3-beta1_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.3-beta1/MullvadVPN-2025.3-beta1_aarch64.rpm )
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=fa7ab0055a375ed5d555d69320f60ad7
|
@ -1,14 +1,14 @@
|
||||
DEFINED_PHASES=compile install postinst postrm preinst prepare
|
||||
DEPEND=>=x11-base/xorg-server-21.1.4 >=virtual/glu-9.0-r2 >=dev-lang/tcl-8.6.12 >=dev-lang/tk-8.6.12 >=dev-tcltk/togl-2.0-r3 >=dev-tcltk/bwidget-1.9.14 >=media-libs/mesa-22.1.3 >=sci-libs/fftw-3.3.10
|
||||
DEPEND=>=x11-base/xorg-server-21.1.4 >=virtual/glu-9.0-r2 >=dev-lang/tcl-8.6.12:= >=dev-lang/tk-8.6.12:= >=dev-tcltk/togl-2.0-r3 >=dev-tcltk/bwidget-1.9.14 media-libs/libglvnd[X] sci-libs/fftw:3.0= x11-libs/libX11
|
||||
DESCRIPTION=For the visualisation of molecular and crystal structures.
|
||||
EAPI=8
|
||||
HOMEPAGE=http://www.xcrysden.org/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop flag-o-matic xdg
|
||||
INHERIT=desktop flag-o-matic toolchain-funcs xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2+
|
||||
RDEPEND=>=x11-base/xorg-server-21.1.4 >=virtual/glu-9.0-r2 >=dev-lang/tcl-8.6.12 >=dev-lang/tk-8.6.12 >=dev-tcltk/togl-2.0-r3 >=dev-tcltk/bwidget-1.9.14 >=media-libs/mesa-22.1.3 >=sci-libs/fftw-3.3.10
|
||||
RDEPEND=>=x11-base/xorg-server-21.1.4 >=virtual/glu-9.0-r2 >=dev-lang/tcl-8.6.12:= >=dev-lang/tk-8.6.12:= >=dev-tcltk/togl-2.0-r3 >=dev-tcltk/bwidget-1.9.14 media-libs/libglvnd[X] sci-libs/fftw:3.0= x11-libs/libX11
|
||||
SLOT=0
|
||||
SRC_URI=http://www.xcrysden.org/download/xcrysden-1.6.2.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=11a884c7b53be6588f8123e5ae49b126
|
||||
_md5_=c87e9f08bc959eade7413b9b9d195044
|
15
metadata/md5-cache/sys-apps/ugrep-7.2.0
Normal file
15
metadata/md5-cache/sys-apps/ugrep-7.2.0
Normal file
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=configure install test
|
||||
DEPEND=brotli? ( app-arch/brotli ) boost? ( dev-libs/boost ) bzip3? ( app-arch/bzip3 ) bzip2? ( app-arch/bzip2 ) lz4? ( app-arch/lz4 ) lzma? ( app-arch/xz-utils ) pcre2? ( dev-libs/libpcre2 ) zlib? ( sys-libs/zlib ) zstd? ( app-arch/zstd ) virtual/pkgconfig
|
||||
DESCRIPTION=A fast, drop-in replacement for GNU grep
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ugrep.com/
|
||||
INHERIT=shell-completion
|
||||
IUSE=7zip brotli boost bzip2 bzip3 +lzma lz4 +mmap +pcre2 +zlib zstd cpu_flags_arm_neon cpu_flags_x86_avx2 cpu_flags_x86_sse2
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=BSD
|
||||
RDEPEND=brotli? ( app-arch/brotli ) boost? ( dev-libs/boost ) bzip3? ( app-arch/bzip3 ) bzip2? ( app-arch/bzip2 ) lz4? ( app-arch/lz4 ) lzma? ( app-arch/xz-utils ) pcre2? ( dev-libs/libpcre2 ) zlib? ( sys-libs/zlib ) zstd? ( app-arch/zstd )
|
||||
REQUIRED_USE=?? ( boost pcre2 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Genivia/ugrep/archive/v7.2.0.tar.gz -> ugrep-7.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=b4b952167fba5db140c26d23ef05ae38
|
@ -1,15 +0,0 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure prepare
|
||||
DEPEND=dev-libs/openssl:* e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:0 ) jfs? ( sys-fs/jfsutils ) ncurses? ( sys-libs/ncurses:0 ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) jfs? ( sys-fs/jfsutils[static] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
|
||||
DESCRIPTION=Partition cloning tool
|
||||
EAPI=8
|
||||
HOMEPAGE=https://partclone.org
|
||||
INHERIT=autotools flag-o-matic
|
||||
IUSE=apfs btrfs +e2fs exfat f2fs fat fuse hfs jfs minix ncurses nilfs2 ntfs reiserfs static ufs vmfs xfs
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/openssl:* e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:0 ) jfs? ( sys-fs/jfsutils ) ncurses? ( sys-libs/ncurses:0 ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:*[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) jfs? ( sys-fs/jfsutils[static] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Thomas-Tsai/partclone/archive/refs/tags/0.3.20.tar.gz -> partclone-0.3.20.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe
|
||||
_md5_=5d5bbbd7b7a1118f13b33de815cadb18
|
@ -11,6 +11,6 @@ LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/openssl:0= e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:3 ) ncurses? ( sys-libs/ncurses:0= ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:0[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Thomas-Tsai/partclone/archive/refs/tags/0.3.32.tar.gz -> partclone-0.3.32.tar.gz
|
||||
SRC_URI=https://github.com/Thomas-Tsai/partclone/archive/refs/tags/0.3.33.tar.gz -> partclone-0.3.33.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe
|
||||
_md5_=16c98457e991f47b298808465cb27c83
|
||||
_md5_=43e10a6643409683f5b889784c0dbca5
|
@ -12,6 +12,6 @@ LICENSE=Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
|
||||
RDEPEND=acct? ( acct-group/git acct-user/git[gitea] ) pam? ( sys-libs/pam ) dev-vcs/git !www-apps/gitea virtual/tmpfiles
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v7.0.9/forgejo-src-7.0.9.tar.gz -> forgejo-7.0.9.tar.gz
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v10.0.0/forgejo-src-10.0.0.tar.gz -> forgejo-10.0.0.tar.gz
|
||||
_eclasses_=fcaps 27152c9e4da035accb14a2d7879744ef multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=153346c284671c2ce6a421038212fc33
|
||||
_md5_=b97d56ee77b9a2e645b918baf68fec11
|
@ -10,6 +10,6 @@ LICENSE=MIT
|
||||
RDEPEND=dev-python/cssutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flask[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/python-dotenv[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/defusedxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/waitress[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] app-arch/brotli[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python] net-libs/stem acct-user/whoogle acct-group/whoogle python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/benbusby/whoogle-search/archive/refs/tags/v0.9.1.tar.gz -> whoogle-search-0.9.1.gh.tar.gz
|
||||
SRC_URI=https://github.com/benbusby/whoogle-search/archive/refs/tags/v0.9.3.tar.gz -> whoogle-search-0.9.3.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=0fb73eee635b52fa13cf155285ae0a60
|
@ -217,7 +217,7 @@ app-misc/badvideo 5.2 9999: Ruin your videos in SECONDS!
|
||||
app-misc/blahaj 2.2.0-r1: Gay sharks at your local terminal
|
||||
app-misc/brightness-control 2.4: Qt Brightness Controller in Python
|
||||
app-misc/brightnessctl 0.5.1: A program to read and control device brightness
|
||||
app-misc/catt 0.12.12-r1 0.12.13: Send videos from many, many online sources to your Chromecast
|
||||
app-misc/catt 0.12.13: Send videos from many, many online sources to your Chromecast
|
||||
app-misc/chayang 0.1.0: Gradually dim the screen.
|
||||
app-misc/cheat 4.2.3 4.3.3-r1: cheat allows you to create and view interactive cheatsheets on the command-line
|
||||
app-misc/clifm 1.11 1.13 1.16 1.18 9999: The command line file manager
|
||||
@ -466,7 +466,7 @@ dev-debug/gdb-dashboard 0.17.2 0.17.3: Modular visual interface for GDB in Pytho
|
||||
dev-debug/lldb-mi 0.0.1 9999: LLDB Machine Interface Driver
|
||||
dev-dotnet/gtk-sharp 2.99.3-r3 3.22.2-r2: gtk bindings for mono
|
||||
dev-elixir/hex 1.0.1-r1: Package manager for the Erlang VM
|
||||
dev-embedded/arduino-cli 1.0.3 1.0.4: Next-generation arduino command line tool
|
||||
dev-embedded/arduino-cli 1.0.4 1.1.1: Next-generation arduino command line tool
|
||||
dev-embedded/bcm2-utils 0.9.8: Utilities for Broadcom-based cable modems
|
||||
dev-embedded/esp-coredump 1.10.0 1.11.0: Utility that helps users to retrieve and analyse core dumps
|
||||
dev-embedded/esp-idf 5.3.2 5.4: Espressif IoT Development Framework
|
||||
@ -803,8 +803,8 @@ dev-python/pytest-vcr 1.0.2: Plugin for managing VCR.py cassettes
|
||||
dev-python/python-barbicanclient 7.0.0: Client library for Barbican API.
|
||||
dev-python/python-fire 0.6.0: Library for automatically generating command line interfaces from Python objects
|
||||
dev-python/python-http-client 3.3.5-r1: HTTP REST client, simplified for Python
|
||||
dev-python/python-lsp-isort 0.1: isort plugin for the Python LSP Server
|
||||
dev-python/python-lsp-mypy 0.6.9: Mypy plugin for the Python LSP Server
|
||||
dev-python/python-lsp-isort 0.2.0: isort plugin for the Python LSP Server
|
||||
dev-python/python-lsp-mypy 0.7.0: Mypy plugin for the Python LSP Server
|
||||
dev-python/python-magnumclient 4.7.0: A client for the OpenStack Magnum API
|
||||
dev-python/python-octaviaclient 3.9.0: A client for the OpenStack Octavia API
|
||||
dev-python/python-olm 3.2.16: Python bindings for dev-libs/olm
|
||||
@ -922,7 +922,7 @@ dev-util/find-work-repology 0.3.0 1.0.0: Personal advice utility for Gentoo pack
|
||||
dev-util/fnm 1.37.1: Fast and simple Node.js version manager
|
||||
dev-util/fortls 2.13.0 3.0.0 3.1.1 3.1.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 2.11.3: High-level runtime introspection tool for Qt applications
|
||||
dev-util/gammaray 3.1.0: High-level runtime introspection tool for Qt applications
|
||||
dev-util/genTree 0.1.0 9999: Gentoo rootfs tree generator
|
||||
dev-util/git-bug 0.8.0 9999: distributed, offline-first bug tracker
|
||||
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
|
||||
@ -1153,7 +1153,7 @@ gui-apps/swaylock-effects 1.7.0.0 9999: Swaylock, with fancy effects
|
||||
gui-apps/swaylock-plugin 1.8.0 9999: Fork of Swaylock that supports animated backgrounds
|
||||
gui-apps/swaync 0.9.0 0.10.1-r1: A simple notification daemon with a GTK gui for notifications and control center
|
||||
gui-apps/swayosd 0.1.0: GTK based on screen display for keyboard shortcuts like caps-lock and volume
|
||||
gui-apps/swayr 0.27.4: A LRU window-switcher (and more) for the sway window manager
|
||||
gui-apps/swayr 0.27.4 0.28.0: A LRU window-switcher (and more) for the sway window manager
|
||||
gui-apps/swayrbar 0.4.2: A swaybar-protocol implementation for sway/swaybar
|
||||
gui-apps/sworkstyle 1.3.5: Map workspace names to icons for Sway
|
||||
gui-apps/swww 0.9.5-r2 9999: Efficient animated wallpaper daemon for wayland, controlled at runtime
|
||||
@ -1195,12 +1195,12 @@ gui-wm/hyprland-contrib 0.1-r1 9999: Community-maintained extensions for hyprlan
|
||||
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: Wayland compositor for mobile phones
|
||||
gui-wm/river 0.3.6: A dynamic tiling Wayland compositor
|
||||
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!
|
||||
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
|
||||
mail-client/betterbird-bin 128.6.0: Betterbird is a fine-tuned version of Mozilla Thunderbird.
|
||||
mail-client/betterbird-bin 128.6.1: Betterbird is a fine-tuned version of Mozilla Thunderbird.
|
||||
mail-client/mailspring-bin 1.13.3: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
|
||||
mail-client/proton-mail-bin 1.0.6: Beta Client for Proton Mail
|
||||
mail-filter/postfix-mta-sts-resolver 1.4.0: Daemon which provides TLS client policy for Postfix via socketmap
|
||||
@ -1352,7 +1352,6 @@ media-video/mpc-qt 24.06 24.12: Media Player Classic Qute Theater
|
||||
media-video/obs-multi-rtmp 0.6.0.1 9999: OBS Simulcast support plugin
|
||||
media-video/obs-streamfx 0.12.0.9999 9999: OBS® Studio plugin which adds many new effects.
|
||||
media-video/obs-vaapi 0.4.1 0.4.2 9999: OBS Studio VAAPI support via GStreamer
|
||||
media-video/obs-vkcapture 1.5.0 1.5.1 9999: OBS Linux Vulkan/OpenGL game capture
|
||||
media-video/stremio 4.4.168: Stremio is a modern media center for your video entertainment.
|
||||
media-video/syncplay 1.7.3: Client/server to synchronize media playback
|
||||
media-video/uxplay 1.67-r1 1.68.3-r1 1.70-r1: AirPlay Unix mirroring server
|
||||
@ -1412,7 +1411,7 @@ net-im/gomuks 0.3.0 0.3.1: A terminal based Matrix client written in Go
|
||||
net-im/heisenbridge 1.14.6-r1 1.15.0: A bouncer-style Matrix IRC bridge
|
||||
net-im/iamb 0.0.8 0.0.9 0.0.10: A Matrix chat client that uses Vim keybindings
|
||||
net-im/jitsi-meet 2022.3.1-r1: Desktop application for Jitsi Meet built with Electron
|
||||
net-im/legcord-bin 1.0.2: Legcord is a custom client designed to enhance your Discord experience.
|
||||
net-im/legcord-bin 1.0.8: Legcord is a custom client designed to enhance your Discord experience.
|
||||
net-im/manyverse-bin 0.2310.9: A social network off the grid with append-only protocol (no edits) on blockchain
|
||||
net-im/mastoposter 0.2: Configurable reposter from Mastodon-compatible Fediverse servers
|
||||
net-im/matterhorn-bin 90000.0.0 90000.0.1: Terminal based Mattermost client
|
||||
@ -1524,7 +1523,7 @@ net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
|
||||
net-p2p/yggdrasil-go 0.5.9 0.5.10 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)
|
||||
net-proxy/MTProxy 3.0.4-r1: Community fork of MTProxy
|
||||
net-proxy/byedpi 0.14.1 0.15 0.16 9999: Bypass DPI SOCKS proxy
|
||||
net-proxy/byedpi 0.14.1 0.15 0.16 0.16.1 9999: Bypass DPI SOCKS proxy
|
||||
net-proxy/ngrok-bin 3.19.0: ngrok is a reverse proxy, firewall, and API gateway
|
||||
net-proxy/snowflake 2.9.2 2.10.1: Pluggable Transport using WebRTC, inspired by Flashproxy
|
||||
net-voip/baresip 3.17.0 3.18.0 3.19.0: Baresip is a portable and modular SIP User-Agent
|
||||
@ -1536,7 +1535,7 @@ net-vpn/GlobalProtect-openconnect 2.3.9-r1: Unofficial GlobalProtect VPN client
|
||||
net-vpn/cloudflare-warp 2024.2.62-r2 2024.4.133-r1 2024.11.309: Cloudflare Warp Client
|
||||
net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
|
||||
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
|
||||
net-vpn/mullvadvpn-app 2025.2 2025.3_beta1: Tool used to manage daemon setup
|
||||
net-vpn/mullvadvpn-app 2025.2 2025.3_beta1 2025.3_beta1-r1: Tool used to manage daemon setup
|
||||
net-wireless/airspyhf 1.6.8: User mode driver for Airspy HF+
|
||||
net-wireless/bluetuith 0.1.9 0.2.0 0.2.1 0.2.2 9999: A TUI bluetooth manager for Linux written in Go
|
||||
net-wireless/btscreenlocker 1.8.1-r1: Daemon to lock your screen when Bluetooth trusted devices go away.
|
||||
@ -1558,7 +1557,7 @@ sci-biology/cytoscape-bin 3.10.3: A visualization platform for molecular interac
|
||||
sci-biology/geneathome 1.10-r5: BOINC application for expanding Gene Regulatory Networks (GRN)
|
||||
sci-biology/jalview-bin 2.11.4.1: Editor of multiple sequence alignments.
|
||||
sci-chemistry/vesta-bin 3.5.8: Visualisation for Electronic and STructural Analysis.
|
||||
sci-chemistry/xcrysden 1.6.2: For the visualisation of molecular and crystal structures.
|
||||
sci-chemistry/xcrysden 1.6.2-r2: For the visualisation of molecular and crystal structures.
|
||||
sci-electronics/bluespec 2022.01-r1 2023.01 2023.07 9999: Toolchain for the Bluespec Hardware Definition Language
|
||||
sci-electronics/circt 1.14.0 1.37.0 1.76.0: The fast free Verilog/SystemVerilog simulator
|
||||
sci-electronics/coil64 2.1.27: Coil64 is inductance coil calculator
|
||||
@ -1652,11 +1651,11 @@ sys-apps/sampler-bin 1.1.0: visualizer for shell commands, executions and alerti
|
||||
sys-apps/save-backlight 1.1.2-r1 9999: An OpenRC service for restoring the last brightness level on reboot
|
||||
sys-apps/sd 1.0.0: Intuitive find & replace CLI (sed alternative)
|
||||
sys-apps/systemd-bootchart 234 235: systemd boot performance graphing tool
|
||||
sys-apps/ugrep 5.1.4: A fast, drop-in replacement for GNU grep
|
||||
sys-apps/ugrep 5.1.4 7.2.0: A fast, drop-in replacement for GNU grep
|
||||
sys-apps/zmem 0.2.1: Memory monitoring tool focusing on swap, zswap and zram
|
||||
sys-auth/hyprpolkitagent 0.1.1-r2 0.1.2: Polkit authentication agent for Hyprland, written in Qt/QML
|
||||
sys-auth/pam-gnupg 0.4-r1: Unlock GnuPG keys on login
|
||||
sys-block/partclone 0.3.20 0.3.32: Partition cloning tool
|
||||
sys-block/partclone 0.3.33: Partition cloning tool
|
||||
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
|
||||
sys-boot/grml-rescueboot 0.6.1: grub2 script to add ISO images to the grub2 boot menu
|
||||
sys-boot/limine 7.0.0 7.0.3 7.0.5 7.3.0 7.5.0 7.9.2 8.0.5 8.0.6 8.0.7 8.0.9 8.0.11 8.0.12 8.0.13 8.0.14 8.1.1 8.1.2 8.3.2 8.4.0 8.5.0 8.6.0 8.7.0: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
@ -1718,7 +1717,7 @@ sys-process/xe 1.0-r1: Simple xargs and apply replacement with sane defaults
|
||||
virtual/crystal-db 0.13-r1: Virtual for Crystal database drivers
|
||||
www-apps/castopod 1.4.3 1.4.5: Open-source hosting platform made for podcasters
|
||||
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 7.0.9 8.0.3 9.0.3: A self-hosted lightweight software forge
|
||||
www-apps/forgejo 8.0.3 9.0.3 10.0.0: A self-hosted lightweight software forge
|
||||
www-apps/freshrss 1.24.3 1.25.0: A free, self-hostable news aggregator
|
||||
www-apps/gotosocial 0.9.0 0.10.0: Fast, fun, ActivityPub server, powered by Go
|
||||
www-apps/honk 0.9.8 0.9.91: ActivityPub server with minimal setup and support costs
|
||||
@ -1735,7 +1734,7 @@ www-apps/snac 2.25 2.26: A simple, minimalistic ActivityPub instance
|
||||
www-apps/uwebsockets 20.14.0 20.62.0 9999: ultra fast, simple, secure & standards compliant web I/O
|
||||
www-apps/vaultwarden-web 2024.1.2b 2024.3.0 2024.3.1: Bitwarden web vault patched to make it work with Vaultwarden
|
||||
www-apps/vaultwarden-web-bin 2024.1.2b 2024.3.0 2024.3.1 2024.5.0: Prebuilt Vaultwarden web from upstream
|
||||
www-apps/whoogle-search 0.9.1: A self-hosted, ad-free, privacy-respecting metasearch engine
|
||||
www-apps/whoogle-search 0.9.3: A self-hosted, ad-free, privacy-respecting metasearch engine
|
||||
www-apps/zola 0.19.2-r1: A fast static site generator with everything built-in
|
||||
www-client/badwolf 1.3.0-r1 9999: Minimalist and privacy-oriented WebKitGTK+ browser
|
||||
www-client/browsh 1.8.2: A fully-modern text-based browser, rendering to TTY and browsers
|
||||
|
@ -1 +1 @@
|
||||
Thu, 23 Jan 2025 15:48:56 +0000
|
||||
Mon, 27 Jan 2025 10:03:42 +0000
|
||||
|
@ -81,8 +81,7 @@ app-misc/far2l:wxwidgets - GUI backend support
|
||||
app-misc/kanata:cmd - Enable potentially dangerous "cmd" action to be able run arbitrary commands.
|
||||
app-misc/kloak:apparmor - Install AppArmor profile
|
||||
app-misc/kloak:systemd - Install systemd service file
|
||||
app-misc/ollama:amd - Add support of amd
|
||||
app-misc/ollama:nvidia - Add support of nvidia
|
||||
app-misc/ollama:cuda - Enable NVIDIA CUDA support
|
||||
app-misc/tinyfetch:pci - Enables the use of pciutils to detect GPU names
|
||||
app-misc/wlx-overlay-s:openvr - Support Valve's SteamVR SDK.
|
||||
app-misc/wlx-overlay-s:openxr - Support Khronos Group's OpenXR API.
|
||||
@ -168,9 +167,7 @@ dev-util/distribution-gpg-keys:copr - Install GPG keys used by Copr projects
|
||||
dev-util/gammaray:3d - Build support for Qt5 3D modules
|
||||
dev-util/gammaray:designer - Widget .ui file export
|
||||
dev-util/gammaray:geolocation - Physical position determination support from Qt5 framework
|
||||
dev-util/gammaray:printsupport - Printing support library from the Qt5 framework. Required for widget PDF export
|
||||
dev-util/gammaray:qml - Build with Qt5 Quick support
|
||||
dev-util/gammaray:script - Enable scripting support from the Qt5 framework
|
||||
dev-util/gammaray:scxml - Build support for Qt5 State Chart XML (SCXML)
|
||||
dev-util/gammaray:webengine - Enable support for dev-qt/qtwebengine
|
||||
dev-util/rust-rover:bundled-jdk - Use bundled jdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user