mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
2025-02-13 10:03:28 UTC
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare pretend unpack
|
||||
DEPEND=>=dev-lang/go-1.23.4 cuda? ( dev-util/nvidia-cuda-toolkit:= ) rocm? ( >=sci-libs/hipBLAS-6.1:=[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(-)?] )
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm go-module
|
||||
INHERIT=cuda rocm go-module systemd
|
||||
IUSE=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 cuda rocm +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
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
@@ -13,5 +13,5 @@ REQUIRED_USE=cpu_flags_x86_avx2? ( cpu_flags_x86_avx ) cpu_flags_x86_avx512f? (
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.5.7.tar.gz -> ollama-0.5.7.gh.tar.gz https://github.com/Tapchicoma/ebuild-deps/raw/refs/heads/main/go-deps/ollama-0.5.7-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 cuda 283d0f298f6c196c755a0f8d50daca85 rocm 826765f795a41b937d1bfe8e709346cd multiprocessing 1e32df7deee68372153dca65f4a7c21f go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=9be07f3d245c1b68cb215295e425d166
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 cuda 283d0f298f6c196c755a0f8d50daca85 rocm 826765f795a41b937d1bfe8e709346cd multiprocessing 1e32df7deee68372153dca65f4a7c21f go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=837f9cea33108f4dba57a31dd1d892b5
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
||||
DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-6.1:=[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(-)?] ) >=dev-lang/go-1.23.4
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm cmake go-module toolchain-funcs git-r3
|
||||
INHERIT=cuda rocm cmake go-module systemd toolchain-funcs git-r3
|
||||
IUSE=cpu_flags_x86_avx cpu_flags_x86_f16c cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx512_bf16 cpu_flags_x86_avx_vnni cpu_flags_x86_amx_tile cpu_flags_x86_amx_int8 cuda blas mkl rocm +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=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-6.1:=[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(-)?] ) acct-group/ollama acct-user/ollama
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 cuda 283d0f298f6c196c755a0f8d50daca85 rocm 826765f795a41b937d1bfe8e709346cd multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=ecbc8fd79e2d44f4f56b856d873a1e99
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 cuda 283d0f298f6c196c755a0f8d50daca85 rocm 826765f795a41b937d1bfe8e709346cd multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 systemd 54bd206bb5c4efac6ae28b6b006713b0 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=2389f4b753c5b744dbfcad32cbad84be
|
||||
|
||||
14
metadata/md5-cache/app-misc/yazi-25.2.11
Normal file
14
metadata/md5-cache/app-misc/yazi-25.2.11
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/dev-python/sendgrid-6.11.0
Normal file
16
metadata/md5-cache/dev-python/sendgrid-6.11.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/flask-1.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/more-itertools-5.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-http-client-3.3.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/six-1.11.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starkbank-ecdsa-2.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[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=Twilio SendGrid library for Python
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/sendgrid/sendgrid-python/ https://pypi.org/project/sendgrid/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/flask-1.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/more-itertools-5.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-http-client-3.3.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/six-1.11.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starkbank-ecdsa-2.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/werkzeug[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/sendgrid/sendgrid-python/archive/refs/tags/6.11.0.tar.gz -> sendgrid-6.11.0.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_=7f1a15f0d051e1a49f5de943ff26d0af
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/python-http-client-3.3.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/starkbank-ecdsa-2.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Twilio SendGrid library for Python
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/sendgrid/sendgrid-python/ https://pypi.org/project/sendgrid/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/python-http-client-3.3.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/starkbank-ecdsa-2.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sendgrid/sendgrid-6.9.7.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 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=0d664f0da96c8250b3b338a9702e4e8f
|
||||
13
metadata/md5-cache/gui-apps/hyprpicker-0.4.2
Normal file
13
metadata/md5-cache/gui-apps/hyprpicker-0.4.2
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=dev-libs/wayland x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango >=dev-util/hyprwayland-scanner-0.4.2 >=gui-libs/hyprutils-0.2.0 dev-libs/wayland-protocols dev-util/wayland-scanner media-libs/libglvnd media-libs/libjpeg-turbo app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A wlroots-compatible Wayland color picker that does not suck
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hyprwm/hyprpicker
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-libs/wayland x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango >=dev-util/hyprwayland-scanner-0.4.2 >=gui-libs/hyprutils-0.2.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hyprwm/hyprpicker/archive/v0.4.2.tar.gz -> hyprpicker-0.4.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=c59398cd869efc4e6202ffc82b1dc37d
|
||||
17
metadata/md5-cache/media-libs/wivrn-0.23.1
Normal file
17
metadata/md5-cache/media-libs/wivrn-0.23.1
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-util/glslang dev-util/gdbus-codegen gui? ( gnome-base/librsvg ) dev-util/vulkan-headers app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/qcoro kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 ) dev-cpp/cli11 dev-cpp/eigen dev-cpp/nlohmann_json dev-libs/boost
|
||||
DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WiVRn/WiVRn
|
||||
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake fcaps xdg
|
||||
IUSE=gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
RDEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/qcoro kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 )
|
||||
REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WiVRn/WiVRn/archive/refs/tags/v0.23.1.tar.gz -> wivrn-0.23.1.tar.gz https://github.com/WiVRn/WiVRn/releases/download/v0.23.1/server-build-deps.tar.xz -> wivrn-0.23.1-server-build-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 fcaps 27152c9e4da035accb14a2d7879744ef xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=ca334cec49b30f6cb4d9df6cbcc70882
|
||||
@@ -5,9 +5,10 @@ DESCRIPTION=A Wayland Native VNC Client
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/any1/wlvncc
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/aml x11-libs/libxkbcommon x11-libs/pixman dev-libs/wayland
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/any1/wlvncc/archive/174ad8aef7978c242861a66c481a7ca25dc04e37.tar.gz -> wlvncc-20240817.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922
|
||||
_md5_=963f3b117fa4846d21a2d664cb78adff
|
||||
_md5_=e42bfe427a39e90606e3f7189e7d35f7
|
||||
|
||||
@@ -5,9 +5,10 @@ DESCRIPTION=A Wayland Native VNC Client
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/any1/wlvncc
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/aml x11-libs/libxkbcommon x11-libs/pixman dev-libs/wayland
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/any1/wlvncc/archive/d3073ef124172a6161e3bef075aaa8112b0115e9.tar.gz -> wlvncc-20250122.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922
|
||||
_md5_=35e58ef473f84004dbbe734d5f70f3b9
|
||||
_md5_=23d531b7a2aff111ca81bc48686bdf71
|
||||
|
||||
15
metadata/md5-cache/net-vpn/mullvadvpn-app-2025.4_beta1
Normal file
15
metadata/md5-cache/net-vpn/mullvadvpn-app-2025.4_beta1
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.4-beta1/MullvadVPN-2025.4-beta1_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.4-beta1/MullvadVPN-2025.4-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
|
||||
15
metadata/md5-cache/sys-fs/jefferson-0.4.6
Normal file
15
metadata/md5-cache/sys-fs/jefferson-0.4.6
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=JFFS2 filesystem extraction tool
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/onekey-sec/jefferson
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/cstruct[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-lzo[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/onekey-sec/jefferson/archive/refs/tags/v0.4.6.tar.gz -> jefferson-0.4.6.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_=cfcd096ff3a1be21934e9cc466fd482d
|
||||
@@ -295,7 +295,7 @@ app-misc/wego 2.2: Wego is a weather client for the terminal
|
||||
app-misc/wlx-overlay-s 0.6.0-r1 9999: A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops
|
||||
app-misc/x86-64-level 0.2.2 9999: Get the x86-64 Microarchitecture Level on the Current Machine
|
||||
app-misc/xplr 0.21.3-r1: A hackable, minimal, fast TUI file explorer
|
||||
app-misc/yazi 0.4.2: Blazing fast terminal file manager written in Rust, based on async I/O.
|
||||
app-misc/yazi 0.4.2 25.2.11: Blazing fast terminal file manager written in Rust, based on async I/O.
|
||||
app-misc/zcock 0.2.1 0.2.2: Print an emoji according to traditional chinese calendar and more
|
||||
app-mobilephone/flashlight 0.1.1-r2: It's a flashlight, what do you expect?
|
||||
app-mobilephone/mobile-config-firefox 2.1.0: Mobile and privacy friendly configuration for Firefox
|
||||
@@ -834,7 +834,7 @@ dev-python/rstcheck 6.2.0 6.2.1: Checks syntax of reStructuredText and code bloc
|
||||
dev-python/scramp 1.4.4: A pure-Python implementation of the SCRAM authentication protocol.
|
||||
dev-python/scrapy 2.11.0-r1: A high-level Web Crawling and Web Scraping framework
|
||||
dev-python/screeninfo 0.8.1: Fetch location and size of physical screens.
|
||||
dev-python/sendgrid 6.9.7: Twilio SendGrid library for Python
|
||||
dev-python/sendgrid 6.11.0: Twilio SendGrid library for Python
|
||||
dev-python/sentence-splitter 1.4-r2: Sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder
|
||||
dev-python/signalstickers-client 3.3.0: A Python client for the Signal stickers API
|
||||
dev-python/simplemma 0.9.1: A simple multilingual lemmatizer for Python
|
||||
@@ -1115,7 +1115,7 @@ gui-apps/hypridle 0.1.5-r2 9999: Hyprland's idle daemon
|
||||
gui-apps/hyprlock 0.6.0 9999: Hyprland's GPU-accelerated screen locking utility
|
||||
gui-apps/hyprnome 0.3.0: GNOME-like workspace switching in Hyprland.
|
||||
gui-apps/hyprpaper 0.7.1-r1 0.7.3-r1 0.7.3-r2: A blazing fast wayland wallpaper utility
|
||||
gui-apps/hyprpicker 0.3.0-r2 9999: A wlroots-compatible Wayland color picker that does not suck
|
||||
gui-apps/hyprpicker 0.3.0-r2 0.4.2 9999: A wlroots-compatible Wayland color picker that does not suck
|
||||
gui-apps/hyprshade 3.2.1 9999: Hyprland shader configuration tool
|
||||
gui-apps/hyprshot 1.2.3 1.3.0 9999: Hyprshot is an utility to easily take screenshot in Hyprland using your mouse
|
||||
gui-apps/hyprsunset 0.1.0-r1 9999: An application to enable a blue-light filter on Hyprland
|
||||
@@ -1292,7 +1292,7 @@ media-libs/raylib 5.0 9999: A simple and easy-to-use library to learn videogames
|
||||
media-libs/svt-vp9 0.3.0 9999: Scalable Video Technology for VP9 (SVT-VP9 Encoder)
|
||||
media-libs/vvdec 2.3.0: VVdeC, the Fraunhofer Versatile Video Decoder
|
||||
media-libs/vvenc 1.11.1: VVenC, the Fraunhofer Versatile Video Encoder
|
||||
media-libs/wivrn 0.22-r1 0.23 9999: WiVRn OpenXR streaming
|
||||
media-libs/wivrn 0.22-r1 0.23 0.23.1 9999: WiVRn OpenXR streaming
|
||||
media-plugins/alsa-sndio 0.2: ALSA PCM to play audio on sndio servers
|
||||
media-plugins/argotlunar-bin 2.06-r2: Argotlunar is a sound granulator. Binary Linux VST
|
||||
media-plugins/dtmediawiki 9999: Wikimedia Commons export plugin for Darktable. Every upload is converted
|
||||
@@ -1547,7 +1547,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 23: 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.3: Tool used to manage daemon setup
|
||||
net-vpn/mullvadvpn-app 2025.3 2025.4_beta1: 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.
|
||||
@@ -1695,7 +1695,7 @@ sys-fs/fsverity-utils 1.6: Userspace utility for file-level integrity/authentici
|
||||
sys-fs/gcsfuse 1.2.0: A user-space file system for interacting with Google Cloud Storage
|
||||
sys-fs/gdu 5.14.0 5.25.0: Disk usage analyzer with console interface written in Go
|
||||
sys-fs/gfs2-utils 3.4.1 3.5.1-r1: Shared-disk cluster file system
|
||||
sys-fs/jefferson 0.4.5: JFFS2 filesystem extraction tool
|
||||
sys-fs/jefferson 0.4.5 0.4.6: JFFS2 filesystem extraction tool
|
||||
sys-fs/mountpoint-s3-bin 1.1.1: Fuse for AWS S3 (Simple Storage Service), official
|
||||
sys-fs/ntfs2btrfs 20240115: Conversion tool from NTFS to Btrfs
|
||||
sys-fs/sanoid 2.2.0 9999: Policy-driven snapshot management and replication tools for OpenZFS.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 13 Feb 2025 09:24:24 +0000
|
||||
Thu, 13 Feb 2025 10:03:28 +0000
|
||||
|
||||
Reference in New Issue
Block a user