mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
2025-04-01 09:05:19 UTC
This commit is contained in:
parent
a7afb23ddf
commit
e771b47b51
@ -1,9 +1,10 @@
|
||||
DEFINED_PHASES=install postinst preinst prerm pretend
|
||||
DEFINED_PHASES=install postinst preinst prerm pretend setup
|
||||
DESCRIPTION=A user for ollama
|
||||
EAPI=8
|
||||
INHERIT=acct-user
|
||||
IUSE=cuda
|
||||
KEYWORDS=~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
|
||||
RDEPEND=acct-group/ollama
|
||||
RDEPEND=acct-group/ollama cuda? ( acct-group/video )
|
||||
SLOT=0
|
||||
_eclasses_=user-info 9951b1a0e4f026d16c33a001fd2d5cdf acct-user a4bf64e6c32b95705287346a2b678ae1
|
||||
_md5_=6fae0720a55e9789f1d73ec46249675f
|
||||
_md5_=c821fafd37be73952fb27aae4048a58d
|
@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) >=dev-libs/glib-2.24 sys-libs/zlib dev-libs/json-glib net-libs/libsoup:3.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/libX11 x11-libs/pango
|
||||
DESCRIPTION=System Information and Benchmark for Linux Systems
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.hardinfo2.org
|
||||
HOMEPAGE=https://hardinfo2.org
|
||||
INHERIT=cmake flag-o-matic xdg-utils
|
||||
IUSE=benchmark fwupd +gtk3
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2+ GPL-3+ LGPL-2.1+
|
||||
RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) >=dev-libs/glib-2.24 sys-libs/zlib dev-libs/json-glib net-libs/libsoup:3.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/libX11 x11-libs/pango dev-util/vulkan-tools net-misc/iperf:3 sys-apps/dmidecode sys-apps/lm-sensors sys-fs/lsscsi sys-fs/udisks:2 x11-apps/mesa-progs x11-apps/xrandr x11-misc/xdg-utils benchmark? ( app-benchmarks/sysbench ) fwupd? ( sys-apps/fwupd )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hardinfo2/hardinfo2/archive/refs/tags/release-2.2.7.tar.gz -> hardinfo2-2.2.7.tar.gz
|
||||
SRC_URI=https://github.com/hardinfo2/hardinfo2/archive/refs/tags/release-2.2.10.tar.gz -> hardinfo2-2.2.10.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=48844769278fae248744d23a460de507
|
||||
_md5_=01181729a50fc32db66c907649b807b0
|
@ -1,17 +1,17 @@
|
||||
BDEPEND=app-admin/chrpath gnome-base/librsvg lz4? ( app-arch/lz4 ) system-llvm? ( llvm-core/llvm ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack
|
||||
DEPEND=app-arch/bzip2 app-arch/xz-utils app-arch/zstd:= app-forensics/yara:= >=dev-cpp/nlohmann_json-3.10.2 dev-libs/boost dev-libs/capstone:= >=dev-libs/nativefiledialog-extended-1.2.1[desktop-portal?] >=dev-libs/libfmt-8.0.0:= media-libs/fontconfig media-libs/freetype >=media-libs/glfw-3.4[X] media-libs/glm media-libs/libglvnd net-libs/mbedtls:= net-misc/curl sys-apps/file sys-libs/zlib virtual/libiconv virtual/libintl
|
||||
DEPEND=app-arch/bzip2 app-arch/xz-utils app-arch/zstd:= >=app-forensics/yara-4.2.0:= >=dev-cpp/nlohmann_json-3.10.2 dev-libs/boost >=dev-libs/capstone-5.0.3:= >=dev-libs/nativefiledialog-extended-1.2.1[desktop-portal?] >=dev-libs/libfmt-11.1.3:= media-libs/fontconfig media-libs/freetype >=media-libs/glfw-3.4[X] media-libs/glm media-libs/libglvnd net-libs/mbedtls:= net-misc/curl sys-apps/file sys-libs/zlib virtual/libiconv virtual/libintl
|
||||
DESCRIPTION=A hex editor for reverse engineers, programmers, and eyesight
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WerWolv/ImHex
|
||||
INHERIT=cmake llvm-r1 toolchain-funcs flag-o-matic xdg-utils
|
||||
IUSE=+system-llvm test lto +desktop-portal lz4 +llvm_slot_19 llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18
|
||||
IUSE=+system-llvm test lto +desktop-portal lz4 +llvm_slot_19 llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_20
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-arch/bzip2 app-arch/xz-utils app-arch/zstd:= app-forensics/yara:= >=dev-cpp/nlohmann_json-3.10.2 dev-libs/boost dev-libs/capstone:= >=dev-libs/nativefiledialog-extended-1.2.1[desktop-portal?] >=dev-libs/libfmt-8.0.0:= media-libs/fontconfig media-libs/freetype >=media-libs/glfw-3.4[X] media-libs/glm media-libs/libglvnd net-libs/mbedtls:= net-misc/curl sys-apps/file sys-libs/zlib virtual/libiconv virtual/libintl
|
||||
REQUIRED_USE=^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 )
|
||||
RDEPEND=app-arch/bzip2 app-arch/xz-utils app-arch/zstd:= >=app-forensics/yara-4.2.0:= >=dev-cpp/nlohmann_json-3.10.2 dev-libs/boost >=dev-libs/capstone-5.0.3:= >=dev-libs/nativefiledialog-extended-1.2.1[desktop-portal?] >=dev-libs/libfmt-11.1.3:= media-libs/fontconfig media-libs/freetype >=media-libs/glfw-3.4[X] media-libs/glm media-libs/libglvnd net-libs/mbedtls:= net-misc/curl sys-apps/file sys-libs/zlib virtual/libiconv virtual/libintl
|
||||
REQUIRED_USE=^^ ( llvm_slot_15 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WerWolv/ImHex/releases/download/v1.37.4/Full.Sources.tar.gz -> imhex-1.37.4.gh.tar.gz https://github.com/WerWolv/ImHex-Patterns/archive/refs/tags/ImHex-v1.37.4.tar.gz -> imhex-patterns-1.37.4.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 llvm-utils 846280a994c1843d9c21248c188bd147 llvm-r1 0bd586d3786517cd63802a520b404dda
|
||||
_md5_=567588f77cf5c1982a06d21f2da321ce
|
||||
_md5_=458c06096f200c190ebdb3e170df4928
|
@ -1,14 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=app-text/tesseract:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-libs/libX11 x11-libs/libXext
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=app-text/tesseract:= dev-qt/qtbase:6[gui,widgets] x11-libs/libX11 x11-libs/libXext
|
||||
DESCRIPTION=Program to recognize text on screen
|
||||
EAPI=8
|
||||
HOMEPAGE=https://danpla.github.io/dpscreenocr/
|
||||
INHERIT=cmake desktop
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=ZLIB
|
||||
RDEPEND=app-text/tesseract:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 x11-libs/libX11 x11-libs/libXext
|
||||
RDEPEND=app-text/tesseract:= dev-qt/qtbase:6[gui,widgets] x11-libs/libX11 x11-libs/libXext
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/danpla/dpscreenocr/archive/refs/tags/v1.4.0.tar.gz -> dpscreenocr-1.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=6064571761eeb3e203db71836e2eb42e
|
||||
SRC_URI=https://github.com/danpla/dpscreenocr/archive/refs/tags/v1.4.1.tar.gz -> dpscreenocr-1.4.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=5f53b3f8d1e2defa3787cee889c367bd
|
@ -1,17 +0,0 @@
|
||||
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 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
|
||||
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
|
||||
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 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 cuda 283d0f298f6c196c755a0f8d50daca85 rocm 826765f795a41b937d1bfe8e709346cd multiprocessing 1e32df7deee68372153dca65f4a7c21f go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=837f9cea33108f4dba57a31dd1d892b5
|
@ -1,17 +0,0 @@
|
||||
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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Utility that helps users to retrieve and analyse core dumps
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-coredump
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygdbmi[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 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-coredump/esp-coredump-1.10.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=8a2385aea3b45a0e16df24b4761bd5f4
|
@ -1,17 +1,17 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Firmware size analysis for ESP-IDF
|
||||
DEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Utility that helps users to retrieve and analyse core dumps
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-size
|
||||
HOMEPAGE=https://github.com/espressif/esp-coredump
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
RDEPEND=dev-embedded/esptool dev-python/construct[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygdbmi[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-size/esp-idf-size-1.6.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-coredump/esp_coredump-1.13.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=089602ea1cc2e7d8e3fab8c44ae012d3
|
||||
_md5_=a469ff1bbffcb56cf6c80b6008ff12db
|
16
metadata/md5-cache/dev-embedded/esp-idf-5.4.1
Normal file
16
metadata/md5-cache/dev-embedded/esp-idf-5.4.1
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install postinst
|
||||
DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=estack optfeature python-r1
|
||||
IUSE=riscv32 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-nvs-partition-gen[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] sys-libs/zlib
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.4.1/esp-idf-v5.4.1.zip -> esp-idf-5.4.1.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20241016/openocd-esp32-linux-amd64-0.12.0-esp32-20241016.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/xtensa-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20241119/xtensa-esp-elf-14.2.0_20241119-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20241119/riscv32-esp-elf-14.2.0_20241119-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/riscv32-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz )
|
||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de
|
||||
_md5_=1477d6d314aa22e32d2914f9ad280b5d
|
@ -1,16 +0,0 @@
|
||||
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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/kconfiglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Kconfig tooling for esp-idf
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-kconfig
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/kconfiglib[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://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp-idf-kconfig-2.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=38c7bc88c6b26b46a60fa24cf645fddd
|
@ -1,6 +1,6 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Python object-oriented database
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-monitor
|
||||
@ -8,10 +8,10 @@ INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
RDEPEND=dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-monitor/esp-idf-monitor-1.4.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-monitor/esp_idf_monitor-1.6.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=825bfaf144db6ead754d8390b3813108
|
||||
_md5_=26b9c53502b389e8c97dcde3e4514418
|
@ -1,16 +0,0 @@
|
||||
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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-panic-decoder
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-panic-decoder/esp_idf_panic_decoder-1.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=0d0d0e2052307254624d1be0f6e82507
|
@ -1,17 +1,17 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/kconfiglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Kconfig tooling for esp-idf
|
||||
DEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-kconfig
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-panic-decoder
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/kconfiglib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
RDEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-kconfig/esp_idf_kconfig-2.3.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-panic-decoder/esp_idf_panic_decoder-1.3.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=cfcc10775d0cf5a6a7ea1c530bec6c4a
|
||||
_md5_=bc24abaab8c8d7d5020e29bdc636b1cc
|
@ -1,17 +0,0 @@
|
||||
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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Firmware size analysis for ESP-IDF
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-size
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[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 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-size/esp-idf-size-1.5.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=48973e49561260d633889dc3ecc51de8
|
@ -1,16 +0,0 @@
|
||||
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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python module for operating with freeRTOS-kernel objects in GDB
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/freertos-gdb
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/freertos-gdb/freertos-gdb-1.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=6e24f9214db6ea210114908013596934
|
@ -1,8 +1,9 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
DEPEND=dev-debug/gdb[python]
|
||||
DESCRIPTION=Python module for operating with freeRTOS-kernel objects in GDB
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/esp-idf-panic-decoder
|
||||
HOMEPAGE=https://github.com/espressif/freertos-gdb
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
@ -11,6 +12,6 @@ RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_pytho
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/e/esp-idf-panic-decoder/esp_idf_panic_decoder-1.2.1.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/freertos-gdb/freertos-gdb-1.0.4.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=f9911138a47c28022f52ef5cccbce75f
|
||||
_md5_=cf50bb2358da07a7299c42caaf6875da
|
16
metadata/md5-cache/dev-embedded/idf-component-manager-2.1.2
Normal file
16
metadata/md5-cache/dev-embedded/idf-component-manager-2.1.2
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/requests-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonschema[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/vcrpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-vcs/git ) test? ( dev-python/cachecontrol[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/colorama[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonref[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-toolbelt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-file[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Tool for installing ESP-IDF components
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/espressif/idf-component-manager
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/cachecontrol[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/colorama[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonref[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-toolbelt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests-file[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ruamel-yaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/espressif/idf-component-manager/archive/refs/tags/v2.1.2.tar.gz -> idf-component-manager-2.1.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=ec1b2041eda1325ba8cfc5aae9d51b74
|
14
metadata/md5-cache/dev-games/unityhub-3.11.0
Normal file
14
metadata/md5-cache/dev-games/unityhub-3.11.0
Normal file
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst unpack
|
||||
DESCRIPTION=The official unity tool for manager Unity Engines and projects
|
||||
EAPI=8
|
||||
HOMEPAGE=https://unity.com/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=unpacker xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Unity-TOS
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 app-alternatives/cpio dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-util/lttng-ust:0/2.12 media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus sys-libs/zlib x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango
|
||||
RESTRICT=bindist mirror strip test
|
||||
SLOT=0
|
||||
SRC_URI=https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.11.0.deb
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=cc26cff034885b65879c22ce0d56714c
|
@ -12,6 +12,6 @@ RDEPEND=>=dev-python/click-8.0[python_targets_pypy3(-)?,python_targets_python3_1
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 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/janluke/cloup/archive/refs/tags/v3.0.6.tar.gz -> cloup-3.0.6.gh.tar.gz
|
||||
SRC_URI=https://github.com/janluke/cloup/archive/refs/tags/v3.0.7.tar.gz -> cloup-3.0.7.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=4cbf0df3ffee924e2fada0978a6171ed
|
@ -1,15 +0,0 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Single function module with no dependencies for playing sounds
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/playsound/ https://github.com/TaylorSMarks/playsound
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_pypy3 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/playsound/playsound-1.3.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=feeb7768864c256132c4bccf8d3003dc
|
15
metadata/md5-cache/dev-python/playsound-1.3.0-r1
Normal file
15
metadata/md5-cache/dev-python/playsound-1.3.0-r1
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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Single function module with no dependencies for playing sounds
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/playsound/ https://github.com/TaylorSMarks/playsound
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/gst-python[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/playsound/playsound-1.3.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=3276295d73e31a86aded889e7d91b37a
|
@ -12,6 +12,6 @@ RDEPEND=media-libs/glm test? ( dev-python/numpy[python_targets_python3_11(-)?,py
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/2.7.3.tar.gz -> pyglm-2.7.3.gh.tar.gz https://github.com/Zuzu-Typ/glm/archive/fbc534be62f8c785db989f8ae7526edf6d0dc306.tar.gz -> pyglm-2.7.3-glm.gh.tar.gz
|
||||
SRC_URI=https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/2.8.1.tar.gz -> pyglm-2.8.1.gh.tar.gz https://github.com/Zuzu-Typ/glm/archive/58e0db58cc860c0c6f7f6ee3a462e17a431646a4.tar.gz -> pyglm-2.8.1-glm.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=5e52a0529c9b5f1b5a72a45ad171ab5a
|
||||
_md5_=9f6bd8b06e624c3b4b48bb92abcd02a8
|
16
metadata/md5-cache/dev-python/stone-3.3.9
Normal file
16
metadata/md5-cache/dev-python/stone-3.3.9
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ply[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=The Official Api Spec Language for Dropbox
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.dropbox.com/developers https://github.com/dropbox/stone https://pypi.org/project/stone/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ply[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dropbox/stone/archive/refs/tags/v3.3.9.tar.gz -> stone-3.3.9.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=9825790150550ba11b375286af796ec8
|
@ -11,6 +11,6 @@ RDEPEND=dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/syrupy-project/syrupy/archive/refs/tags/v4.8.1.tar.gz -> syrupy-4.8.1.gh.tar.gz
|
||||
SRC_URI=https://github.com/syrupy-project/syrupy/archive/refs/tags/v4.9.1.tar.gz -> syrupy-4.9.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=71e011dad0a519272611e9e225af7cdc
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/griffe[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/httpx[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/platformdirs[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] =dev-python/textual-dev-1.7*[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/markdown-it-py-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/mkdocstrings[python_targets_python3_13(-)] dev-python/mkdocstrings-python[python_targets_python3_13(-)] dev-python/mkdocs-exclude[python_targets_python3_13(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-exclude[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Modern Text User Interface framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Textualize/textual https://pypi.org/project/textual/
|
||||
INHERIT=distutils-r1 optfeature docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v1.0.0.tar.gz -> textual-1.0.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df optfeature 538bce96e5589935b57e178e8635f301 docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=fe35d77ae2c6e28207215e31713bd14b
|
17
metadata/md5-cache/dev-python/textual-3.0.0
Normal file
17
metadata/md5-cache/dev-python/textual-3.0.0
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=test? ( dev-python/griffe[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/httpx[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] =dev-python/textual-dev-1.7*[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/markdown-it-py-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/mkdocs[python_targets_python3_13(-)] dev-python/mkdocstrings[python_targets_python3_13(-)] dev-python/mkdocstrings-python[python_targets_python3_13(-)] dev-python/mkdocs-exclude[python_targets_python3_13(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_13(-)] dev-python/mkdocs-material[python_targets_python3_13(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-exclude[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DESCRIPTION=Modern Text User Interface framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Textualize/textual https://pypi.org/project/textual/
|
||||
INHERIT=distutils-r1 optfeature docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/platformdirs-5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.3.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v3.0.0.tar.gz -> textual-3.0.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df optfeature 538bce96e5589935b57e178e8635f301 docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=ebd11e684fe7285c972ae132ed6068a3
|
File diff suppressed because one or more lines are too long
17
metadata/md5-cache/media-video/wl-screenrec-0.1.7
Normal file
17
metadata/md5-cache/media-video/wl-screenrec-0.1.7
Normal file
File diff suppressed because one or more lines are too long
@ -7,9 +7,9 @@ INHERIT=chromium-2 desktop unpacker xdg
|
||||
IUSE=+l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 unRAR OFL-1.1 CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved
|
||||
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0: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 sys-libs/glibc 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
|
||||
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0: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 sys-libs/glibc 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 sys-libs/zlib
|
||||
RESTRICT=bindist mirror
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://download.zulip.com/desktop/apt/pool/main/z/zulip/Zulip-5.12.0-amd64.deb )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=58c28df25f84a9cc849ec56865791079
|
||||
_md5_=906f77e3e8a0fca3269c1276a4a03bc9
|
||||
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-featherwallet ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.5.2:6 >=dev-qt/qtsvg-6.5.2:6 >=dev-qt/qtmultimedia-6.5.2:6 >=dev-qt/qtwebsockets-6.5.2:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp )
|
||||
DESCRIPTION=A free, open-source Monero wallet
|
||||
EAPI=8
|
||||
HOMEPAGE=https://featherwallet.org
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake desktop verify-sig xdg
|
||||
IUSE=bounties calc crowdfunding exchange home localmonero qrcode reddit revuo tickers xmrig verify-sig
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD MIT
|
||||
RDEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.5.2:6 >=dev-qt/qtsvg-6.5.2:6 >=dev-qt/qtmultimedia-6.5.2:6 >=dev-qt/qtwebsockets-6.5.2:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp ) net-vpn/tor xmrig? ( net-misc/xmrig )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/feather-wallet/feather/releases/download/2.6.7/feather-2.6.7.tar.gz verify-sig? ( https://github.com/feather-wallet/feather/releases/download/2.6.7/feather-2.6.7.tar.gz.asc )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=7a5fcdd716b6b9056fd379d7379f1a57
|
@ -1,16 +1,16 @@
|
||||
BDEPEND=virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-featherwallet ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.5.2:6 >=dev-qt/qtsvg-6.5.2:6 >=dev-qt/qtmultimedia-6.5.2:6 >=dev-qt/qtwebsockets-6.5.2:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp )
|
||||
DEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.7.3:6 >=dev-qt/qtsvg-6.7.3:6 >=dev-qt/qtmultimedia-6.7.3:6 >=dev-qt/qtwebsockets-6.7.3:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp )
|
||||
DESCRIPTION=A free, open-source Monero wallet
|
||||
EAPI=8
|
||||
HOMEPAGE=https://featherwallet.org
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake desktop verify-sig xdg
|
||||
IUSE=bounties calc crowdfunding exchange home localmonero qrcode reddit revuo tickers xmrig verify-sig
|
||||
IUSE=bounties calc crowdfunding home qrcode revuo tickers xmrig verify-sig
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD MIT
|
||||
RDEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.5.2:6 >=dev-qt/qtsvg-6.5.2:6 >=dev-qt/qtmultimedia-6.5.2:6 >=dev-qt/qtwebsockets-6.5.2:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp ) net-vpn/tor xmrig? ( net-misc/xmrig )
|
||||
RDEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.7.3:6 >=dev-qt/qtsvg-6.7.3:6 >=dev-qt/qtmultimedia-6.7.3:6 >=dev-qt/qtwebsockets-6.7.3:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp ) net-vpn/tor xmrig? ( net-misc/xmrig )
|
||||
SLOT=0
|
||||
SRC_URI=https://featherwallet.org/files/releases/source/feather-2.6.8.tar.gz verify-sig? ( https://featherwallet.org/files/releases/source/feather-2.6.8.tar.gz.asc )
|
||||
SRC_URI=https://featherwallet.org/files/releases/source/feather-2.8.0.tar.gz verify-sig? ( https://featherwallet.org/files/releases/source/feather-2.8.0.tar.gz.asc )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=0100d18dabb9fb87ee65637d4d4c7e98
|
||||
_md5_=b69adde58e9eeb6dee09ba77956a9c12
|
@ -1,15 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig 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/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.5.2:6 >=dev-qt/qtsvg-6.5.2:6 >=dev-qt/qtmultimedia-6.5.2:6 >=dev-qt/qtwebsockets-6.5.2:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp )
|
||||
DEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.7.3:6 >=dev-qt/qtsvg-6.7.3:6 >=dev-qt/qtmultimedia-6.7.3:6 >=dev-qt/qtwebsockets-6.7.3:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp )
|
||||
DESCRIPTION=A free, open-source Monero wallet
|
||||
EAPI=8
|
||||
HOMEPAGE=https://featherwallet.org
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake git-r3 desktop xdg
|
||||
IUSE=qrcode home tickers crowdfunding bounties reddit revuo calc exchange xmrig localmonero
|
||||
INHERIT=cmake desktop git-r3 xdg
|
||||
IUSE=bounties calc crowdfunding home qrcode revuo tickers xmrig
|
||||
LICENSE=BSD MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.5.2:6 >=dev-qt/qtsvg-6.5.2:6 >=dev-qt/qtmultimedia-6.5.2:6 >=dev-qt/qtwebsockets-6.5.2:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp ) net-vpn/tor xmrig? ( net-misc/xmrig )
|
||||
RDEPEND=dev-libs/libsodium:= media-gfx/qrencode:= media-gfx/zbar:=[v4l] ~dev-libs/polyseed-1.0.0 dev-libs/libzip:= dev-libs/boost:=[nls] >=dev-qt/qtbase-6.7.3:6 >=dev-qt/qtsvg-6.7.3:6 >=dev-qt/qtmultimedia-6.7.3:6 >=dev-qt/qtwebsockets-6.7.3:6 dev-libs/libgcrypt:= sys-libs/zlib dev-libs/openssl:= net-dns/unbound:=[threads] net-libs/czmq:= qrcode? ( media-libs/zxing-cpp ) net-vpn/tor xmrig? ( net-misc/xmrig )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 git-r3 875eb471682d3e1f18da124be97dcc81 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=8dbf8369618e6210a8b7cd76206c25c7
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed git-r3 875eb471682d3e1f18da124be97dcc81 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=72d404bbd136ad6f7eef2b5b5c8422ca
|
||||
|
@ -14,4 +14,4 @@ RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/monero-project/monero/archive/v0.18.3.4.tar.gz -> monero-0.18.3.4.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=c74bb3807958dc5a70c114759da4b3b1
|
||||
_md5_=af6e748f3e1ba67f0bdef1b3f9efe8ed
|
||||
|
@ -14,4 +14,4 @@ RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/monero-project/monero/archive/v0.18.4.0.tar.gz -> monero-0.18.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=89da63b35954c28065ea732735846389
|
||||
_md5_=dc39e25739b038c29ad33ca3ff244a3f
|
||||
|
@ -13,4 +13,4 @@ REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 systemd 54bd206bb5c4efac6ae28b6b006713b0 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=89da63b35954c28065ea732735846389
|
||||
_md5_=dc39e25739b038c29ad33ca3ff244a3f
|
||||
|
16
metadata/md5-cache/sci-ml/ollama-0.6.3
Normal file
16
metadata/md5-cache/sci-ml/ollama-0.6.3
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
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-5.5:=[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 systemd toolchain-funcs
|
||||
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
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[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
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.6.3.tar.gz -> ollama-0.6.3.gh.tar.gz https://github.com/negril/gentoo-overlay-vendored/raw/refs/heads/blobs/ollama-0.6.3-vendor.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 cuda 283d0f298f6c196c755a0f8d50daca85 rocm 826765f795a41b937d1bfe8e709346cd multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=9dd97f9b379db1f8acec2e9356130285
|
@ -1,6 +1,6 @@
|
||||
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
|
||||
DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[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
|
||||
@ -8,8 +8,8 @@ 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
|
||||
RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[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[cuda?]
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 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_=a1caa8268acd0d1e784e61eac0375f0a
|
||||
_md5_=e55a76155251db3513c78625517cabbd
|
13
metadata/md5-cache/x11-misc/wallust-3.3.0
Normal file
13
metadata/md5-cache/x11-misc/wallust-3.3.0
Normal file
File diff suppressed because one or more lines are too long
@ -63,7 +63,7 @@ acct-user/mautrix-slack 0: User for Mautrix Slack Bridge
|
||||
acct-user/mautrix-telegram 0: User for Mautrix Telegram Bridge
|
||||
acct-user/mautrix-whatsapp 0: User for Mautrix WhatsApp Bridge
|
||||
acct-user/monero 0: System user: monero
|
||||
acct-user/ollama 1: A user for ollama
|
||||
acct-user/ollama 2: A user for ollama
|
||||
acct-user/pleroma 0: User for www-apps/pleroma
|
||||
acct-user/purritobin 0: User for net-misc/purritobin
|
||||
acct-user/redlib 0: User for Redlib
|
||||
@ -96,7 +96,7 @@ app-admin/customrescuecd-x86_64 0.12.7 0.12.8: A system rescue cd or usbstick fo
|
||||
app-admin/dotbot 1.20.1: A tool that bootstraps your dotfiles
|
||||
app-admin/gentoo_update 0.2.4: Gentoo Linux updater
|
||||
app-admin/grub-customizer 5.2.5: A graphical grub2 settings manager
|
||||
app-admin/hardinfo2 2.2.7: System Information and Benchmark for Linux Systems
|
||||
app-admin/hardinfo2 2.2.10: System Information and Benchmark for Linux Systems
|
||||
app-admin/himitsu 0.7 0.8 9999: Secret storage system for Unix, suitable for storing passwords, keys, ...
|
||||
app-admin/himitsu-keyring 0.2.0: graphical frontend for managing a Himitsu key store
|
||||
app-admin/himitsu-ssh 0.3 0.4 9999: SSH integration for Himitsu
|
||||
@ -178,7 +178,7 @@ app-doc/stdman 2022.07.30 2024.07.05 9999: Formatted C++ stdlib man pages (cppre
|
||||
app-doc/sway-wiki 9999: Wiki of gui-wm/sway, rendered to HTML using kramdown-parser-gfm
|
||||
app-editors/amp 0.7.1: A complete text editor for your terminal.
|
||||
app-editors/emacs-lsp-booster 0.2.1: Emacs LSP performance booster
|
||||
app-editors/imhex 1.37.4: A hex editor for reverse engineers, programmers, and eyesight
|
||||
app-editors/imhex 1.37.4-r1: A hex editor for reverse engineers, programmers, and eyesight
|
||||
app-editors/kakoune-lsp 18.1.0: Kakoune Language Server Protocol Client
|
||||
app-editors/l3afpad 0.8.18.1.11: Simple GTK3 text editor (successor to leafpad)
|
||||
app-editors/lapce 0.4.2-r1 9999: Lightning-fast and Powerful Code Editor written in Rust
|
||||
@ -234,7 +234,7 @@ app-misc/dbf 0.9.0: Command line tool to read the content of dBASE III, IV, and
|
||||
app-misc/diff-so-fancy 1.4.4: Good-lookin' diffs. Actually... nah... The best-lookin' diffs
|
||||
app-misc/doublecmd 1.1.16-r1 1.1.21: Cross Platform file manager
|
||||
app-misc/doublecmd-bin 1.0.11 1.1.21 9999: Double Commander: file manager with two panels, similar to Total Commander
|
||||
app-misc/dpscreenocr 1.4.0-r1: Program to recognize text on screen
|
||||
app-misc/dpscreenocr 1.4.1: Program to recognize text on screen
|
||||
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
|
||||
app-misc/electricsheep 3.0.2_p20191005-r1 3.0.2_p20191005-r2: Realize the collective dream of sleeping computers from all over the internet
|
||||
app-misc/far2l 2.6.3_beta 2.6.4_beta 9999: Linux port of FAR Manager v2
|
||||
@ -272,7 +272,6 @@ app-misc/nerdfetch 8.3.1: A POSIX *nix fetch script using Nerdfonts
|
||||
app-misc/nwg-look 0.2.4 0.2.5-r1 1.0.2: GTK settings editor adapted to work on wlroots-based compositors
|
||||
app-misc/nwg-shell-wallpapers 1.3 1.4 1.5: Selection of wallpapers contributed to the nwg-shell project
|
||||
app-misc/oddjob 0.34.7-r1: A D-Bus service which runs odd jobs on behalf of client applications
|
||||
app-misc/ollama 0.5.7-r1 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
app-misc/onefetch 2.23.1: Command-line Git information tool
|
||||
app-misc/pfetch 0.6.0 1.3.0: A pretty system information tool written in POSIX sh
|
||||
app-misc/pipes-rs 1.6.3: An over-engineered rewrite of pipes.sh in Rust
|
||||
@ -484,16 +483,16 @@ 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.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 5.4-r1: Espressif IoT Development Framework
|
||||
dev-embedded/esp-idf-kconfig 2.2.0 2.3.0 2.4.1 2.5.0: Kconfig tooling for esp-idf
|
||||
dev-embedded/esp-idf-monitor 1.4.0 1.5.0: Python object-oriented database
|
||||
dev-embedded/esp-coredump 1.11.0 1.13.1: Utility that helps users to retrieve and analyse core dumps
|
||||
dev-embedded/esp-idf 5.3.2 5.4 5.4-r1 5.4.1: Espressif IoT Development Framework
|
||||
dev-embedded/esp-idf-kconfig 2.4.1 2.5.0: Kconfig tooling for esp-idf
|
||||
dev-embedded/esp-idf-monitor 1.5.0 1.6.0: Python object-oriented database
|
||||
dev-embedded/esp-idf-nvs-partition-gen 0.1.4 0.1.6: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
dev-embedded/esp-idf-panic-decoder 1.1.0 1.2.1 1.2.1-r1: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
dev-embedded/esp-idf-size 1.5.0 1.6.0 1.6.1: Firmware size analysis for ESP-IDF
|
||||
dev-embedded/freertos-gdb 1.0.2 1.0.3: Python module for operating with freeRTOS-kernel objects in GDB
|
||||
dev-embedded/esp-idf-panic-decoder 1.2.1-r1 1.3.0: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
dev-embedded/esp-idf-size 1.6.1: Firmware size analysis for ESP-IDF
|
||||
dev-embedded/freertos-gdb 1.0.3 1.0.4: Python module for operating with freeRTOS-kernel objects in GDB
|
||||
dev-embedded/fwup 1.12.0: Configurable embedded Linux firmware update creator and runner
|
||||
dev-embedded/idf-component-manager 2.0.4 2.1.1: Tool for installing ESP-IDF components
|
||||
dev-embedded/idf-component-manager 2.0.4 2.1.1 2.1.2: Tool for installing ESP-IDF components
|
||||
dev-embedded/mv88e6xxx-dump 0.2.0_pre20210327: Dump information about Marvell mv88e6xxx Ethernet switches
|
||||
dev-embedded/nxp-gui-guider 1.7.2-r1: GUI Guider is a user-friendly GUI development tool for LVGL
|
||||
dev-embedded/qdl 2.1 9999: Tool to communicate with Qualcomm System On a Chip bootroms
|
||||
@ -505,7 +504,7 @@ dev-erlang/cowlib 2.11.0: Support library for manipulating Web protocols.
|
||||
dev-erlang/ranch 1.7.1 1.8.0 2.0.0: Socket acceptor pool for TCP protocols.
|
||||
dev-erlang/yval 1.0.10: YAML validator
|
||||
dev-games/surgescript 0.5.5 9999: scripting language made for opensurge
|
||||
dev-games/unityhub 3.9.1 3.10.0: Package for UnityHub
|
||||
dev-games/unityhub 3.9.1 3.10.0 3.11.0: The official unity tool for manager Unity Engines and projects
|
||||
dev-go/staticcheck 0.3.3 9999: The advanced Go linter
|
||||
dev-hare/hare-compress 9999: Compression algorithms for Hare
|
||||
dev-hare/hare-iobus 9999: An asyncronous I/O abstraction for Hare
|
||||
@ -669,7 +668,7 @@ dev-python/click-aliases 1.0.5: Add (mutiple) aliases to a click group or comman
|
||||
dev-python/click-command-tree 1.1.1: click plugin to show the command tree of your CLI
|
||||
dev-python/click-repl 0.2.0-r1: Subcommand REPL for click apps
|
||||
dev-python/cloudflare 2.19.4 4.0.0 4.1.0: Python wrapper for the Cloudflare v4 API
|
||||
dev-python/cloup 3.0.6: Click + option groups + constraints + aliases + help themes + ...
|
||||
dev-python/cloup 3.0.7: Click + option groups + constraints + aliases + help themes + ...
|
||||
dev-python/codecov 2.1.12: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||
dev-python/cogapp 3.4.1: Cog content generation tool. Small bits of computation for static files
|
||||
dev-python/colorspacious 1.1.2: Python library for doing colorspace conversions
|
||||
@ -777,7 +776,7 @@ dev-python/persist-queue 0.8.1 1.0.0: A thread-safe disk based persistent queue
|
||||
dev-python/pg8000 1.29.4: PostgreSQL interface library
|
||||
dev-python/phx-class-registry 4.0.6-r1 4.1.0: An intersection of the Registry and Factory pattern
|
||||
dev-python/pillow-heif 0.21.0 0.22.0: Python interface for libheif library
|
||||
dev-python/playsound 1.3.0: Single function module with no dependencies for playing sounds
|
||||
dev-python/playsound 1.3.0-r1: Single function module with no dependencies for playing sounds
|
||||
dev-python/plexapi 4.16.0 4.16.1: Python bindings for the Plex API.
|
||||
dev-python/plotext 5.3.0 5.3.2: Plotting on terminal
|
||||
dev-python/plum 0.8.7: Pack/Unpack Memory
|
||||
@ -795,7 +794,7 @@ dev-python/pydispatcher 2.0.7: Multi-producer-multi-consumer signal dispatching
|
||||
dev-python/pydub 0.25.1: Manipulate audio with an simple and easy high level interface
|
||||
dev-python/pyfiglet 0.8_p1: Pure-python FIGlet implementation
|
||||
dev-python/pyftdi 0.55.4: PyFtdi provides a user-space driver for FTDI devices
|
||||
dev-python/pyglm 2.7.3: Fast OpenGL Mathematics (GLM) for Python
|
||||
dev-python/pyglm 2.8.1: Fast OpenGL Mathematics (GLM) for Python
|
||||
dev-python/pygments-promql 0.0.9-r1: A PromQL lexer for Pygments
|
||||
dev-python/pygsl 2.3.4: Python interface for the GNU scientific library (gsl)
|
||||
dev-python/pykeepass 4.0.7: Python library to interact with keepass databases (supports KDBX3 and KDBX4)
|
||||
@ -868,17 +867,17 @@ dev-python/sse-starlette 1.1.6: Server Sent Events for Starlette
|
||||
dev-python/starkbank-ecdsa 2.2.0-r1: A lightweight and fast pure python ECDSA library
|
||||
dev-python/stdlibs 2022.6.8: What's in the Python stdlib
|
||||
dev-python/steam 1.6.1: Python package for interacting with Steam
|
||||
dev-python/stone 3.3.8: The Official Api Spec Language for Dropbox
|
||||
dev-python/stone 3.3.8 3.3.9: The Official Api Spec Language for Dropbox
|
||||
dev-python/stringcase 1.2.0-r2: Convert string cases between camel case, pascal case, snake case etc.
|
||||
dev-python/survey 5.3.1 5.4.2: A simple library for creating beautiful interactive prompts
|
||||
dev-python/svgelements 1.9.6-r1: SVG Parsing for Elements, Paths, and other SVG Objects.
|
||||
dev-python/syrupy 4.8.1: The sweeter pytest snapshot plugin
|
||||
dev-python/syrupy 4.9.1: The sweeter pytest snapshot plugin
|
||||
dev-python/system_hotkey 1.0.3: Multi-platform system-wide hotkeys
|
||||
dev-python/templated-dictionary 1.5: Python dictionary with Jinja2 expansion
|
||||
dev-python/tempus-themes 2.3.0.20220206: Accessible themes for Pygments
|
||||
dev-python/tempy 1.4.0: A simple, visually pleasing weather report in your terminal
|
||||
dev-python/termynal 0.13.0: A lightweight and modern animated terminal window
|
||||
dev-python/textual 0.88.1 1.0.0: Modern Text User Interface framework
|
||||
dev-python/textual 0.88.1 3.0.0: Modern Text User Interface framework
|
||||
dev-python/textual-dev 1.7.0: Modern Text User Interface framework
|
||||
dev-python/textual-serve 1.1.1: Serve Textual apps locally
|
||||
dev-python/timeslot 0.1.2: Time slots/intervals with an arbitrary start and stop
|
||||
@ -1394,7 +1393,7 @@ media-video/stremio 4.4.168: Stremio is a modern media center for your video ent
|
||||
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
|
||||
media-video/walksnail-osd-tool 0.3.0-r2 9999: Tool for rendering OSDs over Walksnail DVR recordings
|
||||
media-video/wl-screenrec 0.1.6-r2: High performance screen/audio recorder for wlroots
|
||||
media-video/wl-screenrec 0.1.7: High performance screen/audio recorder for wlroots
|
||||
media-video/wlrobs 1.1 9999: OBS plugin that allows you to screen capture on wlroots based compositors
|
||||
media-video/ytarchive 0.4.0 0.5.0: Youtube livestream downloader
|
||||
mpv-plugin/SimpleUndo 2023.09.25: Ctrl-Z return to the previous seekbar position, Ctrl-Z again redo
|
||||
@ -1553,7 +1552,7 @@ net-nntp/nzb-monkey-go 0.1.16: Golang version of the NZB Monkey with included NZ
|
||||
net-nntp/pan 0.161 0.162: A newsreader for GNOME
|
||||
net-p2p/bisq-bin 1.9.14-r1: The decentralized bitcoin exchange (non-atomic, with arbitration)
|
||||
net-p2p/dogecoin-qt 1.14.9 9999: Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
|
||||
net-p2p/feather 2.6.7-r1 2.6.8 2.7.0 9999: A free, open-source Monero wallet
|
||||
net-p2p/feather 2.7.0 2.8.0 9999: A free, open-source Monero wallet
|
||||
net-p2p/fragments 3.0.1-r1 3.0.1-r2: Fragments is an easy to use BitTorrent client
|
||||
net-p2p/gridcoin 5.4.8.0_p1-r1 5.4.9.0: Proof-of-Stake based cryptocurrency that rewards BOINC computation
|
||||
net-p2p/ipfs-desktop-bin 0.39.0 0.40.0: A desktop client for IPFS. The IPFS's Native Application
|
||||
@ -1650,6 +1649,7 @@ sci-mathematics/rink 0.8.0-r1 9999: Unit conversion tool, similar to frink
|
||||
sci-mathematics/rstudio-desktop-bin 2023.09.1_p494 2024.12.0_p467 2024.12.0_p467-r1: IDE for R and Python
|
||||
sci-misc/boinc-wrapper 26018-r2 26018-r3: Wrapper to use non-BOINC apps with BOINC
|
||||
sci-misc/llama-cpp 0_pre4576 0_pre4763 0_pre4848 9999: Port of Facebook's LLaMA model in C/C++
|
||||
sci-ml/ollama 0.6.3 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
sci-physics/openmodelica 1.24.0-r1: Open-source Modelica-based modeling and simulation environment
|
||||
sci-physics/ovito 3.10.4 3.10.5 3.10.5-r1: Open Visualization Tool
|
||||
sec-keys/openpgp-keys-aepaneshnikov 20221210: OpenPGP keys used by Alexander Epaneshnikov
|
||||
@ -1832,7 +1832,7 @@ x11-misc/rofi-emoji 3.3.0 3.4.1: Emoji selector plugin for Rofi
|
||||
x11-misc/selx 1.2.0: Minimal X11 rectangle selection tool
|
||||
x11-misc/slstatus 1.0-r1: Status monitor for window managers that use WM_NAME/stdin to fill the status bar
|
||||
x11-misc/tbsm 0.5 0.6 0.7: A pure bash session or application launcher. Inspired by cdm, tdm and krunner
|
||||
x11-misc/wallust 3.1.0: Generate a 16 color scheme based on an image.
|
||||
x11-misc/wallust 3.1.0 3.3.0: Generate a 16 color scheme based on an image.
|
||||
x11-misc/xbanish 1.8 1.8_p20230519: Banish the mouse cursor when typing, show it again when the mouse moves
|
||||
x11-misc/xob 0.2 0.3: A lightweight overlay volume (or anything) bar for the X Window System
|
||||
x11-misc/xsecurelock 1.9.0: X11 screen lock utility with security in mind
|
||||
|
@ -1 +1 @@
|
||||
Mon, 31 Mar 2025 10:20:16 +0000
|
||||
Tue, 01 Apr 2025 09:05:19 +0000
|
||||
|
@ -80,9 +80,6 @@ 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:cuda - Enable NVIDIA CUDA support
|
||||
app-misc/ollama:mkl - Use sci-libs/mkl for blas, lapack and sparse blas routines
|
||||
app-misc/ollama:rocm - Enable ROCm gpu computing 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.
|
||||
@ -590,11 +587,8 @@ net-p2p/dogecoin-qt:zmq - Enables ZeroMQ notifications
|
||||
net-p2p/feather:bounties - Enable bounties page plugin
|
||||
net-p2p/feather:calc - Enable price calculator page plugin
|
||||
net-p2p/feather:crowdfunding - Enable crowdfunding page plugin
|
||||
net-p2p/feather:exchange - Enable exchange plugin
|
||||
net-p2p/feather:home - Enable home page plugin
|
||||
net-p2p/feather:localmonero - Enable LocalMonero.com support
|
||||
net-p2p/feather:qrcode - Enable QR code scanning with media-gfx/zbar
|
||||
net-p2p/feather:reddit - Enable reddit.com page plugin
|
||||
net-p2p/feather:revuo - Enable revuo plugin
|
||||
net-p2p/feather:tickers - Enable price tickers plugin
|
||||
net-p2p/feather:xmrig - Enable mining support using a user specified xmrig binary
|
||||
@ -664,6 +658,9 @@ sci-mathematics/frama-c-aorai:eva - Build support for the Eva plugin
|
||||
sci-misc/llama-cpp:blis - Build a BLIS backend
|
||||
sci-misc/llama-cpp:hip - Build a HIP (ROCm) backend
|
||||
sci-misc/llama-cpp:openblas - Build an OpenBLAS backend
|
||||
sci-ml/ollama:cuda - Enable NVIDIA CUDA support
|
||||
sci-ml/ollama:mkl - Use sci-libs/mkl for blas, lapack and sparse blas routines
|
||||
sci-ml/ollama:rocm - Enable ROCm gpu computing support
|
||||
sys-apps/bustd:glob - Enable excluding processes with glob patterns
|
||||
sys-apps/dnf5:appstream - Build an appstream metadata plugin
|
||||
sys-apps/drm_info:pci - Print PCI device names via libpci
|
||||
|
Loading…
x
Reference in New Issue
Block a user