2026-05-30 21:15:57 UTC

This commit is contained in:
Repository mirror & CI
2026-05-30 21:15:57 +00:00
parent 1183abc9b3
commit 62fc432ca8
65 changed files with 356 additions and 226 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=llvm_slot_17? ( llvm-core/clang:17= ) llvm_slot_18? ( llvm-core/clang:18= ) llvm_slot_19? ( llvm-core/clang:19= ) llvm_slot_20? ( llvm-core/clang:20= ) llvm_slot_21? ( llvm-core/clang:21= ) llvm_slot_22? ( llvm-core/clang:22= ) llvm_slot_17? ( || ( dev-lang/rust-bin:1.77.1[llvm_slot_17] dev-lang/rust:1.77.1[llvm_slot_17] dev-lang/rust-bin:1.76.0[llvm_slot_17] dev-lang/rust:1.76.0[llvm_slot_17] dev-lang/rust-bin:1.75.0[llvm_slot_17] dev-lang/rust:1.75.0[llvm_slot_17] dev-lang/rust-bin:1.74.1[llvm_slot_17] dev-lang/rust:1.74.1[llvm_slot_17] ) ) llvm_slot_18? ( || ( dev-lang/rust-bin:1.81.0[llvm_slot_18] dev-lang/rust:1.81.0[llvm_slot_18] dev-lang/rust-bin:1.80.1[llvm_slot_18] dev-lang/rust:1.80.1[llvm_slot_18] dev-lang/rust-bin:1.79.0[llvm_slot_18] dev-lang/rust:1.79.0[llvm_slot_18] dev-lang/rust-bin:1.78.0[llvm_slot_18] dev-lang/rust:1.78.0[llvm_slot_18] ) ) llvm_slot_19? ( || ( dev-lang/rust-bin:1.86.0[llvm_slot_19] dev-lang/rust:1.86.0[llvm_slot_19] dev-lang/rust-bin:1.85.1[llvm_slot_19] dev-lang/rust:1.85.1[llvm_slot_19] dev-lang/rust-bin:1.85.0[llvm_slot_19] dev-lang/rust:1.85.0[llvm_slot_19] dev-lang/rust-bin:1.84.1[llvm_slot_19] dev-lang/rust:1.84.1[llvm_slot_19] dev-lang/rust-bin:1.84.0[llvm_slot_19] dev-lang/rust:1.84.0[llvm_slot_19] dev-lang/rust-bin:1.83.0[llvm_slot_19] dev-lang/rust:1.83.0[llvm_slot_19] dev-lang/rust-bin:1.82.0[llvm_slot_19] dev-lang/rust:1.82.0[llvm_slot_19] ) ) llvm_slot_20? ( || ( dev-lang/rust-bin:1.90.0[llvm_slot_20] dev-lang/rust:1.90.0[llvm_slot_20] dev-lang/rust-bin:1.89.0[llvm_slot_20] dev-lang/rust:1.89.0[llvm_slot_20] dev-lang/rust-bin:1.88.0[llvm_slot_20] dev-lang/rust:1.88.0[llvm_slot_20] dev-lang/rust-bin:1.87.0[llvm_slot_20] dev-lang/rust:1.87.0[llvm_slot_20] ) ) llvm_slot_21? ( || ( dev-lang/rust-bin:1.94.1[llvm_slot_21] dev-lang/rust:1.94.1[llvm_slot_21] dev-lang/rust-bin:1.94.0[llvm_slot_21] dev-lang/rust:1.94.0[llvm_slot_21] dev-lang/rust-bin:1.93.1[llvm_slot_21] dev-lang/rust:1.93.1[llvm_slot_21] dev-lang/rust-bin:1.93.0[llvm_slot_21] dev-lang/rust:1.93.0[llvm_slot_21] dev-lang/rust-bin:1.92.0[llvm_slot_21] dev-lang/rust:1.92.0[llvm_slot_21] dev-lang/rust-bin:1.91.0[llvm_slot_21] dev-lang/rust:1.91.0[llvm_slot_21] ) ) llvm_slot_22? ( || ( dev-lang/rust-bin:9999[llvm_slot_22] dev-lang/rust:9999[llvm_slot_22] dev-lang/rust-bin:1.95.0[llvm_slot_22] dev-lang/rust:1.95.0[llvm_slot_22] ) )
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=app-arch/bzip2 app-arch/bzip3 app-arch/xz-utils virtual/zlib:=
DESCRIPTION=A cli utility for easily compressing and decompressing files and directories.
EAPI=8
HOMEPAGE=https://github.com/ouch-org/ouch
INHERIT=llvm-r1 cargo shell-completion
IUSE=+llvm_slot_21 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_22 debug
KEYWORDS=~amd64
LICENSE=MIT Apache-2.0 BSD MIT Unicode-DFS-2016 ZLIB
RDEPEND=app-arch/bzip2 app-arch/bzip3 app-arch/xz-utils virtual/zlib:=
REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 llvm_slot_22 )
SLOT=0
SRC_URI=https://github.com/ouch-org/ouch/archive/refs/tags/0.8.0.tar.gz -> ouch-0.8.0.tar.gz https://github.com/gentoo-crate-dist/ouch/releases/download/0.8.0/ouch-0.8.0-crates.tar.xz
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 llvm-r1 7fb804a45baeadb298e57882952251f4 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=62369ede7623b46d5fd156cc4caffe9d

View File

@@ -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/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(-)?]
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.33.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/urllib3-2.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyopenssl-26.0.0[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
@@ -7,10 +7,10 @@ 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 )
RDEPEND=>=app-crypt/certbot-5.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.33.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/urllib3-2.6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyopenssl-26.0.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 )
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
SRC_URI=https://files.pythonhosted.org/packages/source/c/certbot-dns-poweradmin/certbot_dns_poweradmin-0.2.2.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=dfe61febff8a945f382926aed9efe444
_md5_=edf80c5c7678490e821cc3c742fff976

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=sys-libs/readline:= virtual/libelf:=
SLOT=0
SRC_URI=https://github.com/alyptik/cepl/releases/download/v32.0.0/cepl-32.0.0.tar.gz
SRC_URI=https://github.com/alyptik/cepl/releases/download/v32.1.0/cepl-32.1.0.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5
_md5_=b9376e1d878eddae5e0de3da414f7d86

View File

@@ -1,15 +1,15 @@
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=media-libs/alsa-lib media-libs/shaderc media-libs/fontconfig sys-apps/dbus media-libs/freetype X? ( x11-libs/libxcb x11-libs/libxkbcommon[X] x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr ) openvr? ( =media-libs/openvr-1.23.8-r0 ) openxr? ( media-libs/openxr-loader[X?,wayland?] ) pipewire? ( media-video/pipewire ) wayland? ( x11-libs/libxkbcommon[wayland] ) wayvr? ( dev-libs/wayland media-libs/libglvnd ) llvm_slot_16? ( llvm-core/clang:16= ) llvm_slot_17? ( llvm-core/clang:17= ) llvm_slot_18? ( llvm-core/clang:18= ) llvm_slot_19? ( llvm-core/clang:19= )
DEPEND=media-libs/alsa-lib media-libs/shaderc media-libs/fontconfig sys-apps/dbus media-libs/freetype X? ( x11-libs/libxcb x11-libs/libxkbcommon[X] x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr ) openvr? ( =media-libs/openvr-1.23.8-r0 ) openxr? ( media-libs/openxr-loader[X?,wayland?] ) pipewire? ( media-video/pipewire ) wayland? ( x11-libs/libxkbcommon[wayland] ) llvm_slot_16? ( llvm-core/clang:16= ) llvm_slot_17? ( llvm-core/clang:17= ) llvm_slot_18? ( llvm-core/clang:18= ) llvm_slot_19? ( llvm-core/clang:19= ) llvm_slot_20? ( llvm-core/clang:20= ) llvm_slot_21? ( llvm-core/clang:21= ) llvm_slot_22? ( llvm-core/clang:22= )
DESCRIPTION=A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops
EAPI=8
HOMEPAGE=https://github.com/galister/wlx-overlay-s
HOMEPAGE=https://github.com/wayvr-org/wayvr.git
INHERIT=cargo git-r3 llvm-r2 desktop
IUSE=+openvr +openxr +wayland +X +pipewire +osc +wayvr debug +llvm_slot_19 llvm_slot_16 llvm_slot_17 llvm_slot_18
IUSE=+openvr +openxr +wayland +X +pipewire +osc +wayvrctl debug +llvm_slot_21 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_22
LICENSE=GPL-3 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 GPL-3 ISC MIT Unicode-DFS-2016 Unlicense
PROPERTIES=live
RDEPEND=media-libs/alsa-lib media-libs/shaderc media-libs/fontconfig sys-apps/dbus media-libs/freetype X? ( x11-libs/libxcb x11-libs/libxkbcommon[X] x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr ) openvr? ( =media-libs/openvr-1.23.8-r0 ) openxr? ( media-libs/openxr-loader[X?,wayland?] ) pipewire? ( media-video/pipewire ) wayland? ( x11-libs/libxkbcommon[wayland] ) wayvr? ( dev-libs/wayland media-libs/libglvnd ) llvm_slot_16? ( llvm-core/clang:16= ) llvm_slot_17? ( llvm-core/clang:17= ) llvm_slot_18? ( llvm-core/clang:18= ) llvm_slot_19? ( llvm-core/clang:19= )
REQUIRED_USE=|| ( openvr openxr ) || ( wayland X ) wayland? ( pipewire ) ^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 )
RDEPEND=media-libs/alsa-lib media-libs/shaderc media-libs/fontconfig sys-apps/dbus media-libs/freetype X? ( x11-libs/libxcb x11-libs/libxkbcommon[X] x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr ) openvr? ( =media-libs/openvr-1.23.8-r0 ) openxr? ( media-libs/openxr-loader[X?,wayland?] ) pipewire? ( media-video/pipewire ) wayland? ( x11-libs/libxkbcommon[wayland] ) llvm_slot_16? ( llvm-core/clang:16= ) llvm_slot_17? ( llvm-core/clang:17= ) llvm_slot_18? ( llvm-core/clang:18= ) llvm_slot_19? ( llvm-core/clang:19= ) llvm_slot_20? ( llvm-core/clang:20= ) llvm_slot_21? ( llvm-core/clang:21= ) llvm_slot_22? ( llvm-core/clang:22= )
REQUIRED_USE=|| ( openvr openxr ) || ( wayland X ) wayland? ( pipewire ) ^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 llvm_slot_22 )
SLOT=0
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d git-r3 2f8cdb10b033f92c3136aa6488a31c98 llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 d0f9b3164877aa250943c25b016e475e desktop 26d57169ca094c04be416993844ec8bc
_md5_=d2a1eaadcc3369f3a0c66fdfef2f128f
_md5_=c7412052eeb543f4193dabe17526ee98

View File

@@ -10,6 +10,6 @@ LICENSE=Apache-2.0 BSD CDDL CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-
PROPERTIES=test_network
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/blopker/codebook/archive/refs/tags/v0.3.39.tar.gz -> codebook-0.3.39.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.39/codebook-0.3.39-deps.tar.xz
SRC_URI=https://github.com/blopker/codebook/archive/refs/tags/v0.3.41.tar.gz -> codebook-0.3.41.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/codebook/0.3.41/codebook-0.3.41-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d
_md5_=69db1443328a8381c18fce80a4121c26

View File

@@ -8,6 +8,6 @@ IUSE=debug
KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0
SLOT=0
SRC_URI=https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v0.1.5.tar.gz -> iwe-0.1.5.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/iwe/liwe-v0.1.5/iwe-liwe-v0.1.5-deps.tar.xz
SRC_URI=https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v0.1.10.tar.gz -> iwe-0.1.10.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/iwe/liwe-v0.1.10/iwe-liwe-v0.1.10-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d
_md5_=d547642f7fea77504ac6d21a83e565e0

View File

@@ -0,0 +1,15 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* )
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=>=dev-libs/libgit2-0.99:= dev-libs/oniguruma:=
DESCRIPTION=Turso Database is an in-process OLTP database engine library with a CLI
EAPI=8
HOMEPAGE=https://github.com/tursodatabase/turso
INHERIT=cargo linux-info
IUSE=+uring debug
KEYWORDS=~amd64
LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 CC0-1.0 CDDL GPL-2.0-with-bison-exception MIT MPL-2.0 Unicode-DFS-2016
RDEPEND=>=dev-libs/libgit2-0.99:= dev-libs/oniguruma:=
SLOT=0
SRC_URI=https://github.com/tursodatabase/turso/releases/download/v0.6.0/source.tar.gz -> turso-0.6.0.tar.gz https://github.com/gentoo-crate-dist/turso/releases/download/v0.6.0/turso-0.6.0-crates.tar.xz https://github.com/trishume/syntect/archive/64644ffe064457265cbcee12a0c1baf9485ba6ee.tar.gz -> syntect-64644ffe064457265cbcee12a0c1baf9485ba6ee.gh.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d linux-info efd923656513c879204fec6638eadee5
_md5_=71334144032377fdeb6529af8aa5cf7d

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-python/rich-12.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setproctitle-1.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/caio-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/colorlog-6.0[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/aiomisc-pytest[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 postinst prepare test
DESCRIPTION=aiomisc - miscellaneous utils for asyncio
EAPI=8
HOMEPAGE=https://github.com/aiokitchen/aiomisc https://pypi.org/project/aiomisc/
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/caio-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/colorlog-6.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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/aiokitchen/aiomisc/archive/ebfdb45c8d60fda24e42f7589d2fc7fe11ae4f0c.tar.gz -> aiomisc-18.0.19.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 optfeature 538bce96e5589935b57e178e8635f301
_md5_=cdf8e50d521aa30b018ec837048b98e9

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/rich-12.6[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setproctitle-1.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/aiothreads-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/caio-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/colorlog-6.0[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/aiomisc-pytest[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 postinst prepare test
DESCRIPTION=aiomisc - miscellaneous utils for asyncio
EAPI=8
HOMEPAGE=https://github.com/aiokitchen/aiomisc https://pypi.org/project/aiomisc/
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/aiothreads-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/caio-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/colorlog-6.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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/aiokitchen/aiomisc/archive/ebfdb45c8d60fda24e42f7589d2fc7fe11ae4f0c.tar.gz -> aiomisc-18.0.19.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 optfeature 538bce96e5589935b57e178e8635f301
_md5_=7a6ec8ed20e4c13d04171c5ae8490740

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( >=dev-python/dirty-equals-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.27.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/opentelemetry-sdk-1.20.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/authlib-1.6.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/cyclopts-4.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/exceptiongroup-1.2.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/fastapi-0.115.12[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonref-1.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-path-0.3.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mcp-1.24.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/openapi-pydantic-0.5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/opentelemetry-api-1.20.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/packaging-24.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-4.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/py-key-value-aio-0.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.11.7[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyperclip-1.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dotenv-1.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.9.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/uncalled-for-0.2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/uvicorn-0.35[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/watchfiles-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/websockets-15.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-env[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-httpx[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-timeout[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
BDEPEND=test? ( >=dev-python/cachetools-5.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/dirty-equals-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/inline-snapshot-0.27.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/opentelemetry-sdk-1.20.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/authlib-1.6.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/cyclopts-4.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/exceptiongroup-1.2.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/fastapi-0.115.12[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonref-1.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jsonschema-path-0.3.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/mcp-1.24.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/openapi-pydantic-0.5.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/opentelemetry-api-1.20.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/packaging-24.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/platformdirs-4.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/py-key-value-aio-0.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.11.7[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyperclip-1.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-dotenv-1.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-6.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rich-13.9.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/uncalled-for-0.2.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/uvicorn-0.35[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/watchfiles-1.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/websockets-15.0.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xdist[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-asyncio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-env[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-httpx[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-timeout[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/hatchling-1.27.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=The fast, Pythonic way to build MCP servers and clients
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastmcp/fastmcp-3.1.1.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=8665b08b000396b9fb41e83de481a006
_md5_=1bda131adcceeb783419aa392eee6872

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
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(-)?]
BDEPEND=dev-python/hatch-fancy-pypi-readme[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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
@@ -13,4 +13,4 @@ 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 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=e0ddc6e7b4887faf3ce245040dab93d4
_md5_=32bdb168608b4fccb5e5c319487d9a57

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( ~dev-python/opentelemetry-sdk-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=test? ( ~dev-python/opentelemetry-sdk-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=OpenTelemetry Protobuf encoding
EAPI=8
@@ -7,10 +7,10 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
RDEPEND=~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.40.0.tar.gz -> opentelemetry-python-1.40.0.gh.tar.gz
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.42.1.tar.gz -> opentelemetry-python-1.42.1.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=3a13e65e3e614d1adeec2c7ea2738319

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( ~dev-python/opentelemetry-sdk-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-1.75.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=test? ( ~dev-python/opentelemetry-sdk-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-1.75.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=OpenTelemetry Collector Protobuf over gRPC Exporter
EAPI=8
@@ -7,10 +7,10 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-1.75.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
RDEPEND=>=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/grpcio-1.75.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.6.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.40.0.tar.gz -> opentelemetry-python-1.40.0.gh.tar.gz
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.42.1.tar.gz -> opentelemetry-python-1.42.1.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=7f8856b0a2187298e980e6c0eb664d35

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( ~dev-python/opentelemetry-sdk-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.7[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=test? ( ~dev-python/opentelemetry-sdk-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.7[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=OpenTelemetry Collector Protobuf over HTTP Exporter
EAPI=8
@@ -7,10 +7,10 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.7[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
RDEPEND=>=dev-python/googleapis-common-protos-1.57[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-exporter-otlp-proto-common-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-proto-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/requests-2.7[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.5.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.40.0.tar.gz -> opentelemetry-python-1.40.0.gh.tar.gz
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.42.1.tar.gz -> opentelemetry-python-1.42.1.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=d1d1b42ff2015bb11a57d0e4006cd35f

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-semantic-conventions-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/packaging-18.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
EAPI=8
HOMEPAGE=https://opentelemetry.io/ https://pypi.org/project/opentelemetry-instrumentation/ https://github.com/open-telemetry/opentelemetry-python-contrib/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-semantic-conventions-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/packaging-18.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python-contrib/archive/refs/tags/v0.61b0.tar.gz -> opentelemetry-python-contrib-0.61b0.gh.tar.gz test? ( https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.40.0.tar.gz -> opentelemetry-python-1.40.0.gh.tar.gz )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=5cfd3b277f34ebb656086b17bde22823

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-sdk-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-semantic-conventions-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/packaging-18.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
EAPI=8
HOMEPAGE=https://opentelemetry.io/ https://pypi.org/project/opentelemetry-instrumentation/ https://github.com/open-telemetry/opentelemetry-python-contrib/
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-sdk-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-semantic-conventions-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/packaging-18.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python-contrib/archive/refs/tags/v0.63b1.tar.gz -> opentelemetry-python-contrib-0.63b1.gh.tar.gz test? ( https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.42.1.tar.gz -> opentelemetry-python-1.42.1.gh.tar.gz )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=6d771beb33327260b31df9e530e667ea

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( ~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-instrumentation-0.61_beta0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=test? ( ~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-instrumentation-0.63_beta1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Thread context propagation support for OpenTelemetry
EAPI=8
@@ -7,10 +7,10 @@ INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=~dev-python/opentelemetry-api-1.40.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-instrumentation-0.61_beta0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
RDEPEND=~dev-python/opentelemetry-api-1.42.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ~dev-python/opentelemetry-instrumentation-0.63_beta1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/wrapt-1.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python-contrib/archive/refs/tags/v0.61b0.tar.gz -> opentelemetry-python-contrib-0.61b0.gh.tar.gz test? ( https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.40.0.tar.gz -> opentelemetry-python-1.40.0.gh.tar.gz )
SRC_URI=https://github.com/open-telemetry/opentelemetry-python-contrib/archive/refs/tags/v0.63b1.tar.gz -> opentelemetry-python-contrib-0.63b1.gh.tar.gz test? ( https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.42.1.tar.gz -> opentelemetry-python-1.42.1.gh.tar.gz )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=5775081f69ef3d9e3791538118bb17f6
_md5_=07ecdb4550f37f15f50249035611f785

View File

@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/protobuf-5.0.0[python_targets_python3_11(-)?,python_targets
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.40.0.tar.gz -> opentelemetry-python-1.40.0.gh.tar.gz
SRC_URI=https://github.com/open-telemetry/opentelemetry-python/archive/refs/tags/v1.42.1.tar.gz -> opentelemetry-python-1.42.1.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=80974f1addf88eddb32b086f845a6cdf

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( dev-python/backoff[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/distro[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[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/six[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/django[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mock[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/opentelemetry-exporter-otlp-proto-http[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/opentelemetry-sdk[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/parameterized[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pydantic[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/backoff[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/distro[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[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/six[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[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/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=test? ( dev-python/backoff[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/distro[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[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/six[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/django[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/mock[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/opentelemetry-exporter-otlp-proto-http[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/opentelemetry-sdk[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/parameterized[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pydantic[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/backoff[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/distro[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[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/six[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[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(-)?] dev-python/pytest-bdd[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=dev-python/backoff[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/distro[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[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/six[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/typing-extensions[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DESCRIPTION=Send usage data from your Python code to PostHog
@@ -12,6 +12,6 @@ RDEPEND=dev-python/backoff[python_targets_python3_12(-)?,python_targets_python3_
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/PostHog/posthog-python/archive/refs/tags/7.14.2.tar.gz -> posthog-7.14.2.gh.tar.gz
SRC_URI=https://github.com/PostHog/posthog-python/archive/refs/tags/7.16.2.tar.gz -> posthog-7.16.2.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=94ae30c81a9b00331b15de551ee7a594
_md5_=bf84e8131600da1168dd3f0afc2295df

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( >=dev-python/aiofile-3.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/cachetools-5.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/cryptography-45.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/diskcache-5.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pathvalidate-3.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.11.9[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/beartype-0.20.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.15.0[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/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-mock[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/uv-build[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=test? ( >=dev-python/aiofile-3.5.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.4.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/cachetools-5.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/cryptography-45.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/dirty-equals-0.10.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/diskcache-5.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pathvalidate-3.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.11.9[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/beartype-0.20.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.15.0[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/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-mock[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/uv-build[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Async Key-Value Store - A pluggable interface for KV Stores
EAPI=8
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/strawgate/py-key-value/archive/refs/tags/0.4.4.tar.gz -> py-key-value-aio-0.4.4.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 optfeature 538bce96e5589935b57e178e8635f301
_md5_=904dbfd81b86accb69f2c1a81a6cc603
_md5_=6b35ea436f16b631defe9c128516b504

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( dev-python/blobfile[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/hypothesis[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=dev-python/setuptools-rust[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/blobfile[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/hypothesis[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) || ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
DESCRIPTION=A fast BPE tokeniser for use with OpenAI's models
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/tiktoken/tiktoken-0.12.0.tar.gz https://static.crates.io/crates/aho-corasick/aho-corasick-1.1.4.crate https://static.crates.io/crates/autocfg/autocfg-1.5.0.crate https://static.crates.io/crates/bit-set/bit-set-0.5.3.crate https://static.crates.io/crates/bit-vec/bit-vec-0.6.3.crate https://static.crates.io/crates/bstr/bstr-1.12.1.crate https://static.crates.io/crates/fancy-regex/fancy-regex-0.13.0.crate https://static.crates.io/crates/heck/heck-0.5.0.crate https://static.crates.io/crates/indoc/indoc-2.0.7.crate https://static.crates.io/crates/libc/libc-0.2.183.crate https://static.crates.io/crates/memchr/memchr-2.8.0.crate https://static.crates.io/crates/memoffset/memoffset-0.9.1.crate https://static.crates.io/crates/once_cell/once_cell-1.21.4.crate https://static.crates.io/crates/portable-atomic/portable-atomic-1.13.1.crate https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.106.crate https://static.crates.io/crates/pyo3-build-config/pyo3-build-config-0.26.0.crate https://static.crates.io/crates/pyo3-ffi/pyo3-ffi-0.26.0.crate https://static.crates.io/crates/pyo3-macros-backend/pyo3-macros-backend-0.26.0.crate https://static.crates.io/crates/pyo3-macros/pyo3-macros-0.26.0.crate https://static.crates.io/crates/pyo3/pyo3-0.26.0.crate https://static.crates.io/crates/quote/quote-1.0.45.crate https://static.crates.io/crates/regex-automata/regex-automata-0.4.14.crate https://static.crates.io/crates/regex-syntax/regex-syntax-0.8.10.crate https://static.crates.io/crates/regex/regex-1.12.3.crate https://static.crates.io/crates/rustc-hash/rustc-hash-2.1.1.crate https://static.crates.io/crates/rustversion/rustversion-1.0.22.crate https://static.crates.io/crates/serde/serde-1.0.228.crate https://static.crates.io/crates/serde_core/serde_core-1.0.228.crate https://static.crates.io/crates/serde_derive/serde_derive-1.0.228.crate https://static.crates.io/crates/syn/syn-2.0.117.crate https://static.crates.io/crates/target-lexicon/target-lexicon-0.13.5.crate https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.24.crate https://static.crates.io/crates/unindent/unindent-0.2.4.crate test? ( https://github.com/falbrechtskirchinger/overlay-assets/releases/download/v2026.03.26.0/tiktoken-encodings-v2026.03.26.tar.xz )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 optfeature 538bce96e5589935b57e178e8635f301 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=a08e0bd4ebf6bc607c893d6979d91b67
_md5_=6536ba74ffadf94ec4acf6326571ff88

View File

@@ -1,4 +1,4 @@
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.93.0:* >=dev-lang/rust-1.93.0:* )
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.95.0:* >=dev-lang/rust-1.95.0:* )
DEFINED_PHASES=compile configure install prepare pretend setup test unpack
DEPEND=dev-libs/openssl:= sys-apps/dbus
DESCRIPTION=Codex CLI - OpenAI's AI-powered coding agent
@@ -11,6 +11,6 @@ LICENSE=Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.
RDEPEND=dev-libs/openssl:= sys-apps/dbus
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/openai/codex/archive/rust-v0.133.0.tar.gz -> codex-0.133.0.tar.gz https://github.com/gentoo-zh-drafts/codex/releases/download/rust-v0.133.0/codex-rust-v0.133.0-crates.tar.xz amd64? ( https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/librusty_v8_release_x86_64-unknown-linux-musl.a.gz -> rusty_v8_147.4.0_librusty_v8_release_x86_64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/src_binding_release_x86_64-unknown-linux-musl.rs -> rusty_v8_147.4.0_src_binding_release_x86_64-unknown-linux-musl.rs ) arm64? ( https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/librusty_v8_release_aarch64-unknown-linux-musl.a.gz -> rusty_v8_147.4.0_librusty_v8_release_aarch64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/src_binding_release_aarch64-unknown-linux-musl.rs -> rusty_v8_147.4.0_src_binding_release_aarch64-unknown-linux-musl.rs ) https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/dzbarsky/rules_rust/archive/b56cbaa8465e74127f1ea216f813cd377295ad81.tar.gz -> rules_rust-b56cbaa8465e74127f1ea216f813cd377295ad81.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/ratatui/archive/9b2ad1298408c45918ee9f8241a6f95498cdbed2.tar.gz -> ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/crossterm/archive/87db8bfa6dc99427fd3b071681b07fc31c6ce995.tar.gz -> crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/openai-oss-forks/tungstenite-rs/archive/9200079d3b54a1ff51072e24d81fd354f085156f.tar.gz -> tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f.gh.tar.gz https://github.com/openai-oss-forks/tokio-tungstenite/archive/132f5b39c862e3a970f731d709608b3e6276d5f6.tar.gz -> tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6.gh.tar.gz
SRC_URI=https://github.com/openai/codex/archive/rust-v0.135.0.tar.gz -> codex-0.135.0.tar.gz https://github.com/gentoo-zh-drafts/codex/releases/download/rust-v0.135.0/codex-rust-v0.135.0-crates.tar.xz amd64? ( https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/librusty_v8_release_x86_64-unknown-linux-musl.a.gz -> rusty_v8_147.4.0_librusty_v8_release_x86_64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/src_binding_release_x86_64-unknown-linux-musl.rs -> rusty_v8_147.4.0_src_binding_release_x86_64-unknown-linux-musl.rs ) arm64? ( https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/librusty_v8_release_aarch64-unknown-linux-musl.a.gz -> rusty_v8_147.4.0_librusty_v8_release_aarch64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v147.4.0/src_binding_release_aarch64-unknown-linux-musl.rs -> rusty_v8_147.4.0_src_binding_release_aarch64-unknown-linux-musl.rs ) https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/dzbarsky/rules_rust/archive/b56cbaa8465e74127f1ea216f813cd377295ad81.tar.gz -> rules_rust-b56cbaa8465e74127f1ea216f813cd377295ad81.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/ratatui/archive/9b2ad1298408c45918ee9f8241a6f95498cdbed2.tar.gz -> ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/crossterm/archive/87db8bfa6dc99427fd3b071681b07fc31c6ce995.tar.gz -> crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/openai-oss-forks/tungstenite-rs/archive/9200079d3b54a1ff51072e24d81fd354f085156f.tar.gz -> tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f.gh.tar.gz https://github.com/openai-oss-forks/tokio-tungstenite/archive/132f5b39c862e3a970f731d709608b3e6276d5f6.tar.gz -> tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6.gh.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c
_md5_=2d2d772c59711ac2957d9e1d9f989746
_md5_=9b9ea577d4bdb5ebdbe7e6611716162c

View File

@@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64 ~arm64
LICENSE=Apache-2.0
RDEPEND=net-libs/nodejs
SLOT=0
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.42.0/gemini-cli-bundle.zip -> gemini-cli-0.42.0.zip
SRC_URI=https://github.com/google-gemini/gemini-cli/releases/download/v0.44.1/gemini-cli-bundle.zip -> gemini-cli-0.44.1.zip
_eclasses_=wrapper ebaa3beeb43f7e533872b6c37168c7ad
_md5_=ab48c698ed928ca0b8c76d9686ad0e29

View File

@@ -12,6 +12,6 @@ RDEPEND=dev-python/ignore-python[python_targets_python3_12(-)?,python_targets_py
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/BlankSpruce/gersemi/archive/refs/tags/0.27.5.tar.gz -> gersemi-0.27.5.tar.gz https://static.crates.io/crates/aho-corasick/aho-corasick-1.1.4.crate https://static.crates.io/crates/heck/heck-0.5.0.crate https://static.crates.io/crates/libc/libc-0.2.186.crate https://static.crates.io/crates/memchr/memchr-2.8.0.crate https://static.crates.io/crates/once_cell/once_cell-1.21.4.crate https://static.crates.io/crates/portable-atomic/portable-atomic-1.13.1.crate https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.106.crate https://static.crates.io/crates/pyo3-build-config/pyo3-build-config-0.28.3.crate https://static.crates.io/crates/pyo3-ffi/pyo3-ffi-0.28.3.crate https://static.crates.io/crates/pyo3-macros-backend/pyo3-macros-backend-0.28.3.crate https://static.crates.io/crates/pyo3-macros/pyo3-macros-0.28.3.crate https://static.crates.io/crates/pyo3/pyo3-0.28.3.crate https://static.crates.io/crates/quote/quote-1.0.45.crate https://static.crates.io/crates/regex-automata/regex-automata-0.4.14.crate https://static.crates.io/crates/regex-syntax/regex-syntax-0.8.10.crate https://static.crates.io/crates/regex/regex-1.12.3.crate https://static.crates.io/crates/syn/syn-2.0.117.crate https://static.crates.io/crates/target-lexicon/target-lexicon-0.13.5.crate https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.24.crate
SRC_URI=https://github.com/BlankSpruce/gersemi/archive/refs/tags/0.27.7.tar.gz -> gersemi-0.27.7.tar.gz https://static.crates.io/crates/aho-corasick/aho-corasick-1.1.4.crate https://static.crates.io/crates/heck/heck-0.5.0.crate https://static.crates.io/crates/libc/libc-0.2.186.crate https://static.crates.io/crates/memchr/memchr-2.8.1.crate https://static.crates.io/crates/once_cell/once_cell-1.21.4.crate https://static.crates.io/crates/portable-atomic/portable-atomic-1.13.1.crate https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.106.crate https://static.crates.io/crates/pyo3-build-config/pyo3-build-config-0.28.3.crate https://static.crates.io/crates/pyo3-ffi/pyo3-ffi-0.28.3.crate https://static.crates.io/crates/pyo3-macros-backend/pyo3-macros-backend-0.28.3.crate https://static.crates.io/crates/pyo3-macros/pyo3-macros-0.28.3.crate https://static.crates.io/crates/pyo3/pyo3-0.28.3.crate https://static.crates.io/crates/quote/quote-1.0.45.crate https://static.crates.io/crates/regex-automata/regex-automata-0.4.14.crate https://static.crates.io/crates/regex-syntax/regex-syntax-0.8.10.crate https://static.crates.io/crates/regex/regex-1.12.3.crate https://static.crates.io/crates/syn/syn-2.0.117.crate https://static.crates.io/crates/target-lexicon/target-lexicon-0.13.5.crate https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.24.crate
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 optfeature 538bce96e5589935b57e178e8635f301
_md5_=eca24062b75c08fe21ed7be200ffcd69
_md5_=360da8a9b0fbc6ff8b078b8924e58d30

View File

@@ -1,16 +0,0 @@
BDEPEND=verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=install postinst postrm preinst pretend setup unpack
DESCRIPTION=Google's AI-first IDE and agentic development platform
EAPI=8
HOMEPAGE=https://antigravity.google/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg
IUSE=kerberos verify-sig +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW verify-sig
KEYWORDS=~amd64 ~arm64
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 )
RESTRICT=bindist mirror strip
SLOT=0
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 58a918e3a42d0156f010dcfd43725be5 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_=a63eac4a7c3cf3357e4ed1b9ec9ea542

View File

@@ -1,16 +0,0 @@
BDEPEND=verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=install postinst postrm preinst pretend setup unpack
DESCRIPTION=Google's AI-first IDE and agentic development platform
EAPI=8
HOMEPAGE=https://antigravity.google/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg
IUSE=kerberos verify-sig +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW verify-sig
KEYWORDS=~amd64 ~arm64
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 )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.22.2-1775164135_amd64_725a36fefbc1adaf753dc6fafe632600.deb -> google-antigravity-1.22.2_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.22.2-1775164161_arm64_ebd1956bce022f57a34163370e557235.deb -> google-antigravity-1.22.2_arm64.deb ) verify-sig? ( https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/google-antigravity-1.22.2-verify-sig.tar.xz )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 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_=ae6024010ae433417ec8ab65554d4b1f

View File

@@ -5,12 +5,12 @@ EAPI=8
HOMEPAGE=https://antigravity.google/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg
IUSE=kerberos verify-sig +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW verify-sig
IUSE=kerberos verify-sig webkit +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW verify-sig
KEYWORDS=~amd64 ~arm64
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 net-print/cups 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 ) webkit? ( net-libs/libsoup:3.0 net-libs/webkit-gtk:4.1 ) verify-sig? ( >=sec-keys/openpgp-keys-google-artifact-registry-20210504 )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.23.2-1776332190_amd64_d29aa2e214aa69c5a7199fce43624422.deb -> google-antigravity-1.23.2_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.23.2-1776332230_arm64_cdd44fd493c967bb35c13b3b2c49e726.deb -> google-antigravity-1.23.2_arm64.deb ) verify-sig? ( https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/google-antigravity-1.23.2-verify-sig.tar.xz )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 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_=2fb7ff7400a986671bf45e42f2cc5844
_md5_=cc26acba7be21f20201ecc57cfe09332

View File

@@ -0,0 +1,15 @@
DEFINED_PHASES=install postinst postrm preinst prepare pretend setup unpack
DESCRIPTION=Google Antigravity 2.0, a dedicated platform to work with agents
EAPI=8
HOMEPAGE=https://antigravity.google/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 desktop optfeature pax-utils xdg
IUSE=+l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
KEYWORDS=~amd64 ~arm64
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 net-print/cups 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
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.10-5119448496078848/linux-x64/Antigravity.tar.gz -> google-antigravity-2.0.10_amd64.tar.gz ) arm64? ( https://storage.googleapis.com/antigravity-public/antigravity-hub/2.0.10-5119448496078848/linux-arm/Antigravity.tar.gz -> google-antigravity-2.0.10_arm64.tar.gz )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 26d57169ca094c04be416993844ec8bc optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=eaef018077976f5467a89ed5a7875b16

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install
DESCRIPTION=Command-line interface for Google's Antigravity agentic development platform
EAPI=8
HOMEPAGE=https://antigravity.google/
KEYWORDS=~amd64 ~arm64
LICENSE=all-rights-reserved
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.4-6513644876464128/linux-x64/cli_linux_x64.tar.gz -> google-antigravity-cli-1.0.4_amd64.tar.gz ) arm64? ( https://storage.googleapis.com/antigravity-public/antigravity-cli/1.0.4-6513644876464128/linux-arm/cli_linux_arm64.tar.gz -> google-antigravity-cli-1.0.4_arm64.tar.gz )
_md5_=062dc478a0a51b41362e6704327a7ca7

View File

@@ -0,0 +1,15 @@
DEFINED_PHASES=install postinst postrm preinst prepare pretend setup unpack
DESCRIPTION=Google Antigravity's Editor view with context-aware agent
EAPI=8
HOMEPAGE=https://antigravity.google/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=chromium-2 desktop optfeature pax-utils shell-completion xdg
IUSE=kerberos webkit +l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es-419 +l10n_es +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
KEYWORDS=~amd64 ~arm64
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 net-print/cups 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 ) webkit? ( net-libs/libsoup:3.0 net-libs/webkit-gtk:4.1 )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.3-6242596486512640/linux-x64/Antigravity%20IDE.tar.gz -> google-antigravity-ide-2.0.3_amd64.tar.gz ) arm64? ( https://edgedl.me.gvt1.com/edgedl/release2/j0qc3/antigravity/stable/2.0.3-6242596486512640/linux-arm/Antigravity%20IDE.tar.gz -> google-antigravity-ide-2.0.3_arm64.tar.gz )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 26d57169ca094c04be416993844ec8bc optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=cbb57aa52d942761dfae1d6253c0fa84

View File

@@ -1,6 +1,6 @@
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 )
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-libs/vulkan-loader 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
@@ -9,9 +9,9 @@ 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
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-libs/vulkan-loader media-video/ffmpeg net-libs/enet virtual/libusb
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/azahar-emu/azahar/releases/download/2125.1.2/azahar-unified-source-2125.1.2.tar.xz -> azahar-2125.1.2.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=dffd893a8bd7c3581531ff2c694a546c
_md5_=4718f6993682bd2f09977d0d02160cf4

View File

@@ -1,16 +1,16 @@
BDEPEND=virtual/pkgconfig test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/bzip2:= app-arch/lz4:= app-arch/xz-utils app-arch/zstd:= dev-libs/hidapi dev-libs/libfmt:= dev-libs/lzo:2 dev-libs/pugixml dev-libs/xxhash dev-util/glslang:= games-emulation/libretro-info media-libs/cubeb >=media-libs/imgui-1.92 media-libs/implot:0/0.17 >=media-libs/libsfml-3.0:= media-libs/libspng net-libs/enet net-libs/mbedtls:0= sys-libs/minizip-ng:= virtual/libusb:1 virtual/opengl virtual/zlib:= x11-libs/libX11 x11-libs/libXi x11-libs/libXrandr bluetooth? ( net-wireless/bluez:= ) evdev? ( dev-libs/libevdev virtual/libudev ) dev-cpp/tinygltf dev-util/vulkan-headers media-libs/VulkanMemoryAllocator egl? ( media-libs/libglvnd )
DEPEND=app-arch/bzip2:= app-arch/lz4:= app-arch/xz-utils app-arch/zstd:= dev-cpp/tinygltf dev-libs/hidapi dev-libs/libfmt:= dev-libs/lzo:2 dev-libs/pugixml dev-libs/xxhash dev-util/glslang:= games-emulation/libretro-info media-libs/cubeb >=media-libs/imgui-1.92 media-libs/implot:0/0.17 >=media-libs/libsfml-3.0:= media-libs/libspng net-libs/enet net-libs/mbedtls:0= net-misc/curl sys-libs/minizip-ng:= virtual/libusb:1 virtual/opengl virtual/zlib:= x11-libs/libX11 x11-libs/libXi x11-libs/libXrandr bluetooth? ( net-wireless/bluez:= ) evdev? ( dev-libs/libevdev virtual/libudev ) dev-util/vulkan-headers media-libs/VulkanMemoryAllocator egl? ( media-libs/libglvnd )
DESCRIPTION=Dolphin libretro port
EAPI=8
HOMEPAGE=https://github.com/libretro/dolphin
INHERIT=cmake
IUSE=bluetooth egl +evdev log test
KEYWORDS=~amd64
LICENSE=GPL-2+ BSD BSD-2 LGPL-2.1+ MIT ZLIB MIT BSD-2 GPL-2+ FatFs MIT MIT MIT LGPL-2.1+ MIT curl
RDEPEND=app-arch/bzip2:= app-arch/lz4:= app-arch/xz-utils app-arch/zstd:= dev-libs/hidapi dev-libs/libfmt:= dev-libs/lzo:2 dev-libs/pugixml dev-libs/xxhash dev-util/glslang:= games-emulation/libretro-info media-libs/cubeb >=media-libs/imgui-1.92 media-libs/implot:0/0.17 >=media-libs/libsfml-3.0:= media-libs/libspng net-libs/enet net-libs/mbedtls:0= sys-libs/minizip-ng:= virtual/libusb:1 virtual/opengl virtual/zlib:= x11-libs/libX11 x11-libs/libXi x11-libs/libXrandr bluetooth? ( net-wireless/bluez:= ) evdev? ( dev-libs/libevdev virtual/libudev )
LICENSE=GPL-2+ BSD BSD-2 LGPL-2.1+ MIT ZLIB MIT BSD-2 GPL-2+ FatFs MIT MIT MIT LGPL-2.1+ MIT
RDEPEND=app-arch/bzip2:= app-arch/lz4:= app-arch/xz-utils app-arch/zstd:= dev-cpp/tinygltf dev-libs/hidapi dev-libs/libfmt:= dev-libs/lzo:2 dev-libs/pugixml dev-libs/xxhash dev-util/glslang:= games-emulation/libretro-info media-libs/cubeb >=media-libs/imgui-1.92 media-libs/implot:0/0.17 >=media-libs/libsfml-3.0:= media-libs/libspng net-libs/enet net-libs/mbedtls:0= net-misc/curl sys-libs/minizip-ng:= virtual/libusb:1 virtual/opengl virtual/zlib:= x11-libs/libX11 x11-libs/libXi x11-libs/libXrandr bluetooth? ( net-wireless/bluez:= ) evdev? ( dev-libs/libevdev virtual/libudev )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/libretro/dolphin/archive/0cd3bb89c29535db9b7552fc86871867ccf5b471.tar.gz -> libretro-dolphin-0.0.1_pre20260409.tar.gz https://github.com/mutouyun/cpp-ipc/archive/ab4e5bd18e554aaa4503a0c6f6174d9bbfb11b42.tar.gz -> cpp-ipc-ab4e5bd18e554aaa4503a0c6f6174d9bbfb11b42.tar.gz https://github.com/weisslj/cpp-optparse/archive/2265d647232249a53a03b411099863ceca35f0d3.tar.gz -> cpp-optparse-2265d647232249a53a03b411099863ceca35f0d3.tar.gz https://github.com/e-dant/watcher/archive/06f84a1314be18f5e697ebbf28c0fab2d17c9c39.tar.gz -> watcher-06f84a1314be18f5e697ebbf28c0fab2d17c9c39.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644
_md5_=8e252b5513e2c2a7fec95abfdb7514e3
_md5_=9dfd83e0fdd304146443b2147811d1fa

View File

@@ -9,6 +9,6 @@ LICENSE=all-rights-reserved
RDEPEND=media-libs/vulkan-loader virtual/dotnet-sdk:10.0
RESTRICT=mirror strip fetch
SLOT=0
SRC_URI=amd64? ( https://ksa-linux.ahwoo.com/download?file=setup_ksa_v2026.5.11.4462.tar.gz -> kittenspaceagency-bin-2026.5.11-r4462.tar.gz )
SRC_URI=amd64? ( setup_ksa_v2026.5.12.4510.tar.gz )
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc
_md5_=d7fc3fc1ecb87d2b2e4c16480d11f47a
_md5_=9a4b37f987fba5cd2eb3436628e8ebfc

View File

@@ -0,0 +1,15 @@
BDEPEND=|| ( app-arch/rpm2targz >=app-arch/rpm-4.19.0[lzma(+)] )
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.9/hydralauncher-3.9.9.x86_64.rpm )
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd estack c61c368a76fdf3a82fdf8dbaebea3804 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 rpm 716d8645cb3f94e78951eda6c33e0546 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=46602a5923fbc2acf73c55d62ff82b6d

View File

@@ -0,0 +1,15 @@
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=gui-libs/gtk[wayland] gui-libs/gtk4-layer-shell[introspection] cairo? ( dev-lua/lgi[lua_targets_luajit] ) keyboard? ( dev-libs/libinput ) music? ( sys-apps/dbus ) notifications? ( gui-apps/swaync ) volume? ( media-libs/libpulse )
DESCRIPTION=Customisable Wayland gtk bar written in Rust
EAPI=8
HOMEPAGE=https://crates.io/crates/ironbar
INHERIT=cargo
IUSE=cairo +http +keyboard +music notifications +tray +volume debug
KEYWORDS=~amd64
LICENSE=MIT Apache-2.0 BSD CC0-1.0 GPL-3+ ISC MIT MPL-2.0 Unicode-DFS-2016
RDEPEND=gui-libs/gtk[wayland] gui-libs/gtk4-layer-shell[introspection] cairo? ( dev-lua/lgi[lua_targets_luajit] ) keyboard? ( dev-libs/libinput ) music? ( sys-apps/dbus ) notifications? ( gui-apps/swaync ) volume? ( media-libs/libpulse ) dev-libs/glib dev-libs/libevdev x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
SLOT=0
SRC_URI=https://github.com/JakeStanger/ironbar/archive/refs/tags/v0.19.0.tar.gz -> ironbar-0.19.0.tar.gz https://github.com/gentoo-crate-dist/ironbar/releases/download/v0.19.0/ironbar-0.19.0-crates.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d
_md5_=32d90dc8350d1aa6c91daf691eaf1c34

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-libs/appstream dev-libs/glib:2 dev-util/desktop-file-utils dev-util/gtk-update-icon-cache sys-devel/gettext debug? ( dev-vcs/git ) || ( >=dev-lang/rust-bin-1.94.0:* >=dev-lang/rust-1.94.0:* ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
DEPEND=dev-libs/glib:2 gui-libs/gtk:4[wayland] gui-libs/libadwaita:1 media-libs/graphene media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugin-gtk4
DESCRIPTION=Scan and Generate QR Codes
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/World/decoder
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cargo gnome2-utils meson xdg
IUSE=debug test debug
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=dev-libs/glib:2 gui-libs/gtk:4[wayland] gui-libs/libadwaita:1 media-libs/graphene media-libs/gst-plugins-bad:1.0 media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugin-gtk4
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.gnome.org/World/decoder/-/archive/0.9.1/decoder-0.9.1.tar.bz2 https://gitlab.com/api/v4/projects/69517529/packages/generic/decoder/0.9.1/decoder-0.9.1-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 sysroot 4c36abaf94ebd3ab32f8abea9a444121 meson 12065b402c6d78a2aec926ed8dfd964f xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=5a5cfa64637eabb06e6837d8977c9af8

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-libs/appstream dev-libs/glib:2 dev-util/blueprint-compiler dev-util/desktop-file-utils dev-util/gtk-update-icon-cache sys-devel/gettext || ( >=dev-lang/rust-bin-1.92:* >=dev-lang/rust-1.92:* ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
DEPEND=dev-libs/glib:2 gui-libs/gtk:4 gui-libs/libadwaita:1 media-libs/dav1d media-libs/glycin:2[gtk] media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-libs/libwebp
DEPEND=dev-libs/glib:2 gui-libs/gtk:4 gui-libs/libadwaita:1 media-libs/dav1d media-libs/glycin:2[gtk] media-libs/gst-plugins-base:1.0[wayland] media-libs/gstreamer:1.0 media-libs/libwebp
DESCRIPTION=Compare images and videos
EAPI=8
HOMEPAGE=https://apps.gnome.org/Identity/ https://gitlab.gnome.org/YaLTeR/identity
@@ -9,8 +9,8 @@ INHERIT=cargo gnome2-utils meson xdg
IUSE=debug
KEYWORDS=~amd64
LICENSE=Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD GPL-3+ MIT MPL-2.0 Unicode-3.0
RDEPEND=dev-libs/glib:2 gui-libs/gtk:4 gui-libs/libadwaita:1 media-libs/dav1d media-libs/glycin:2[gtk] media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-libs/libwebp
RDEPEND=dev-libs/glib:2 gui-libs/gtk:4 gui-libs/libadwaita:1 media-libs/dav1d media-libs/glycin:2[gtk] media-libs/gst-plugins-base:1.0[wayland] media-libs/gstreamer:1.0 media-libs/libwebp
SLOT=0
SRC_URI=https://gitlab.gnome.org/YaLTeR/identity/-/archive/v26.03/identity-v26.03.tar.bz2 -> identity-26.03.tar.bz2 https://gitlab.com/api/v4/projects/69517529/packages/generic/identity/26.03/identity-26.03-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 sysroot 4c36abaf94ebd3ab32f8abea9a444121 meson 12065b402c6d78a2aec926ed8dfd964f xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=81992f10854a558cc185847cd3995e10
_md5_=d3172b8b29ea5d506366dbcbc5de1d3e

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst unpack
DESCRIPTION=Streaming music player that finds free music for you
EAPI=8
HOMEPAGE=https://nuclearplayer.com
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker desktop xdg
KEYWORDS=-* ~amd64
LICENSE=AGPL-3
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-arch/xz-utils dev-libs/expat dev-libs/glib dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa[opengl] net-libs/libsoup net-libs/webkit-gtk:4.1 net-print/cups sys-apps/dbus x11-libs/cairo[X] x11-libs/gdk-pixbuf x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango[X]
SLOT=0
SRC_URI=https://github.com/nukeop/nuclear/releases/download/player@1.38.0/Nuclear_1.38.0_amd64.deb -> nuclear-bin-1.38.0.deb
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=b3e343b4112de175d9cf181f4deb4e13

View File

@@ -12,4 +12,4 @@ RDEPEND=net-libs/webkit-gtk system-ffmpeg? ( media-video/ffmpeg[lame] ) system-j
SLOT=0
SRC_URI=https://github.com/openaudible/openaudible/releases/download/v4.8.1/OpenAudible_4.8.1_x86_64.deb
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 wrapper ebaa3beeb43f7e533872b6c37168c7ad
_md5_=ca77b569917568b717a05beb25ee7f3d
_md5_=45d25a4b2f7374283f45fa6f32fe0b62

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=net-libs/webkit-gtk system-ffmpeg? ( media-video/ffmpeg[lame] ) system-jre? ( virtual/jre:21 )
SLOT=0
SRC_URI=https://github.com/openaudible/openaudible/releases/download/v4.7.4/OpenAudible_4.7.4_x86_64.deb
SRC_URI=https://github.com/openaudible/openaudible/releases/download/v4.8.2/OpenAudible_4.8.2_x86_64.deb
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 wrapper ebaa3beeb43f7e533872b6c37168c7ad
_md5_=ca77b569917568b717a05beb25ee7f3d
_md5_=45d25a4b2f7374283f45fa6f32fe0b62

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-python/scikit-build[python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( media-libs/sonic sci-libs/onnxruntime[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] server? ( dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.28.5 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(-)?]
BDEPEND=dev-python/scikit-build[python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/pathvalidate[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sonic sci-libs/onnxruntime[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] server? ( dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.28.5 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
DEPEND=media-libs/sonic sci-libs/onnxruntime[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] server? ( dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) !!app-misc/piper !!net-proxy/piper python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DEPEND=dev-python/pathvalidate[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sonic sci-libs/onnxruntime[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] server? ( dev-python/flask[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) !!app-misc/piper !!net-proxy/piper python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DESCRIPTION=Fast and local neural text-to-speech engine
EAPI=8
HOMEPAGE=https://github.com/OHF-Voice/piper1-gpl
@@ -8,10 +8,10 @@ INHERIT=cmake distutils-r1
IUSE=server test python_targets_python3_12 python_targets_python3_13 debug
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=media-libs/sonic sci-libs/onnxruntime[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] server? ( dev-python/flask[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 )
RDEPEND=dev-python/pathvalidate[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sonic sci-libs/onnxruntime[python,python_targets_python3_12(-)?,python_targets_python3_13(-)?] server? ( dev-python/flask[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/OHF-Voice/piper1-gpl/archive/refs/tags/v1.4.2.tar.gz -> piper-1.4.2.tar.gz https://github.com/espeak-ng/espeak-ng/archive/212928b394a96e8fd2096616bfd54e17845c48f6.tar.gz -> espeak-ng-1.52.0_p20250322.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=9317bcd165490be0cc816b66e487690f
_md5_=ac619c722d5c4a1c973558181dd83fbc

View File

@@ -9,6 +9,6 @@ IUSE=+web +filecaps
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3 Apache-2.0 BSD BSD-2 MIT ZLIB
SLOT=0
SRC_URI=https://github.com/AdguardTeam/AdGuardHome/archive/refs/tags/v0.107.63.tar.gz -> AdGuardHome-0.107.63.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.63/deps.tar.xz -> AdGuardHome-0.107.63-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.57/wiki.tar.xz -> AdGuardHome-wiki-ad09f2b.tar.xz web? ( https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.63/AdGuardHome_frontend.tar.gz -> AdGuardHome-0.107.63-web.tar.gz )
SRC_URI=https://github.com/AdguardTeam/AdGuardHome/archive/v0.107.76.tar.gz -> AdGuardHome-0.107.76.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.76/deps.tar.xz -> AdGuardHome-0.107.76-deps.tar.xz web? ( https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.76/AdGuardHome_frontend.tar.gz -> AdGuardHome-0.107.76-web.tar.gz )
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=5a638f756b50d436ae1b72c0b0b26e76
_md5_=6eed0365cbb070d388fb7f1988343401

View File

@@ -5,12 +5,12 @@ EAPI=8
HOMEPAGE=https://github.com/0xERR0R/blocky/
IDEPEND=filecaps? ( sys-libs/libcap )
INHERIT=fcaps go-module systemd shell-completion
IUSE=doc +filecaps
IUSE=+filecaps
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 AGPL-3 BSD-2 BSD ISC MIT MPL-2.0
RDEPEND=acct-user/blocky acct-group/blocky
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/0xERR0R/blocky/archive/v0.25.tar.gz -> blocky-0.25.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/blocky-0.25/deps.tar.xz -> blocky-0.25-deps.tar.xz doc? ( https://github.com/0xERR0R/blocky/archive/d58f16a83c51f47ed033a8447527fd6e7b9af135.tar.gz -> blocky-0.25-docs.tar.gz )
SRC_URI=https://github.com/0xERR0R/blocky/archive/v0.30.0.tar.gz -> blocky-0.30.0.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/blocky-0.30.0/deps.tar.xz -> blocky-0.30.0-deps.tar.xz
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba systemd a964c0cbe818b5729da1dbfcee5be861 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=426773e5124d3e1978a33caafec9b7f7
_md5_=f8b3db09b76c79335346c830e4910b55

View File

@@ -5,11 +5,11 @@ EAPI=8
HOMEPAGE=https://github.com/0xERR0R/blocky/
IDEPEND=filecaps? ( sys-libs/libcap )
INHERIT=fcaps go-module systemd shell-completion git-r3
IUSE=doc +filecaps
IUSE=+filecaps
LICENSE=Apache-2.0 AGPL-3 BSD-2 BSD ISC MIT MPL-2.0
PROPERTIES=live
RDEPEND=acct-user/blocky acct-group/blocky
RESTRICT=test
SLOT=0
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba systemd a964c0cbe818b5729da1dbfcee5be861 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=f02e663a23da0e82f468cbdceb6f533a
_md5_=f8b3db09b76c79335346c830e4910b55

File diff suppressed because one or more lines are too long

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=^^ ( llvm_slot_21 )
SLOT=0
SRC_URI=https://github.com/matrix-construct/tuwunel/archive/refs/tags/v1.6.2.tar.gz -> tuwunel-1.6.2.tar.gz https://vimja.cloud/public.php/dav/files/z59eKDyLFokW2KK/net-im/tuwunel/tuwunel-1.6.2-vendor.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 d0f9b3164877aa250943c25b016e475e linux-info efd923656513c879204fec6638eadee5
_md5_=5cde26d40e22d7dbb41afd1d3af292c3
_md5_=71bae7054b64f263bd3132b8ac087b04

View File

@@ -1,16 +1,16 @@
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.94.0:* >=dev-lang/rust-1.94.0:* )
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=jemalloc? ( dev-libs/jemalloc:= ) app-arch/snappy:= zstd? ( app-arch/zstd:= ) system-rocksdb? ( dev-libs/rocksdb ) llvm_slot_16? ( llvm-core/clang:16 llvm-core/llvm:16 ) llvm_slot_17? ( llvm-core/clang:17 llvm-core/llvm:17 ) llvm_slot_18? ( llvm-core/clang:18 llvm-core/llvm:18 ) llvm_slot_19? ( llvm-core/clang:19 llvm-core/llvm:19 ) llvm_slot_20? ( llvm-core/clang:20 llvm-core/llvm:20 ) llvm_slot_21? ( llvm-core/clang:21 llvm-core/llvm:21 )
DEPEND=jemalloc? ( dev-libs/jemalloc:= ) app-arch/snappy:= zstd? ( app-arch/zstd:= ) system-rocksdb? ( dev-libs/rocksdb ) llvm_slot_21? ( llvm-core/clang:21 llvm-core/llvm:21 )
DESCRIPTION=High Performance Matrix Homeserver in Rust!
EAPI=8
HOMEPAGE=https://tuwunel.chat https://github.com/matrix-construct/tuwunel
INHERIT=cargo llvm-r2 linux-info
IUSE=jemalloc system-rocksdb gzip zstd lz4 bzip2 systemd brotli ldap io-uring debug +llvm_slot_21 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20
IUSE=jemalloc system-rocksdb gzip zstd lz4 bzip2 systemd brotli ldap io-uring debug +llvm_slot_21
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 Apache-2.0 BSD-2 BSD BlueOak-1.0.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0 Unlicense ZLIB
RDEPEND=jemalloc? ( dev-libs/jemalloc:= ) app-arch/snappy:= zstd? ( app-arch/zstd:= ) system-rocksdb? ( dev-libs/rocksdb ) acct-user/tuwunel app-misc/ca-certificates
REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 llvm_slot_21 )
REQUIRED_USE=^^ ( llvm_slot_21 )
SLOT=0
SRC_URI=https://github.com/matrix-construct/tuwunel/archive/refs/tags/v1.5.1.tar.gz -> tuwunel-1.5.1.tar.gz https://vimja.cloud/public.php/dav/files/z59eKDyLFokW2KK/net-im/tuwunel/tuwunel-1.5.1-vendor.tar.xz
SRC_URI=https://github.com/matrix-construct/tuwunel/archive/refs/tags/v1.7.0.tar.gz -> tuwunel-1.7.0.tar.gz https://vimja.cloud/public.php/dav/files/z59eKDyLFokW2KK/net-im/tuwunel/tuwunel-1.7.0-vendor.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 d0f9b3164877aa250943c25b016e475e linux-info efd923656513c879204fec6638eadee5
_md5_=db85299dc0ad627d91f8d190679a2707
_md5_=71bae7054b64f263bd3132b8ac087b04

View File

@@ -1,4 +1,4 @@
BDEPEND=dev-go/protobuf-go dev-go/protoc-gen-go-grpc >=dev-lang/go-1.25 dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-lang/go-1.24.11:= app-arch/unzip
BDEPEND=dev-go/protobuf-go dev-go/protoc-gen-go-grpc >=dev-lang/go-1.26 dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-lang/go-1.24.11:= app-arch/unzip
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-libs/protobuf:= dev-libs/qhotkey dev-qt/qtbase:6[dbus,network,widgets] media-libs/quirc:=
DESCRIPTION=Qt based cross-platform GUI proxy configuration manager
@@ -12,4 +12,4 @@ RDEPEND=dev-libs/protobuf:= dev-libs/qhotkey dev-qt/qtbase:6[dbus,network,widget
SLOT=0
SRC_URI=https://github.com/throneproj/Throne/archive/refs/tags/1.1.4.tar.gz -> Throne-1.1.4.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/Throne/1.1.4/Throne-1.1.4-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 desktop 26d57169ca094c04be416993844ec8bc sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=babeff09895e90094d1f8ec65a89c7b0
_md5_=c98dc27fbe86c54e62bc1b24baee750e

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-libs/appstream dev-libs/glib:2 dev-util/desktop-file-utils dev-util/gtk-update-icon-cache sys-devel/gettext debug? ( dev-vcs/git ) || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
BDEPEND=dev-libs/appstream dev-libs/glib:2 dev-util/desktop-file-utils dev-util/gtk-update-icon-cache sys-devel/gettext debug? ( dev-vcs/git ) || ( >=dev-lang/rust-bin-1.82:* >=dev-lang/rust-1.82:* ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
DEPEND=dev-libs/glib:2 gui-libs/gtk:4[wayland] gui-libs/libadwaita:1 media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugin-gtk4
DEPEND=dev-db/sqlite:3 dev-libs/glib:2 dev-libs/openssl gui-libs/gtk:4[wayland] gui-libs/libadwaita:1 media-libs/graphene media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugin-gtk4 x11-libs/gdk-pixbuf:2
DESCRIPTION=2FA code generator for GNOME
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/World/Authenticator
@@ -9,9 +9,9 @@ INHERIT=cargo gnome2-utils meson xdg
IUSE=debug test debug
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=dev-libs/glib:2 gui-libs/gtk:4[wayland] gui-libs/libadwaita:1 media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugin-gtk4
RDEPEND=dev-db/sqlite:3 dev-libs/glib:2 dev-libs/openssl gui-libs/gtk:4[wayland] gui-libs/libadwaita:1 media-libs/graphene media-libs/gst-plugins-base:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugin-gtk4 x11-libs/gdk-pixbuf:2
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.gnome.org/World/Authenticator/-/archive/4.6.2/Authenticator-4.6.2.tar.bz2 -> authenticator-4.6.2.tar.bz2 https://gitlab.com/api/v4/projects/69517529/packages/generic/authenticator/4.6.2/authenticator-4.6.2-deps.tar.xz
SRC_URI=https://gitlab.gnome.org/World/Authenticator/-/archive/4.6.2/Authenticator-4.6.2.tar.bz2 -> authenticator-4.6.2.tar.bz2 https://gitlab.com/api/v4/projects/69517529/packages/generic/authenticator/4.6.2/authenticator-4.6.2-deps.tar.xz https://gitlab.gnome.org/World/Authenticator/-/commit/d3a63c5d66b8812fd24eea8634ad17f42f9d6d04.patch -> authenticator-4.6.2-update-metainfo-file.patch
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 sysroot 4c36abaf94ebd3ab32f8abea9a444121 meson 12065b402c6d78a2aec926ed8dfd964f xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=20fa7f3595fb049a8de82c43e55f6682
_md5_=ff2dfa5b3e53324cbf53ca9be3dec2c8

View File

@@ -1,15 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=virtual/zlib:=
DEPEND=app-arch/zstd:= dev-libs/libxml2:= virtual/zlib:=
DESCRIPTION=Clang fork implementing experimental support for P2996 (Reflection for C++26)
EAPI=8
HOMEPAGE=https://github.com/bloomberg/clang-p2996
INHERIT=cmake prefix python-utils-r1
IUSE=+debug +default-reflection-latest +pie llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly +llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa
IUSE=+debug +default-reflection-latest +pie +static-libs llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly +llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa
KEYWORDS=~amd64
LICENSE=Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD MIT public-domain rc
RDEPEND=virtual/zlib:=
RDEPEND=app-arch/zstd:= dev-libs/libxml2:= virtual/zlib:=
SLOT=0
SRC_URI=https://github.com/bloomberg/clang-p2996/archive/d77eff1cbd78fd065668acf93b1f5f400d39134d.tar.gz -> clang-bloomberg-p2996-21.0.0_p20250702.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 prefix c3c4c93ebda319c0fa7ed6f942ba1010 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98
_md5_=d5e9d1b7c416f938f247efe3e4d3e30d
_md5_=41c27f9c860b36cbf43ebbc04c45a501

View File

@@ -1,15 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=virtual/zlib:=
DEPEND=app-arch/zstd:= dev-libs/libxml2:= virtual/zlib:=
DESCRIPTION=Clang fork implementing experimental support for P2996 (Reflection for C++26)
EAPI=8
HOMEPAGE=https://github.com/bloomberg/clang-p2996
INHERIT=cmake prefix python-utils-r1
IUSE=+debug +default-reflection-latest +pie llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly +llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa
IUSE=+debug +default-reflection-latest +pie +static-libs llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly +llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa
KEYWORDS=~amd64
LICENSE=Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD MIT public-domain rc
RDEPEND=virtual/zlib:=
RDEPEND=app-arch/zstd:= dev-libs/libxml2:= virtual/zlib:=
SLOT=0
SRC_URI=https://github.com/bloomberg/clang-p2996/archive/2ea0a79fe7bb5f6fdb8c687ba0e21ab63696e7f7.tar.gz -> clang-bloomberg-p2996-21.0.0_p20260204.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 prefix c3c4c93ebda319c0fa7ed6f942ba1010 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98
_md5_=e665136fdbcf4e92d055dbd14f61d470
_md5_=b377c2604b03ee11d2ce92547c342eb9

View File

@@ -1,14 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare test unpack
DEPEND=virtual/zlib:=
DEPEND=app-arch/zstd:= dev-libs/libxml2:= virtual/zlib:=
DESCRIPTION=Clang fork implementing experimental support for P2996 (Reflection for C++26)
EAPI=8
HOMEPAGE=https://github.com/bloomberg/clang-p2996
INHERIT=cmake prefix python-utils-r1 git-r3
IUSE=+debug +default-reflection-latest +pie llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly +llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa
IUSE=+debug +default-reflection-latest +pie +static-libs llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly +llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa
LICENSE=Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD MIT public-domain rc
PROPERTIES=live
RDEPEND=virtual/zlib:=
RDEPEND=app-arch/zstd:= dev-libs/libxml2:= virtual/zlib:=
SLOT=0
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 prefix c3c4c93ebda319c0fa7ed6f942ba1010 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=50d7c74d77bbc03da866766c7cbb4aab
_md5_=980ead3fbd963c19ff4604545f098de4

View File

@@ -0,0 +1,16 @@
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 ) virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Proxy server to bypass Cloudflare protection
EAPI=8
HOMEPAGE=https://github.com/FlareSolverr/FlareSolverr
INHERIT=distutils-r1 systemd
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=acct-group/flaresolverr acct-user/flaresolverr || ( www-client/google-chrome www-client/chromium ) python_single_target_python3_12? ( dev-python/bottle[python_targets_python3_12(-)] dev-python/func-timeout[python_targets_python3_12(-)] dev-python/prometheus-client[python_targets_python3_12(-)] dev-python/selenium[python_targets_python3_12(-)] dev-python/waitress[python_targets_python3_12(-)] dev-python/certifi[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/websockets[python_targets_python3_12(-)] dev-python/xvfbwrapper[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/bottle[python_targets_python3_13(-)] dev-python/func-timeout[python_targets_python3_13(-)] dev-python/prometheus-client[python_targets_python3_13(-)] dev-python/selenium[python_targets_python3_13(-)] dev-python/waitress[python_targets_python3_13(-)] dev-python/certifi[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/websockets[python_targets_python3_13(-)] dev-python/xvfbwrapper[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/bottle[python_targets_python3_14(-)] dev-python/func-timeout[python_targets_python3_14(-)] dev-python/prometheus-client[python_targets_python3_14(-)] dev-python/selenium[python_targets_python3_14(-)] dev-python/waitress[python_targets_python3_14(-)] dev-python/certifi[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/websockets[python_targets_python3_14(-)] dev-python/xvfbwrapper[python_targets_python3_14(-)] ) 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 )
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/FlareSolverr/FlareSolverr/archive/refs/tags/v3.5.0.tar.gz -> flaresolverr-3.5.0.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 ae7ca7f9425ab1a1d2c909e225002f98 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 fa417e51408bf16a2c13f1730b404226 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=6f43596777cce650107cc667b94fa347

View File

@@ -1,13 +1,15 @@
BDEPEND=dev-lang/nim virtual/pkgconfig
DEFINED_PHASES=prepare
DEFINED_PHASES=configure prepare
DEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
DESCRIPTION=TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
EAPI=8
HOMEPAGE=https://chawan.net
INHERIT=toolchain-funcs multiprocessing
IUSE=lto
KEYWORDS=~amd64
LICENSE=Unlicense
RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
SRC_URI=https://git.sr.ht/~bptato/chawan/archive/v0.3.3.tar.gz -> chawan-0.3.3.tar.gz
_md5_=81864b5f9ca530ed4473eb80179d5c72
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399
_md5_=5532ca43c4a340dfe51849fb09bb8155

View File

@@ -1,13 +1,15 @@
BDEPEND=dev-lang/nim virtual/pkgconfig
DEFINED_PHASES=prepare
DEFINED_PHASES=configure prepare
DEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
DESCRIPTION=TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
EAPI=8
HOMEPAGE=https://chawan.net
INHERIT=toolchain-funcs multiprocessing
IUSE=lto
KEYWORDS=~amd64
LICENSE=Unlicense
RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
SRC_URI=https://git.sr.ht/~bptato/chawan/archive/v0.4.0.tar.gz -> chawan-0.4.0.tar.gz
_md5_=5c6100e81d6ddac581bd947b64dd2b24
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399
_md5_=282ae97d28adadaee7626dfe65a75372

View File

@@ -1,14 +1,14 @@
BDEPEND=dev-lang/nim virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=prepare unpack
DEFINED_PHASES=configure prepare unpack
DEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
DESCRIPTION=TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
EAPI=8
HOMEPAGE=https://chawan.net
INHERIT=git-r3
INHERIT=toolchain-funcs multiprocessing git-r3
IUSE=lto
LICENSE=Unlicense
PROPERTIES=live
RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
_eclasses_=git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=5c6100e81d6ddac581bd947b64dd2b24
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=282ae97d28adadaee7626dfe65a75372

View File

@@ -10,6 +10,6 @@ LICENSE=GPL-3 BSD
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr >=dev-libs/nss-3.26 media-fonts/liberation-fonts media-libs/alsa-lib media-libs/mesa[gbm(+)] net-misc/curl net-print/cups sys-apps/dbus sys-libs/glibc sys-libs/libcap x11-libs/cairo x11-libs/gdk-pixbuf:2 || ( x11-libs/gtk+:3[X] gui-libs/gtk:4[X] ) x11-libs/libdrm >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango x11-misc/xdg-utils qt6? ( dev-qt/qtbase:6[gui,widgets] ) selinux? ( sec-policy/selinux-chromium )
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://github.com/imputnet/helium-linux/releases/download/0.11.2.1/helium-0.11.2.1-x86_64_linux.tar.xz -> helium-bin-0.11.2.1-amd64.tar.xz ) arm64? ( https://github.com/imputnet/helium-linux/releases/download/0.11.2.1/helium-0.11.2.1-arm64_linux.tar.xz -> helium-bin-0.11.2.1-arm64.tar.xz )
SRC_URI=amd64? ( https://github.com/imputnet/helium-linux/releases/download/0.12.5.1/helium-0.12.5.1-x86_64_linux.tar.xz -> helium-bin-0.12.5.1-amd64.tar.xz ) arm64? ( https://github.com/imputnet/helium-linux/releases/download/0.12.5.1/helium-0.12.5.1-arm64_linux.tar.xz -> helium-bin-0.12.5.1-arm64.tar.xz )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 desktop 26d57169ca094c04be416993844ec8bc pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=82e5e891f8060bc298a211956f5808ba

View File

@@ -0,0 +1,13 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.87.0:* >=dev-lang/rust-1.87.0:* )
DEFINED_PHASES=compile configure install setup test unpack
DESCRIPTION=Dufs is a distinctive utility file server
EAPI=8
HOMEPAGE=https://github.com/sigoden/dufs
INHERIT=cargo
IUSE=debug
KEYWORDS=~amd64 ~arm64
LICENSE=|| ( Apache-2.0 MIT ) Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
SLOT=0
SRC_URI=https://github.com/sigoden/dufs/archive/refs/tags/v0.46.0.tar.gz -> dufs-0.46.0.tar.gz https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/dufs-0.46.0-deps.tar.xz/dufs-0.46.0-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d
_md5_=f0ff5fd79699e36c7ca050e96ab1103b

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Simple clipboard manager to be integrated with rofi
EAPI=9
HOMEPAGE=https://github.com/erebe/greenclip
KEYWORDS=-* ~amd64
LICENSE=BSD
SLOT=0
SRC_URI=https://github.com/erebe/greenclip/releases/download/v4.3/greenclip -> greenclip-bin-4.3 https://raw.githubusercontent.com/erebe/greenclip/v4.3/README.md -> greenclip-bin-4.3.README.md
_md5_=2ec662fd57864257c2ac68a6986a9c00

View File

@@ -1,4 +1,4 @@
BDEPEND=dev-build/cmake virtual/pkgconfig || ( >=dev-lang/rust-bin-1.92.0:* >=dev-lang/rust-1.92.0:* )
BDEPEND=app-text/scdoc dev-build/cmake virtual/pkgconfig || ( >=dev-lang/rust-bin-1.92.0:* >=dev-lang/rust-1.92.0:* )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=media-libs/freetype:2 media-libs/fontconfig wayland? ( dev-libs/wayland ) wayland? ( x11-libs/libxkbcommon[wayland] ) X? ( x11-libs/libxkbcommon[X] ) >=sys-libs/ncurses-6.4_p20240330
DESCRIPTION=A hardware-accelerated GPU terminal emulator powered by WebGPU
@@ -12,6 +12,6 @@ LICENSE=MIT Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2
RDEPEND=media-libs/freetype:2 media-libs/fontconfig wayland? ( dev-libs/wayland ) wayland? ( x11-libs/libxkbcommon[wayland] ) X? ( x11-libs/libxkbcommon[X] ) >=sys-libs/ncurses-6.4_p20240330
REQUIRED_USE=|| ( wayland X )
SLOT=0
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.3.11.tar.gz -> rio-0.3.11.tar.gz https://github.com/gentoo-crate-dist/rio/releases/download/v0.3.11/rio-0.3.11-crates.tar.xz
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.4.5.tar.gz -> rio-0.4.5.tar.gz https://github.com/gentoo-crate-dist/rio/releases/download/v0.4.5/rio-0.4.5-crates.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=4aabfa7ff7157d13fb9996a6d7cebb9a
_md5_=100435ab46651d69cfc594673bdac882

View File

@@ -142,7 +142,7 @@ app-arch/libarchive-qt 2.0.8-r1: Qt based archiving solution with libarchive bac
app-arch/libzim 9.2.1-r1 9.5.0 9.6.0: ZIM file format: an offline storage solution for content coming from the Web
app-arch/microtar 0.1.0: A lightweight tar library written in ANSI C
app-arch/nix-compress 0.3.1: Modern implementation of the ancient unix compress(1) tool
app-arch/ouch 0.6.1 0.7.1: A cli utility for easily compressing and decompressing files and directories.
app-arch/ouch 0.6.1 0.7.1 0.8.0: A cli utility for easily compressing and decompressing files and directories.
app-arch/unalz 0.65-r1 0.65-r2: Extract ALZ archives
app-arch/zarchive 0.1.2: Library for creating and reading zstd-compressed file archives (.zar)
app-backup/blocksync-fast 1.0.3 1.0.4 1.0.6 1.0.7: Fast block device sync with digest, designed to improve block-based backups.
@@ -176,7 +176,7 @@ app-crypt/age-plugin-yubikey 0.5.1: YubiKey plugin for age clients
app-crypt/certbot-dns-cloudflare 3.2.0: Cloudflare DNS Authenticator plugin for Certbot (Let's Encrypt Client)
app-crypt/certbot-dns-desec 1.2.1: deSEC DNS Authenticator plugin for Certbot
app-crypt/certbot-dns-infomaniak 0.2.4: Infomaniak DNS Authenticator plugin for Certbot
app-crypt/certbot-dns-poweradmin 0.1.1-r1 0.2.0 0.2.1: Certbot plugin for authentication using PowerAdmin.
app-crypt/certbot-dns-poweradmin 0.1.1-r1 0.2.1 0.2.2: Certbot plugin for authentication using PowerAdmin.
app-crypt/certbot-dns-rfc2136 3.2.0-r100: RFC 2136 DNS Authenticator plugin for Certbot (Lets Encrypt Client)
app-crypt/clevis 19-r2 20-r1 21: Automated Encryption Framework
app-crypt/firefox-decrypt 1.1.1: Tool to extract passwords from Mozilla (Firefox, Thunderbird, etc.) profiles
@@ -261,7 +261,7 @@ app-misc/brightnessctl 0.5.1: A program to read and control device brightness
app-misc/bt 1.2.2: Interactive tree-like terminal file manager
app-misc/cameractrls 0.6.10-r1: Camera controls for Linux
app-misc/catt 0.12.13 0.13.0 0.13.1: Send videos from many, many online sources to your Chromecast
app-misc/cepl 32.0.0 9999: A readline C and C++ REPL with history, tab-completion, and undo.
app-misc/cepl 32.1.0 9999: A readline C and C++ REPL with history, tab-completion, and undo.
app-misc/chayang 0.1.0: Gradually dim the screen.
app-misc/cheat 4.2.3 4.3.3-r1: cheat allows you to create and view interactive cheatsheets on the command-line
app-misc/clifm 1.11 1.13 1.16 1.18 9999: The command line file manager
@@ -406,13 +406,13 @@ app-shells/zsh-history-substring-search 1.0.2 1.1.0: ZSH port of Fish history se
app-text/OCRmyPDF 16.10.2: OCRmyPDF adds an OCR text layer to scanned PDF files
app-text/cmark-gfm 0.29.0.13-r1: GitHub's fork of cmark
app-text/code-minimap 0.6.8: A high performance code minimap generator
app-text/codebook 0.3.39 0.3.40: Spell Checker for Code
app-text/codebook 0.3.40 0.3.41: Spell Checker for Code
app-text/dooit 3.3.4: A TUI todo manager
app-text/epubgrep 0.6.2: Search tool for EPUB e-books
app-text/ford 6.2.5 7.0.11-r1 7.0.12 7.0.13: FORD, automatic documentation generator for modern Fortran programs
app-text/frog 1.6.0: Extract text from any image, video, QR Code and etc.
app-text/harper 1.8.0: The language checker for developers.
app-text/iwe 0.1.5 0.1.7: Markdown based personal knowledge management (PKM) system
app-text/iwe 0.1.7 0.1.10: Markdown based personal knowledge management (PKM) system
app-text/jrnl 4.2.1: Collect your thoughts and notes without leaving the command line
app-text/komikku 1.103.0: Manga reader for GNOME
app-text/koodo-reader-bin 1.5.1 1.6.3: A modern ebook manager and reader with sync and backup capacities
@@ -532,7 +532,7 @@ dev-db/psequel 0.2.0-r1: Run your SQL query
dev-db/rum 1.3.14 1.3.15: RUM access method - inverted index with additional information in posting lists
dev-db/sqlcmd 1.8.3: The MSSQL SQLCMD CLI tool
dev-db/tdscpp 20250301: C++ library to communicate with Microsoft SQL server
dev-db/turso 0.4.3-r1 0.4.4: Turso Database is an in-process OLTP database engine library with a CLI
dev-db/turso 0.4.3-r1 0.4.4 0.6.0: Turso Database is an in-process OLTP database engine library with a CLI
dev-debug/gdb-dashboard 0.17.4-r1: Modular visual interface for GDB in Python
dev-debug/gdbgui 0.15.2.0 0.15.2.0-r1 0.15.3.0: Browser-based frontend to gdb
dev-debug/lldb-mi 0.0.1 9999: LLDB Machine Interface Driver
@@ -742,7 +742,7 @@ dev-python/agent-client-protocol 0.8.1: Client protocol specification for agent
dev-python/ahocorasick 2.0.0 2.1.0: Python module implementing Aho-Corasick algorithm
dev-python/aiofile 3.9.0_p20250714: Asynchronous file operations
dev-python/aiolimiter 1.2.1: An efficient implementation of a rate limiter for asyncio
dev-python/aiomisc 18.0.19: aiomisc - miscellaneous utils for asyncio
dev-python/aiomisc 18.0.19-r1: aiomisc - miscellaneous utils for asyncio
dev-python/aiomisc-pytest 2.0.0: pytest integration for aiomisc
dev-python/aiothreads 1.1.1: glue between async and thread worlds
dev-python/aisuite 0.1.7: Simple, unified interface to multiple Generative AI providers
@@ -895,12 +895,12 @@ dev-python/odsgenerator 1.12.0: Generate an OpenDocument Format .ods file from a
dev-python/odsparsator 1.13.1: Generate a JSON file from an OpenDocument Format .ods file.
dev-python/openai 2.29.0: The official Python library for the openai API
dev-python/openapi-pydantic 0.5.1: Modern, type-safe OpenAPI schemas in Python using Pydantic 1.8+ and 2.x
dev-python/opentelemetry-exporter-otlp-proto-common 1.40.0: OpenTelemetry Protobuf encoding
dev-python/opentelemetry-exporter-otlp-proto-grpc 1.40.0: OpenTelemetry Collector Protobuf over gRPC Exporter
dev-python/opentelemetry-exporter-otlp-proto-http 1.40.0: OpenTelemetry Collector Protobuf over HTTP Exporter
dev-python/opentelemetry-instrumentation 0.61_beta0: Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
dev-python/opentelemetry-instrumentation-threading 0.61_beta0: Thread context propagation support for OpenTelemetry
dev-python/opentelemetry-proto 1.40.0: OpenTelemetry Python Proto
dev-python/opentelemetry-exporter-otlp-proto-common 1.42.1: OpenTelemetry Protobuf encoding
dev-python/opentelemetry-exporter-otlp-proto-grpc 1.42.1: OpenTelemetry Collector Protobuf over gRPC Exporter
dev-python/opentelemetry-exporter-otlp-proto-http 1.42.1: OpenTelemetry Collector Protobuf over HTTP Exporter
dev-python/opentelemetry-instrumentation 0.63_beta1: Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
dev-python/opentelemetry-instrumentation-threading 0.63_beta1: Thread context propagation support for OpenTelemetry
dev-python/opentelemetry-proto 1.42.1: OpenTelemetry Python Proto
dev-python/osc-placement 4.8.0: OpenStackClient plugin for Placement service
dev-python/oscrypto 1.3.0-r2: TLS sockets, key generation, encryption, decryption, signing, verification
dev-python/parsel 1.10.0: Utility to extract data from XML/HTML documents using XPath or CSS selectors
@@ -916,7 +916,7 @@ dev-python/plexapi 4.17.2 4.18.0 4.18.1: Python bindings for the Plex API.
dev-python/plotext 5.3.0 5.3.2: Plotting on terminal
dev-python/plum 0.8.7: Pack/Unpack Memory
dev-python/polyfactory 3.3.0: Simple and powerful factories for mock data generation
dev-python/posthog 7.14.2 7.15.3: Send usage data from your Python code to PostHog
dev-python/posthog 7.15.3 7.16.2: Send usage data from your Python code to PostHog
dev-python/prefab-ui 0.14.1: The agentic frontend framework that even humans can use
dev-python/prometheus_exporter 1.0.0 1.1.0 1.3.0 9999: Python Prometheus exporter library
dev-python/proselint 0.14.0: A linter for prose
@@ -1097,7 +1097,7 @@ dev-util/bump-my-version 1.2.6 1.2.7: Version bump your Python project
dev-util/cargo-post 0.1.7: A cargo wrapper that executes a post build script after a successful build.
dev-util/cargo-show-asm 0.2.55: A cargo subcommand that displays the generated assembly of Rust source code.
dev-util/catalyst-lab 1.6.0 1.6.1: An automation tool for building Gentoo release stages and binhost packages.
dev-util/codex 0.133.0 0.134.0: Codex CLI - OpenAI's AI-powered coding agent
dev-util/codex 0.134.0 0.135.0: Codex CLI - OpenAI's AI-powered coding agent
dev-util/coq-lsp 0.1.9: Visual Studio Code Extension and Language Server Protocol for Coq
dev-util/deblob 0.12 9999: remove binary executables from a directory
dev-util/distribution-gpg-keys 1.119: Collection of GPG keys used in Linux Distributions
@@ -1114,14 +1114,16 @@ dev-util/forgejo-runner 12.10.2 9999: A daemon that connects to a Forgejo instan
dev-util/fortls 2.13.0 3.0.0 3.1.1 3.1.2 3.2.2: Fortran Language Server (fortls)
dev-util/fortran-test-drive 0.4.0 0.5.0: The simple testing framework (for Fortran)
dev-util/gammaray 3.3.1 3.4.0 3.4.0-r1: High-level runtime introspection tool for Qt applications
dev-util/gemini-cli 0.42.0 0.43.0: Gemini CLI - a command-line AI workflow tool by Google
dev-util/gemini-cli 0.43.0 0.44.1: Gemini CLI - a command-line AI workflow tool by Google
dev-util/genTree 0.1.0 9999: Gentoo rootfs tree generator
dev-util/gersemi 0.27.5 0.27.6: A formatter to make your CMake code the real treasure
dev-util/gersemi 0.27.6 0.27.7: A formatter to make your CMake code the real treasure
dev-util/git-bug 0.10.1 9999: distributed, offline-first bug tracker
dev-util/git-pages-cli 1.6.0 1.8.2: Command-line application for publishing sites to git-pages
dev-util/gitlab-ci-local-bin 4.43.0 4.47.0 4.56.0: Run gitlab pipelines locally as shell executor or docker executor
dev-util/go-task 3.50.0 3.51.1: A task runner / simpler Make alternative written in Go
dev-util/google-antigravity 1.21.9 1.22.2 1.23.2: Google's AI-first IDE and agentic development platform
dev-util/google-antigravity 1.23.2 2.0.10: Google Antigravity 2.0, a dedicated platform to work with agents
dev-util/google-antigravity-cli 1.0.4: Command-line interface for Google's Antigravity agentic development platform
dev-util/google-antigravity-ide 2.0.3: Google Antigravity's Editor view with context-aware agent
dev-util/gshards 0.2 0.2-r1: Small helper tools to aid installing Crystal packages in Gentoo
dev-util/hare-update 0.26.0.0-r1 9999: assist in upgrading a codebase to a newer Hare release
dev-util/haredo 1.0.2 9999: a simple and unix-idiomatic build automator
@@ -1253,7 +1255,7 @@ games-rpg/open-adventure 1.17 1.18 1.20: Forward-port of the Crowther/Woods Adve
games-rpg/primordia 3.6.70667: A cyberpunk point-and-click adventure game
games-rpg/snoot-game 1.12.0: Visual novel parody of Goodbye Volcano High
games-server/among-sus 20210519: Among Us, but it's a text adventure
games-simulation/kittenspaceagency-bin 2026.5.11-r4462: A space flight and rocketry simulation
games-simulation/kittenspaceagency-bin 2026.5.12-r4510: A space flight and rocketry simulation
games-strategy/7k-ambition 3.2.8 9999: Seven Kingdoms: Ambition
games-strategy/gigalomania 1.0.1: Libre clone of Mega-Lo-Mania (original from ~1990), supports original resources
games-strategy/hedgewars 1.1.0_pre20260124: A turn-based strategy, artillery, action and comedy game
@@ -1269,7 +1271,7 @@ games-util/gamehub 0.16.3.2-r2: GameHub is a unified library for all your games
games-util/goverlay 1.2: Graphical UI to help manage Linux game overlays (MangoHud).
games-util/grapejuice 7.20.12 9999: A Wine+Roblox management application
games-util/hid-nintendo 9999: A Nintendo HID kernel module
games-util/hydra-launcher-bin 3.8.3 3.9.5 3.9.7 3.9.7-r1: Open-source gaming platform and launcher
games-util/hydra-launcher-bin 3.8.3 3.9.5 3.9.7 3.9.7-r1 3.9.9: Open-source gaming platform and launcher
games-util/input-remapper 2.2.0 9999: A tool to change and program the mapping of your input device buttons
games-util/itch-bin 25.5.1-r2 26.1.9: itch.io game browser, installer and launcher
games-util/legendary 0.20.34-r2: A free and open-source replacement for the Epic Games Launcher
@@ -1350,7 +1352,7 @@ gui-apps/hyprmoncfg 1.5.1: Terminal-first monitor configurator and auto-switchin
gui-apps/hyprnome 0.3.0: GNOME-like workspace switching in Hyprland.
gui-apps/hyprswitch 1.3.1: A CLI/GUI that allows switching between windows in Hyprland
gui-apps/intiface-central-bin 2.6.0 2.6.4: Buttplug frontend application
gui-apps/ironbar 0.17.1 0.18.0 9999: Customisable Wayland gtk bar written in Rust
gui-apps/ironbar 0.17.1 0.18.0 0.19.0 9999: Customisable Wayland gtk bar written in Rust
gui-apps/klassy 6.5.3 9999: Klassy QT6 window decoration theme for KDE Plasma 6.5+
gui-apps/koi 0.6: Theme scheduling for the KDE Plasma Desktop
gui-apps/labwc-tweaks 0.1.0 9999: A Qt configuration tool for labwc
@@ -1500,7 +1502,7 @@ media-gfx/bambustudio-bin 02.06.00.51-r3: Bambu Studio is a cutting-edge, featur
media-gfx/beeref 0.3.3: A Simple Reference Image Viewer
media-gfx/bonzomatic 2023.06.15 9999: Live shader coding tool and Shader Showdown workhorse
media-gfx/czkawka 10.0.0 11.0.0 11.0.1: App to find duplicates, empty folders and similar images
media-gfx/decoder 0.9.0: Scan and Generate QR Codes
media-gfx/decoder 0.9.0 0.9.1: Scan and Generate QR Codes
media-gfx/dnglab 0.6.0 0.6.1: Command line tool to convert camera RAW files to Digital Negative Format (DNG).
media-gfx/dustr 0_p20221008 9999: light and interactive tool your crops need
media-gfx/fontpreview 1.0.6: Highly customizable and minimal font previewer written in bash
@@ -1586,8 +1588,8 @@ media-sound/musikcube 3.0.5: Excellent terminal music player, support almost eve
media-sound/neocrystal 2.1.1 9999: A terminal user interface music player in Rust
media-sound/netcat-cpi 2014.04.29-r1: Kernel module edition of the Cycles Per Instruction (2014) album
media-sound/noson-app 5.6.20: The essential to control music from your SONOS devices on Linux platforms
media-sound/nuclear-bin 1.37.4: Streaming music player that finds free music for you
media-sound/openaudible-bin 4.7.4-r2 4.8.1: OpenAudible is a cross-platform audiobook manager designed for Audible users.
media-sound/nuclear-bin 1.37.4 1.38.0: Streaming music player that finds free music for you
media-sound/openaudible-bin 4.8.1 4.8.2: OpenAudible is a cross-platform audiobook manager designed for Audible users.
media-sound/opensoundmeter 1.2.1 1.2.2 1.2.2_p20230104: FFT based application for tuning sound systems
media-sound/openutau 0.1.327 0.1.463 0.1.529 9999: Open source UTAU successor
media-sound/orca-c 0_pre20250416-r1 9999: Live Programming Environment(C Port)
@@ -1684,8 +1686,8 @@ net-dialup/minimodem 0.24-r2 9999-r1: General-purpose software audio FSK modem
net-dialup/syncterm 1.1 9999: BBS (bulletin board system) terminal
net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
net-dialup/tio 3.9: Simple TTY terminal application
net-dns/AdGuardHome 0.107.63 0.107.64 0.107.71: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
net-dns/blocky 0.25 0.26.2 0.28.2 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
net-dns/AdGuardHome 0.107.64 0.107.71 0.107.76: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
net-dns/blocky 0.26.2 0.28.2 0.30.0 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
net-dns/noip-duc 3.3.0: No-IP Dynamic Update Client (https://www.noip.com)
net-dns/technitium-dns 13.6 14.3 15.0.1 15.1 15.2: Open-source, self-hosted authoritative and recursive DNS+DHCP server.
net-fs/httpdirfs 1.2.7: Filesystem to mount HTTP directory listings, with a permanent cache
@@ -1713,7 +1715,7 @@ net-im/go-sendxmpp 0.15.6 0.15.8: A tool to send messages or files to an XMPP co
net-im/gomuks 0.3.0 0.3.1: A terminal based Matrix client written in Go
net-im/gurk-rs 0.7.1 9999: Signal messenger client for terminal
net-im/heisenbridge 1.15.3 1.15.4: Bouncer-style Matrix IRC bridge
net-im/iamb 0.0.8 0.0.9 0.0.10 0.0.11: A Matrix chat client that uses Vim keybindings
net-im/iamb 0.0.8 0.0.10 0.0.11: A Matrix chat client that uses Vim keybindings
net-im/jitsi-meet 2026.5.0: Desktop application for Jitsi Meet built with Electron
net-im/legcord-bin 1.2.2 1.2.4: Legcord is a custom client designed to enhance your Discord experience
net-im/manyverse-bin 0.2310.9: A social network off the grid with append-only protocol (no edits) on blockchain
@@ -1733,7 +1735,7 @@ net-im/revolt-desktop 1.0.8-r2: Revolt Desktop App
net-im/session-desktop-bin 1.15.1 1.15.2: Session Desktop - Onion routing based messenger
net-im/sliding-sync 0.99.15 0.99.19: Proxy implementation of MSC3575's sync protocol.
net-im/teams-for-linux 2.6.14 2.6.17 2.6.18 2.7.6 2.7.12 2.7.13: Unofficial Microsoft Teams client for Linux. Binary precompiled version.
net-im/tuwunel 1.5.1 1.6.2: High Performance Matrix Homeserver in Rust!
net-im/tuwunel 1.6.2 1.7.0: High Performance Matrix Homeserver in Rust!
net-im/vesktop-bin 1.6.5: All-in-one voice and text chat for gamers with Vencord Preinstalled
net-im/why2 1.5.3: Lightweight, fast and secure chat application powered by WHY2 encryption.
net-im/zapzap 6.2.10 6.3.4.1: WhatsApp desktop application written in PyQt6 + PyQt6-WebEngine
@@ -2088,7 +2090,7 @@ sys-process/xe 1.0-r1: Simple xargs and apply replacement with sane defaults
virtual/crystal-db 0.13-r1 0.14: Virtual for Crystal database drivers
www-apps/anubis 1.24.0 1.25.0: Weighs the soul of incoming HTTP requests to stop AI crawlers
www-apps/code-server-bin 4.18.0 4.19.1 4.90.3: VS Code in the browser (binary version with unbundled node and ripgrep)
www-apps/flaresolverr 3.4.6: Proxy server to bypass Cloudflare protection
www-apps/flaresolverr 3.4.6 3.5.0: Proxy server to bypass Cloudflare protection
www-apps/forgejo 11.0.14 14.0.5 15.0.2: A self-hosted lightweight software forge
www-apps/freshrss 1.26.3: A free, self-hostable news aggregator
www-apps/goatcounter 2.6.0 2.7.0: Easy web analytics without tracking of personal data
@@ -2113,7 +2115,7 @@ www-apps/zola 0.21.0 0.22.1-r1 0.22.1-r2: A fast static site generator with ever
www-client/badwolf 1.4.0-r2 9999-r1: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/browsh 1.8.2 1.8.3: A fully-modern text-based browser, rendering to TTY and browsers
www-client/chawan 0.3.3 0.4.0 9999: TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
www-client/helium-bin 0.11.2.1 0.11.5.1 0.12.3.1: Private, fast, and honest web browser based on Chromium
www-client/helium-bin 0.11.5.1 0.12.3.1 0.12.5.1: Private, fast, and honest web browser based on Chromium
www-client/mullvad-browser-bin 15.0.14: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
www-client/opera-gx-bin 128.0.5807.97: Opera GX Browser (Binary Package)
@@ -2122,7 +2124,7 @@ www-client/vimb 3.7.0 9999: A fast, lightweight, vim-like browser based on webki
www-client/waterfox-bin 6.6.13: A privacy-focused, performance-oriented browser based on Firefox
www-client/yandex-browser 26.3.1.1088_p1: The web browser from Yandex
www-client/zen-bin 1.19.13b 1.20.1b: Zen Browser - A fast, privacy-focused Firefox fork
www-misc/dufs 0.40.0: Dufs is a distinctive utility file server
www-misc/dufs 0.40.0 0.46.0: Dufs is a distinctive utility file server
www-misc/gitea2rss 0.7.0: Generates RSS feeds from Gitea releases, tags and commits
www-misc/kiwix-desktop 2.4.0 2.5.1: cross-platform viewer/manager for ZIM archives
www-misc/libkiwix 14.0.0 14.1.1 14.2.0: Kiwix software suite core: code shared by all Kiwix ports
@@ -2149,7 +2151,7 @@ x11-misc/betterlockscreen_rapid 0.0.0_pre20210701 0.0.0_pre20210708: A rapid and
x11-misc/dotool 1.5 1.6: Command to simulate input anywhere
x11-misc/exit-options 20250830: Pop-up with exit options for MX Fluxbox
x11-misc/gobble 1.3: Hide current window before launching external program, unhide after quitting
x11-misc/greenclip-bin 4.2: Simple clipboard manager to be integrated with rofi
x11-misc/greenclip-bin 4.2 4.3: Simple clipboard manager to be integrated with rofi
x11-misc/gromit-mpx 1.8.0 1.9.0 9999: Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool
x11-misc/i3-restore 4.1: A simple bash + python script to restore your i3 session
x11-misc/i3-resurrect 1.4.5: Saving and restoring i3 workspaces
@@ -2176,7 +2178,7 @@ x11-misc/xuv 0.2.1: X11 daemon to auto run commands triggered by user specified
x11-plugins/purple-mm-sms 0.1.7: Purple SMS plugin using ModemManager
x11-terms/alacritty-graphics 0.16.1 0.17.0-r1 9999: GPU-accelerated terminal emulator with sixel support
x11-terms/dmd5620 2.1.0: GTK+ 3.0 implementation of an AT&T / Teletype DMD 5620 emulator.
x11-terms/rio 0.3.11 0.4.2 0.4.4: A hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/rio 0.4.2 0.4.4 0.4.5: A hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/tabby-bin 1.0.221: A terminal for a more modern age
x11-terms/terminal-simulator 0.2 9999-r1: VT100 and VT52 terminal hardware simulator
x11-terms/tym 3.5.1-r2: Lua-configurable terminal emulator

View File

@@ -1 +1 @@
Fri, 29 May 2026 15:31:21 +0000
Sat, 30 May 2026 21:15:57 +0000

View File

@@ -112,7 +112,7 @@ app-misc/wayvr:openvr - Support Valve's SteamVR SDK.
app-misc/wayvr:openxr - Support Khronos Group's OpenXR API.
app-misc/wayvr:osc - Support VRChat's Open Sound Control protocol.
app-misc/wayvr:pipewire - Enable pipewire support for desktop capture.
app-misc/wayvr:wayvr - Enable WayVR, a Wayland server for a VR environment.
app-misc/wayvr:wayvrctl - Build the wayvrctl utility to control ui elements through IPC.
app-misc/yazi:cli - Install CLI Data Distribution Service
app-office/openoffice-bin:kde - Add GTK+ Plasma's Breeze widget style
app-portage/gpkg:appindicator - Install AppIndicator extension for GNOME systray icon support (SNI protocol)