mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
2024-05-10 00:48:33 UTC
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) ) ) test? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=app-crypt/acme-2.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=app-crypt/certbot-2.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/dnspython-1.15.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/certbot/certbot https://letsencrypt.org/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=doc test python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=app-crypt/acme-2.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=app-crypt/certbot-2.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/dnspython-1.15.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/certbot/certbot/archive/v2.8.0.tar.gz -> certbot-2.8.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
|
||||
_md5_=86f6ad7460fbe2625c030449302d9ea9
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=doc? ( app-text/doxygen ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=>=dev-cpp/trantor-1.5.15:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) yaml? ( dev-cpp/yaml-cpp:= ) test? ( dev-cpp/gtest )
|
||||
DEPEND=>=dev-cpp/trantor-1.5.18:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) yaml? ( dev-cpp/yaml-cpp:= ) test? ( dev-cpp/gtest )
|
||||
DESCRIPTION=C++14/17 based HTTP web application framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/drogonframework/drogon
|
||||
INHERIT=cmake
|
||||
IUSE=+brotli doc examples mariadb postgres redis sqlite test +yaml
|
||||
IUSE=+brotli doc examples mariadb postgres redis sqlite spdlog test +yaml
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-cpp/trantor-1.5.15:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) yaml? ( dev-cpp/yaml-cpp:= )
|
||||
RDEPEND=>=dev-cpp/trantor-1.5.18:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) yaml? ( dev-cpp/yaml-cpp:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/drogonframework/drogon/archive/v1.9.1.tar.gz -> drogon-1.9.1.tar.gz test? ( https://github.com/an-tao/trantor/archive/v1.5.15.tar.gz -> trantor-1.5.15.tar.gz )
|
||||
SRC_URI=https://github.com/drogonframework/drogon/archive/v1.9.4.tar.gz -> drogon-1.9.4.tar.gz test? ( https://github.com/an-tao/trantor/archive/v1.5.18.tar.gz -> trantor-1.5.18.tar.gz )
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=765c2a3f5dc03055497432a32da9313b
|
||||
_md5_=81d95109558784da4fd42f0d0226af24
|
||||
@@ -10,7 +10,7 @@ KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=adns? ( net-dns/c-ares:= ) ssl? ( dev-libs/openssl:= ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1.5.15
|
||||
SRC_URI=https://github.com/an-tao/trantor/archive/v1.5.15.tar.gz -> trantor-1.5.15.tar.gz
|
||||
SLOT=0/1.5.18
|
||||
SRC_URI=https://github.com/an-tao/trantor/archive/v1.5.18.tar.gz -> trantor-1.5.18.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=ff3b79013a3945ce417ba5da3751b61b
|
||||
File diff suppressed because one or more lines are too long
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_t
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v0.56.4.tar.gz -> textual-0.56.4.gh.tar.gz
|
||||
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v0.58.1.tar.gz -> textual-0.58.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 docs 7f3c0d47338743498c69f1887a139f57 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=478306c05177abee08d1caa07a97fb9a
|
||||
@@ -7,5 +7,5 @@ KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD-2 MIT-with-advertising
|
||||
RDEPEND=net-libs/nodejs
|
||||
SLOT=0
|
||||
SRC_URI=mirror://npm/vscode-langservers-extracted/-/vscode-langservers-extracted-4.7.0.tgz https://tastytea.de/files/gentoo/vscode-langservers-extracted-4.7.0-deps.tar.xz
|
||||
_md5_=50fcaedb70880aaa589a1d68aca78e77
|
||||
SRC_URI=mirror://npm/vscode-langservers-extracted/-/vscode-langservers-extracted-4.10.0.tgz https://tastytea.de/files/gentoo/vscode-langservers-extracted-4.10.0-deps.tar.xz
|
||||
_md5_=d5f54bafc26795b6576bb8461e82d48e
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=app-arch/unzip python_single_target_python3_10? ( dev-python/mako[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/mako[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/mako[python_targets_python3_12(-)] ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/flightlessmango/MangoHud
|
||||
INHERIT=python-single-r1 meson-multilib
|
||||
IUSE=+dbus debug +X xnvctrl wayland video_cards_nvidia video_cards_amdgpu python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ~media-libs/imgui-1.81[opengl,vulkan,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-cpp/nlohmann_json dev-util/glslang media-fonts/lato media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dbus? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) python_single_target_python3_10? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_10(-)] dev-python/matplotlib[qt5,python_targets_python3_10(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_11(-)] dev-python/matplotlib[qt5,python_targets_python3_11(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_12(-)] dev-python/matplotlib[qt5,python_targets_python3_12(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_12(-)] ) )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) || ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.158.tar.gz -> vulkan-headers-1.2.158.tar.gz https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.2.158-2/get_patch -> vulkan-headers-1.2.158-2-meson-wrap.zip https://github.com/gabime/spdlog/archive/refs/tags/v1.13.0.tar.gz -> spdlog-1.13.0.tar.gz https://wrapdb.mesonbuild.com/v2/spdlog_1.13.0-1/get_patch -> spdlog-1.13.0-1-wrap.zip https://github.com/epezent/implot/archive/refs/tags/v0.16.tar.gz -> implot-0.16.tar.gz https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch -> implot-0.16-1-wrap.zip https://github.com/flightlessmango/MangoHud/archive/v0.7.1.tar.gz -> mangohud-0.7.1.tar.gz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-single-r1 75118e916668a74c660a13b0ecb22562 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 meson aecae905c2e0c201d7925fae52a5576d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b meson-multilib 8989922d980e5e870cc3de949d1b2586
|
||||
_md5_=6e9a590fe63ea97e15412ca237f5b931
|
||||
16
metadata/md5-cache/games-util/mangohud-0.7.1-r3
Normal file
16
metadata/md5-cache/games-util/mangohud-0.7.1-r3
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=app-arch/unzip >=dev-util/vulkan-headers-1.2.158 test? ( dev-util/cmocka ) python_single_target_python3_10? ( dev-python/mako[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/mako[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/mako[python_targets_python3_12(-)] ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/flightlessmango/MangoHud
|
||||
INHERIT=python-single-r1 meson-multilib
|
||||
IUSE=+dbus debug +X xnvctrl wayland mangoapp mangohudctl video_cards_nvidia video_cards_amdgpu test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=media-libs/imgui-1.81[opengl,vulkan,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/implot-0.16[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-cpp/nlohmann_json dev-util/glslang media-fonts/lato media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dbus? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mangoapp? ( >=media-libs/imgui-1.81[glfw] media-libs/glfw[X] media-libs/glew ) python_single_target_python3_10? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_10(-)] dev-python/matplotlib[qt5,python_targets_python3_10(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_11(-)] dev-python/matplotlib[qt5,python_targets_python3_11(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_12(-)] dev-python/matplotlib[qt5,python_targets_python3_12(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_12(-)] ) )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) || ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.158.tar.gz -> vulkan-headers-1.2.158.tar.gz https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.2.158-2/get_patch -> vulkan-headers-1.2.158-2-meson-wrap.zip https://github.com/flightlessmango/MangoHud/archive/v0.7.1.tar.gz -> mangohud-0.7.1.tar.gz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-single-r1 75118e916668a74c660a13b0ecb22562 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 meson aecae905c2e0c201d7925fae52a5576d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b meson-multilib 8989922d980e5e870cc3de949d1b2586
|
||||
_md5_=46abfa6051a445a23deb4b4975ed6768
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=app-arch/unzip python_single_target_python3_10? ( dev-python/mako[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/mako[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/mako[python_targets_python3_12(-)] ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=app-arch/unzip >=dev-util/vulkan-headers-1.2.158 test? ( dev-util/cmocka ) python_single_target_python3_10? ( dev-python/mako[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/mako[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/mako[python_targets_python3_12(-)] ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/flightlessmango/MangoHud
|
||||
INHERIT=python-single-r1 meson-multilib git-r3
|
||||
IUSE=+dbus debug +X xnvctrl wayland video_cards_nvidia video_cards_amdgpu python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
IUSE=+dbus debug +X xnvctrl wayland mangoapp mangohudctl video_cards_nvidia video_cards_amdgpu test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ~media-libs/imgui-1.81[opengl,vulkan,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-cpp/nlohmann_json dev-util/glslang media-fonts/lato media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dbus? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) python_single_target_python3_10? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_10(-)] dev-python/matplotlib[qt5,python_targets_python3_10(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_11(-)] dev-python/matplotlib[qt5,python_targets_python3_11(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_12(-)] dev-python/matplotlib[qt5,python_targets_python3_12(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_12(-)] ) )
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=media-libs/imgui-1.81[opengl,vulkan,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/implot-0.16[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-cpp/nlohmann_json dev-util/glslang media-fonts/lato media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libglvnd[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dbus? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mangoapp? ( >=media-libs/imgui-1.81[glfw] media-libs/glfw[X] media-libs/glew ) python_single_target_python3_10? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_10(-)] dev-python/matplotlib[qt5,python_targets_python3_10(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_11(-)] dev-python/matplotlib[qt5,python_targets_python3_11(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( || ( dev-python/matplotlib[gtk3,python_targets_python3_12(-)] dev-python/matplotlib[qt5,python_targets_python3_12(-)] dev-python/matplotlib[wxwidgets,python_targets_python3_12(-)] ) )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) || ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.158.tar.gz -> vulkan-headers-1.2.158.tar.gz https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.2.158-2/get_patch -> vulkan-headers-1.2.158-2-meson-wrap.zip https://github.com/gabime/spdlog/archive/refs/tags/v1.13.0.tar.gz -> spdlog-1.13.0.tar.gz https://wrapdb.mesonbuild.com/v2/spdlog_1.13.0-1/get_patch -> spdlog-1.13.0-1-wrap.zip https://github.com/epezent/implot/archive/refs/tags/v0.16.tar.gz -> implot-0.16.tar.gz https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch -> implot-0.16-1-wrap.zip
|
||||
SRC_URI=https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.158.tar.gz -> vulkan-headers-1.2.158.tar.gz https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.2.158-2/get_patch -> vulkan-headers-1.2.158-2-meson-wrap.zip
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-single-r1 75118e916668a74c660a13b0ecb22562 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 meson aecae905c2e0c201d7925fae52a5576d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b meson-multilib 8989922d980e5e870cc3de949d1b2586 git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=6e9a590fe63ea97e15412ca237f5b931
|
||||
_md5_=46abfa6051a445a23deb4b4975ed6768
|
||||
|
||||
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/gui-apps/eww-0.5.0-r4
Normal file
16
metadata/md5-cache/gui-apps/eww-0.5.0-r4
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/gui-apps/eww-0.6.0
Normal file
16
metadata/md5-cache/gui-apps/eww-0.6.0
Normal file
File diff suppressed because one or more lines are too long
@@ -1,15 +1,16 @@
|
||||
BDEPEND=X? ( x11-libs/gtk+:3[X] ) wayland? ( x11-libs/gtk+:3[wayland] ) x11-libs/pango x11-libs/gdk-pixbuf x11-libs/cairo >=dev-libs/glib-2.0 sys-devel/gcc gui-libs/gtk-layer-shell dev-lang/rust[nightly] >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DEPEND=X? ( x11-libs/gtk+:3[X] ) wayland? ( x11-libs/gtk+:3[wayland] ) x11-libs/pango x11-libs/gdk-pixbuf x11-libs/cairo >=dev-libs/glib-2.0 sys-devel/gcc gui-libs/gtk-layer-shell
|
||||
BDEPEND=virtual/pkgconfig >=virtual/rust-1.74.0 >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst test unpack
|
||||
DEPEND=dev-libs/glib:2 dev-libs/libdbusmenu[gtk3] x11-libs/cairo[glib] x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X?,wayland?] x11-libs/pango wayland? ( gui-libs/gtk-layer-shell ) x11-base/xorg-proto
|
||||
DESCRIPTION=Elkowars Wacky Widgets is a standalone widget system made in Rust
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/elkowar/eww
|
||||
INHERIT=cargo git-r3
|
||||
HOMEPAGE=https://elkowar.github.io/eww/
|
||||
INHERIT=cargo shell-completion git-r3
|
||||
IUSE=X wayland debug
|
||||
LICENSE=MIT
|
||||
LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0 ISC LGPL-3 Unicode-DFS-2016
|
||||
PROPERTIES=live
|
||||
RDEPEND=X? ( x11-libs/gtk+:3[X] ) wayland? ( x11-libs/gtk+:3[wayland] ) x11-libs/pango x11-libs/gdk-pixbuf x11-libs/cairo >=dev-libs/glib-2.0 sys-devel/gcc gui-libs/gtk-layer-shell
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/libdbusmenu[gtk3] x11-libs/cairo[glib] x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X?,wayland?] x11-libs/pango wayland? ( gui-libs/gtk-layer-shell )
|
||||
REQUIRED_USE=|| ( X wayland )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 4dede41d64d595673f6da62ab5540fa0 git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=b953163a06e53ec7bcd30678bab9f2b4
|
||||
SRC_URI=https://git.sr.ht/~antecrescent/gentoo-files/blob/main/gui-apps/eww/eww-9999-shellcomp.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 4dede41d64d595673f6da62ab5540fa0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=16a4f252d4e49c3d56d77f8302b99c9f
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=gui-apps/wlr-randr x11-libs/gtk+:3
|
||||
DESCRIPTION=Output management utility for sway and Hyprland
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-displays
|
||||
INHERIT=desktop distutils-r1 xdg-utils
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/wlr-randr x11-libs/gtk+:3 python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-displays/archive/v0.3.16.tar.gz -> nwg-displays-0.3.16.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=82a20feaf6fead788eb5325037879718
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=gui-apps/wlr-randr x11-libs/gtk+:3 python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-displays/archive/v0.3.17.tar.gz -> nwg-displays-0.3.17.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-displays/archive/v0.3.18.tar.gz -> nwg-displays-0.3.18.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=82a20feaf6fead788eb5325037879718
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DEPEND=>=dev-lang/go-1.20 gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3
|
||||
DESCRIPTION=GTK3-based dock for Hyprland
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-dock-hyprland
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.1.4.tar.gz -> nwg-dock-hyprland-0.1.4.tar.gz mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.zip -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.zip mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.mod -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.0.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.zip -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.1.zip -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.zip mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.1.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.mod mirror://goproxy//github.com/joshuarubin/go-sway/@v/v1.2.0.zip -> github.com%2Fjoshuarubin%2Fgo-sway%2F@v%2Fv1.2.0.zip mirror://goproxy//github.com/joshuarubin/go-sway/@v/v1.2.0.mod -> github.com%2Fjoshuarubin%2Fgo-sway%2F@v%2Fv1.2.0.mod mirror://goproxy//github.com/joshuarubin/lifecycle/@v/v1.0.0.zip -> github.com%2Fjoshuarubin%2Flifecycle%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/joshuarubin/lifecycle/@v/v1.0.0.mod -> github.com%2Fjoshuarubin%2Flifecycle%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.zip -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.mod -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.0.zip -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.0.zip mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.0.mod -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.0.mod mirror://goproxy//github.com/stretchr/objx/@v/v0.1.0.mod -> github.com%2Fstretchr%2Fobjx%2F@v%2Fv0.1.0.mod mirror://goproxy//github.com/stretchr/testify/@v/v1.3.0.mod -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.3.0.mod mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.zip -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.zip mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.mod -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.mod mirror://goproxy//go.uber.org/atomic/@v/v1.3.2.zip -> go.uber.org%2Fatomic%2F@v%2Fv1.3.2.zip mirror://goproxy//go.uber.org/atomic/@v/v1.3.2.mod -> go.uber.org%2Fatomic%2F@v%2Fv1.3.2.mod mirror://goproxy//go.uber.org/multierr/@v/v1.1.0.zip -> go.uber.org%2Fmultierr%2F@v%2Fv1.1.0.zip mirror://goproxy//go.uber.org/multierr/@v/v1.1.0.mod -> go.uber.org%2Fmultierr%2F@v%2Fv1.1.0.mod mirror://goproxy//golang.org/x/sync/@v/v0.0.0-20190412183630-56d357773e84.zip -> golang.org%2Fx%2Fsync%2F@v%2Fv0.0.0-20190412183630-56d357773e84.zip mirror://goproxy//golang.org/x/sync/@v/v0.0.0-20190412183630-56d357773e84.mod -> golang.org%2Fx%2Fsync%2F@v%2Fv0.0.0-20190412183630-56d357773e84.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.zip mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.mod mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.zip -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=e242fde23cfd548091d9ebf86da8a7e4
|
||||
15
metadata/md5-cache/gui-apps/nwg-dock-hyprland-0.1.8
Normal file
15
metadata/md5-cache/gui-apps/nwg-dock-hyprland-0.1.8
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DEPEND=>=dev-lang/go-1.20 gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3 app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
|
||||
DESCRIPTION=GTK3-based dock for Hyprland
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-dock-hyprland
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-libs/gtk-layer-shell gui-wm/hyprland x11-libs/gtk+:3 app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.1.8.tar.gz -> nwg-dock-hyprland-0.1.8.tar.gz mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.zip -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.zip mirror://goproxy//github.com/allan-simon/go-singleinstance/@v/v0.0.0-20210120080615-d0997106ab37.mod -> github.com%2Fallan-simon%2Fgo-singleinstance%2F@v%2Fv0.0.0-20210120080615-d0997106ab37.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.0.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.0.mod mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.zip -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.zip mirror://goproxy//github.com/davecgh/go-spew/@v/v1.1.1.mod -> github.com%2Fdavecgh%2Fgo-spew%2F@v%2Fv1.1.1.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20221218201547-1f6674a3f872.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20221218201547-1f6674a3f872.mod mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20230802002603-b0c42cd8474f.zip -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.zip mirror://goproxy//github.com/dlasky/gotk3-layershell/@v/v0.0.0-20230802002603-b0c42cd8474f.mod -> github.com%2Fdlasky%2Fgotk3-layershell%2F@v%2Fv0.0.0-20230802002603-b0c42cd8474f.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.1.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.1.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.2.zip -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.2.zip mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.2.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.2.mod mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.3.zip -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.3.zip mirror://goproxy//github.com/gotk3/gotk3/@v/v0.6.3.mod -> github.com%2Fgotk3%2Fgotk3%2F@v%2Fv0.6.3.mod mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.zip -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/pmezard/go-difflib/@v/v1.0.0.mod -> github.com%2Fpmezard%2Fgo-difflib%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.3.zip -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.3.zip mirror://goproxy//github.com/sirupsen/logrus/@v/v1.9.3.mod -> github.com%2Fsirupsen%2Flogrus%2F@v%2Fv1.9.3.mod mirror://goproxy//github.com/stretchr/objx/@v/v0.1.0.mod -> github.com%2Fstretchr%2Fobjx%2F@v%2Fv0.1.0.mod mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.zip -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.zip mirror://goproxy//github.com/stretchr/testify/@v/v1.7.0.mod -> github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.zip mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220715151400-c0bba94af5f8.mod mirror://goproxy//golang.org/x/sys/@v/v0.11.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.11.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.11.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.11.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.19.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.19.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.19.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.19.0.mod mirror://goproxy//gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod -> gopkg.in%2Fcheck.v1%2F@v%2Fv0.0.0-20161208181325-20d25e280405.mod mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.zip -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip mirror://goproxy//gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod -> gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=b380cad36f12ee6b95ab21e34095fbb2
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3 python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.35.tar.gz -> nwg-shell-config-0.5.35.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.37.tar.gz -> nwg-shell-config-0.5.37.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=9254b075df27e850da824ad35b4986db
|
||||
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/gui-apps/swww-0.9.5
Normal file
15
metadata/md5-cache/gui-apps/swww-0.9.5
Normal file
File diff suppressed because one or more lines are too long
@@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=install
|
||||
DEPEND=media-libs/glew:0
|
||||
DESCRIPTION=Bloat-free graphical user interface library for C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ocornut/imgui
|
||||
IUSE=examples
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=media-libs/glew:0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ocornut/imgui/archive/v1.83.tar.gz -> imgui-1.83.tar.gz
|
||||
_md5_=942ed0f47829d32e878587f978a9038a
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=bindings? ( dev-lang/luajit ) virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-libs/stb:= allegro? ( media-libs/allegro:5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) freetype? ( media-libs/freetype[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glfw? ( media-libs/glfw:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glut? ( media-libs/freeglut[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sdl? ( media-libs/libsdl2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vulkan? ( dev-util/vulkan-headers )
|
||||
DESCRIPTION=Bloat-free graphical user interface library for C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ocornut/imgui https://github.com/cimgui/cimgui
|
||||
INHERIT=cmake-multilib
|
||||
IUSE=allegro bindings examples freetype glfw glut opengl sdl vulkan abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/stb:= allegro? ( media-libs/allegro:5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) freetype? ( media-libs/freetype[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glfw? ( media-libs/glfw:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glut? ( media-libs/freeglut[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sdl? ( media-libs/libsdl2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
|
||||
REQUIRED_USE=|| ( allegro glfw glut sdl ) || ( allegro opengl vulkan )
|
||||
SLOT=0/1.87
|
||||
SRC_URI=https://github.com/ocornut/imgui/archive/v1.87.tar.gz -> imgui-1.87.gh.tar.gz https://github.com/cimgui/cimgui/archive/refs/tags/1.87.tar.gz -> cimgui-1.87.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b cmake-multilib 37d23064f303dcf23453353ab8c77059
|
||||
_md5_=58d9f815510b78b4c9be03cd8ff41767
|
||||
@@ -9,7 +9,7 @@ IUSE=opengl vulkan glfw sdl2 marmalade allegro5 abi_x86_32 abi_x86_64 abi_x86_x3
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/stb:= media-libs/glew[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] allegro5? ( media-libs/allegro:5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glfw? ( media-libs/glfw:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sdl2? ( media-libs/libsdl2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
|
||||
SLOT=0/1.81
|
||||
SRC_URI=https://github.com/ocornut/imgui/archive/v1.81.tar.gz -> imgui-1.81.tar.gz https://wrapdb.mesonbuild.com/v2/imgui_1.81-1/get_patch -> imgui-1.81-1-meson-wrap.zip
|
||||
SLOT=0/1.89.9
|
||||
SRC_URI=https://github.com/ocornut/imgui/archive/v1.89.9.tar.gz -> imgui-1.89.9.tar.gz https://wrapdb.mesonbuild.com/v2/imgui_1.89.9-1/get_patch -> imgui-1.89.9-1-meson-wrap.zip
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a meson aecae905c2e0c201d7925fae52a5576d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b meson-multilib 8989922d980e5e870cc3de949d1b2586
|
||||
_md5_=d162d0a24108f4f422ba85f38c307f49
|
||||
_md5_=c0c0def1424b120b73a3670aca227377
|
||||
14
metadata/md5-cache/media-libs/implot-0.16
Normal file
14
metadata/md5-cache/media-libs/implot-0.16
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=virtual/pkgconfig app-arch/unzip >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DEPEND=media-libs/imgui
|
||||
DESCRIPTION=Immediate Mode Plotting
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/epezent/implot/
|
||||
INHERIT=meson-multilib
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0/0.16
|
||||
SRC_URI=https://github.com/epezent/implot/archive/v0.16.tar.gz -> implot-0.16.tar.gz https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch -> implot-0.16-1-meson-wrap.zip
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a meson aecae905c2e0c201d7925fae52a5576d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b meson-multilib 8989922d980e5e870cc3de949d1b2586
|
||||
_md5_=75212b2465ef143f55592be970b1c6fe
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install setup test
|
||||
DEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/inih
|
||||
DEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/glib
|
||||
DESCRIPTION=Simple TTY terminal application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://tio.github.io/
|
||||
@@ -8,9 +8,9 @@ INHERIT=lua-single meson bash-completion-r1
|
||||
IUSE=lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-2+
|
||||
RDEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/inih
|
||||
RDEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/glib
|
||||
REQUIRED_USE=^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v2.8/tio-2.8.tar.xz
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v3.2/tio-3.2.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua-single 86d497a20c93c7ce83af442f627515c1 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a meson aecae905c2e0c201d7925fae52a5576d bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
|
||||
_md5_=20f1e81d5f3c25db67b3cbc853743abc
|
||||
_md5_=fe1b859b710161e15675f6b74056fefd
|
||||
16
metadata/md5-cache/net-libs/sofia-sip-1.13.17
Normal file
16
metadata/md5-cache/net-libs/sofia-sip-1.13.17
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=virtual/pkgconfig doc? ( app-text/doxygen[dot] ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-libs/openssl:= sys-libs/zlib:= glib? ( dev-libs/glib:2 ) test? ( dev-libs/check )
|
||||
DESCRIPTION=RFC3261 compliant SIP User-Agent library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/freeswitch/sofia-sip
|
||||
INHERIT=autotools
|
||||
IUSE=debug doc +glib test
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux
|
||||
LICENSE=LGPL-2.1+ BSD public-domain
|
||||
RDEPEND=dev-libs/openssl:= sys-libs/zlib:= glib? ( dev-libs/glib:2 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/freeswitch/sofia-sip/archive/refs/tags/v1.13.17.tar.gz -> sofia-sip-1.13.17.tar.gz
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d
|
||||
_md5_=07365f7c183c29f0b1a09bb132921ba8
|
||||
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/net-misc/warp-0.7.0
Normal file
15
metadata/md5-cache/net-misc/warp-0.7.0
Normal file
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/net-voip/baresip-3.11.0
Normal file
15
metadata/md5-cache/net-voip/baresip-3.11.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=~net-voip/re-3.11.0 aac? ( media-libs/fdk-aac ) alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) aptx? ( media-libs/libopenaptx ) aom? ( media-libs/libaom ) codec2? ( media-libs/codec2 ) ffmpeg? ( media-video/ffmpeg ) gst? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gtk3? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) mqtt? ( app-misc/mosquitto ) mpa? ( media-sound/twolame media-sound/mpg123 media-libs/speexdsp ) ssl? ( dev-libs/openssl:0= ) opus? ( media-libs/opus ) png? ( media-libs/libpng ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) pipewire? ( media-video/pipewire ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) spandsp? ( media-libs/spandsp ) vpx? ( media-libs/libvpx ) X? ( x11-libs/libX11 )
|
||||
DESCRIPTION=Baresip is a portable and modular SIP User-Agent
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/baresip/baresip
|
||||
INHERIT=cmake
|
||||
IUSE=aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png portaudio pulseaudio pipewire sdl sndfile spandsp vpx X
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=~net-voip/re-3.11.0 aac? ( media-libs/fdk-aac ) alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) aptx? ( media-libs/libopenaptx ) aom? ( media-libs/libaom ) codec2? ( media-libs/codec2 ) ffmpeg? ( media-video/ffmpeg ) gst? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gtk3? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) mqtt? ( app-misc/mosquitto ) mpa? ( media-sound/twolame media-sound/mpg123 media-libs/speexdsp ) ssl? ( dev-libs/openssl:0= ) opus? ( media-libs/opus ) png? ( media-libs/libpng ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) pipewire? ( media-video/pipewire ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) spandsp? ( media-libs/spandsp ) vpx? ( media-libs/libvpx ) X? ( x11-libs/libX11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/baresip/baresip/archive/v3.11.0.tar.gz -> baresip-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=8a63b638d0f7e15fe434dca4ad2e23ab
|
||||
13
metadata/md5-cache/net-voip/re-3.11.0
Normal file
13
metadata/md5-cache/net-voip/re-3.11.0
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Generic library for real-time communications with async IO support
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/baresip/re
|
||||
INHERIT=cmake
|
||||
IUSE=static-libs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/baresip/re/archive/v3.11.0.tar.gz -> re-3.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=aeeb6e4a0624e677cce45823d308b6df
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=dev-python/jinja2-cli[python_targets_python3_10(-)?,python_targets_python3_11(-)?] doc? ( dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sphinx-argparse[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=dev-python/jinja2-cli[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-argparse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience
|
||||
DEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience
|
||||
DESCRIPTION=Create maths exercises in LaTeX and PDF format
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pyromaths.frama.io/pyromaths-staticsite https://pypi.org/project/pyromaths https://framagit.org/pyromaths/pyromaths
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=doc test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://framagit.org/pyromaths/pyromaths/-/archive/version-21.8.2/pyromaths-version-21.8.2.tar.gz -> pyromaths-21.8.2.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
|
||||
_md5_=38ae0cac3f2a77b66cbe86c069add117
|
||||
_md5_=7434501eeac98ba767c24eefe1ba8f09
|
||||
|
||||
15
metadata/md5-cache/sys-kernel/ugrd-1.4.0
Normal file
15
metadata/md5-cache/sys-kernel/ugrd-1.4.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Python based initramfs generator with TOML defintions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/ugrd
|
||||
INHERIT=distutils-r1 optfeature shell-completion
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-misc/pax-utils >=dev-python/zenlib-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pycpio-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pciutils python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/desultory/ugrd/archive/refs/tags/1.4.0.tar.gz -> ugrd-1.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
|
||||
_md5_=a7944068ddf92ef17452a2990de901cc
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=test? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
DESCRIPTION=Updated AMD Fan control utility forked from amdgpu-fan and updated.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mcgillij.dev/pages/amdfan.html
|
||||
INHERIT=distutils-r1 systemd
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) || ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mcgillij/amdfan/archive/refs/tags/0.1.27.tar.gz -> amdfan-0.1.27.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=3dcb540ccad9654b85e318384d3983c8
|
||||
17
metadata/md5-cache/sys-power/amdfan-0.1.28
Normal file
17
metadata/md5-cache/sys-power/amdfan-0.1.28
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=test? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
DESCRIPTION=Updated AMD Fan control utility forked from amdgpu-fan and updated.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mcgillij.dev/pages/amdfan.html
|
||||
INHERIT=distutils-r1 systemd
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mcgillij/amdfan/archive/refs/tags/0.1.28.tar.gz -> amdfan-0.1.28.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=835fa62b2fcb746a1a9babbf1b34722d
|
||||
9
metadata/md5-cache/sys-process/xe-1.0
Normal file
9
metadata/md5-cache/sys-process/xe-1.0
Normal file
@@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=compile install
|
||||
DESCRIPTION=Simple xargs and apply replacement with sane defaults
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/leahneukirchen/xe/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=CC0-1.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/leahneukirchen/xe/archive/refs/tags/v1.0.tar.gz -> xe-1.0.tar.gz
|
||||
_md5_=5c534cea816709b15485560d6ad4fe9b
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/MASS )
|
||||
SLOT=0
|
||||
_md5_=a4ccb69a09c0c7e91f3430ff28f017fa
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/boot )
|
||||
SLOT=0
|
||||
_md5_=b01e8c9f73ffbd1a87d5ef159eff4dfb
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/lattice )
|
||||
SLOT=0
|
||||
_md5_=e4515680f4e49c8c623d3162eeafae0a
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/mgcv )
|
||||
SLOT=0
|
||||
_md5_=d27df9e68e54922527be4b1f4f823451
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/nlme )
|
||||
SLOT=0
|
||||
_md5_=521148752002001f0b627a8ac8309f69
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/nnet )
|
||||
SLOT=0
|
||||
_md5_=35917725ebbb8f90887595da748be9e5
|
||||
@@ -1,7 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Virtual of a R recommended package
|
||||
EAPI=7
|
||||
KEYWORDS=~amd64
|
||||
RDEPEND=|| ( dev-lang/R[-minimal] dev-R/survival )
|
||||
SLOT=0
|
||||
_md5_=43d14000e4161f4a7a64d226e793991b
|
||||
@@ -143,7 +143,7 @@ app-crypt/PBinCLI 0.3.5: PBinCLI is a command line client for PrivateBin written
|
||||
app-crypt/autofirma 1.8.2: Spanish government's electronic signature application for online procedures
|
||||
app-crypt/certbot-dns-cloudflare 2.9.0 2.10.0: Cloudflare DNS Authenticator plugin for Certbot (Let's Encrypt Client)
|
||||
app-crypt/certbot-dns-desec 1.2.1: deSEC DNS Authenticator plugin for Certbot
|
||||
app-crypt/certbot-dns-rfc2136 2.8.0 2.9.0 2.10.0 9999: RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)
|
||||
app-crypt/certbot-dns-rfc2136 2.9.0 2.10.0 9999: RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)
|
||||
app-crypt/clevis 19-r1 20: Automated Encryption Framework
|
||||
app-crypt/configuradorfnmt 1.0.1: Spanish government certificate request generator
|
||||
app-crypt/gnome-encfs-manager 1.9-r1 1.9-r2: An easy to use manager and mounter for encfs stashes
|
||||
@@ -375,7 +375,7 @@ dev-cpp/cpprestsdk 2.10.19-r3: A Microsoft project for cloud-based client-server
|
||||
dev-cpp/cpptoml 0.1.1: Header-only library for parsing TOML
|
||||
dev-cpp/cpptrace 0.5.2 0.5.2-r1: Simple, portable, and self-contained stacktrace library for C++
|
||||
dev-cpp/dpp 10.0.23 10.0.24 10.0.25 10.0.29: Lightweight C++ Discord bot library
|
||||
dev-cpp/drogon 1.9.1 1.9.3: C++14/17 based HTTP web application framework
|
||||
dev-cpp/drogon 1.9.3 1.9.4: C++14/17 based HTTP web application framework
|
||||
dev-cpp/easyloggingpp 9.97.0 9.97.1: C++ logging library
|
||||
dev-cpp/fast_float 6.1.1: Fast and exact implementation of the C++ from_chars functions for number types
|
||||
dev-cpp/fbthrift 2023.02.06.00: Facebook's branch of Apache Thrift, including a new C++ server
|
||||
@@ -391,7 +391,7 @@ dev-cpp/scnlib 2.0.2-r1: scanf for modern C++
|
||||
dev-cpp/simdutf 5.2.8: simdutf: Unicode validation and transcoding at billions of characters per second
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/toml11 3.8.1: TOML for Modern C++
|
||||
dev-cpp/trantor 1.5.15 1.5.17: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trantor 1.5.17 1.5.18: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trompeloeil 47: Header only C++14 mocking framework
|
||||
dev-cpp/units 2.3.3: A compile-time, header-only, dimensional analysis and unit conversion library
|
||||
dev-cpp/wangle 2023.02.06.00: Framework providing common client/server abstractions
|
||||
@@ -847,7 +847,7 @@ dev-python/templated-dictionary 1.4: 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.12.1: A lightweight and modern animated terminal window
|
||||
dev-python/textual 0.56.4: Modern Text User Interface framework
|
||||
dev-python/textual 0.58.1: Modern Text User Interface framework
|
||||
dev-python/textual-dev 1.5.1: Modern Text User Interface framework
|
||||
dev-python/timeslot 0.1.2: Time slots/intervals with an arbitrary start and stop
|
||||
dev-python/trailrunner 1.2.1: Walk paths and run things
|
||||
@@ -933,7 +933,7 @@ dev-util/tokei 12.1.1 12.1.2: Count your code, quickly
|
||||
dev-util/typescript-language-server 4.1.2 4.3.3: TypeScript & JavaScript Language Server
|
||||
dev-util/upstream-ontologist 0.1.35-r1: Tracking of upstream project metadata
|
||||
dev-util/vala-language-server 0.48.4: Code Intelligence for Vala & Genie
|
||||
dev-util/vscode-langservers-extracted 4.7.0 4.8.0: HTML/CSS/JSON/ESLint/Markdown language servers extracted from vscode.
|
||||
dev-util/vscode-langservers-extracted 4.8.0 4.10.0: HTML/CSS/JSON/ESLint/Markdown language servers extracted from vscode.
|
||||
dev-util/wakatime-cli 1.27.0 1.28.6: Command line interface to WakaTime used by all WakaTime plugins
|
||||
dev-util/wxformbuilder 3.10.1-r1: A wxWidgets GUI Builder
|
||||
dev-util/xxd 8.2.4092: Hexdump utility from vim
|
||||
@@ -1013,7 +1013,7 @@ games-util/hid-nintendo 9999: A Nintendo HID kernel module
|
||||
games-util/itch-bin 25.5.1-r2: itch.io game browser, installer and launcher
|
||||
games-util/legendary 0.20.33 0.20.34: A free and open-source replacement for the Epic Games Launcher
|
||||
games-util/libtess2 1.0.3: Game and tools oriented refactored version of GLU tesselator
|
||||
games-util/mangohud 0.7.1 9999: Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
games-util/mangohud 0.7.1-r3 9999: Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
games-util/minigalaxy 1.2.6: A simple GOG client for Linux
|
||||
games-util/pegasus 9999: Graphical frontend for browsing your game library
|
||||
games-util/protonup 0.1.5 9999: Install and Update Proton-GE
|
||||
@@ -1058,7 +1058,7 @@ gui-apps/coretoppings 4.5.0 9999: Additional features, plugins, widgets etc for
|
||||
gui-apps/coreuniverse 4.5.0 9999: Shows information about apps for C Suite
|
||||
gui-apps/darkman 1.5.4: Framework for dark and light mode transitions
|
||||
gui-apps/espanso 2.1.8 2.2.1: Cross-platform Text Expander written in Rust
|
||||
gui-apps/eww 0.5.0-r3 9999: Elkowars Wacky Widgets is a standalone widget system made in Rust
|
||||
gui-apps/eww 0.5.0-r4 0.6.0 9999: Elkowars Wacky Widgets is a standalone widget system made in Rust
|
||||
gui-apps/fnott 1.2.1 1.3.0 1.4.1 9999: Keyboard driven and lightweight Wayland notification daemon.
|
||||
gui-apps/fuzzel 1.9.2 1.10.2 9999: Application launcher for wlroots based Wayland compositors.
|
||||
gui-apps/gcolor3 2.4.0: A simple color chooser written in GTK3
|
||||
@@ -1079,16 +1079,16 @@ gui-apps/meteo-qt 3.3: A system tray application for the weather status
|
||||
gui-apps/mpvpaper 1.5 9999: A video wallpaper program for wlroots based wayland compositors
|
||||
gui-apps/nwg 0: meta package package for nwg-shell
|
||||
gui-apps/nwg-bar 0.1.5 0.1.6: GTK3-based button bar for wlroots-based compositors
|
||||
gui-apps/nwg-displays 0.3.16 0.3.17: Output management utility for sway and Hyprland
|
||||
gui-apps/nwg-displays 0.3.18: Output management utility for sway and Hyprland
|
||||
gui-apps/nwg-dock 0.3.6 0.3.9: GTK3-based dock for sway
|
||||
gui-apps/nwg-dock-hyprland 0.1.4 0.1.7: GTK3-based dock for Hyprland
|
||||
gui-apps/nwg-dock-hyprland 0.1.7 0.1.8: GTK3-based dock for Hyprland
|
||||
gui-apps/nwg-drawer 0.4.3 0.4.4 0.4.5 0.4.6 0.4.7: Application drawer for wlroots-based Wayland compositors
|
||||
gui-apps/nwg-icon-picker 0.1.0-r1 0.1.1 9999: GTK icon chooser with a text search option
|
||||
gui-apps/nwg-launchers 0.5.0 0.6.3 0.7.1.1 9999: GTK+ launchers for sway, i3 and some other WMs
|
||||
gui-apps/nwg-menu 0.1.2 0.1.3: enuStart plugin to nwg-panel, also capable of working standalone
|
||||
gui-apps/nwg-panel 0.9.27 0.9.31 9999: GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
gui-apps/nwg-shell 0.5.33 0.5.34: libraries an common functions for the nwg-shell project
|
||||
gui-apps/nwg-shell-config 0.5.35 0.5.36: nwg-shell configuration utility
|
||||
gui-apps/nwg-shell-config 0.5.36 0.5.37: nwg-shell configuration utility
|
||||
gui-apps/openrefine 3.7.9: Wikidata batch editor, Wikimedia Commons mass upload tool
|
||||
gui-apps/organicmaps 9999: Offline maps and navigation using OpenStreetMap data
|
||||
gui-apps/packettracer 8.2.0: Cisco's packet tracer
|
||||
@@ -1107,7 +1107,7 @@ gui-apps/swaylock-effects 1.7.0.0 9999: Swaylock, with fancy effects
|
||||
gui-apps/swaylock-plugin 9999: Fork of Swaylock that supports animated backgrounds
|
||||
gui-apps/swaync 0.9.0 0.10.1-r1: A simple notification daemon with a GTK gui for notifications and control center
|
||||
gui-apps/sworkstyle 1.3.5: Map workspace names to icons for Sway
|
||||
gui-apps/swww 0.9.1 0.9.2: Efficient animated wallpaper daemon for wayland, controlled at runtime
|
||||
gui-apps/swww 0.9.2 0.9.5: Efficient animated wallpaper daemon for wayland, controlled at runtime
|
||||
gui-apps/szyszka 3.0.0: Simple, powerful and easy to use file renamer
|
||||
gui-apps/tessen 2.2.1-r1: an interactive menu to autotype and copy pass and gopass data
|
||||
gui-apps/tiramisu 1.0_p20201110 2.0.20211107 9999: minimalistic desktop notifications provider
|
||||
@@ -1213,7 +1213,8 @@ media-libs/dr_wav 0.13.16-r1: Single-header WAV audio loader and writer library
|
||||
media-libs/gl4es 9999: OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library
|
||||
media-libs/glee 5.4.0 5.4.0-r1: OpenGL Easy Extension library
|
||||
media-libs/grok 11.0.0: World's Leading Open Source JPEG 2000 Codec
|
||||
media-libs/imgui 1.81-r1 1.83 1.87-r9: Bloat-free graphical user interface library for C++
|
||||
media-libs/imgui 1.89.9: Bloat-free graphical user interface library for C++
|
||||
media-libs/implot 0.16: Immediate Mode Plotting
|
||||
media-libs/libbpg 0.9.8-r1: Better Portable Graphics reference implementation
|
||||
media-libs/monado 9999: The open source OpenXR runtime.
|
||||
media-libs/openxr-loader 1.0.31 9999: OpenXR loader
|
||||
@@ -1322,7 +1323,7 @@ net-client/telescope 0.8.1 0.9: w3m-like browser for Gemini
|
||||
net-dialup/atinout 0.9.1-r1: AT commands as input are sent to modem and responses given as output
|
||||
net-dialup/minimodem 0.24-r1 9999: General-purpose software audio FSK modem
|
||||
net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
|
||||
net-dialup/tio 2.8: Simple TTY terminal application
|
||||
net-dialup/tio 3.2: Simple TTY terminal application
|
||||
net-dns/AdGuardHome 0.107.45 0.107.46 0.107.48: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
|
||||
net-dns/blocky 0.22 0.23 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
|
||||
net-fs/httpdirfs 1.2.0: Filesystem to mount HTTP directory listings, with a permanent cache
|
||||
@@ -1377,6 +1378,7 @@ net-libs/kcgi 0.12.5 0.13.0 0.13.3: Minimal CGI library for web applications
|
||||
net-libs/libuecc 7: a very small Elliptic Curve Cryptography library compatible with Ed25519.
|
||||
net-libs/orcania 2.3.3: Library for angharad programs
|
||||
net-libs/picotls 0_pre20220721 9999: TLS 1.3 implementation in C
|
||||
net-libs/sofia-sip 1.13.17: RFC3261 compliant SIP User-Agent library
|
||||
net-libs/syndication-domination 1.0-r1 9999: An RSS/Atom parser, because there's nothing else out there.
|
||||
net-libs/td 1.8.0 9999: Cross-platform library for building Telegram clients
|
||||
net-libs/telepathy-haze 0.8.1: Telepathy connection manager providing libpurple supported protocols
|
||||
@@ -1422,7 +1424,7 @@ net-misc/smcroute 2.5.6: A static multicast routing daemon
|
||||
net-misc/sshx 0.2.4: A secure web-based, collaborative terminal.
|
||||
net-misc/toot 0.38.1: toot - Mastodon CLI & TUI
|
||||
net-misc/tuxi 9999: Tuxi is a cli assistant. Get answers of your questions instantly.
|
||||
net-misc/warp 0.6.2: Fast and secure file transfer
|
||||
net-misc/warp 0.7.0: Fast and secure file transfer
|
||||
net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine
|
||||
net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp
|
||||
net-misc/wsdd 0.7.0 0.7.1 0.8: A Web Service Discovery host daemon.
|
||||
@@ -1453,10 +1455,10 @@ net-print/hpuld 1.00.39.15.00.23-r1: HP Unified Linux Driver (for samsung hardwa
|
||||
net-proxy/MTProxy 3.0.4-r1: Community fork of MTProxy
|
||||
net-proxy/ngrok-bin 3.0.0: ngrok is a reverse proxy, firewall, and API gateway
|
||||
net-proxy/snowflake 2.8.1 2.9.2: Pluggable Transport using WebRTC, inspired by Flashproxy
|
||||
net-voip/baresip 3.7.0 3.8.0 3.9.0 3.10.0 3.10.1: Baresip is a portable and modular SIP User-Agent
|
||||
net-voip/baresip 3.7.0 3.8.0 3.9.0 3.10.0 3.10.1 3.11.0: Baresip is a portable and modular SIP User-Agent
|
||||
net-voip/discover-overlay 0.5.4 0.6.9-r1 0.7.0: Yet another Discord overlay for Linux written in Python using GTK3
|
||||
net-voip/gnome-calls 44.2 45.0: Phone dialer and call handler
|
||||
net-voip/re 3.7.0 3.8.0 3.9.0 3.10.0: Generic library for real-time communications with async IO support
|
||||
net-voip/re 3.7.0 3.8.0 3.9.0 3.10.0 3.11.0: Generic library for real-time communications with async IO support
|
||||
net-voip/vvmd 0.8: vvmd is a lower level daemon that retrieves Visual Voicemail
|
||||
net-vpn/candy 5.8: A reliable, low-latency, and anti-censorship virtual private network
|
||||
net-vpn/cloudflare-warp 2023.3.470 2023.7.40 2024.2.62-r2: Cloudflare Warp Client
|
||||
@@ -1599,7 +1601,7 @@ sys-fs/ufiformat 0.9.9: USB Floppy Disk formatting tool
|
||||
sys-fs/zfs-auto-utils 1.0.0: ZFS Automatic Scrub/Trim for Linux
|
||||
sys-kernel/dpdk-kmod 23.03: DPDK Kernel Nic Interface module
|
||||
sys-kernel/uek-sources 5.15.0.206.149.1 5.15.0.206.153.6: Unbreakable Enterprise Kernel (UEK) sources built from Oracle
|
||||
sys-kernel/ugrd 0.22.0 1.2.2 1.3.8: Python based initramfs generator with TOML defintions
|
||||
sys-kernel/ugrd 0.22.0 1.2.2 1.3.8 1.4.0: Python based initramfs generator with TOML defintions
|
||||
sys-kernel/usermode-kernel 6.0.12: Linux kernel built with Gentoo patches
|
||||
sys-kernel/xow 0.5: Linux driver for the Xbox One wireless dongle
|
||||
sys-kernel/zenpower3 0.2.0: Linux kernel driver for reading sensors of AMD Zen family CPUs
|
||||
@@ -1610,7 +1612,7 @@ sys-libs/libfixposix 0.4.3 0.5.1: Thin wrapper over POSIX syscalls
|
||||
sys-libs/libnvidia-container 1.14.6 9999: NVIDIA container runtime library
|
||||
sys-libs/nss-tls 1.0 1.1-r1 9999: A DNS over HTTPS resolver for glibc
|
||||
sys-libs/solo-udev-rules 4.1.5: udev rules for the Solo FIDO2 & U2F USB+NFC security key
|
||||
sys-power/amdfan 0.1.27: Updated AMD Fan control utility forked from amdgpu-fan and updated.
|
||||
sys-power/amdfan 0.1.28: Updated AMD Fan control utility forked from amdgpu-fan and updated.
|
||||
sys-power/auto-cpufreq 1.9.6 2.1.0 2.1.0-r1: Automatic CPU speed & power optimizer for Linux
|
||||
sys-power/envycontrol 3.4.0 9999: Easy GPU switching for Nvidia Optimus laptops under Linux
|
||||
sys-power/fan2go 0.8.1: A simple daemon providing dynamic fan speed control
|
||||
@@ -1624,14 +1626,8 @@ sys-process/nvtop 2.0.3 3.0.1 3.0.2 9999: (h)top like task monitor for AMD, Inte
|
||||
sys-process/scron 0.4: Simple cron daemon
|
||||
sys-process/snooze 0.5 9999: Run a command at a particular time
|
||||
sys-process/task-spooler 1.3.0: A scheduler for CPU tasks
|
||||
virtual/MASS 0: Virtual of a R recommended package
|
||||
virtual/boot 0: Virtual of a R recommended package
|
||||
sys-process/xe 1.0: Simple xargs and apply replacement with sane defaults
|
||||
virtual/crystal-db 0.13: Virtual for Crystal database drivers
|
||||
virtual/lattice 0: Virtual of a R recommended package
|
||||
virtual/mgcv 0: Virtual of a R recommended package
|
||||
virtual/nlme 0: Virtual of a R recommended package
|
||||
virtual/nnet 0: Virtual of a R recommended package
|
||||
virtual/survival 0: Virtual of a R recommended package
|
||||
www-apps/castopod 1.4.3 1.4.5: Open-source hosting platform made for podcasters
|
||||
www-apps/code-server-bin 4.14.1 4.15.0 4.16.0 4.16.1 4.17.0 4.17.1 4.18.0 4.19.1: VS Code in the browser (binary version with unbundled node and ripgrep)
|
||||
www-apps/forgejo 1.20.6.0 1.21.8.0 1.21.11.1: A self-hosted lightweight software forge
|
||||
|
||||
@@ -1 +1 @@
|
||||
Wed, 08 May 2024 18:51:50 +0000
|
||||
Fri, 10 May 2024 00:48:33 +0000
|
||||
|
||||
@@ -273,6 +273,9 @@ games-server/among-sus:notifications - Notify players you're moving
|
||||
games-util/chiaki:cli - Build CLI interface
|
||||
games-util/itch-bin:system-ffmpeg - Use the system-wide media-video/ffmpeg instead of bundled.
|
||||
games-util/legendary:webview - Use dev-python/pywebview for the sign-in process
|
||||
games-util/mangohud:mangoapp - Build and install mangoapp and mangoapp layer
|
||||
games-util/mangohud:mangohudctl - Build and install mangohudctl
|
||||
games-util/mangohud:test - Run mangohud tests
|
||||
games-util/mangohud:xnvctrl - Use XNVctrl as fall back for older Nvidia devices.
|
||||
games-util/samrewritten:zenity - Support for dialog display messages
|
||||
games-util/xivlauncher:aria2 - Enable Aria2 support.
|
||||
@@ -389,15 +392,9 @@ media-libs/alvr:vulkan - Build ALVR vulkan layer
|
||||
media-libs/alvr:x264 - Use x264 for h264 software encoding
|
||||
media-libs/alvr:x265 - Use x265 for h265 software encoding
|
||||
media-libs/amdvlk:raytracing - Enable Vulkan raytracing support in AMDVLK, requires dev-util/DirectXShaderCompiler to build. Disable if you have weak hardware.
|
||||
media-libs/imgui:allegro - Enable allegro backend and renderer
|
||||
media-libs/imgui:allegro5 - Enable allegro backend and renderer
|
||||
media-libs/imgui:bindings - Build the cimgui C bindigs
|
||||
media-libs/imgui:freetype - Use FreeType to build and rasterize the font atlas
|
||||
media-libs/imgui:glfw - Enable glfw backend
|
||||
media-libs/imgui:glut - Enable glut backen
|
||||
media-libs/imgui:marmalade - Enable Marmalade backend
|
||||
media-libs/imgui:opengl - Enable opengl renderer
|
||||
media-libs/imgui:sdl - Enable sdl backend
|
||||
media-libs/imgui:sdl2 - Enable SDL2 backend
|
||||
media-libs/imgui:vulkan - Enable vulkan renderer
|
||||
media-libs/libbpg:bpgview - Compile bpgview (media-libs/libsdl and media-libs/sdl-image needed)
|
||||
@@ -500,6 +497,7 @@ net-irc/tiny:dbus - Enable desktop notifications
|
||||
net-irc/tiny:openssl - Use dev-libs/openssl as TLS backend instead of compiled-in rustls
|
||||
net-libs/ixwebsocket:ws - Build the ws utility
|
||||
net-libs/picotls:fusion - "fusion" AES-GCM engine, optimized for QUIC and other protocols that use short AEAD blocks
|
||||
net-libs/sofia-sip:glib - Add support to dev-libs/glib-based mainloop, to allow using Sofia-SIP on glib-based programs.
|
||||
net-libs/syndication-domination:json-binary - Builds a binary executable instead of python bindings
|
||||
net-libs/td:abseil - Build with dev-cpp/abseil-cpp
|
||||
net-libs/td:dotnet - Add support for .NET
|
||||
@@ -515,6 +513,7 @@ net-misc/megasync:freeimage - Use freeimage to manage graphic images format.
|
||||
net-misc/megasync:nautilus - Upload your files to your Mega account from nautilus.
|
||||
net-misc/megasync:nemo - Upload your files to your Mega account from Nemo.
|
||||
net-misc/megasync:thunar - Upload your files to your Mega account from Thunar.
|
||||
net-misc/warp:qrcode - Enable QR code scanning with media-gfx/zbar
|
||||
net-misc/xmrig-mo:donate - Set the default donation level to 1% instead of 0
|
||||
net-misc/xmrig-mo:hwloc - Use sys-apps/hwloc for CPU affinity support
|
||||
net-misc/xmrig-mo:opencl - Enable OpenCL support
|
||||
|
||||
Reference in New Issue
Block a user