mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
2026-04-01 00:00:59 UTC
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
BDEPEND=media-libs/shaderc app-alternatives/ninja >=dev-build/cmake-3.28.5
|
BDEPEND=media-libs/shaderc app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DEPEND=blas? ( sci-libs/openblas ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) hip? ( sci-libs/hipBLAS:= ) opencl? ( sci-libs/clblast:= ) sdl2? ( media-libs/libsdl2:= ) vulkan? ( dev-util/vulkan-headers )
|
DEPEND=blas? ( sci-libs/openblas ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) ffmpeg? ( media-video/ffmpeg:= ) hip? ( sci-libs/hipBLAS:= ) opencl? ( sci-libs/clblast:= ) sdl2? ( media-libs/libsdl2:= ) vulkan? ( dev-util/vulkan-headers )
|
||||||
DESCRIPTION=Port of OpenAI's Whisper model in C/C++
|
DESCRIPTION=Port of OpenAI's Whisper model in C/C++
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/ggml-org/whisper.cpp
|
HOMEPAGE=https://github.com/ggml-org/whisper.cpp
|
||||||
INHERIT=cmake
|
INHERIT=cmake
|
||||||
IUSE=blas cuda hip opencl sdl2 vulkan
|
IUSE=blas cuda ffmpeg hip opencl sdl2 vulkan
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=blas? ( sci-libs/openblas ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) hip? ( sci-libs/hipBLAS:= ) opencl? ( sci-libs/clblast:= ) sdl2? ( media-libs/libsdl2:= ) vulkan? ( media-libs/vulkan-loader )
|
RDEPEND=blas? ( sci-libs/openblas ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) ffmpeg? ( media-video/ffmpeg:= ) hip? ( sci-libs/hipBLAS:= ) opencl? ( sci-libs/clblast:= ) sdl2? ( media-libs/libsdl2:= ) vulkan? ( media-libs/vulkan-loader )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.8.4.tar.gz -> whisper.cpp-1.8.4.tar.gz
|
SRC_URI=https://github.com/ggml-org/whisper.cpp/archive/refs/tags/v1.8.4.tar.gz -> whisper.cpp-1.8.4.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
||||||
_md5_=c1b7e7b138c139d510a208019b4c8434
|
_md5_=360581022a135c3779a7abdbdb99105d
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
BDEPEND=test? ( >=dev-python/requests-mock-1.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-cov-4.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mypy-1.13.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/types-requests-2.32.4.20250913[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=app-crypt/certbot-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
BDEPEND=test? ( >=dev-python/requests-mock-1.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mypy-1.13.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/types-requests-2.32.4.20250913[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=app-crypt/certbot-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-cov[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DESCRIPTION=Certbot plugin for authentication using PowerAdmin.
|
DESCRIPTION=Certbot plugin for authentication using PowerAdmin.
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/c/certbot-dns-poweradmin/certbot_dns_poweradmin-0.1.1.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/c/certbot-dns-poweradmin/certbot_dns_poweradmin-0.1.1.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
_md5_=b86c4259aa4e8ba5612de9b03e612e9f
|
_md5_=dfe61febff8a945f382926aed9efe444
|
||||||
16
metadata/md5-cache/app-crypt/certbot-dns-poweradmin-0.2.0
Normal file
16
metadata/md5-cache/app-crypt/certbot-dns-poweradmin-0.2.0
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=test? ( >=dev-python/requests-mock-1.11.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mypy-1.13.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/types-requests-2.32.4.20250913[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=app-crypt/certbot-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-cov[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DESCRIPTION=Certbot plugin for authentication using PowerAdmin.
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/poweradmin/certbot-dns-poweradmin/ https://www.poweradmin.org/
|
||||||
|
INHERIT=distutils-r1 pypi
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
RDEPEND=>=app-crypt/certbot-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://files.pythonhosted.org/packages/source/c/certbot-dns-poweradmin/certbot_dns_poweradmin-0.2.0.tar.gz
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
|
_md5_=dfe61febff8a945f382926aed9efe444
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/app-editors/fresh-0.2.20
Normal file
15
metadata/md5-cache/app-editors/fresh-0.2.20
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12
metadata/md5-cache/app-misc/ghq-1.9.4
Normal file
12
metadata/md5-cache/app-misc/ghq-1.9.4
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
BDEPEND=>=dev-lang/go-1.26.0 >=dev-lang/go-1.20:= app-arch/unzip
|
||||||
|
DEFINED_PHASES=compile install prepare test unpack
|
||||||
|
DESCRIPTION=Remote repository management made easy
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/x-motemen/ghq
|
||||||
|
INHERIT=go-module
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT BSD-2 BSD MIT
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/x-motemen/ghq/archive/v1.9.4.tar.gz -> ghq-1.9.4.tar.gz https://github.com/ingenarel/guru-depfiles/releases/download/ghq-1.9.4-deps.tar.xz/ghq-1.9.4-go-mod-deps.tar.xz -> ghq-1.9.4-deps.tar.xz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot ba2e3d2f7daad91fdef9350dc789d87f go-env f7f56c1e72a626b159373a2c2b89af39 go-module 1333f0eba2be11d0afeadce17a07af4d
|
||||||
|
_md5_=588dce4d86cefb7639eb1ca4ae542435
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
|
BDEPEND=>=dev-lang/go-1.26.0 >=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
|
||||||
DEFINED_PHASES=compile install prepare unpack
|
DEFINED_PHASES=compile install prepare test unpack
|
||||||
DESCRIPTION=Remote repository management made easy
|
DESCRIPTION=Remote repository management made easy
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/x-motemen/ghq
|
HOMEPAGE=https://github.com/x-motemen/ghq
|
||||||
@@ -9,4 +9,4 @@ PROPERTIES=live
|
|||||||
RESTRICT=mirror
|
RESTRICT=mirror
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot ba2e3d2f7daad91fdef9350dc789d87f go-env f7f56c1e72a626b159373a2c2b89af39 go-module 1333f0eba2be11d0afeadce17a07af4d git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot ba2e3d2f7daad91fdef9350dc789d87f go-env f7f56c1e72a626b159373a2c2b89af39 go-module 1333f0eba2be11d0afeadce17a07af4d git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=42e9b7279d4763e878e7ef7e0b881bd0
|
_md5_=1fad320ed3d42ddb506e834f589a4760
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
|
||||||
DEPEND=app-text/discount dev-lang/vala dev-libs/granite dev-libs/json-glib gui-libs/libhandy[vala] x11-libs/gtksourceview:4[vala] app-text/discount
|
|
||||||
DESCRIPTION=Mind-mapping application for Elementary OS.
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/phase1geo/Minder
|
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|
||||||
INHERIT=gnome2-utils meson vala xdg
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=GPL-3
|
|
||||||
RDEPEND=app-text/discount dev-lang/vala dev-libs/granite dev-libs/json-glib gui-libs/libhandy[vala] x11-libs/gtksourceview:4[vala]
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/phase1geo/Minder/archive/1.16.3.tar.gz -> minder-1.16.3.tar.gz
|
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575
|
|
||||||
_md5_=170c3c5051230374cd34fd855ab34cab
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
DEPEND=app-text/discount dev-lang/vala dev-libs/granite dev-libs/json-glib gui-libs/libhandy[vala] x11-libs/gtksourceview:4[vala] app-text/discount
|
DEPEND=app-text/discount dev-lang/vala dev-libs/granite dev-libs/json-glib gui-libs/libhandy[vala] gui-libs/gtksourceview:5[vala] app-text/discount
|
||||||
DESCRIPTION=Mind-mapping application for Elementary OS.
|
DESCRIPTION=Mind-mapping application for Elementary OS.
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/phase1geo/Minder
|
HOMEPAGE=https://github.com/phase1geo/Minder
|
||||||
@@ -8,8 +8,8 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|||||||
INHERIT=gnome2-utils meson vala xdg
|
INHERIT=gnome2-utils meson vala xdg
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=app-text/discount dev-lang/vala dev-libs/granite dev-libs/json-glib gui-libs/libhandy[vala] x11-libs/gtksourceview:4[vala]
|
RDEPEND=app-text/discount dev-lang/vala dev-libs/granite dev-libs/json-glib gui-libs/libhandy[vala] gui-libs/gtksourceview:5[vala]
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/phase1geo/Minder/archive/1.16.2.tar.gz -> minder-1.16.2.tar.gz
|
SRC_URI=https://github.com/phase1geo/Minder/archive/2.0.5.tar.gz -> minder-2.0.5.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=170c3c5051230374cd34fd855ab34cab
|
_md5_=00ff7aa6a28f497853467d4b80a9f4e4
|
||||||
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/app-misc/pastel-0.12.0
Normal file
13
metadata/md5-cache/app-misc/pastel-0.12.0
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
BDEPEND=|| ( >=dev-lang/rust-bin-1.83.0:* >=dev-lang/rust-1.83.0:* )
|
||||||
|
DEFINED_PHASES=compile configure install setup test unpack
|
||||||
|
DESCRIPTION=A command-line tool to generate, analyze, convert and manipulate colors
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/sharkdp/pastel
|
||||||
|
INHERIT=cargo shell-completion
|
||||||
|
IUSE=debug
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=Apache-2.0 MIT Apache-2.0 MIT Unicode-3.0
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/sharkdp/pastel/archive/refs/tags/v0.12.0.tar.gz -> pastel-0.12.0.tar.gz https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/pastel-0.12.0-deps.tar.xz/pastel-0.12.0-deps.tar.xz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||||
|
_md5_=265f569963d0ed7a350c8ae2f5563eb1
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
|
BDEPEND=|| ( >=dev-lang/rust-bin-1.83.0:* >=dev-lang/rust-1.83.0:* ) >=dev-vcs/git-1.8.2.1[curl]
|
||||||
DEFINED_PHASES=compile configure install setup test unpack
|
DEFINED_PHASES=compile configure install setup test unpack
|
||||||
DESCRIPTION=A command-line tool to generate, analyze, convert and manipulate colors
|
DESCRIPTION=A command-line tool to generate, analyze, convert and manipulate colors
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/sharkdp/pastel
|
HOMEPAGE=https://github.com/sharkdp/pastel
|
||||||
INHERIT=cargo shell-completion git-r3
|
INHERIT=cargo shell-completion git-r3
|
||||||
IUSE=debug
|
IUSE=debug
|
||||||
LICENSE=Apache-2.0 MIT Apache-2.0 MIT Unicode-DFS-2016
|
LICENSE=Apache-2.0 MIT Apache-2.0 MIT Unicode-3.0
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=592b465db18326576976d960f25e9adc
|
_md5_=265f569963d0ed7a350c8ae2f5563eb1
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
|
||||||
DEFINED_PHASES=compile install unpack
|
|
||||||
DESCRIPTION=mdoc versions of the HTML documentation for the s6 supervision suite
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://skarnet.org/software/s6/
|
|
||||||
INHERIT=git-r3
|
|
||||||
LICENSE=ISC
|
|
||||||
PROPERTIES=live
|
|
||||||
SLOT=0
|
|
||||||
_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
|
||||||
_md5_=7404023d191fbc00dbd8f73e6ebcfbdc
|
|
||||||
16
metadata/md5-cache/app-portage/gpkg-1.3.5
Normal file
16
metadata/md5-cache/app-portage/gpkg-1.3.5
Normal file
File diff suppressed because one or more lines are too long
@@ -10,6 +10,6 @@ LICENSE=Apache-2.0 BSD CDDL CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-
|
|||||||
PROPERTIES=test_network
|
PROPERTIES=test_network
|
||||||
RESTRICT=test
|
RESTRICT=test
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/blopker/codebook/archive/refs/tags/v0.3.33.tar.gz -> codebook-0.3.33.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.33/codebook-0.3.33-deps.tar.xz
|
SRC_URI=https://github.com/blopker/codebook/archive/refs/tags/v0.3.36.tar.gz -> codebook-0.3.36.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.36/codebook-0.3.36-deps.tar.xz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45
|
||||||
_md5_=cb4c7c68c389ab9794e51880574ce415
|
_md5_=750a604e09f56ff81f13bf284feab988
|
||||||
@@ -8,6 +8,6 @@ IUSE=debug
|
|||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0
|
LICENSE=Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v0.0.60.tar.gz -> iwe-0.0.60.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/iwe/liwe-v0.0.60/iwe-liwe-v0.0.60-deps.tar.xz
|
SRC_URI=https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v0.0.65.tar.gz -> iwe-0.0.65.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/iwe/liwe-v0.0.65/iwe-liwe-v0.0.65-deps.tar.xz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45
|
||||||
_md5_=6427635acd63eba30e86308a2a4a9263
|
_md5_=6427635acd63eba30e86308a2a4a9263
|
||||||
@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
|
|||||||
RDEPEND=sys-libs/ncurses:= sys-libs/readline:= virtual/pkgconfig
|
RDEPEND=sys-libs/ncurses:= sys-libs/readline:= virtual/pkgconfig
|
||||||
RESTRICT=test
|
RESTRICT=test
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v3.0.7/xmake-v3.0.7.tar.gz
|
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v3.0.8/xmake-v3.0.8.tar.gz
|
||||||
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||||
_md5_=fa405b6d6c4eef8ce7784878cc6a6b4a
|
_md5_=fa405b6d6c4eef8ce7784878cc6a6b4a
|
||||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
|||||||
LICENSE=GPL-2
|
LICENSE=GPL-2
|
||||||
RESTRICT=!test? ( test )
|
RESTRICT=!test? ( test )
|
||||||
SLOT=0/5
|
SLOT=0/5
|
||||||
SRC_URI=https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.32.0.tar.gz -> cpp-utilities-5.32.0.tar.gz
|
SRC_URI=https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.33.0.tar.gz -> cpp-utilities-5.33.0.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
||||||
_md5_=462c43388d1fc1950a78aacac7ce7027
|
_md5_=f447a409bd5ba1e38a08957b56a400a8
|
||||||
@@ -7,7 +7,7 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|||||||
INHERIT=desktop xdg
|
INHERIT=desktop xdg
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
LICENSE=all-rights-reserved
|
LICENSE=all-rights-reserved
|
||||||
SLOT=0/1.5.4
|
SLOT=0/1.6.0
|
||||||
SRC_URI=https://static.squareline.io/downloads/SquareLine_Studio_Linux_v1_5_4.zip -> squareline-studio-1.5.4.zip
|
SRC_URI=https://static.squareline.io/downloads/SquareLine_Studio_Linux_v1_6_0.zip -> squareline-studio-1.6.0.zip
|
||||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=9b1b3dc84cca5b5c914b18ea670859d3
|
_md5_=315e86182f2fca505ea222602cb7acea
|
||||||
@@ -4,9 +4,11 @@ DEPEND=~dev-lang/harec-0.26.0 >=sys-devel/qbe-1.2
|
|||||||
DESCRIPTION=The Hare systems programming language
|
DESCRIPTION=The Hare systems programming language
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://harelang.org/
|
HOMEPAGE=https://harelang.org/
|
||||||
|
INHERIT=toolchain-funcs
|
||||||
KEYWORDS=~amd64 ~arm64 ~riscv
|
KEYWORDS=~amd64 ~arm64 ~riscv
|
||||||
LICENSE=MPL-2.0 GPL-3
|
LICENSE=MPL-2.0 GPL-3
|
||||||
RDEPEND=~dev-lang/harec-0.26.0 >=sys-devel/qbe-1.2
|
RDEPEND=~dev-lang/harec-0.26.0 >=sys-devel/qbe-1.2 sys-libs/timezone-data
|
||||||
SLOT=0/0.26.0
|
SLOT=0/0.26.0
|
||||||
SRC_URI=https://git.sr.ht/~sircmpwn/hare/archive/0.26.0.tar.gz -> hare-0.26.0.tar.gz
|
SRC_URI=https://git.sr.ht/~sircmpwn/hare/archive/0.26.0.tar.gz -> hare-0.26.0.tar.gz
|
||||||
_md5_=a1d83e1e584801cbb7e8fa97ff6be1bd
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9
|
||||||
|
_md5_=b5dae151ddc87eec10c447259300e55b
|
||||||
@@ -4,10 +4,10 @@ DEPEND=>=dev-lang/harec-9999 >=sys-devel/qbe-1.2
|
|||||||
DESCRIPTION=The Hare systems programming language
|
DESCRIPTION=The Hare systems programming language
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://harelang.org/
|
HOMEPAGE=https://harelang.org/
|
||||||
INHERIT=git-r3
|
INHERIT=toolchain-funcs git-r3
|
||||||
LICENSE=MPL-2.0 GPL-3
|
LICENSE=MPL-2.0 GPL-3
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=>=dev-lang/harec-9999 >=sys-devel/qbe-1.2
|
RDEPEND=>=dev-lang/harec-9999 >=sys-devel/qbe-1.2 sys-libs/timezone-data
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=a40f6e94df863c1352eccd78b9670c4d
|
_md5_=4e100b498dcfbdfa525dd9ac49bc566d
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ RDEPEND=>=sys-devel/qbe-1.2
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://git.sr.ht/~sircmpwn/harec/archive/0.26.0.tar.gz -> harec-0.26.0.tar.gz
|
SRC_URI=https://git.sr.ht/~sircmpwn/harec/archive/0.26.0.tar.gz -> harec-0.26.0.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9
|
||||||
_md5_=7195226702f6f331f9062a51fad19657
|
_md5_=6a53522973a8e6b10753ee2e45ad2b7f
|
||||||
@@ -9,5 +9,5 @@ LICENSE=GPL-3
|
|||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=>=sys-devel/qbe-1.2
|
RDEPEND=>=sys-devel/qbe-1.2
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=c786cf47526988b3e8b97d0fd6f0eccb
|
_md5_=6a53522973a8e6b10753ee2e45ad2b7f
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=dev-build/cmake-3.30.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-devel/gcc-11 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/clang:19= llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/clang:20= llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/clang:21= llvm-core/lld:21= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup unpack
|
|
||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.swift.org
|
|
||||||
INHERIT=llvm-r2 python-single-r1 toolchain-funcs
|
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=Apache-2.0
|
|
||||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) !~dev-lang/swift-5.10.1:0 >=app-arch/zstd-1.5 >=app-eselect/eselect-swift-1.0-r1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.9.1 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= dev-lang/python llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/lld:21= )
|
|
||||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
|
||||||
RESTRICT=strip
|
|
||||||
SLOT=6/2
|
|
||||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.4.0.tar.gz -> swift-argument-parser-1.4.0.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-async-algorithms/archive/refs/tags/1.0.1.tar.gz -> swift-async-algorithms-1.0.1.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.3.tar.gz -> swift-collections-1.1.3.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-log/archive/refs/tags/1.5.4.tar.gz -> swift-log-1.5.4.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.65.0.tar.gz -> swift-nio-2.65.0.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.5.0.tar.gz -> swift-system-1.5.0.tar.gz https://github.com/microsoft/mimalloc/archive/refs/tags/v3.0.1.tar.gz -> mimalloc-v3.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> indexstore-db-6.2.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> llvm-project-6.2.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> sourcekit-lsp-6.2.tar.gz https://github.com/swiftlang/swift-build/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-build-6.2.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-cmark-6.2.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-corelibs-foundation-6.2.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.2.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-corelibs-xctest-6.2.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-docc-render-artifact-6.2.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-docc-symbolkit-6.2.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-docc-6.2.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-driver-6.2.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-experimental-string-processing-6.2.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-format-6.2.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-foundation-icu-6.2.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-foundation-6.2.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-installer-scripts-6.2.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-integration-tests-6.2.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-llbuild-6.2.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-llvm-bindings-6.2.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-lmdb-6.2.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-markdown-6.2.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-package-manager-6.2.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-stress-tester-6.2.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-syntax-6.2.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-testing-6.2.tar.gz https://github.com/swiftlang/swift-toolchain-sqlite/archive/refs/tags/1.0.1.tar.gz -> swift-toolchain-sqlite-1.0.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-tools-support-core-6.2.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.2-RELEASE.tar.gz -> swift-6.2.tar.gz
|
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
|
||||||
_md5_=cb3aa62ea1ee367d5a2e6faefd901fcb
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=dev-build/cmake-3.30.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-devel/gcc-11 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/clang:19= llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/clang:20= llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/clang:21= llvm-core/lld:21= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup unpack
|
|
||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.swift.org
|
|
||||||
INHERIT=llvm-r2 python-single-r1 toolchain-funcs
|
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=Apache-2.0
|
|
||||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) !~dev-lang/swift-5.10.1:0 >=app-arch/zstd-1.5 >=app-eselect/eselect-swift-1.0-r1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.9.1 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= dev-lang/python llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/lld:21= )
|
|
||||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
|
||||||
RESTRICT=strip
|
|
||||||
SLOT=6/2
|
|
||||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.4.0.tar.gz -> swift-argument-parser-1.4.0.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-async-algorithms/archive/refs/tags/1.0.1.tar.gz -> swift-async-algorithms-1.0.1.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.3.tar.gz -> swift-collections-1.1.3.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-log/archive/refs/tags/1.5.4.tar.gz -> swift-log-1.5.4.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.65.0.tar.gz -> swift-nio-2.65.0.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.5.0.tar.gz -> swift-system-1.5.0.tar.gz https://github.com/microsoft/mimalloc/archive/refs/tags/v3.0.1.tar.gz -> mimalloc-v3.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> indexstore-db-6.2.1.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> llvm-project-6.2.1.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> sourcekit-lsp-6.2.1.tar.gz https://github.com/swiftlang/swift-build/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-build-6.2.1.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-cmark-6.2.1.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-corelibs-foundation-6.2.1.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.2.1.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-corelibs-xctest-6.2.1.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-docc-render-artifact-6.2.1.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-docc-symbolkit-6.2.1.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-docc-6.2.1.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-driver-6.2.1.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-experimental-string-processing-6.2.1.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-format-6.2.1.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-foundation-icu-6.2.1.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-foundation-6.2.1.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-installer-scripts-6.2.1.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-integration-tests-6.2.1.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-llbuild-6.2.1.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-llvm-bindings-6.2.1.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-lmdb-6.2.1.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-markdown-6.2.1.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-package-manager-6.2.1.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-stress-tester-6.2.1.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-syntax-6.2.1.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-testing-6.2.1.tar.gz https://github.com/swiftlang/swift-toolchain-sqlite/archive/refs/tags/1.0.1.tar.gz -> swift-toolchain-sqlite-1.0.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-tools-support-core-6.2.1.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.2.1-RELEASE.tar.gz -> swift-6.2.1.tar.gz
|
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
|
||||||
_md5_=22d5e605ec08b46683653b06eeca93bd
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=dev-build/cmake-3.30.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-devel/gcc-11 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/clang:19= llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/clang:20= llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/clang:21= llvm-core/lld:21= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup unpack
|
|
||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.swift.org
|
|
||||||
INHERIT=llvm-r2 python-single-r1 toolchain-funcs
|
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=Apache-2.0
|
|
||||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) !~dev-lang/swift-5.10.1:0 >=app-arch/zstd-1.5 >=app-eselect/eselect-swift-1.0-r1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.9.1 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= dev-lang/python llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/lld:21= )
|
|
||||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
|
||||||
RESTRICT=strip
|
|
||||||
SLOT=6/2
|
|
||||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.4.0.tar.gz -> swift-argument-parser-1.4.0.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-async-algorithms/archive/refs/tags/1.0.1.tar.gz -> swift-async-algorithms-1.0.1.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.3.tar.gz -> swift-collections-1.1.3.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-log/archive/refs/tags/1.5.4.tar.gz -> swift-log-1.5.4.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.65.0.tar.gz -> swift-nio-2.65.0.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.5.0.tar.gz -> swift-system-1.5.0.tar.gz https://github.com/microsoft/mimalloc/archive/refs/tags/v3.0.1.tar.gz -> mimalloc-v3.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> indexstore-db-6.2.2.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> llvm-project-6.2.2.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> sourcekit-lsp-6.2.2.tar.gz https://github.com/swiftlang/swift-build/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-build-6.2.2.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-cmark-6.2.2.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-corelibs-foundation-6.2.2.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.2.2.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-corelibs-xctest-6.2.2.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-docc-render-artifact-6.2.2.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-docc-symbolkit-6.2.2.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-docc-6.2.2.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-driver-6.2.2.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-experimental-string-processing-6.2.2.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-format-6.2.2.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-foundation-icu-6.2.2.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-foundation-6.2.2.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-installer-scripts-6.2.2.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-integration-tests-6.2.2.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-llbuild-6.2.2.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-llvm-bindings-6.2.2.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-lmdb-6.2.2.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-markdown-6.2.2.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-package-manager-6.2.2.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-stress-tester-6.2.2.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-syntax-6.2.2.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-testing-6.2.2.tar.gz https://github.com/swiftlang/swift-toolchain-sqlite/archive/refs/tags/1.0.1.tar.gz -> swift-toolchain-sqlite-1.0.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-tools-support-core-6.2.2.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.2.2-RELEASE.tar.gz -> swift-6.2.2.tar.gz
|
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
|
||||||
_md5_=22d5e605ec08b46683653b06eeca93bd
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=dev-build/cmake-3.30.2 >=dev-build/ninja-1.11.1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=dev-util/patchelf-0.18 >=dev-vcs/git-2.39 >=sys-apps/coreutils-9 >=sys-devel/gcc-11 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= || ( dev-lang/swift dev-lang/swift-bootstrap ) llvm_slot_17? ( llvm-core/clang:17= llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/clang:18= llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/clang:19= llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/clang:20= llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/clang:21= llvm-core/lld:21= ) dev-lang/python python_single_target_python3_12? ( dev-python/setuptools[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/setuptools[python_targets_python3_13(-)] )
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup unpack
|
|
||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.swift.org
|
|
||||||
INHERIT=llvm-r2 python-single-r1 toolchain-funcs
|
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=Apache-2.0
|
|
||||||
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) !~dev-lang/swift-5.10.1:0 >=app-arch/zstd-1.5 >=app-eselect/eselect-swift-1.0-r1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.9.1 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= dev-lang/python llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/lld:21= )
|
|
||||||
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
|
||||||
RESTRICT=strip
|
|
||||||
SLOT=6/2
|
|
||||||
SRC_URI=https://github.com/apple/swift-argument-parser/archive/refs/tags/1.4.0.tar.gz -> swift-argument-parser-1.4.0.tar.gz https://github.com/apple/swift-asn1/archive/refs/tags/1.0.0.tar.gz -> swift-asn1-1.0.0.tar.gz https://github.com/apple/swift-async-algorithms/archive/refs/tags/1.0.1.tar.gz -> swift-async-algorithms-1.0.1.tar.gz https://github.com/apple/swift-atomics/archive/refs/tags/1.2.0.tar.gz -> swift-atomics-1.2.0.tar.gz https://github.com/apple/swift-certificates/archive/refs/tags/1.0.1.tar.gz -> swift-certificates-1.0.1.tar.gz https://github.com/apple/swift-collections/archive/refs/tags/1.1.3.tar.gz -> swift-collections-1.1.3.tar.gz https://github.com/apple/swift-crypto/archive/refs/tags/3.0.0.tar.gz -> swift-crypto-3.0.0.tar.gz https://github.com/apple/swift-log/archive/refs/tags/1.5.4.tar.gz -> swift-log-1.5.4.tar.gz https://github.com/apple/swift-nio/archive/refs/tags/2.65.0.tar.gz -> swift-nio-2.65.0.tar.gz https://github.com/apple/swift-numerics/archive/refs/tags/1.0.2.tar.gz -> swift-numerics-1.0.2.tar.gz https://github.com/apple/swift-system/archive/refs/tags/1.5.0.tar.gz -> swift-system-1.5.0.tar.gz https://github.com/microsoft/mimalloc/archive/refs/tags/v3.0.1.tar.gz -> mimalloc-v3.0.1.tar.gz https://github.com/swiftlang/indexstore-db/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> indexstore-db-6.2.3.tar.gz https://github.com/swiftlang/llvm-project/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> llvm-project-6.2.3.tar.gz https://github.com/swiftlang/sourcekit-lsp/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> sourcekit-lsp-6.2.3.tar.gz https://github.com/swiftlang/swift-build/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-build-6.2.3.tar.gz https://github.com/swiftlang/swift-cmark/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-cmark-6.2.3.tar.gz https://github.com/swiftlang/swift-corelibs-foundation/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-corelibs-foundation-6.2.3.tar.gz https://github.com/swiftlang/swift-corelibs-libdispatch/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-corelibs-libdispatch-6.2.3.tar.gz https://github.com/swiftlang/swift-corelibs-xctest/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-corelibs-xctest-6.2.3.tar.gz https://github.com/swiftlang/swift-docc-render-artifact/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-docc-render-artifact-6.2.3.tar.gz https://github.com/swiftlang/swift-docc-symbolkit/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-docc-symbolkit-6.2.3.tar.gz https://github.com/swiftlang/swift-docc/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-docc-6.2.3.tar.gz https://github.com/swiftlang/swift-driver/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-driver-6.2.3.tar.gz https://github.com/swiftlang/swift-experimental-string-processing/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-experimental-string-processing-6.2.3.tar.gz https://github.com/swiftlang/swift-format/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-format-6.2.3.tar.gz https://github.com/swiftlang/swift-foundation-icu/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-foundation-icu-6.2.3.tar.gz https://github.com/swiftlang/swift-foundation/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-foundation-6.2.3.tar.gz https://github.com/swiftlang/swift-installer-scripts/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-installer-scripts-6.2.3.tar.gz https://github.com/swiftlang/swift-integration-tests/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-integration-tests-6.2.3.tar.gz https://github.com/swiftlang/swift-llbuild/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-llbuild-6.2.3.tar.gz https://github.com/swiftlang/swift-llvm-bindings/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-llvm-bindings-6.2.3.tar.gz https://github.com/swiftlang/swift-lmdb/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-lmdb-6.2.3.tar.gz https://github.com/swiftlang/swift-markdown/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-markdown-6.2.3.tar.gz https://github.com/swiftlang/swift-package-manager/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-package-manager-6.2.3.tar.gz https://github.com/swiftlang/swift-stress-tester/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-stress-tester-6.2.3.tar.gz https://github.com/swiftlang/swift-syntax/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-syntax-6.2.3.tar.gz https://github.com/swiftlang/swift-testing/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-testing-6.2.3.tar.gz https://github.com/swiftlang/swift-toolchain-sqlite/archive/refs/tags/1.0.1.tar.gz -> swift-toolchain-sqlite-1.0.1.tar.gz https://github.com/swiftlang/swift-tools-support-core/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-tools-support-core-6.2.3.tar.gz https://github.com/swiftlang/swift/archive/refs/tags/swift-6.2.3-RELEASE.tar.gz -> swift-6.2.3.tar.gz
|
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
|
||||||
_md5_=22d5e605ec08b46683653b06eeca93bd
|
|
||||||
16
metadata/md5-cache/dev-lang/swift-6.3
Normal file
16
metadata/md5-cache/dev-lang/swift-6.3
Normal file
File diff suppressed because one or more lines are too long
@@ -2,7 +2,7 @@ DEFINED_PHASES=install postinst postrm preinst setup unpack
|
|||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://www.swift.org
|
HOMEPAGE=https://www.swift.org
|
||||||
INHERIT=llvm-r1 python-single-r1 unpacker
|
INHERIT=llvm-r2 python-single-r1 unpacker
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
LICENSE=Apache-2.0 GPL-2
|
LICENSE=Apache-2.0 GPL-2
|
||||||
@@ -11,5 +11,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_1
|
|||||||
RESTRICT=strip
|
RESTRICT=strip
|
||||||
SLOT=5/10
|
SLOT=5/10
|
||||||
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-5.10.1-r5/swift-5.10.1-r5.gpkg.tar
|
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-5.10.1-r5/swift-5.10.1-r5.gpkg.tar
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 llvm-r1 77771a412c60b32ce3205d377edd7b83 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
||||||
_md5_=00bc33d6723b8263dd8bd88142f09531
|
_md5_=b30ab4ee6c93fb7e5be6d0ee65158bec
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DEFINED_PHASES=install postinst postrm preinst setup unpack
|
|||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://www.swift.org
|
HOMEPAGE=https://www.swift.org
|
||||||
INHERIT=llvm-r1 python-single-r1 unpacker
|
INHERIT=llvm-r2 python-single-r1 unpacker
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
LICENSE=Apache-2.0 GPL-2
|
LICENSE=Apache-2.0 GPL-2
|
||||||
@@ -11,5 +11,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_1
|
|||||||
RESTRICT=strip
|
RESTRICT=strip
|
||||||
SLOT=6/2
|
SLOT=6/2
|
||||||
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-6.2.3/swift-6.2.3.gpkg.tar
|
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-6.2.3/swift-6.2.3.gpkg.tar
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 llvm-r1 77771a412c60b32ce3205d377edd7b83 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
||||||
_md5_=95528461e69c84cf3035dc141c30a98e
|
_md5_=5b35a7e08f71805114433f9df6a27aab
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DEFINED_PHASES=install postinst postrm preinst setup unpack
|
|||||||
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://www.swift.org
|
HOMEPAGE=https://www.swift.org
|
||||||
INHERIT=llvm-r1 python-single-r1 unpacker
|
INHERIT=llvm-r2 python-single-r1 unpacker
|
||||||
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
LICENSE=Apache-2.0 GPL-2
|
LICENSE=Apache-2.0 GPL-2
|
||||||
@@ -11,5 +11,5 @@ REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_1
|
|||||||
RESTRICT=strip
|
RESTRICT=strip
|
||||||
SLOT=6/2
|
SLOT=6/2
|
||||||
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-6.2.4/swift-6.2.4.gpkg.tar
|
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-6.2.4/swift-6.2.4.gpkg.tar
|
||||||
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 llvm-r1 77771a412c60b32ce3205d377edd7b83 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
||||||
_md5_=95528461e69c84cf3035dc141c30a98e
|
_md5_=5b35a7e08f71805114433f9df6a27aab
|
||||||
|
|||||||
15
metadata/md5-cache/dev-lang/swift-bin-6.3
Normal file
15
metadata/md5-cache/dev-lang/swift-bin-6.3
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
DEFINED_PHASES=install postinst postrm preinst setup unpack
|
||||||
|
DESCRIPTION=A high-level, general-purpose, multi-paradigm, compiled programming language
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://www.swift.org
|
||||||
|
INHERIT=llvm-r2 python-single-r1 unpacker
|
||||||
|
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
|
||||||
|
KEYWORDS=-* ~amd64
|
||||||
|
LICENSE=Apache-2.0 GPL-2
|
||||||
|
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) !~dev-lang/swift-5.10.1:0 !dev-lang/swift:6/2 >=app-arch/zstd-1.5 >=app-eselect/eselect-swift-1.0-r1 >=dev-db/sqlite-3 >=dev-libs/icu-69 >=dev-libs/libedit-20221030 >=dev-libs/libxml2-2.11.5 >=net-misc/curl-8.9.1 >=sys-libs/ncurses-6 >=virtual/zlib-1.3.1:= dev-lang/python llvm_slot_17? ( llvm-core/lld:17= ) llvm_slot_18? ( llvm-core/lld:18= ) llvm_slot_19? ( llvm-core/lld:19= ) llvm_slot_20? ( llvm-core/lld:20= ) llvm_slot_21? ( llvm-core/lld:21= )
|
||||||
|
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
|
||||||
|
RESTRICT=strip
|
||||||
|
SLOT=6/2
|
||||||
|
SRC_URI=https://github.com/itaiferber/gentoo-distfiles/releases/download/dev-lang/swift-6.3/swift-6.3.gpkg.tar
|
||||||
|
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 8bc46809768366b4239eab39335419bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
|
||||||
|
_md5_=5b35a7e08f71805114433f9df6a27aab
|
||||||
16
metadata/md5-cache/dev-libs/sirit-1.0.5
Normal file
16
metadata/md5-cache/dev-libs/sirit-1.0.5
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=dev-util/spirv-headers
|
||||||
|
DESCRIPTION=A runtime SPIR-V assembler
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/eden-emulator/sirit
|
||||||
|
INHERIT=cmake
|
||||||
|
IUSE=test
|
||||||
|
KEYWORDS=~amd64 ~arm64 ~ppc64
|
||||||
|
LICENSE=AGPL-3+
|
||||||
|
RDEPEND=dev-util/spirv-headers
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/eden-emulator/sirit/archive/refs/tags/v1.0.5.tar.gz -> sirit-1.0.5.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
||||||
|
_md5_=e29ee84bd48ae8b38aa8f6862415ee3b
|
||||||
16
metadata/md5-cache/dev-python/anthropic-0.86.0
Normal file
16
metadata/md5-cache/dev-python/anthropic-0.86.0
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=dev-python/hatch-fancy-pypi-readme[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( >=dev-python/boto3-1.28.57[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/botocore-1.31.57[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx-aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-13.7.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] net-libs/nodejs[npm] net-misc/curl ) test? ( >=dev-python/anyio-3.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/docstring-parser-0.15[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.25.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jiter-0.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-1.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.14[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/http-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/respx[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/time-machine[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||||
|
DESCRIPTION=The official Python library for the anthropic API
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/anthropics/anthropic-sdk-python https://pypi.org/project/anthropic
|
||||||
|
INHERIT=distutils-r1 optfeature pypi
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=>=dev-python/anyio-3.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/docstring-parser-0.15[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.25.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jiter-0.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-1.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.14[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/anthropics/anthropic-sdk-python/archive/refs/tags/v0.86.0.tar.gz -> anthropic-sdk-python-0.86.0.gh.tar.gz test? ( https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-dd2dcd00a757075370a7e4a7f469a1e2d067c2118684c3b70d7906a8f5cf518b.yml -> anthropic-openapi-spec-v2026.03.18.yml https://registry.npmjs.org/@stdy/cli/-/cli-0.19.7.tgz -> npm-@stdy-cli-cli-0.19.7.tgz amd64? ( https://registry.npmjs.org/@stdy/cli-linux-x64/-/cli-linux-x64-0.19.7.tgz -> npm-@stdy-cli-linux-x64-cli-linux-x64-0.19.7.tgz ) arm64? ( https://registry.npmjs.org/@stdy/cli-linux-arm64/-/cli-linux-arm64-0.19.7.tgz -> npm-@stdy-cli-linux-arm64-cli-linux-arm64-0.19.7.tgz ) )
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
|
_md5_=426d54bfed6049233b73d12b275cef22
|
||||||
@@ -5,7 +5,7 @@ EAPI=8
|
|||||||
HOMEPAGE=https://github.com/florimondmanca/asgi-lifespan/ https://pypi.org/project/asgi-lifespan/
|
HOMEPAGE=https://github.com/florimondmanca/asgi-lifespan/ https://pypi.org/project/asgi-lifespan/
|
||||||
INHERIT=distutils-r1 pypi
|
INHERIT=distutils-r1 pypi
|
||||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64 ~arm64
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
RDEPEND=dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/a/asgi-lifespan/asgi-lifespan-2.1.0.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/a/asgi-lifespan/asgi-lifespan-2.1.0.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
_md5_=954e5d4406d20fe50a739c88d7b3b57e
|
_md5_=a3acb3750d10224f38ff1d162d4dba9a
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/decopatch/decopatch-1.4.10.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/d/decopatch/decopatch-1.4.10.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
_md5_=03adfc16010de74e7231d2ff61646073
|
_md5_=fa27708c00d042bfa6e1c7ceb960d0cd
|
||||||
|
|||||||
16
metadata/md5-cache/dev-python/http-snapshot-0.1.9
Normal file
16
metadata/md5-cache/dev-python/http-snapshot-0.1.9
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=test? ( >=dev-python/httpx-0.28.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.32.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/inline-snapshot-0.27.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/anyio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install postinst prepare test
|
||||||
|
DESCRIPTION=A pytest plugin that snapshots requests made with popular Python HTTP clients
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/karpetrosyan/http-snapshot https://pypi.org/project/http-snapshot/
|
||||||
|
INHERIT=distutils-r1 optfeature
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=>=dev-python/inline-snapshot-0.27.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/karpetrosyan/http-snapshot/archive/refs/tags/0.1.9.tar.gz -> http-snapshot-0.1.9.gh.tar.gz
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301
|
||||||
|
_md5_=3a92e503180884f33a278cd1d0e2d04c
|
||||||
@@ -5,7 +5,7 @@ EAPI=8
|
|||||||
HOMEPAGE=https://github.com/florimondmanca/httpx-sse https://pypi.org/project/httpx-sse/
|
HOMEPAGE=https://github.com/florimondmanca/httpx-sse https://pypi.org/project/httpx-sse/
|
||||||
INHERIT=distutils-r1 pypi
|
INHERIT=distutils-r1 pypi
|
||||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64 ~arm64
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=dev-python/httpx[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
RDEPEND=dev-python/httpx[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/h/httpx-sse/httpx_sse-0.4.3.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/h/httpx-sse/httpx_sse-0.4.3.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
_md5_=806460ad0fa28af6baaec9617e7ae544
|
_md5_=1f5b7c45a91c146b638e63aaa516b92a
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=test? ( dev-python/responses[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/charset-normalizer[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/docopt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonpatch[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
|
||||||
DESCRIPTION=Lib and CLI for archive.org - for search, uploading, downloading, rename...
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/jjjake/internetarchive
|
|
||||||
INHERIT=distutils-r1
|
|
||||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=AGPL-3
|
|
||||||
RDEPEND=dev-python/charset-normalizer[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/docopt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonpatch[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
|
||||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
|
||||||
RESTRICT=!test? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/jjjake/internetarchive/archive/refs/tags/v3.7.0.tar.gz -> internetarchive-3.7.0.gh.tar.gz
|
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
|
|
||||||
_md5_=7ca4cb13d8a9d7a31d7f73883f289e1f
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=test? ( dev-python/responses[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/charset-normalizer[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/docopt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonpatch[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
|
||||||
DESCRIPTION=Lib and CLI for archive.org - for search, uploading, downloading, rename etc
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/jjjake/internetarchive
|
|
||||||
INHERIT=distutils-r1
|
|
||||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=AGPL-3
|
|
||||||
RDEPEND=dev-python/charset-normalizer[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/docopt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/jsonpatch[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/schema[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/urllib3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
|
||||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
|
||||||
RESTRICT=!test? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/jjjake/internetarchive/archive/refs/tags/v5.3.0.tar.gz -> internetarchive-5.3.0.gh.tar.gz
|
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
|
|
||||||
_md5_=a475088c8013eda3143dc5980aad671f
|
|
||||||
16
metadata/md5-cache/dev-python/internetarchive-5.8.0
Normal file
16
metadata/md5-cache/dev-python/internetarchive-5.8.0
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=test? ( dev-python/responses[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/jsonpatch[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/schema[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DESCRIPTION=Lib and CLI for archive.org - for search, uploading, downloading, rename etc
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/jjjake/internetarchive
|
||||||
|
INHERIT=distutils-r1
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=AGPL-3
|
||||||
|
RDEPEND=dev-python/jsonpatch[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/schema[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tqdm[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/jjjake/internetarchive/archive/refs/tags/v5.8.0.tar.gz -> internetarchive-5.8.0.gh.tar.gz
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39
|
||||||
|
_md5_=42480042a0460bbcc78fc1fba52a5115
|
||||||
16
metadata/md5-cache/dev-python/openai-2.29.0
Normal file
16
metadata/md5-cache/dev-python/openai-2.29.0
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=dev-python/hatch-fancy-pypi-readme[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/distro[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx-aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] net-libs/nodejs[npm] net-misc/curl ) test? ( >=dev-python/anyio-3.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.23.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jiter-0.10.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-1.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tqdm-4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.14[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/nest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/respx[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/time-machine[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test unpack
|
||||||
|
DESCRIPTION=The official Python library for the openai API
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/openai/openai-python https://pypi.org/project/openai/
|
||||||
|
INHERIT=distutils-r1 pypi
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
RDEPEND=>=dev-python/anyio-3.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.23.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jiter-0.10.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-1.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tqdm-4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.14[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/openai/openai-python/archive/refs/tags/v2.29.0.tar.gz -> openai-python-2.29.0.gh.tar.gz test? ( https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-00994178cc8e20d71754b00c54b0e4f5b4128e1c1cce765e9b7d696bd8c80d33.yml -> openai-openapi-spec-v2.3.0.yml https://registry.npmjs.org/@stdy/cli/-/cli-0.19.7.tgz -> npm-@stdy-cli-cli-0.19.7.tgz amd64? ( https://registry.npmjs.org/@stdy/cli-linux-x64/-/cli-linux-x64-0.19.7.tgz -> npm-@stdy-cli-linux-x64-cli-linux-x64-0.19.7.tgz ) arm64? ( https://registry.npmjs.org/@stdy/cli-linux-arm64/-/cli-linux-arm64-0.19.7.tgz -> npm-@stdy-cli-linux-arm64-cli-linux-arm64-0.19.7.tgz ) )
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
|
_md5_=e0ddc6e7b4887faf3ce245040dab93d4
|
||||||
16
metadata/md5-cache/dev-python/prefab-ui-0.14.1
Normal file
16
metadata/md5-cache/dev-python/prefab-ui-0.14.1
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=test? ( dev-python/jsonschema[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-lang/deno-bin >=dev-python/pydantic-2.11[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/cyclopts-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-13[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DESCRIPTION=The agentic frontend framework that even humans can use
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://prefab.prefect.io/ https://github.com/PrefectHQ/prefab https://pypi.org/project/prefab-ui/
|
||||||
|
INHERIT=distutils-r1 pypi
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
RDEPEND=dev-lang/deno-bin >=dev-python/pydantic-2.11[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/cyclopts-4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-13[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://files.pythonhosted.org/packages/source/p/prefab-ui/prefab_ui-0.14.1.tar.gz test? ( https://github.com/falbrechtskirchinger/overlay-assets/releases/download/v2026.03.28.0/prefab_ui-sandbox-v2026.03.28.tar.xz https://github.com/falbrechtskirchinger/overlay-assets/releases/download/v2026.03.28.0/prefab_ui-pyodide-v2026.03.28.sha256 )
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
|
_md5_=9f6b418984ee08c9ee8e278b8b77c845
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
BDEPEND=test? ( dev-python/cattrs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lsprotocol[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/websockets[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/cattrs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lsprotocol[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
BDEPEND=test? ( dev-python/cattrs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lsprotocol[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/websockets[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/cattrs[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lsprotocol[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
DEFINED_PHASES=compile configure install postinst prepare test
|
DEFINED_PHASES=compile configure install postinst prepare test
|
||||||
DESCRIPTION=A pythonic generic language server
|
DESCRIPTION=A pythonic generic language server
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -11,6 +11,6 @@ RDEPEND=dev-python/cattrs[python_targets_python3_12(-)?,python_targets_python3_1
|
|||||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
RESTRICT=!test? ( test )
|
RESTRICT=!test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/openlawlibrary/pygls/archive/v2.0.1.tar.gz -> pygls-2.0.1.gh.tar.gz
|
SRC_URI=https://github.com/openlawlibrary/pygls/archive/v2.1.1.tar.gz -> pygls-2.1.1.gh.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301
|
||||||
_md5_=92df18057c928d75fa16a35f2c6b5c34
|
_md5_=2cb6edb24f2a01b34af9ad256a51dd2a
|
||||||
17
metadata/md5-cache/dev-python/pynng-0.9.0
Normal file
17
metadata/md5-cache/dev-python/pynng-0.9.0
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=dev-python/cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-build/cmake dev-build/ninja test? ( dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
DESCRIPTION=Ergonomic bindings for nanomsg next generation (nng) in Python
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/codypiersall/pynng https://pypi.org/project/pynng
|
||||||
|
INHERIT=distutils-r1 pypi
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=dev-python/cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sniffio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://files.pythonhosted.org/packages/source/p/pynng/pynng-0.9.0.tar.gz
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
|
_md5_=090eac3457c192c95bad1be89014e630
|
||||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-cases/pytest_cases-3.9.1.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-cases/pytest_cases-3.9.1.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
_md5_=b07c81261240994668e0924d5b9aaec9
|
_md5_=512b645fbb54f07beff8ab6ac66c3a93
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ EAPI=8
|
|||||||
HOMEPAGE=https://github.com/sysid/sse-starlette/ https://pypi.org/project/sse-starlette/
|
HOMEPAGE=https://github.com/sysid/sse-starlette/ https://pypi.org/project/sse-starlette/
|
||||||
INHERIT=distutils-r1 pypi
|
INHERIT=distutils-r1 pypi
|
||||||
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64 ~arm64
|
||||||
LICENSE=BSD
|
LICENSE=BSD
|
||||||
RDEPEND=>=dev-python/starlette-0.49.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
RDEPEND=>=dev-python/starlette-0.49.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.7.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/sse-starlette/sse_starlette-3.3.2.tar.gz
|
SRC_URI=https://files.pythonhosted.org/packages/source/s/sse-starlette/sse_starlette-3.3.2.tar.gz
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 pypi a451be5a08e8eb46f927fc6dd163583f
|
||||||
_md5_=499f868db11b75d7449612d33a6a4f2f
|
_md5_=b8c9cb25f745f779b600c9ade7eb23a9
|
||||||
|
|||||||
16
metadata/md5-cache/dev-python/textual-8.2.1
Normal file
16
metadata/md5-cache/dev-python/textual-8.2.1
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=test? ( dev-python/httpx[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] =dev-python/textual-dev-1.8*[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-json[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-cpp[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-c[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-bash[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-python[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-lua[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-rust[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-html[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-libs/tree-sitter-javascript[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/markdown-it-py-2.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/platformdirs-5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-14.2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/typing-extensions-5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/syrupy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-textual-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install postinst prepare test
|
||||||
|
DESCRIPTION=Modern Text User Interface framework
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://textual.textualize.io/ https://github.com/Textualize/textual https://pypi.org/project/textual/
|
||||||
|
INHERIT=distutils-r1 optfeature
|
||||||
|
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/platformdirs-3.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/platformdirs-5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/rich-14.2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/typing-extensions-5[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v8.2.1.tar.gz -> textual-8.2.1.gh.tar.gz
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 62add15ed646bfe511af53e282621b39 optfeature 538bce96e5589935b57e178e8635f301
|
||||||
|
_md5_=6f7dfdd90a37eedbfe38343ccce5af02
|
||||||
@@ -12,6 +12,6 @@ RDEPEND=ruby_targets_ruby32? ( >=dev-ruby/css_parser-1.6.0[ruby_targets_ruby32(-
|
|||||||
REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 )
|
REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 )
|
||||||
RESTRICT=!test? ( test ) !test? ( test ) !test? ( test )
|
RESTRICT=!test? ( test ) !test? ( test ) !test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://rubygems.org/gems/prawn-svg-0.38.1.gem
|
SRC_URI=https://rubygems.org/gems/prawn-svg-0.40.0.gem
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 ruby-utils a3a0978ae7e8a40e253821da24a24782 ruby-ng 705ab926556cb5cb4811999dd0c670b0 ruby-fakegem 48f84e242da52518087150e5f863d4e8
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 multilib fc812e8eb2170022c28272d80a1f9e77 ruby-utils a3a0978ae7e8a40e253821da24a24782 ruby-ng 705ab926556cb5cb4811999dd0c670b0 ruby-fakegem 48f84e242da52518087150e5f863d4e8
|
||||||
_md5_=f97c7e7d325b816f2ca34ab50c677069
|
_md5_=13dbe28fb6378b9deae841a3e40eb357
|
||||||
14
metadata/md5-cache/dev-util/forgejo-cli-0.4.1
Normal file
14
metadata/md5-cache/dev-util/forgejo-cli-0.4.1
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
|
||||||
|
DEFINED_PHASES=compile configure install setup test unpack
|
||||||
|
DESCRIPTION=CLI application for interacting with Forgejo
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://codeberg.org/forgejo-contrib/forgejo-cli
|
||||||
|
INHERIT=cargo
|
||||||
|
IUSE=debug
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=BSD-2 BSD Unicode-3.0 Apache-2.0 ISC MPL-2.0 ZLIB
|
||||||
|
RESTRICT=mirror
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://codeberg.org/forgejo-contrib/forgejo-cli/archive/v0.4.1.tar.gz -> forgejo-cli-0.4.1.tar.xz https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/forgejo-cli-0.4.1-deps.tar.xz/forgejo-cli-0.4.1-deps.tar.xz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45
|
||||||
|
_md5_=be91e5d4d7db7c5a9056e0d7d67ef8f2
|
||||||
@@ -6,5 +6,5 @@ KEYWORDS=-* ~amd64 ~arm64
|
|||||||
LICENSE=Apache-2.0
|
LICENSE=Apache-2.0
|
||||||
RDEPEND=net-libs/nodejs
|
RDEPEND=net-libs/nodejs
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.35.2/gemini.js -> gemini-cli-0.35.2.js
|
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.35.3/gemini.js -> gemini-cli-0.35.3.js
|
||||||
_md5_=a4aea0be8bf4aadca90e47f86c3d161c
|
_md5_=a4aea0be8bf4aadca90e47f86c3d161c
|
||||||
@@ -11,6 +11,6 @@ LICENSE=all-rights-reserved
|
|||||||
RDEPEND=|| ( sys-apps/systemd sys-apps/systemd-utils ) >=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/libglvnd media-libs/mesa net-misc/curl sys-apps/dbus virtual/zlib:= sys-process/lsof x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils kerberos? ( app-crypt/mit-krb5 ) verify-sig? ( >=sec-keys/openpgp-keys-google-artifact-registry-20210504 )
|
RDEPEND=|| ( sys-apps/systemd sys-apps/systemd-utils ) >=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/libglvnd media-libs/mesa net-misc/curl sys-apps/dbus virtual/zlib:= sys-process/lsof x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils kerberos? ( app-crypt/mit-krb5 ) verify-sig? ( >=sec-keys/openpgp-keys-google-artifact-registry-20210504 )
|
||||||
RESTRICT=bindist mirror strip
|
RESTRICT=bindist mirror strip
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.21.6-1774402696_amd64_98e03c846452e0ea2610f02177e7654c.deb -> google-antigravity-1.21.6_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.21.6-1774402728_arm64_d913bda594d63ccff238497d87b35e1f.deb -> google-antigravity-1.21.6_arm64.deb ) verify-sig? ( https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/google-antigravity-1.21.6-verify-sig.tar.xz )
|
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.21.9-1774760656_amd64_dbc843db4882139d3e68619b52d9df7d.deb -> google-antigravity-1.21.9_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.21.9-1774760701_arm64_621675ab678730e2afb13f21f6af3473.deb -> google-antigravity-1.21.9_arm64.deb ) verify-sig? ( https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/google-antigravity-1.21.9-verify-sig.tar.xz )
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=8c8778e4b166e6f0e7230b9bc8f1edd6
|
_md5_=a63eac4a7c3cf3357e4ed1b9ec9ea542
|
||||||
13
metadata/md5-cache/dev-util/juliaup-1.19.10
Normal file
13
metadata/md5-cache/dev-util/juliaup-1.19.10
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
12
metadata/md5-cache/dev-util/kubetail-0.12.2
Normal file
12
metadata/md5-cache/dev-util/kubetail-0.12.2
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
BDEPEND=>=dev-lang/go-1.25.0 >=dev-lang/go-1.20:= app-arch/unzip
|
||||||
|
DEFINED_PHASES=compile install unpack
|
||||||
|
DESCRIPTION=Real-time logging dashboard for Kubernetes
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/kubetail-org/kubetail
|
||||||
|
INHERIT=go-module shell-completion
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.12.2/kubetail-0.12.2-vendored.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot ba2e3d2f7daad91fdef9350dc789d87f go-env f7f56c1e72a626b159373a2c2b89af39 go-module 1333f0eba2be11d0afeadce17a07af4d bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||||
|
_md5_=6e4f90f673f0d9a22d493393ae96cee5
|
||||||
11
metadata/md5-cache/dev-util/kubetail-bin-0.12.2
Normal file
11
metadata/md5-cache/dev-util/kubetail-bin-0.12.2
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
DEFINED_PHASES=compile install
|
||||||
|
DESCRIPTION=Real-time logging dashboard for Kubernetes
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/kubetail-org/kubetail
|
||||||
|
INHERIT=shell-completion
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=amd64? ( https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.12.2/kubetail-linux-amd64.tar.gz -> kubetail-bin-0.12.2-linux-amd64.tar.gz ) arm64? ( https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.12.2/kubetail-linux-arm64.tar.gz -> kubetail-bin-0.12.2-linux-arm64.tar.gz )
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||||
|
_md5_=000cad1c61372ac46c316273cd2e4cec
|
||||||
14
metadata/md5-cache/dev-util/ols-2026.03
Normal file
14
metadata/md5-cache/dev-util/ols-2026.03
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
BDEPEND=~dev-lang/odin-2026.03
|
||||||
|
DEFINED_PHASES=compile configure install prepare
|
||||||
|
DESCRIPTION=Language server for Odin Programming language
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/DanielGavin/ols
|
||||||
|
INHERIT=edo
|
||||||
|
IUSE=odinfmt
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=~dev-lang/odin-2026.03
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/DanielGavin/ols/archive/refs/tags/dev-2026-03.tar.gz -> ols-2026-03.tar.gz
|
||||||
|
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2
|
||||||
|
_md5_=af1526d260ad47dd7bd5f838c06e6bde
|
||||||
@@ -3,12 +3,12 @@ DEFINED_PHASES=configure install unpack
|
|||||||
DESCRIPTION=colorful hex dump (RGB edition)
|
DESCRIPTION=colorful hex dump (RGB edition)
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://hacktivis.me/git/xcd-rgb/
|
HOMEPAGE=https://hacktivis.me/git/xcd-rgb/
|
||||||
INHERIT=verify-sig
|
INHERIT=toolchain-funcs verify-sig
|
||||||
IUSE=static verify-sig
|
IUSE=static verify-sig
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64 ~arm64
|
||||||
LICENSE=MPL-2.0
|
LICENSE=MPL-2.0
|
||||||
RDEPEND=!<sys-apps/utils-extra-0.0.2-r1
|
RDEPEND=!<sys-apps/utils-extra-0.0.2-r1
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://distfiles.hacktivis.me/releases/xcd-rgb/xcd-rgb-1.0.0.tar.gz verify-sig? ( https://distfiles.hacktivis.me/releases/xcd-rgb/xcd-rgb-1.0.0.tar.gz.sign )
|
SRC_URI=https://distfiles.hacktivis.me/releases/xcd-rgb/xcd-rgb-1.0.0.tar.gz verify-sig? ( https://distfiles.hacktivis.me/releases/xcd-rgb/xcd-rgb-1.0.0.tar.gz.sign )
|
||||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
|
||||||
_md5_=c1e3b2d99070a5cd6bd31e9243e9c7fd
|
_md5_=ac9d7dea49d0558b87357345a9acb543
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ DEFINED_PHASES=configure install unpack
|
|||||||
DESCRIPTION=colorful hex dump (RGB edition)
|
DESCRIPTION=colorful hex dump (RGB edition)
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://hacktivis.me/git/xcd-rgb/
|
HOMEPAGE=https://hacktivis.me/git/xcd-rgb/
|
||||||
INHERIT=git-r3
|
INHERIT=toolchain-funcs git-r3
|
||||||
IUSE=static
|
IUSE=static
|
||||||
LICENSE=MPL-2.0
|
LICENSE=MPL-2.0
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=!<sys-apps/utils-extra-0.0.2-r1
|
RDEPEND=!<sys-apps/utils-extra-0.0.2-r1
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=c1e3b2d99070a5cd6bd31e9243e9c7fd
|
_md5_=ac9d7dea49d0558b87357345a9acb543
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ INHERIT=go-module
|
|||||||
KEYWORDS=~amd64 ~arm64
|
KEYWORDS=~amd64 ~arm64
|
||||||
LICENSE=Apache-2.0
|
LICENSE=Apache-2.0
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/gabrie30/ghorg/archive/v1.11.7.tar.gz -> ghorg-1.11.7.tar.gz http://joecool.ftfuchs.com/godeps/ghorg-1.11.7-vendor.tar.xz
|
SRC_URI=https://github.com/gabrie30/ghorg/archive/v1.11.10.tar.gz -> ghorg-1.11.10.tar.gz http://joecool.ftfuchs.com/godeps/ghorg-1.11.10-vendor.tar.xz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot ba2e3d2f7daad91fdef9350dc789d87f go-env f7f56c1e72a626b159373a2c2b89af39 go-module 1333f0eba2be11d0afeadce17a07af4d
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot ba2e3d2f7daad91fdef9350dc789d87f go-env f7f56c1e72a626b159373a2c2b89af39 go-module 1333f0eba2be11d0afeadce17a07af4d
|
||||||
_md5_=7009b8e0f73c0e1d1e9575ec17dfa49f
|
_md5_=7009b8e0f73c0e1d1e9575ec17dfa49f
|
||||||
13
metadata/md5-cache/dev-vcs/git-mediawiki-9999
Normal file
13
metadata/md5-cache/dev-vcs/git-mediawiki-9999
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
BDEPEND=dev-vcs/git[perl] >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile install unpack
|
||||||
|
DEPEND=dev-vcs/git[perl]
|
||||||
|
DESCRIPTION=Gate between Git and Mediawiki
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/Git-Mediawiki/Git-Mediawiki
|
||||||
|
INHERIT=git-r3 perl-functions
|
||||||
|
LICENSE=GPL-2
|
||||||
|
PROPERTIES=live
|
||||||
|
RDEPEND=dev-vcs/git[perl] dev-perl/MediaWiki-API dev-perl/DateTime-Format-ISO8601
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764 perl-functions 1863acf0982afafc67797e3ce7275b4c
|
||||||
|
_md5_=81110a1259da6918d067088fafa32c18
|
||||||
17
metadata/md5-cache/games-emulation/azahar-2125.0.1
Normal file
17
metadata/md5-cache/games-emulation/azahar-2125.0.1
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=test? ( >=dev-cpp/catch-3:0 ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
|
DEPEND=dev-cpp/nlohmann_json dev-cpp/robin-map dev-libs/boost:= dev-libs/crypto++:= dev-libs/dynarmic dev-libs/inih dev-libs/libfmt:= dev-libs/microprofile dev-libs/nihstro dev-libs/openssl:= dev-libs/sirit dev-libs/teakra dev-libs/xxhash dev-qt/qtbase:6[concurrent,dbus,widgets] dev-qt/qtmultimedia:6 dev-util/glslang media-libs/cubeb media-libs/faad2 media-libs/libsdl2 media-libs/libsoundtouch:= media-libs/openal media-video/ffmpeg net-libs/enet virtual/libusb dev-util/spirv-headers dev-util/vulkan-headers media-libs/VulkanMemoryAllocator amd64? ( dev-libs/xbyak ) arm64? ( dev-libs/oaknut )
|
||||||
|
DESCRIPTION=An open-source 3DS emulator project based on Citra
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://azahar-emu.org
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake xdg
|
||||||
|
IUSE=cpu_flags_x86_sse4_2 test
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-2+ MIT BSD-2 ZLIB GPL-2 MIT GPL-2+ Boost-1.0 BSD
|
||||||
|
RDEPEND=dev-cpp/nlohmann_json dev-cpp/robin-map dev-libs/boost:= dev-libs/crypto++:= dev-libs/dynarmic dev-libs/inih dev-libs/libfmt:= dev-libs/microprofile dev-libs/nihstro dev-libs/openssl:= dev-libs/sirit dev-libs/teakra dev-libs/xxhash dev-qt/qtbase:6[concurrent,dbus,widgets] dev-qt/qtmultimedia:6 dev-util/glslang media-libs/cubeb media-libs/faad2 media-libs/libsdl2 media-libs/libsoundtouch:= media-libs/openal media-video/ffmpeg net-libs/enet virtual/libusb
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/azahar-emu/azahar/releases/download/2125.0.1/azahar-unified-source-2125.0.1.tar.xz -> azahar-2125.0.1.tar.xz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=75fb5b9aeef4b2b7e1f8b2e0940b9c0f
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
BDEPEND=dev-lang/nasm sys-libs/libcap sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
|
|
||||||
DEFINED_PHASES=compile configure postinst postrm preinst prepare pretend test
|
|
||||||
DEPEND=media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype )
|
|
||||||
DESCRIPTION=Complete, accurate DOS emulator forked from DOSBox
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://dosbox-x.com/
|
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|
||||||
INHERIT=autotools toolchain-funcs xdg
|
|
||||||
IUSE=X debug ffmpeg fluidsynth opengl png slirp truetype
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=GPL-2
|
|
||||||
RDEPEND=media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype ) || ( gnome-extra/zenity kde-apps/kdialog x11-misc/xdialog )
|
|
||||||
RESTRICT=!debug? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2025.12.01.tar.gz
|
|
||||||
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
|
||||||
_md5_=793a9ceccf9689fc753a69390f4b2402
|
|
||||||
17
metadata/md5-cache/games-emulation/dosbox-x-2026.03.29
Normal file
17
metadata/md5-cache/games-emulation/dosbox-x-2026.03.29
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=dev-lang/nasm sys-libs/libcap sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
|
||||||
|
DEFINED_PHASES=compile configure postinst postrm preinst prepare pretend test
|
||||||
|
DEPEND=dev-lang/duktape:= media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype )
|
||||||
|
DESCRIPTION=Complete, accurate DOS emulator forked from DOSBox
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://dosbox-x.com/
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=autotools toolchain-funcs xdg
|
||||||
|
IUSE=X debug ffmpeg fluidsynth opengl png slirp truetype
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-2
|
||||||
|
RDEPEND=dev-lang/duktape:= media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype ) || ( gnome-extra/zenity kde-apps/kdialog x11-misc/xdialog )
|
||||||
|
RESTRICT=!debug? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2026.03.29.tar.gz
|
||||||
|
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=b4c6a1f0f81475791d8f8c4a6150023d
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
BDEPEND=dev-lang/nasm sys-libs/libcap sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
|
BDEPEND=dev-lang/nasm sys-libs/libcap sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
DEFINED_PHASES=compile configure postinst postrm preinst prepare pretend test unpack
|
DEFINED_PHASES=compile configure postinst postrm preinst prepare pretend test unpack
|
||||||
DEPEND=media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype )
|
DEPEND=dev-lang/duktape:= media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype )
|
||||||
DESCRIPTION=Complete, accurate DOS emulator forked from DOSBox
|
DESCRIPTION=Complete, accurate DOS emulator forked from DOSBox
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://dosbox-x.com/
|
HOMEPAGE=https://dosbox-x.com/
|
||||||
@@ -9,8 +9,8 @@ INHERIT=autotools toolchain-funcs xdg git-r3
|
|||||||
IUSE=X debug ffmpeg fluidsynth opengl png slirp truetype
|
IUSE=X debug ffmpeg fluidsynth opengl png slirp truetype
|
||||||
LICENSE=GPL-2
|
LICENSE=GPL-2
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype ) || ( gnome-extra/zenity kde-apps/kdialog x11-misc/xdialog )
|
RDEPEND=dev-lang/duktape:= media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap virtual/zlib:= X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype ) || ( gnome-extra/zenity kde-apps/kdialog x11-misc/xdialog )
|
||||||
RESTRICT=!debug? ( test )
|
RESTRICT=!debug? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=793a9ceccf9689fc753a69390f4b2402
|
_md5_=b4c6a1f0f81475791d8f8c4a6150023d
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
BDEPEND=app-arch/unzip dev-util/glslang virtual/pkgconfig test? ( dev-cpp/catch ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
|
||||||
DEPEND=app-arch/lz4 app-arch/zstd dev-libs/libfmt:= dev-libs/mcl >=dev-libs/sirit-1.0.1 dev-util/spirv-tools games-util/gamemode media-gfx/renderdoc media-libs/libva media-libs/opus media-video/ffmpeg net-libs/enet net-libs/mbedtls:3 virtual/zlib:= camera? ( dev-qt/qtmultimedia:6 ) cubeb? ( media-libs/cubeb ) discord? ( dev-cpp/cpp-httplib:=[ssl] dev-libs/discord-rpc ) qt6? ( dev-libs/quazip[qt6(+)] dev-qt/qtbase:6[concurrent,dbus,gui,widgets] ) sdl? ( media-libs/libsdl2[haptic,joystick,sound,video] ) ssl? ( dev-libs/openssl:= dev-cpp/cpp-httplib:=[ssl] ) usb? ( dev-libs/libusb ) web-applet? ( dev-qt/qtwebengine:6[widgets] ) web-service? ( dev-cpp/cpp-httplib:=[ssl] ) wifi? ( net-wireless/wireless-tools ) llvm? ( llvm-core/llvm ) dev-cpp/nlohmann_json dev-cpp/simpleini dev-libs/boost:=[context] dev-libs/frozen dev-libs/unordered_dense dev-util/spirv-headers dev-util/vulkan-headers dev-util/vulkan-utility-libraries media-libs/VulkanMemoryAllocator amd64? ( dev-libs/xbyak ) arm64? ( dev-libs/oaknut ) x86? ( dev-libs/xbyak ) web-service? ( dev-cpp/cpp-jwt ) test? ( dev-libs/oaknut )
|
|
||||||
DESCRIPTION=Nintendo Switch Emulator
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://eden-emu.dev
|
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|
||||||
INHERIT=cmake xdg
|
|
||||||
IUSE=camera +cubeb discord llvm lto +opengl +qt6 room sdl ssl test +usb web-applet web-service wifi
|
|
||||||
KEYWORDS=~amd64 ~arm64
|
|
||||||
LICENSE=GPL-3+ GPL-2+ MIT Apache-2.0-with-LLVM-exceptions GPL-3+ GPL-2+ BSD-2 MIT public-domain Boost-1.0 MPL-2.0
|
|
||||||
RDEPEND=app-arch/lz4 app-arch/zstd dev-libs/libfmt:= dev-libs/mcl >=dev-libs/sirit-1.0.1 dev-util/spirv-tools games-util/gamemode media-gfx/renderdoc media-libs/libva media-libs/opus media-video/ffmpeg net-libs/enet net-libs/mbedtls:3 virtual/zlib:= camera? ( dev-qt/qtmultimedia:6 ) cubeb? ( media-libs/cubeb ) discord? ( dev-cpp/cpp-httplib:=[ssl] dev-libs/discord-rpc ) qt6? ( dev-libs/quazip[qt6(+)] dev-qt/qtbase:6[concurrent,dbus,gui,widgets] ) sdl? ( media-libs/libsdl2[haptic,joystick,sound,video] ) ssl? ( dev-libs/openssl:= dev-cpp/cpp-httplib:=[ssl] ) usb? ( dev-libs/libusb ) web-applet? ( dev-qt/qtwebengine:6[widgets] ) web-service? ( dev-cpp/cpp-httplib:=[ssl] ) wifi? ( net-wireless/wireless-tools ) llvm? ( llvm-core/llvm )
|
|
||||||
REQUIRED_USE=!qt6? ( !camera !discord !web-applet ) web-service? ( ssl || ( qt6 room ) )
|
|
||||||
RESTRICT=!test? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://git.eden-emu.dev/eden-emu/eden/archive/v0.2.0-rc1.tar.gz -> eden-0.2.0_rc1.tar.gz https://git.crueter.xyz/misc/tzdb_to_nx/releases/download/121125/121125.tar.gz -> nx-tzdb-121125.tar.gz
|
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
|
||||||
_md5_=c9a8e39e25962c796ebc37f22b973eb4
|
|
||||||
18
metadata/md5-cache/games-emulation/eden-0.2.0_rc2-r1
Normal file
18
metadata/md5-cache/games-emulation/eden-0.2.0_rc2-r1
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
BDEPEND=app-arch/unzip dev-util/glslang virtual/pkgconfig test? ( dev-cpp/catch ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
|
DEPEND=app-arch/lz4 app-arch/zstd dev-cpp/cpp-httplib:=[ssl] dev-libs/libfmt:= dev-libs/mcl dev-libs/openssl:= >=dev-libs/sirit-1.0.1 dev-util/spirv-tools games-util/gamemode media-gfx/renderdoc media-libs/libsdl2[haptic,joystick,sound,video] media-libs/libva media-libs/opus media-video/ffmpeg net-libs/enet net-libs/mbedtls:3 virtual/zlib:= camera? ( dev-qt/qtmultimedia:6 ) cubeb? ( media-libs/cubeb ) discord? ( dev-libs/discord-rpc ) qt6? ( dev-libs/quazip[qt6(+)] dev-qt/qtbase:6[concurrent,dbus,gui,widgets] ) usb? ( dev-libs/libusb ) web-applet? ( dev-qt/qtwebengine:6[widgets] ) web-service? ( dev-cpp/cpp-httplib:=[ssl] ) wifi? ( net-wireless/wireless-tools ) llvm? ( llvm-core/llvm ) dev-cpp/nlohmann_json dev-cpp/simpleini dev-libs/boost:=[context] dev-libs/frozen dev-libs/unordered_dense dev-util/spirv-headers dev-util/vulkan-headers dev-util/vulkan-utility-libraries media-libs/VulkanMemoryAllocator amd64? ( dev-libs/xbyak ) arm64? ( dev-libs/oaknut ) x86? ( dev-libs/xbyak ) web-service? ( dev-cpp/cpp-jwt ) test? ( dev-libs/oaknut )
|
||||||
|
DESCRIPTION=Nintendo Switch Emulator
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://eden-emu.dev
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake xdg
|
||||||
|
IUSE=camera +cubeb discord llvm lto +opengl +qt6 room sdl test +usb web-applet web-service wifi
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=GPL-3+ GPL-2+ MIT Apache-2.0-with-LLVM-exceptions GPL-3+ GPL-2+ BSD-2 MIT public-domain Boost-1.0 MPL-2.0
|
||||||
|
RDEPEND=app-arch/lz4 app-arch/zstd dev-cpp/cpp-httplib:=[ssl] dev-libs/libfmt:= dev-libs/mcl dev-libs/openssl:= >=dev-libs/sirit-1.0.1 dev-util/spirv-tools games-util/gamemode media-gfx/renderdoc media-libs/libsdl2[haptic,joystick,sound,video] media-libs/libva media-libs/opus media-video/ffmpeg net-libs/enet net-libs/mbedtls:3 virtual/zlib:= camera? ( dev-qt/qtmultimedia:6 ) cubeb? ( media-libs/cubeb ) discord? ( dev-libs/discord-rpc ) qt6? ( dev-libs/quazip[qt6(+)] dev-qt/qtbase:6[concurrent,dbus,gui,widgets] ) usb? ( dev-libs/libusb ) web-applet? ( dev-qt/qtwebengine:6[widgets] ) web-service? ( dev-cpp/cpp-httplib:=[ssl] ) wifi? ( net-wireless/wireless-tools ) llvm? ( llvm-core/llvm )
|
||||||
|
REQUIRED_USE=!qt6? ( !camera !discord !web-applet ) web-service? ( || ( qt6 room ) )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://git.eden-emu.dev/eden-emu/eden/archive/v0.2.0-rc2.tar.gz -> eden-0.2.0_rc2.tar.gz https://git.crueter.xyz/misc/tzdb_to_nx/releases/download/121125/121125.tar.gz -> nx-tzdb-121125.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=8490b84c63565e00ed784a053ca2b2b8
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
BDEPEND=app-text/scdoc virtual/pkgconfig
|
BDEPEND=app-text/scdoc virtual/pkgconfig
|
||||||
DEFINED_PHASES=compile install
|
DEFINED_PHASES=install
|
||||||
DEPEND=sys-libs/ncurses
|
DEPEND=sys-libs/ncurses
|
||||||
DESCRIPTION=grow bonsai trees in your terminal
|
DESCRIPTION=grow bonsai trees in your terminal
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -8,5 +8,5 @@ KEYWORDS=~amd64
|
|||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=sys-libs/ncurses
|
RDEPEND=sys-libs/ncurses
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://gitlab.com/jallbrit/cbonsai/-/archive/v1.3.1/cbonsai-v1.3.1.tar.bz2 -> cbonsai-1.3.1.tar.bz2
|
SRC_URI=https://gitlab.com/jallbrit/cbonsai/-/archive/v1.4.2/cbonsai-v1.4.2.tar.bz2 -> cbonsai-1.4.2.tar.bz2
|
||||||
_md5_=83f5ec1735a983d466f15b028e298fd0
|
_md5_=77276e58cf6d12cd928f91ee607d6999
|
||||||
@@ -9,6 +9,6 @@ LICENSE=all-rights-reserved
|
|||||||
RDEPEND=media-libs/vulkan-loader virtual/dotnet-sdk:10.0
|
RDEPEND=media-libs/vulkan-loader virtual/dotnet-sdk:10.0
|
||||||
RESTRICT=mirror strip
|
RESTRICT=mirror strip
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://ksa-linux.ahwoo.com/download?file=setup_ksa_v2026.3.8.3883.tar.gz -> kittenspaceagency-bin-2026.3.8-r3883.tar.gz
|
SRC_URI=https://ksa-linux.ahwoo.com/download?file=setup_ksa_v2026.3.11.3916.tar.gz -> kittenspaceagency-bin-2026.3.11-r3916.tar.gz
|
||||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc
|
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc
|
||||||
_md5_=3eda23c7ba2fb5e9470ca941c732de03
|
_md5_=3eda23c7ba2fb5e9470ca941c732de03
|
||||||
15
metadata/md5-cache/games-util/hydra-launcher-bin-3.9.5
Normal file
15
metadata/md5-cache/games-util/hydra-launcher-bin-3.9.5
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
BDEPEND=|| ( app-arch/rpm2targz >=app-arch/rpm-4.19.0 )
|
||||||
|
DEFINED_PHASES=install postinst postrm preinst prepare unpack
|
||||||
|
DESCRIPTION=Open-source gaming platform and launcher
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/hydralauncher/hydra
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=desktop rpm xdg
|
||||||
|
KEYWORDS=-* ~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=app-accessibility/at-spi2-core dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/mesa net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||||
|
RESTRICT=bindist mirror strip
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.9.5/hydralauncher-3.9.5.x86_64.rpm )
|
||||||
|
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=156eea742207667e45910f42c8342c87
|
||||||
16
metadata/md5-cache/games-util/linuxtrack-qt6-wayland-1.4.1
Normal file
16
metadata/md5-cache/games-util/linuxtrack-qt6-wayland-1.4.1
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/pkgconfig
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
|
DEPEND=dev-qt/qtbase:6 dev-libs/libusb dev-libs/mxml media-libs/liblo media-libs/opencv virtual/opengl winebridge? ( virtual/wine )
|
||||||
|
DESCRIPTION=Modernized fork of Linuxtrack headtracking software
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/StarTuz/linuxtrack-Qt6-Wayland
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake udev xdg
|
||||||
|
IUSE=+winebridge
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=dev-qt/qtbase:6 dev-libs/libusb dev-libs/mxml media-libs/liblo media-libs/opencv virtual/opengl winebridge? ( virtual/wine )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/StarTuz/linuxtrack-Qt6-Wayland/archive/v1.4.1.tar.gz -> linuxtrack-qt6-wayland-1.4.1.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 udev 20c370aff0d0c108f3605c84b3f47084 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=3998cf479ab863e53e517340635d1201
|
||||||
15
metadata/md5-cache/games-util/linuxtrack-qt6-wayland-9999
Normal file
15
metadata/md5-cache/games-util/linuxtrack-qt6-wayland-9999
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||||
|
DEPEND=dev-qt/qtbase:6 dev-libs/libusb dev-libs/mxml media-libs/liblo media-libs/opencv virtual/opengl winebridge? ( virtual/wine )
|
||||||
|
DESCRIPTION=Modernized fork of Linuxtrack headtracking software
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/StarTuz/linuxtrack-Qt6-Wayland
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake udev xdg git-r3
|
||||||
|
IUSE=+winebridge
|
||||||
|
LICENSE=MIT
|
||||||
|
PROPERTIES=live
|
||||||
|
RDEPEND=dev-qt/qtbase:6 dev-libs/libusb dev-libs/mxml media-libs/liblo media-libs/opencv virtual/opengl winebridge? ( virtual/wine )
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 udev 20c370aff0d0c108f3605c84b3f47084 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
|
_md5_=adb7d2def58051bea34cb5bbede5f3ee
|
||||||
13
metadata/md5-cache/games-util/modrinth-app-bin-0.12.5
Normal file
13
metadata/md5-cache/games-util/modrinth-app-bin-0.12.5
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
BDEPEND=app-arch/unzip
|
||||||
|
DEFINED_PHASES=install postinst postrm prepare unpack
|
||||||
|
DESCRIPTION=A unique, open source launcher that allows you to play your favorite Minecraft mods, and keep them up to date, all in one neat little package.
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://modrinth.com/app
|
||||||
|
INHERIT=unpacker desktop xdg-utils
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=sys-apps/dbus dev-libs/openssl net-libs/webkit-gtk:4.1 x11-libs/gtk+:3 net-libs/libsoup gnome-base/librsvg dev-libs/glib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/libX11 media-libs/libpulse x11-libs/libXxf86vm
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://launcher-files.modrinth.com/versions/0.12.5/linux/Modrinth%20App_0.12.5_amd64.deb
|
||||||
|
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||||
|
_md5_=7418df3f3dc5ffab3c5fe86294b383b3
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
BDEPEND=dev-cpp/cli11 dev-qt/qtshadertools:6 dev-util/spirv-tools virtual/pkgconfig screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
BDEPEND=dev-cpp/cli11 dev-qt/qtshadertools:6 dev-util/spirv-tools virtual/pkgconfig screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) network? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) polkit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) policykit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
||||||
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://quickshell.org/
|
HOMEPAGE=https://quickshell.org/
|
||||||
INHERIT=branding cmake
|
INHERIT=branding cmake
|
||||||
IUSE=+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell +mpris +network +niri +notifications +pam +pipewire +polkit +screencopy +session-lock +sockets +tray +toplevel-management +upower +wayland +X
|
IUSE=+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell +mpris +networkmanager +niri +notifications +pam +pipewire +policykit +screencopy +session-lock +sockets +tray +toplevel-management +upower +wayland +X
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=LGPL-3
|
LICENSE=LGPL-3
|
||||||
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) network? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) polkit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) policykit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
||||||
REQUIRED_USE=hyprland? ( wayland ) layer-shell? ( wayland ) niri? ( wayland ) screencopy? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland )
|
REQUIRED_USE=hyprland? ( wayland ) layer-shell? ( wayland ) niri? ( wayland ) screencopy? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v0.0.10.tar.gz -> noctalia-qs-0.0.10.tar.gz
|
SRC_URI=https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v0.0.10.tar.gz -> noctalia-qs-0.0.10.tar.gz
|
||||||
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
||||||
_md5_=9c7caf4875e55b65e5264dfd6eb9b480
|
_md5_=37ef6311af75e77b53d8594bbf4b2662
|
||||||
|
|||||||
16
metadata/md5-cache/gui-apps/noctalia-qs-0.0.11
Normal file
16
metadata/md5-cache/gui-apps/noctalia-qs-0.0.11
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=dev-cpp/cli11 dev-qt/qtshadertools:6 dev-util/spirv-tools virtual/pkgconfig screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) policykit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
||||||
|
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://quickshell.org/
|
||||||
|
INHERIT=branding cmake
|
||||||
|
IUSE=+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell +mpris +networkmanager +niri +notifications +pam +pipewire +policykit +screencopy +session-lock +sockets +tray +toplevel-management +upower +wayland +X
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=LGPL-3
|
||||||
|
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) policykit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
||||||
|
REQUIRED_USE=hyprland? ( wayland ) layer-shell? ( wayland ) niri? ( wayland ) screencopy? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v0.0.11.tar.gz -> noctalia-qs-0.0.11.tar.gz
|
||||||
|
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
||||||
|
_md5_=37ef6311af75e77b53d8594bbf4b2662
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
BDEPEND=virtual/pkgconfig dev-cpp/cli11 dev-util/spirv-tools dev-qt/qtshadertools:6 screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-util/wayland-scanner dev-libs/wayland-protocols ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
|
||||||
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) polkit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) network? ( net-misc/networkmanager )
|
|
||||||
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://quickshell.org/
|
|
||||||
INHERIT=branding cmake
|
|
||||||
IUSE=+jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +hyprland +screencopy +X +i3 +tray +pipewire +mpris +pam +polkit +greetd +upower +notifications +bluetooth +network lto
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=LGPL-3
|
|
||||||
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) polkit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) network? ( net-misc/networkmanager )
|
|
||||||
REQUIRED_USE=layer-shell? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland ) hyprland? ( wayland ) screencopy? ( wayland )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v0.0.8.tar.gz -> noctalia-qs-0.0.8.tar.gz
|
|
||||||
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
|
||||||
_md5_=f332981704fe04ef98bc8c41a4f46bcd
|
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
BDEPEND=virtual/pkgconfig dev-cpp/cli11 dev-util/spirv-tools dev-qt/qtshadertools:6 screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-util/wayland-scanner dev-libs/wayland-protocols ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
BDEPEND=virtual/pkgconfig dev-cpp/cli11 dev-util/spirv-tools dev-qt/qtshadertools:6 screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-util/wayland-scanner dev-libs/wayland-protocols ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) polkit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) network? ( net-misc/networkmanager )
|
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) policykit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) networkmanager? ( net-misc/networkmanager )
|
||||||
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://quickshell.org/
|
HOMEPAGE=https://quickshell.org/
|
||||||
INHERIT=branding cmake
|
INHERIT=branding cmake
|
||||||
IUSE=+jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +hyprland +screencopy +X +i3 +tray +pipewire +mpris +pam +polkit +greetd +upower +notifications +bluetooth +network lto
|
IUSE=+jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +hyprland +screencopy +X +i3 +tray +pipewire +mpris +pam +policykit +greetd +upower +notifications +bluetooth +networkmanager lto
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=LGPL-3
|
LICENSE=LGPL-3
|
||||||
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) polkit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) network? ( net-misc/networkmanager )
|
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) policykit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) networkmanager? ( net-misc/networkmanager )
|
||||||
REQUIRED_USE=layer-shell? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland ) hyprland? ( wayland ) screencopy? ( wayland )
|
REQUIRED_USE=layer-shell? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland ) hyprland? ( wayland ) screencopy? ( wayland )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v0.0.9.tar.gz -> noctalia-qs-0.0.9.tar.gz
|
SRC_URI=https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v0.0.9.tar.gz -> noctalia-qs-0.0.9.tar.gz
|
||||||
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
|
||||||
_md5_=e417d80a9c17d99be1ec562147a4d6bb
|
_md5_=b1aa2dce4c08bcfc58a306968832d8ac
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
BDEPEND=dev-cpp/cli11 dev-qt/qtshadertools:6 dev-util/spirv-tools virtual/pkgconfig screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
|
BDEPEND=dev-cpp/cli11 dev-qt/qtshadertools:6 dev-util/spirv-tools virtual/pkgconfig screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-libs/wayland-protocols dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
DEFINED_PHASES=compile configure install prepare test unpack
|
DEFINED_PHASES=compile configure install prepare test unpack
|
||||||
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) network? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) polkit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
DEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) policykit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
||||||
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://quickshell.org/
|
HOMEPAGE=https://quickshell.org/
|
||||||
INHERIT=branding cmake git-r3
|
INHERIT=branding cmake git-r3
|
||||||
IUSE=+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell +mpris +network +niri +notifications +pam +pipewire +polkit +screencopy +session-lock +sockets +tray +toplevel-management +upower +wayland +X
|
IUSE=+bluetooth +dwl +greetd +hyprland +i3 +jemalloc +layer-shell +mpris +networkmanager +niri +notifications +pam +pipewire +policykit +screencopy +session-lock +sockets +tray +toplevel-management +upower +wayland +X
|
||||||
LICENSE=LGPL-3
|
LICENSE=LGPL-3
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) network? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) polkit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
RDEPEND=!gui-apps/quickshell dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtdeclarative:6= dev-qt/qtsvg:6= bluetooth? ( net-wireless/bluez ) jemalloc? ( dev-libs/jemalloc ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) pipewire? ( media-video/pipewire ) policykit? ( dev-libs/glib sys-auth/polkit ) screencopy? ( media-libs/mesa x11-libs/libdrm ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) X? ( x11-libs/libxcb )
|
||||||
REQUIRED_USE=hyprland? ( wayland ) layer-shell? ( wayland ) niri? ( wayland ) screencopy? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland )
|
REQUIRED_USE=hyprland? ( wayland ) layer-shell? ( wayland ) niri? ( wayland ) screencopy? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=5e25f1684fc46e1da31167c0272a5047
|
_md5_=97b82c256961c4231254bc2071f8c193
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
BDEPEND=virtual/pkgconfig dev-cpp/cli11 dev-util/spirv-tools dev-qt/qtshadertools:6 screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-util/wayland-scanner dev-libs/wayland-protocols ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
|
BDEPEND=virtual/pkgconfig dev-cpp/cli11 dev-util/spirv-tools dev-qt/qtshadertools:6 screencopy? ( dev-util/vulkan-headers ) wayland? ( dev-util/wayland-scanner dev-libs/wayland-protocols ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
DEFINED_PHASES=compile configure install prepare test unpack
|
DEFINED_PHASES=compile configure install prepare test unpack
|
||||||
DEPEND=dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) polkit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) network? ( net-misc/networkmanager )
|
DEPEND=dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) policykit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) networkmanager? ( net-misc/networkmanager )
|
||||||
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://quickshell.org/
|
HOMEPAGE=https://quickshell.org/
|
||||||
INHERIT=branding cmake flag-o-matic git-r3
|
INHERIT=branding cmake flag-o-matic git-r3
|
||||||
IUSE=+jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +hyprland +screencopy +X +i3 +tray +pipewire +mpris +pam +polkit +greetd +upower +notifications +bluetooth +network
|
IUSE=+jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +hyprland +screencopy +X +i3 +tray +pipewire +mpris +pam +policykit +greetd +upower +notifications +bluetooth +networkmanager
|
||||||
LICENSE=LGPL-3
|
LICENSE=LGPL-3
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) polkit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) network? ( net-misc/networkmanager )
|
RDEPEND=dev-qt/qtbase:6=[dbus,vulkan] dev-qt/qtsvg:6= dev-qt/qtdeclarative:6= jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6= ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) pam? ( sys-libs/pam ) policykit? ( sys-auth/polkit dev-libs/glib ) bluetooth? ( net-wireless/bluez ) networkmanager? ( net-misc/networkmanager )
|
||||||
REQUIRED_USE=layer-shell? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland ) hyprland? ( wayland ) screencopy? ( wayland )
|
REQUIRED_USE=layer-shell? ( wayland ) session-lock? ( wayland ) toplevel-management? ( wayland ) hyprland? ( wayland ) screencopy? ( wayland )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=9da056475a48d2eda4568d65bf6f6f58
|
_md5_=fc47fb564c25824409944ccb8cb40772
|
||||||
|
|||||||
15
metadata/md5-cache/gui-apps/swaync-0.12.6
Normal file
15
metadata/md5-cache/gui-apps/swaync-0.12.6
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( dev-lang/vala:0.56[vapigen(+)] ) app-text/scdoc dev-util/blueprint-compiler >=dev-build/meson-1.8.2 >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
|
||||||
|
DEPEND=dev-lang/sassc dev-libs/glib:2 dev-libs/gobject-introspection >=dev-libs/granite-7.0.0:= dev-libs/json-glib dev-libs/libgee:0.8= gui-libs/gtk4-layer-shell[introspection,vala] gui-libs/gtk:4[introspection,wayland] gui-libs/libadwaita gui-libs/libhandy:1 pulseaudio? ( media-libs/libpulse ) sys-apps/dbus x11-libs/gdk-pixbuf:2
|
||||||
|
DESCRIPTION=A simple notification daemon with a GTK gui for notifications and control center
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/ErikReider/SwayNotificationCenter
|
||||||
|
INHERIT=meson vala gnome2-utils python-any-r1
|
||||||
|
IUSE=pulseaudio
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=dev-lang/sassc dev-libs/glib:2 dev-libs/gobject-introspection >=dev-libs/granite-7.0.0:= dev-libs/json-glib dev-libs/libgee:0.8= gui-libs/gtk4-layer-shell[introspection,vala] gui-libs/gtk:4[introspection,wayland] gui-libs/libadwaita gui-libs/libhandy:1 pulseaudio? ( media-libs/libpulse ) sys-apps/dbus x11-libs/gdk-pixbuf:2 x11-libs/cairo x11-libs/pango
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/ErikReider/SwayNotificationCenter/archive/v0.12.6.tar.gz -> swaync-0.12.6.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5 vala b2f2aa400d77b841d952dda847e24d53 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 python-any-r1 891415dfe39ad9b41b461f2b86354af0
|
||||||
|
_md5_=10ffeb7f0dc04ea65f095490099187ac
|
||||||
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/gui-apps/xremap-0.14.19
Normal file
16
metadata/md5-cache/gui-apps/xremap-0.14.19
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=|| ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) virtual/pkgconfig virtual/pkgconfig
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm setup test unpack
|
||||||
|
DEPEND=udev? ( virtual/libudev )
|
||||||
|
DESCRIPTION=Dynamic key remap for X and Wayland
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/xremap/xremap
|
||||||
|
INHERIT=cargo systemd udev
|
||||||
|
IUSE=cosmic gnome hyprland kde niri socket udev wlroots x11 debug
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT Apache-2.0 BSD GPL-3+ MIT Unicode-3.0 ZLIB
|
||||||
|
RDEPEND=udev? ( virtual/libudev )
|
||||||
|
REQUIRED_USE=?? ( cosmic gnome hyprland kde niri socket wlroots x11 )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/xremap/xremap/archive/v0.14.19/xremap-0.14.19.tar.gz https://github.com/yamader/xremap/releases/download/v0.14.19/xremap-0.14.19-crates.tar.xz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust 0d1cc00e0e91a021b50b0491e361ad41 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo ace036f48c4ad5c1938fccedf35ccf45 systemd a964c0cbe818b5729da1dbfcee5be861 udev 20c370aff0d0c108f3605c84b3f47084
|
||||||
|
_md5_=f315919f7f683ba84bddd3ed5fc97b1f
|
||||||
@@ -11,6 +11,6 @@ LICENSE=GPL-2
|
|||||||
RDEPEND=dev-cpp/cpp-utilities dev-qt/qtbase:6[dbus,gui,widgets] dev-qt/qttools:6[linguist]
|
RDEPEND=dev-cpp/cpp-utilities dev-qt/qtbase:6[dbus,gui,widgets] dev-qt/qttools:6[linguist]
|
||||||
RESTRICT=!test? ( test ) !test? ( test )
|
RESTRICT=!test? ( test ) !test? ( test )
|
||||||
SLOT=0/6
|
SLOT=0/6
|
||||||
SRC_URI=https://github.com/Martchus/qtutilities/archive/refs/tags/v6.18.4.tar.gz -> qtutilities-6.18.4.tar.gz
|
SRC_URI=https://github.com/Martchus/qtutilities/archive/refs/tags/v6.20.0.tar.gz -> qtutilities-6.20.0.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
||||||
_md5_=820372c4cd776b682a928f60fa8726d4
|
_md5_=f947b95bbf094e214ae9104f10ec9b32
|
||||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
|||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=dev-libs/wayland media-libs/fcft x11-libs/libxkbcommon x11-libs/pixman
|
RDEPEND=dev-libs/wayland media-libs/fcft x11-libs/libxkbcommon x11-libs/pixman
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://codeberg.org/beansprout/beansprout/archive/v0.2.0.tar.gz -> beansprout-0.2.0.tar.gz https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz -> pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX.tar.gz https://github.com/rockorager/zeit/archive/7ac64d72dbfb1a4ad549102e7d4e232a687d32d8.tar.gz -> zeit-0.6.0-5I6bk36tAgATpSl9wjFmRPMqYN2Mn0JQHgIcRNcqDpJA.tar.gz https://github.com/ziglibs/known-folders/archive/83d39161eac2ed6f37ad3cb4d9dd518696ce90bb.tar.gz -> known_folders-0.0.0-Fy-PJv3LAAABBRVoZWVrKZdyLoUfl5VRY5fqRRRdnF5L.tar.gz https://codeberg.org/ifreund/zig-xkbcommon/archive/6786ca619bb442c3f523b5bb894e6a1e48d7e897.tar.gz -> xkbcommon-0.4.0-dev-VDqIe0y2AgCNeWLthDZ3MUcUYzhyKXjK85ISm_zxk9Nk.tar.gz https://git.sr.ht/~novakane/zig-fcft/archive/4bf5be61c869d08d5bcb0306049c63a9cb0795a7.tar.gz -> fcft-3.0.0-zcx6CxQfAADhnwm8SjyCkQF-VFHGiVarigc2de3ciInC.tar.gz https://codeberg.org/bwbuhse/zig-kdl/archive/13d9d247324f79b854187d6becc47fffdf7fea3b.tar.gz -> kdl-0.0.0-8rilEKdHAQC_NOLDNu3Ts6kJT8uqqJvrPduFScEjSm_g.tar.gz https://github.com/zigimg/zigimg/archive/fb74dfb7c6d83f2bd01a229826669451525a4ba8.tar.gz -> zigimg-0.1.0-8_eo2kSGFwADIkeZYTgfnLOV-khh6ZRoGmK6F2-s_QbY.tar.gz https://codeberg.org/ifreund/zig-wayland/archive/e57368ecbda85d564362779b253b744260a4b053.tar.gz -> wayland-0.5.0-dev-lQa1kv_ZAQCZfnVZMocokZ78QJbH6NaM5RUC9ODQPhx5.tar.gz https://github.com/ikskuh/zig-args/archive/8ae26b44a884ff20dca98ee84c098e8f8e94902f.tar.gz -> args-0.0.0-CiLiqojRAACGzDRO7A9dw7kWSchNk29caJZkXuMCb0Cn.tar.gz
|
SRC_URI=https://codeberg.org/beansprout/beansprout/archive/v0.2.1.tar.gz -> beansprout-0.2.1.tar.gz https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz -> pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX.tar.gz https://github.com/rockorager/zeit/archive/7ac64d72dbfb1a4ad549102e7d4e232a687d32d8.tar.gz -> zeit-0.6.0-5I6bk36tAgATpSl9wjFmRPMqYN2Mn0JQHgIcRNcqDpJA.tar.gz https://github.com/ziglibs/known-folders/archive/83d39161eac2ed6f37ad3cb4d9dd518696ce90bb.tar.gz -> known_folders-0.0.0-Fy-PJv3LAAABBRVoZWVrKZdyLoUfl5VRY5fqRRRdnF5L.tar.gz https://codeberg.org/ifreund/zig-xkbcommon/archive/6786ca619bb442c3f523b5bb894e6a1e48d7e897.tar.gz -> xkbcommon-0.4.0-dev-VDqIe0y2AgCNeWLthDZ3MUcUYzhyKXjK85ISm_zxk9Nk.tar.gz https://git.sr.ht/~novakane/zig-fcft/archive/4bf5be61c869d08d5bcb0306049c63a9cb0795a7.tar.gz -> fcft-3.0.0-zcx6CxQfAADhnwm8SjyCkQF-VFHGiVarigc2de3ciInC.tar.gz https://codeberg.org/bwbuhse/zig-kdl/archive/13d9d247324f79b854187d6becc47fffdf7fea3b.tar.gz -> kdl-0.0.0-8rilEKdHAQC_NOLDNu3Ts6kJT8uqqJvrPduFScEjSm_g.tar.gz https://github.com/zigimg/zigimg/archive/fb74dfb7c6d83f2bd01a229826669451525a4ba8.tar.gz -> zigimg-0.1.0-8_eo2kSGFwADIkeZYTgfnLOV-khh6ZRoGmK6F2-s_QbY.tar.gz https://codeberg.org/ifreund/zig-wayland/archive/e57368ecbda85d564362779b253b744260a4b053.tar.gz -> wayland-0.5.0-dev-lQa1kv_ZAQCZfnVZMocokZ78QJbH6NaM5RUC9ODQPhx5.tar.gz https://github.com/ikskuh/zig-args/archive/8ae26b44a884ff20dca98ee84c098e8f8e94902f.tar.gz -> args-0.0.0-CiLiqojRAACGzDRO7A9dw7kWSchNk29caJZkXuMCb0Cn.tar.gz
|
||||||
_eclasses_=multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 edo a5e294016aa84979fcb2459749eb80b2 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 zig-utils 890550806aab0e31ba9ce482c404b3fb zig 164531a50f1271aa6165ad99b1fed462
|
_eclasses_=multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 edo a5e294016aa84979fcb2459749eb80b2 toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 zig-utils 890550806aab0e31ba9ce482c404b3fb zig 164531a50f1271aa6165ad99b1fed462
|
||||||
_md5_=10a358d657b79e4fba12f060713b1e4d
|
_md5_=10a358d657b79e4fba12f060713b1e4d
|
||||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64
|
|||||||
LICENSE=CC0-1.0 GPL-3+ MIT
|
LICENSE=CC0-1.0 GPL-3+ MIT
|
||||||
RDEPEND=>=gui-libs/wlroots-0.19:=[libinput,session,X?] <gui-libs/wlroots-0.20:=[X?] dev-libs/libinput:= dev-libs/wayland >=gui-libs/scenefx-0.4.1 dev-libs/libpcre2 x11-libs/libxkbcommon X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm ) X? ( x11-base/xwayland )
|
RDEPEND=>=gui-libs/wlroots-0.19:=[libinput,session,X?] <gui-libs/wlroots-0.20:=[X?] dev-libs/libinput:= dev-libs/wayland >=gui-libs/scenefx-0.4.1 dev-libs/libpcre2 x11-libs/libxkbcommon X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm ) X? ( x11-base/xwayland )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/mangowm/mango/archive/refs/tags/0.12.5.tar.gz -> mangowc-0.12.5.tar.gz
|
SRC_URI=https://github.com/mangowm/mango/archive/refs/tags/0.12.8.tar.gz -> mangowc-0.12.8.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5
|
||||||
_md5_=a1e80876aa63aff0fe823a961192fa12
|
_md5_=a1e80876aa63aff0fe823a961192fa12
|
||||||
@@ -7,9 +7,9 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|||||||
INHERIT=desktop xdg
|
INHERIT=desktop xdg
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
LICENSE=AGPL-3
|
LICENSE=AGPL-3
|
||||||
RDEPEND=dev-libs/glib:2 media-libs/libglvnd media-libs/mesa sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango net-libs/webkit-gtk:4.1
|
RDEPEND=dev-libs/glib:2 dev-libs/libmspack media-libs/gst-plugins-base:1.0[X] media-libs/gst-plugins-good:1.0 media-libs/gstreamer:1.0 media-libs/libglvnd media-libs/mesa media-plugins/gst-plugins-openh264:1.0 net-libs/libsoup:3.0 net-libs/webkit-gtk:4.1 sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango
|
||||||
RESTRICT=mirror strip bindist
|
RESTRICT=mirror strip bindist
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/OrcaSlicer/OrcaSlicer/releases/download/v2.3.1/OrcaSlicer_Linux_AppImage_Ubuntu2404_V2.3.1.AppImage -> orcaslicer-bin-2.3.1.AppImage
|
SRC_URI=https://github.com/OrcaSlicer/OrcaSlicer/releases/download/v2.3.2/OrcaSlicer_Linux_AppImage_Ubuntu2404_V2.3.2.AppImage -> orcaslicer-bin-2.3.2.AppImage
|
||||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=40ef8748ce484d8f1d958ba2ed6bdc25
|
_md5_=8c241116d80ae84a3f65ca0038e8d904
|
||||||
@@ -4,13 +4,13 @@ DEPEND=app-arch/libarchive dev-libs/glib dev-libs/libbsd dev-libs/openssl gnome-
|
|||||||
DESCRIPTION=WiVRn OpenXR streaming
|
DESCRIPTION=WiVRn OpenXR streaming
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/WiVRn/WiVRn
|
HOMEPAGE=https://github.com/WiVRn/WiVRn
|
||||||
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
INHERIT=cmake-multilib fcaps flag-o-matic xdg git-r3
|
INHERIT=cmake-multilib flag-o-matic xdg git-r3
|
||||||
IUSE=debug gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +filecaps
|
IUSE=debug gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
|
||||||
LICENSE=GPL-3 Apache-2.0 MIT
|
LICENSE=GPL-3 Apache-2.0 MIT
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=app-arch/libarchive dev-libs/glib dev-libs/libbsd dev-libs/openssl gnome-base/librsvg media-libs/libpng media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/kirigami-addons dev-libs/qcoro[qml] kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( media-video/ffmpeg[drm(-),vaapi] ) x264? ( media-libs/x264 ) wireshark-plugins? ( !=net-analyzer/wireshark-4.6.0 net-analyzer/wireshark )
|
RDEPEND=app-arch/libarchive dev-libs/glib dev-libs/libbsd dev-libs/openssl gnome-base/librsvg media-libs/libpng media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/kirigami-addons dev-libs/qcoro[qml] kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( media-video/ffmpeg[drm(-),vaapi] ) x264? ( media-libs/x264 ) wireshark-plugins? ( !=net-analyzer/wireshark-4.6.0 net-analyzer/wireshark )
|
||||||
REQUIRED_USE=|| ( nvenc vaapi x264 )
|
REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f fcaps c94316d02a37fb5cbe79b7d41c729119 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
_md5_=886caf94293a421f48203119942c8b97
|
_md5_=be1e12e8fd4e424227787e91751f224d
|
||||||
|
|||||||
@@ -5,12 +5,13 @@ DESCRIPTION=Suite of GIMP plugins for texture synthesis
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/bootchk/resynthesizer
|
HOMEPAGE=https://github.com/bootchk/resynthesizer
|
||||||
INHERIT=meson
|
INHERIT=meson
|
||||||
IUSE=debug +glib threads test +translations animate deep-progress libheal
|
IUSE=debug +glib threads +translations animate deep-progress
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=>=media-gfx/gimp-3.0.0 glib? ( dev-libs/glib:2 )
|
RDEPEND=>=media-gfx/gimp-3.0.0 glib? ( dev-libs/glib:2 )
|
||||||
RESTRICT=!test? ( test )
|
REQUIRED_USE=debug? ( glib )
|
||||||
|
RESTRICT=test
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/bootchk/resynthesizer/archive/refs/tags/v3.0.tar.gz -> gimp-resynthesizer-3.0.tar.gz
|
SRC_URI=https://github.com/bootchk/resynthesizer/archive/3e69680cc2dd607a27731aa7d550a66d2ecb1ddf.tar.gz -> gimp-resynthesizer-3.0_p20260320.tar.gz
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5
|
||||||
_md5_=b9f237b02d4065271a3b8dd4c1908381
|
_md5_=3e0f10646c1268b32399e495c90bebf4
|
||||||
16
metadata/md5-cache/media-plugins/gimp-resynthesizer-9999
Normal file
16
metadata/md5-cache/media-plugins/gimp-resynthesizer-9999
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=>=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 test unpack
|
||||||
|
DEPEND=>=media-gfx/gimp-3.0.0 glib? ( dev-libs/glib:2 )
|
||||||
|
DESCRIPTION=Suite of GIMP plugins for texture synthesis
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/bootchk/resynthesizer
|
||||||
|
INHERIT=meson git-r3
|
||||||
|
IUSE=debug +glib threads +translations animate deep-progress
|
||||||
|
LICENSE=GPL-3
|
||||||
|
PROPERTIES=live
|
||||||
|
RDEPEND=>=media-gfx/gimp-3.0.0 glib? ( dev-libs/glib:2 )
|
||||||
|
REQUIRED_USE=debug? ( glib )
|
||||||
|
RESTRICT=test
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 9c4180f103a0e8340bc993fc85dbdadd sysroot ba2e3d2f7daad91fdef9350dc789d87f rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 76c5dcd585ba0bb875a92ce2ce5ad9f5 git-r3 7b584b5dc33e3bc66ff5b9271bf41764
|
||||||
|
_md5_=3e0f10646c1268b32399e495c90bebf4
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
BDEPEND=|| ( app-arch/rpm2targz >=app-arch/rpm-4.19.0 )
|
|
||||||
DEFINED_PHASES=install nofetch postinst postrm preinst prepare setup unpack
|
|
||||||
DESCRIPTION=AIMP - Free Audio Player
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.aimp.ru/
|
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|
||||||
INHERIT=wrapper rpm xdg
|
|
||||||
KEYWORDS=-* ~amd64
|
|
||||||
LICENSE=AIMP
|
|
||||||
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
|
||||||
RESTRICT=bindist fetch strip
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=amd64? ( aimp-6.00-3021a.x86_64.rpm )
|
|
||||||
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
|
||||||
_md5_=0b8ed2fa3692a29237912aa3a906a22b
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
BDEPEND=|| ( app-arch/rpm2targz >=app-arch/rpm-4.19.0 )
|
|
||||||
DEFINED_PHASES=install nofetch postinst postrm preinst prepare setup unpack
|
|
||||||
DESCRIPTION=AIMP - Free Audio Player
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.aimp.ru/
|
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|
||||||
INHERIT=wrapper rpm xdg
|
|
||||||
KEYWORDS=-* ~amd64
|
|
||||||
LICENSE=AIMP
|
|
||||||
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
|
||||||
RESTRICT=bindist fetch strip
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=amd64? ( aimp-6.00-3030a.x86_64.rpm )
|
|
||||||
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
|
||||||
_md5_=02f2f56c7c437f5377953463c1de3f4a
|
|
||||||
@@ -10,6 +10,6 @@ LICENSE=AIMP
|
|||||||
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
||||||
RESTRICT=bindist fetch strip
|
RESTRICT=bindist fetch strip
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( aimp-6.00-3037a.x86_64.rpm )
|
SRC_URI=amd64? ( aimp-6.00-3038a.x86_64.rpm )
|
||||||
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=c27505aab4f94460c07bf9fb758087cc
|
_md5_=c27505aab4f94460c07bf9fb758087cc
|
||||||
@@ -2,7 +2,7 @@ BDEPEND=|| ( app-arch/rpm2targz >=app-arch/rpm-4.19.0 )
|
|||||||
DEFINED_PHASES=install nofetch postinst postrm preinst prepare setup unpack
|
DEFINED_PHASES=install nofetch postinst postrm preinst prepare setup unpack
|
||||||
DESCRIPTION=AIMP - Free Audio Player
|
DESCRIPTION=AIMP - Free Audio Player
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://www.aimp.ru/
|
HOMEPAGE=https://aimp.ru/
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
INHERIT=wrapper rpm xdg
|
INHERIT=wrapper rpm xdg
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
@@ -10,6 +10,6 @@ LICENSE=AIMP
|
|||||||
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
||||||
RESTRICT=bindist fetch strip
|
RESTRICT=bindist fetch strip
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( aimp-6.00-3027a.x86_64.rpm )
|
SRC_URI=amd64? ( aimp-6.00-3048a.x86_64.rpm )
|
||||||
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=0b8ed2fa3692a29237912aa3a906a22b
|
_md5_=c27505aab4f94460c07bf9fb758087cc
|
||||||
@@ -2,7 +2,7 @@ BDEPEND=|| ( app-arch/rpm2targz >=app-arch/rpm-4.19.0 )
|
|||||||
DEFINED_PHASES=install nofetch postinst postrm preinst prepare setup unpack
|
DEFINED_PHASES=install nofetch postinst postrm preinst prepare setup unpack
|
||||||
DESCRIPTION=AIMP - Free Audio Player
|
DESCRIPTION=AIMP - Free Audio Player
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://www.aimp.ru/
|
HOMEPAGE=https://aimp.ru/
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
INHERIT=wrapper rpm xdg
|
INHERIT=wrapper rpm xdg
|
||||||
KEYWORDS=-* ~amd64
|
KEYWORDS=-* ~amd64
|
||||||
@@ -10,6 +10,6 @@ LICENSE=AIMP
|
|||||||
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
RDEPEND=app-accessibility/at-spi2-core app-arch/bzip2 dev-db/sqlite dev-libs/expat dev-libs/fribidi dev-libs/glib dev-libs/icu dev-libs/libffi dev-libs/libpcre2 media-gfx/graphite2 media-libs/fontconfig media-libs/freetype media-libs/harfbuzz media-libs/libjpeg-turbo media-libs/libpng media-sound/opus-tools sys-apps/dbus sys-apps/util-linux sys-devel/gcc sys-libs/glibc virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb x11-libs/pango x11-libs/pixman
|
||||||
RESTRICT=bindist fetch strip
|
RESTRICT=bindist fetch strip
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( aimp-6.00-3017a.x86_64.rpm )
|
SRC_URI=amd64? ( aimp_6.00-3052b.x86_64.rpm )
|
||||||
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7f6c39764471c4b515dd9cc5b7754c9c xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=0b8ed2fa3692a29237912aa3a906a22b
|
_md5_=4f8b4b90a8dc1bde6523659f1a1249b7
|
||||||
18
metadata/md5-cache/media-sound/fooyin-0.10.0
Normal file
18
metadata/md5-cache/media-sound/fooyin-0.10.0
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
BDEPEND=dev-qt/qttools:6[linguist] test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
|
DEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-libs/qcoro[network] dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
||||||
|
DESCRIPTION=A customizable music player, Qt clone of foobar2000
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://www.fooyin.org/
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake xdg
|
||||||
|
IUSE=alsa +archive openmpt +pipewire +replaygain sdl sndfile test
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-libs/qcoro[network] dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
||||||
|
REQUIRED_USE=|| ( alsa pipewire sdl )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/fooyin/fooyin/archive/refs/tags/v0.10.0.tar.gz -> fooyin-0.10.0.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=c6ad76d7578b2278eec72b576c9f9eb6
|
||||||
18
metadata/md5-cache/media-sound/fooyin-0.10.1
Normal file
18
metadata/md5-cache/media-sound/fooyin-0.10.1
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
BDEPEND=dev-qt/qttools:6[linguist] test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
|
DEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-libs/qcoro[network] dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
||||||
|
DESCRIPTION=A customizable music player, Qt clone of foobar2000
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://www.fooyin.org/
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake xdg
|
||||||
|
IUSE=alsa +archive openmpt +pipewire +replaygain sdl sndfile test
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-libs/qcoro[network] dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
||||||
|
REQUIRED_USE=|| ( alsa pipewire sdl )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/fooyin/fooyin/archive/refs/tags/v0.10.1.tar.gz -> fooyin-0.10.1.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=c6ad76d7578b2278eec72b576c9f9eb6
|
||||||
18
metadata/md5-cache/media-sound/fooyin-0.10.2
Normal file
18
metadata/md5-cache/media-sound/fooyin-0.10.2
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
BDEPEND=dev-qt/qttools:6[linguist] test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||||
|
DEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-libs/qcoro[network] dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
||||||
|
DESCRIPTION=A customizable music player, Qt clone of foobar2000
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://www.fooyin.org/
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cmake xdg
|
||||||
|
IUSE=alsa +archive openmpt +pipewire +replaygain sdl sndfile test
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-libs/qcoro[network] dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
||||||
|
REQUIRED_USE=|| ( alsa pipewire sdl )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/fooyin/fooyin/archive/refs/tags/v0.10.2.tar.gz -> fooyin-0.10.2.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
|
_md5_=c6ad76d7578b2278eec72b576c9f9eb6
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
BDEPEND=dev-qt/qttools:6[linguist] test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
|
|
||||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
|
||||||
DEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
|
||||||
DESCRIPTION=A customizable music player, Qt clone of foobar2000
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://www.fooyin.org/
|
|
||||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
|
||||||
INHERIT=cmake xdg
|
|
||||||
IUSE=alsa +archive openmpt +pipewire +replaygain sdl sndfile test
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=GPL-3
|
|
||||||
RDEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib:= media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
|
|
||||||
REQUIRED_USE=|| ( alsa pipewire sdl )
|
|
||||||
RESTRICT=!test? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/fooyin/fooyin/archive/refs/tags/v0.9.2.tar.gz -> fooyin-0.9.2.tar.gz
|
|
||||||
_eclasses_=toolchain-funcs 5195689ff6a73b0e789acfa09d4fbcb9 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
|
|
||||||
_md5_=a820829571b38f6c921dd394e89339bf
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user