2025-09-17 13:03:55 UTC

This commit is contained in:
Repository mirror & CI
2025-09-17 13:03:55 +00:00
parent ced852e904
commit b240830c49
40 changed files with 310 additions and 199 deletions

View File

@@ -0,0 +1,8 @@
DEFINED_PHASES=install preinst pretend
DESCRIPTION=System group: graftcp
EAPI=8
INHERIT=acct-group
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
SLOT=0
_eclasses_=user-info 563da40a1a20ea1e55bbf4d149fc190d acct-group 06fed07dcadb72919e250d10efc19842
_md5_=fb733581b0a931d05f18d44e81d92dcb

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install postinst preinst prerm pretend
DESCRIPTION=System user: graftcp
EAPI=8
INHERIT=acct-user
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
RDEPEND=acct-group/graftcp
SLOT=0
_eclasses_=user-info 563da40a1a20ea1e55bbf4d149fc190d acct-user d3f06a3ef4289d7ba6428eed2e20ae57
_md5_=c7ba33557ec272955e592ffdc2dfce72

View File

@@ -1,11 +1,11 @@
DEFINED_PHASES=install
DEPEND=app-shells/fzf media-video/mpv net-misc/aria2 net-misc/curl net-misc/yt-dlp
DEPEND=app-shells/fzf media-video/mpv net-misc/aria2[adns] net-misc/curl net-misc/yt-dlp
DESCRIPTION=A cli to browse and watch anime.
EAPI=8
HOMEPAGE=https://github.com/pystardust/ani-cli
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=app-shells/fzf media-video/mpv net-misc/aria2 net-misc/curl net-misc/yt-dlp
RDEPEND=app-shells/fzf media-video/mpv net-misc/aria2[adns] net-misc/curl net-misc/yt-dlp
SLOT=0
SRC_URI=https://github.com/pystardust/ani-cli/archive/refs/tags/v4.10.tar.gz -> ani-cli-4.10.tar.gz
_md5_=2efa868abcd1a56d1007deb7f311775d
_md5_=d3834342be24967570d3b5a51c28441e

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install
DEPEND=app-shells/fzf media-video/mpv net-misc/aria2 net-misc/curl net-misc/yt-dlp
DESCRIPTION=A cli to browse and watch anime.
EAPI=8
HOMEPAGE=https://github.com/pystardust/ani-cli
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=app-shells/fzf media-video/mpv net-misc/aria2 net-misc/curl net-misc/yt-dlp
SLOT=0
SRC_URI=https://github.com/pystardust/ani-cli/archive/refs/tags/v4.9.tar.gz -> ani-cli-4.9.tar.gz
_md5_=2efa868abcd1a56d1007deb7f311775d

View File

@@ -1,13 +1,13 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DEPEND=app-shells/fzf media-video/mpv net-misc/aria2 net-misc/curl net-misc/yt-dlp
DEPEND=app-shells/fzf media-video/mpv net-misc/aria2[adns] net-misc/curl net-misc/yt-dlp
DESCRIPTION=A cli to browse and watch anime.
EAPI=8
HOMEPAGE=https://github.com/pystardust/ani-cli
INHERIT=git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=app-shells/fzf media-video/mpv net-misc/aria2 net-misc/curl net-misc/yt-dlp
RDEPEND=app-shells/fzf media-video/mpv net-misc/aria2[adns] net-misc/curl net-misc/yt-dlp
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=2efa868abcd1a56d1007deb7f311775d
_md5_=d3834342be24967570d3b5a51c28441e

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:= dev-libs/aws-c-sdkutils:=
DESCRIPTION=C99 library implementation of AWS client-side authentication: standard credentials providers and signing
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-auth
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:= dev-libs/aws-c-sdkutils:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-auth/archive/v0.9.1.tar.gz -> aws-c-auth-0.9.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=1777089d99fb02cff5602de95fac6fbf

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-io:= dev-libs/aws-checksums:=
DESCRIPTION=C99 implementation of the vnd.amazon.eventstream content-type
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-event-stream
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-io:= dev-libs/aws-checksums:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-event-stream/archive/v0.5.7.tar.gz -> aws-c-event-stream-0.5.7.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=aa6e5eed316fcc10e5a2213eb769ffce

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:=
DESCRIPTION=C99 implementation of the HTTP/1.1 and HTTP/2 specifications
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-http
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-http/archive/v0.10.4.tar.gz -> aws-c-http-0.10.4.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=0582ed0ce3362430b1a627b8a4362075

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/s2n:=
DESCRIPTION=AWS SDK for C module, handles IO and TLS work for application protocols
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-io
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/s2n:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-io/archive/v0.22.0.tar.gz -> aws-c-io-0.22.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=1c9e6ca9289e066f027f98d084c11e0a

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:=
DESCRIPTION=C99 implementation of the MQTT 3.1.1 specification
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-mqtt
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-mqtt/archive/v0.13.3.tar.gz -> aws-c-mqtt-0.13.3.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=2efa6cec58333e90ea0bcfcb3ce49699

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:= dev-libs/aws-c-sdkutils:= dev-libs/aws-c-auth:= dev-libs/s2n:=
DESCRIPTION=AWS C S3 Library
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-s3
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/aws-c-io:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:= dev-libs/aws-c-sdkutils:= dev-libs/aws-c-auth:= dev-libs/s2n:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-s3/archive/v0.8.7.tar.gz -> aws-c-s3-0.8.7.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=2f90abb2d9823f74578cc9027160b4b2

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/aws-c-auth:= dev-libs/aws-c-cal:= dev-libs/aws-c-common:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:= dev-libs/aws-c-io:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-sdkutils:= dev-libs/aws-checksums:= dev-libs/s2n:=
DESCRIPTION=Core CRT package for AWS SDK for C
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-crt-cpp
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-auth:= dev-libs/aws-c-cal:= dev-libs/aws-c-common:= dev-libs/aws-c-compression:= dev-libs/aws-c-http:= dev-libs/aws-c-io:= dev-libs/aws-c-mqtt:= dev-libs/aws-c-s3:= dev-libs/aws-c-event-stream:= dev-libs/aws-c-sdkutils:= dev-libs/aws-checksums:= dev-libs/s2n:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-crt-cpp/archive/v0.34.3.tar.gz -> aws-crt-cpp-0.34.3.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=aa3bbe613f09a7f796421864d871b71d

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=http? ( net-misc/curl:= ) speech? ( media-libs/libpulse ) ssl? ( dev-libs/openssl:= ) dev-libs/aws-crt-cpp:= sys-libs/zlib
DESCRIPTION=AWS SDK for C++
EAPI=8
HOMEPAGE=https://aws.amazon.com/sdk-for-cpp/
INHERIT=cmake python-single-r1
IUSE=+http speech +ssl test full storage compute networking database analytics messaging monitor security ml iot media devops mgmt other python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=http? ( net-misc/curl:= ) speech? ( media-libs/libpulse ) ssl? ( dev-libs/openssl:= ) dev-libs/aws-crt-cpp:= sys-libs/zlib python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) full? ( !storage !compute !networking !database !analytics !messaging !monitor !security !ml !iot !media !devops !mgmt !other )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/aws/aws-sdk-cpp/archive/1.11.648.tar.gz -> aws-sdk-cpp-1.11.648.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=088d7fa01783a8c135377480449ce01c

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/openssl:=
DESCRIPTION=Simple, small, fast and secure C99 implementation of the TLS/SSL protocols
EAPI=8
HOMEPAGE=https://github.com/awslabs/s2n
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/openssl:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/s2n/archive/v1.5.26.tar.gz -> s2n-1.5.26.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=ba6bfd4e7c7039644840066c06429702

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Qt plotting widgets for Python
EAPI=8
HOMEPAGE=https://pypi.org/project/PythonQwt
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,svg] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/P/PythonQwt/pythonqwt-0.14.4.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
_md5_=c24367e22815e905edb65e1710bba53f

View File

@@ -1,16 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) 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 prepare test
DESCRIPTION=Qt plotting widgets for Python
EAPI=8
HOMEPAGE=https://pypi.org/project/PythonQwt
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,svg] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RDEPEND=dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,svg] dev-python/numpy[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
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/P/PythonQwt/pythonqwt-0.12.7.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/P/PythonQwt/pythonqwt-0.14.6.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi 464727a3e8a18884f71fe2368cac3197
_md5_=c24367e22815e905edb65e1710bba53f
_md5_=9ddd906049b9a40395cd1c5859cde246

View File

@@ -10,6 +10,6 @@ LICENSE=|| ( JetBrains-business JetBrains-classroom JetBrains-educational JetBra
RDEPEND=dev-libs/wayland sys-libs/pam sys-libs/zlib sys-process/audit
RESTRICT=bindist mirror
SLOT=0/2025
SRC_URI=amd64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.1.2.tar.gz ) arm64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.1.2-aarch64.tar.gz )
SRC_URI=amd64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.2.1.tar.gz ) arm64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.2.1-aarch64.tar.gz )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 toolchain-funcs a0b29008c671a362b505f96fa80ce9c0
_md5_=9cdc71e1cffa44373a5340b3217cadd9

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DESCRIPTION=TETR.IO desktop client.
EAPI=8
HOMEPAGE=https://tetr.io/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker desktop xdg
IUSE=tetrio-plus
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=x11-libs/libxkbcommon app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=https://tetr.io/about/desktop/builds/10/TETR.IO%20Setup.deb -> tetrio-desktop-10.deb
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=baefa6e4bd713334edefd32061f14d5f

View File

@@ -1,16 +0,0 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DESCRIPTION=TETR.IO desktop client.
EAPI=8
HOMEPAGE=https://tetr.io/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker desktop xdg
IUSE=tetrio-plus
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=x11-libs/gdk-pixbuf:2 x11-libs/libXScrnSaver x11-libs/libXcursor x11-libs/libXi x11-libs/libXrender x11-libs/libXtst app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=https://tetr.io/about/desktop/builds/8/TETR.IO%20Setup.deb -> tetrio-desktop-8.deb tetrio-plus? ( https://gitlab.com/UniQMG/tetrio-plus/uploads/a7342b94f03d670b72235ab453c427a5/tetrio-plus_0.26.0_app.asar.zip -> tetrio-plus-8.zip )
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=fcd4c7f605959ad532752293cf7931cc

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@ INHERIT=cargo readme.gentoo-r1 tmpfiles git-r3
IUSE=systemd openrc debug
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=|| ( gui-wm/sway gui-wm/cage ) systemd? ( sys-apps/systemd[sysv-utils] ) openrc? ( sys-apps/openrc[sysv-utils] ) gui-libs/gtk gui-libs/greetd dev-libs/glib media-libs/graphene x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango virtual/tmpfiles
RDEPEND=systemd? ( sys-apps/systemd[sysv-utils] ) openrc? ( sys-apps/openrc[sysv-utils] ) gui-libs/gtk gui-libs/greetd dev-libs/glib media-libs/graphene x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango virtual/tmpfiles
SLOT=0
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 2c958ff95a0fd21c1cb19e961cb2946d rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo a1af74aa9e34cd73aeac642cd0dd54d8 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=e5027034a913a4798ab4a90fc372f5dc
_md5_=9ba7e69c1168e45bf53efea3754acc83

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=dev-libs/wayland dev-libs/wayland-protocols media-libs/libpulse systemd? ( sys-apps/systemd ) !systemd? ( sys-auth/elogind )
DESCRIPTION=Prevents swayidle from idle when an application is outputting or receiving audio
EAPI=8
HOMEPAGE=https://github.com/ErikReider/SwayAudioIdleInhibit
INHERIT=meson
IUSE=systemd
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/wayland dev-libs/wayland-protocols media-libs/libpulse systemd? ( sys-apps/systemd ) !systemd? ( sys-auth/elogind )
SLOT=0
SRC_URI=https://github.com/ErikReider/SwayAudioIdleInhibit/archive/refs/tags/v0.2.0.tar.gz -> sway-audio-idle-inhibit-0.2.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922
_md5_=085703cc1d2740e2f7d88150e0e3b0f2

View File

@@ -1,13 +1,14 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install test unpack
DEPEND=dev-libs/wayland dev-libs/wayland-protocols media-libs/libpulse
DEPEND=dev-libs/wayland dev-libs/wayland-protocols media-libs/libpulse systemd? ( sys-apps/systemd ) !systemd? ( sys-auth/elogind )
DESCRIPTION=Prevents swayidle from idle when an application is outputting or receiving audio
EAPI=8
HOMEPAGE=https://github.com/ErikReider/SwayAudioIdleInhibit
INHERIT=git-r3 meson
IUSE=systemd
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-libs/wayland dev-libs/wayland-protocols media-libs/libpulse
RDEPEND=dev-libs/wayland dev-libs/wayland-protocols media-libs/libpulse systemd? ( sys-apps/systemd ) !systemd? ( sys-auth/elogind )
SLOT=0/9999
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=a224699e42c23e30092066b21fbe5bab
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922
_md5_=3daf80c6119578890dada7ec2f844c21

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-build/meson-0.45.1 >=dev-build/ninja-1.8.2 introspection? ( dev-libs/gobject-introspection ) doc? ( dev-util/gtk-doc ) test? ( >=dev-lang/python-3.8.19 ) vala? ( dev-lang/vala ) smoke-tests? ( dev-lang/luajit dev-lua/lgi ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install setup test
DEPEND=>=gui-libs/gtk-4.10.5[wayland]
DESCRIPTION=A library for using the Layer Shell Wayland protocol with GTK4.
EAPI=8
HOMEPAGE=https://github.com/wmww/gtk4-layer-shell
INHERIT=meson python-any-r1
IUSE=examples doc test smoke-tests introspection vala
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=gui-libs/gtk-4.10.5[wayland]
REQUIRED_USE=vala? ( introspection )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.0.2.tar.gz -> gtk4-layer-shell-1.0.2.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=da1e4919ab50b30af3d4075f1fd893ab

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-build/meson-0.51.0 >=dev-build/ninja-1.8.2 >=dev-libs/wayland-1.10.0 >=dev-libs/wayland-protocols-1.16 >=dev-util/wayland-scanner-1.10.0 introspection? ( dev-libs/gobject-introspection ) doc? ( dev-util/gtk-doc ) test? ( >=dev-lang/python-3.8.19 ) vala? ( dev-lang/vala ) smoke-tests? ( dev-lang/luajit dev-lua/lgi ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install setup test
DEPEND=>=gui-libs/gtk-4.10.5[wayland]
DESCRIPTION=A library for using the Layer Shell Wayland protocol with GTK4.
EAPI=8
HOMEPAGE=https://github.com/wmww/gtk4-layer-shell
INHERIT=meson python-any-r1
IUSE=examples doc test smoke-tests introspection vala
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=gui-libs/gtk-4.10.5[wayland]
REQUIRED_USE=vala? ( introspection )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.0.4.tar.gz -> gtk4-layer-shell-1.0.4.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=51d52063ed3f5a716f3c5ec92f6b52ca

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-build/meson-0.54.0 >=dev-build/ninja-1.8.2 >=dev-libs/wayland-1.10.0 >=dev-libs/wayland-protocols-1.16 >=dev-util/wayland-scanner-1.10.0 introspection? ( dev-libs/gobject-introspection ) doc? ( dev-util/gtk-doc ) test? ( >=dev-lang/python-3.8.19 ) vala? ( dev-lang/vala ) smoke-tests? ( dev-lang/luajit dev-lua/lgi ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install setup test
DEPEND=>=gui-libs/gtk-4.10.5[wayland]
DESCRIPTION=A library for using the Layer Shell Wayland protocol with GTK4.
EAPI=8
HOMEPAGE=https://github.com/wmww/gtk4-layer-shell
INHERIT=meson python-any-r1
IUSE=examples doc test smoke-tests introspection vala
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=gui-libs/gtk-4.10.5[wayland]
REQUIRED_USE=vala? ( introspection )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.1.1.tar.gz -> gtk4-layer-shell-1.1.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=505b309521baad9502a4bef4d8a1b1ea

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-build/meson-0.54.0 >=dev-build/ninja-1.8.2 >=dev-libs/wayland-1.10.0 >=dev-libs/wayland-protocols-1.16 >=dev-util/wayland-scanner-1.10.0 introspection? ( dev-libs/gobject-introspection ) doc? ( dev-util/gtk-doc ) test? ( >=dev-lang/python-3.8.19 ) vala? ( dev-lang/vala[vapigen(+)] ) smoke-tests? ( dev-lang/luajit dev-lua/lgi ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install setup test
DEPEND=>=gui-libs/gtk-4.10.5[wayland]
DESCRIPTION=A library for using the Layer Shell Wayland protocol with GTK4.
EAPI=8
HOMEPAGE=https://github.com/wmww/gtk4-layer-shell
INHERIT=meson python-any-r1 vala
IUSE=examples doc test smoke-tests introspection vala
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=gui-libs/gtk-4.10.5[wayland]
REQUIRED_USE=vala? ( introspection )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.1.1.tar.gz -> gtk4-layer-shell-1.1.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7eb9c3a6dc6662368634584aab44a2c meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0 vala e477903dbe0105930c51f170a592dc16
_md5_=baec776116d038aa6a5d0c46f4234aec

View File

@@ -1,15 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
INHERIT=cmake desktop
IUSE=+libhandy +rnnoise qrcodegen
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
SRC_URI=https://github.com/uowuo/abaddon/archive/refs/tags/v0.2.1.tar.gz -> abaddon-0.2.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=98465bee1fecb822345c81f595c8fd5e

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/atkmm dev-cpp/cairomm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/pangomm:1.4 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libfmt:= dev-libs/libsigc++:2 dev-libs/libsodium:= dev-libs/spdlog:= media-libs/opus >=net-libs/ixwebsocket-11.0.8:= net-misc/curl sys-libs/zlib:= x11-libs/gtk+:3 libhandy? ( gui-libs/libhandy:1 ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json dev-libs/miniaudio
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
INHERIT=cmake desktop
IUSE=+libhandy +rnnoise qrcodegen
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-cpp/atkmm dev-cpp/cairomm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/pangomm:1.4 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libfmt:= dev-libs/libsigc++:2 dev-libs/libsodium:= dev-libs/spdlog:= media-libs/opus >=net-libs/ixwebsocket-11.0.8:= net-misc/curl sys-libs/zlib:= x11-libs/gtk+:3 libhandy? ( gui-libs/libhandy:1 ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
SRC_URI=https://github.com/uowuo/abaddon/archive/refs/tags/v0.2.2.tar.gz -> abaddon-0.2.2.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=0aa67f78e09cc6a74591173de63900a5

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json
DEPEND=dev-cpp/atkmm dev-cpp/cairomm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/pangomm:1.4 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libfmt:= dev-libs/libsigc++:2 dev-libs/libsodium:= dev-libs/spdlog:= media-libs/opus >=net-libs/ixwebsocket-11.0.8:= net-misc/curl sys-libs/zlib:= x11-libs/gtk+:3 libhandy? ( gui-libs/libhandy:1 ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise ) dev-cpp/nlohmann_json dev-libs/miniaudio
DESCRIPTION=Alternative Discord client using GTK instead of Electron
EAPI=8
HOMEPAGE=https://github.com/uowuo/abaddon
@@ -8,7 +8,7 @@ INHERIT=cmake desktop git-r3
IUSE=+libhandy +rnnoise qrcodegen
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-cpp/gtkmm:3.0= dev-db/sqlite:3 dev-libs/libsodium dev-libs/miniaudio dev-libs/spdlog media-libs/opus >=net-libs/ixwebsocket-11.0.8 net-misc/curl sys-libs/zlib:= libhandy? ( gui-libs/libhandy:= ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
RDEPEND=dev-cpp/atkmm dev-cpp/cairomm dev-cpp/glibmm:2 dev-cpp/gtkmm:3.0 dev-cpp/pangomm:1.4 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libfmt:= dev-libs/libsigc++:2 dev-libs/libsodium:= dev-libs/spdlog:= media-libs/opus >=net-libs/ixwebsocket-11.0.8:= net-misc/curl sys-libs/zlib:= x11-libs/gtk+:3 libhandy? ( gui-libs/libhandy:1 ) qrcodegen? ( dev-libs/qr-code-generator ) rnnoise? ( media-libs/rnnoise )
SLOT=0
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=d444cb94d7a2f2b60da114cb0dbfed9a
_md5_=0aa67f78e09cc6a74591173de63900a5

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=AGPL-3+
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango
SLOT=0
SRC_URI=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.23.8-beta/freetube_0.23.8_beta_amd64.deb -> freetube-bin-0.23.8_beta.deb
SRC_URI=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.23.9-beta/freetube_0.23.9_beta_amd64.deb -> freetube-bin-0.23.9_beta.deb
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=af19247a03c508f4383fecea679100ac

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-lang/go-1.21 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install unpack
DESCRIPTION=A tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy
EAPI=8
HOMEPAGE=https://github.com/hmgle/graftcp
INHERIT=go-module systemd toolchain-funcs
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3+ Apache-2.0 BSD BSD-2 MIT ZLIB
RDEPEND=acct-user/graftcp
SLOT=0
SRC_URI=https://github.com/hmgle/graftcp/archive/v0.7.4.tar.gz -> graftcp-0.7.4.tar.gz mirror://goproxy//github.com/hashicorp/go-syslog/@v/v1.0.0.zip -> github.com%2Fhashicorp%2Fgo-syslog%2F@v%2Fv1.0.0.zip mirror://goproxy//github.com/hashicorp/go-syslog/@v/v1.0.0.mod -> github.com%2Fhashicorp%2Fgo-syslog%2F@v%2Fv1.0.0.mod mirror://goproxy//github.com/jedisct1/dlog/@v/v0.0.0-20210101122416-354ffe815216.zip -> github.com%2Fjedisct1%2Fdlog%2F@v%2Fv0.0.0-20210101122416-354ffe815216.zip mirror://goproxy//github.com/jedisct1/dlog/@v/v0.0.0-20210101122416-354ffe815216.mod -> github.com%2Fjedisct1%2Fdlog%2F@v%2Fv0.0.0-20210101122416-354ffe815216.mod mirror://goproxy//github.com/kardianos/service/@v/v1.2.0.zip -> github.com%2Fkardianos%2Fservice%2F@v%2Fv1.2.0.zip mirror://goproxy//github.com/kardianos/service/@v/v1.2.0.mod -> github.com%2Fkardianos%2Fservice%2F@v%2Fv1.2.0.mod mirror://goproxy//github.com/pborman/getopt/v2/@v/v2.1.0.zip -> github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.zip mirror://goproxy//github.com/pborman/getopt/v2/@v/v2.1.0.mod -> github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.mod mirror://goproxy//github.com/vishvananda/netlink/@v/v1.1.0.zip -> github.com%2Fvishvananda%2Fnetlink%2F@v%2Fv1.1.0.zip mirror://goproxy//github.com/vishvananda/netlink/@v/v1.1.0.mod -> github.com%2Fvishvananda%2Fnetlink%2F@v%2Fv1.1.0.mod mirror://goproxy//github.com/vishvananda/netlink/@v/v1.2.1-beta.2.0.20240713210050-d13535d71ed3.zip -> github.com%2Fvishvananda%2Fnetlink%2F@v%2Fv1.2.1-beta.2.0.20240713210050-d13535d71ed3.zip mirror://goproxy//github.com/vishvananda/netlink/@v/v1.2.1-beta.2.0.20240713210050-d13535d71ed3.mod -> github.com%2Fvishvananda%2Fnetlink%2F@v%2Fv1.2.1-beta.2.0.20240713210050-d13535d71ed3.mod mirror://goproxy//github.com/vishvananda/netns/@v/v0.0.0-20191106174202-0a2b9b5464df.zip -> github.com%2Fvishvananda%2Fnetns%2F@v%2Fv0.0.0-20191106174202-0a2b9b5464df.zip mirror://goproxy//github.com/vishvananda/netns/@v/v0.0.0-20191106174202-0a2b9b5464df.mod -> github.com%2Fvishvananda%2Fnetns%2F@v%2Fv0.0.0-20191106174202-0a2b9b5464df.mod mirror://goproxy//github.com/vishvananda/netns/@v/v0.0.4.zip -> github.com%2Fvishvananda%2Fnetns%2F@v%2Fv0.0.4.zip mirror://goproxy//github.com/vishvananda/netns/@v/v0.0.4.mod -> github.com%2Fvishvananda%2Fnetns%2F@v%2Fv0.0.4.mod mirror://goproxy//golang.org/x/net/@v/v0.23.0.zip -> golang.org%2Fx%2Fnet%2F@v%2Fv0.23.0.zip mirror://goproxy//golang.org/x/net/@v/v0.23.0.mod -> golang.org%2Fx%2Fnet%2F@v%2Fv0.23.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20190606203320-7fc4e5ec1444.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190606203320-7fc4e5ec1444.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20201015000850-e3ed0017c211.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20201015000850-e3ed0017c211.mod mirror://goproxy//golang.org/x/sys/@v/v0.0.0-20201231184435-2d18734c6014.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20201231184435-2d18734c6014.mod mirror://goproxy//golang.org/x/sys/@v/v0.2.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.2.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.10.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.10.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.18.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.18.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.18.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.18.0.mod mirror://goproxy//golang.org/x/sys/@v/v0.22.0.zip -> golang.org%2Fx%2Fsys%2F@v%2Fv0.22.0.zip mirror://goproxy//golang.org/x/sys/@v/v0.22.0.mod -> golang.org%2Fx%2Fsys%2F@v%2Fv0.22.0.mod
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=ee5b2263efd496d84c9408c0537fac01

View File

@@ -1,5 +1,5 @@
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=app-shells/bash sys-apps/bat dev-util/sh
BDEPEND=app-shells/bash sys-apps/bat dev-util/sh
DEFINED_PHASES=compile install postinst test
DESCRIPTION=Bash scripts that integrate bat with various command line tools.
EAPI=8
HOMEPAGE=https://github.com/eth-p/bat-extras
@@ -9,6 +9,6 @@ LICENSE=MIT
RDEPEND=app-shells/bash sys-apps/bat dev-util/sh app-admin/entr app-shells/fzf dev-python/black dev-util/git-delta dev-vcs/git sys-apps/eza sys-apps/ripgrep llvm-core/clang[extra(+)] sys-libs/ncurses
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/eth-p/bat-extras/archive/v2023.09.19.tar.gz -> bat-extras-2023.09.19.tar.gz
SRC_URI=https://github.com/eth-p/bat-extras/archive/v2024.08.24.tar.gz -> bat-extras-2024.08.24.tar.gz
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301
_md5_=847c4cdec4bc06e471ebed2bed06529c
_md5_=64f162bb8eb8af09d3cf3ad48e7d54f4

View File

@@ -1,6 +1,5 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=app-shells/bash sys-apps/bat dev-util/sh
BDEPEND=app-shells/bash sys-apps/bat dev-util/sh >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install postinst test unpack
DESCRIPTION=Bash scripts that integrate bat with various command line tools.
EAPI=8
HOMEPAGE=https://github.com/eth-p/bat-extras
@@ -10,4 +9,4 @@ PROPERTIES=live
RDEPEND=app-shells/bash sys-apps/bat dev-util/sh app-admin/entr app-shells/fzf dev-python/black dev-util/git-delta dev-vcs/git sys-apps/eza sys-apps/ripgrep llvm-core/clang[extra(+)] sys-libs/ncurses
SLOT=0
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=847c4cdec4bc06e471ebed2bed06529c
_md5_=64f162bb8eb8af09d3cf3ad48e7d54f4

View File

@@ -1,13 +0,0 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install prepare test unpack
DESCRIPTION=Weighs the soul of incoming HTTP requests to stop AI crawlers
EAPI=8
HOMEPAGE=https://anubis.techaro.lol/ https://github.com/TecharoHQ/anubis
INHERIT=go-module systemd
KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD MIT OFL-1.1
RDEPEND=acct-user/anubis
SLOT=0
SRC_URI=https://github.com/TecharoHQ/anubis/releases/download/v1.20.0/anubis-src-vendor-npm-1.20.0.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=746bb830a7c69a8939c5eec0d8a6ab73

View File

@@ -7,6 +7,7 @@ acct-group/conduit 0: Group conduit
acct-group/fileshelter 0: Group for fileshelter
acct-group/fort 0-r1: System group: fort
acct-group/gemini 0: System group: gemini
acct-group/graftcp 0: System group: graftcp
acct-group/heisenbridge 0: Group for Heisenbridge
acct-group/hinsightd 0: A user group for www-servers/hinsightd
acct-group/iipsrv 0-r1: System group: iipsrv
@@ -43,6 +44,7 @@ acct-user/eturnal 0: System user: eturnal
acct-user/fileshelter 0: User for fileshelter
acct-user/fort 0-r1: User for FORT RPKI validator
acct-user/gemini 0: System user: gemini
acct-user/graftcp 0: System user: graftcp
acct-user/heisenbridge 0: User for Heisenbridge
acct-user/hinsightd 0: A user account for www-servers/hinsightd
acct-user/iipsrv 0-r1: User for iipsrv
@@ -213,7 +215,7 @@ app-misc/1password-cli 2.30.3: The worlds most-loved password manager CLI
app-misc/afc 1.1 1.2 9999: Anime File Checker, checks CRC32 contained in filenames
app-misc/afetch 2.2.0: Simple system info written in C
app-misc/agg 1.5.0 1.5.0-r1: Command-line tool for generating animated GIF files from asciicast v2 files
app-misc/ani-cli 4.9 4.10 9999: A cli to browse and watch anime.
app-misc/ani-cli 4.10 9999: A cli to browse and watch anime.
app-misc/arttime 2.3.4: CLI application that blends beauty of ASCII
app-misc/astroterm 1.0.7: A planetarium for your terminal!
app-misc/aw-client 0.11.0: Client library for ActivityWatch
@@ -519,7 +521,7 @@ dev-erlang/cowboy 2.9.0: Small, fast, modern HTTP server for Erlang/OTP.
dev-erlang/cowlib 2.11.0: Support library for manipulating Web protocols.
dev-erlang/ranch 1.7.1 1.8.0 2.0.0: Socket acceptor pool for TCP protocols.
dev-erlang/yval 1.0.10: YAML validator
dev-games/godot-dotnet 4.4.1-r1: Multi-platform 2D and 3D game engine with a feature-rich editor
dev-games/godot-dotnet 4.4.1-r1 4.5: Multi-platform 2D and 3D game engine with a feature-rich editor
dev-games/surgescript 0.5.5 9999: scripting language made for opensurge
dev-games/unityhub 3.9.1 3.10.0 3.11.0 3.11.1: Official Unity tool for managing Unity Engines and projects
dev-go/get-ego-vendor 0.2.0: Utility to generate EGO_SUM data for ebuilds
@@ -556,19 +558,19 @@ dev-lang/uiua 0.16.2: A stack-based array programming language
dev-lang/wabt 1.0.37: The WebAssembly Binary Toolkit
dev-libs/M_CLI2 3.2.0: M_CLI2 - parse Unix-like command line arguments from Fortran
dev-libs/StringiFor 1.1.4: StringiFor, Strings Fortran Manipulator, yet another strings Fortran module
dev-libs/aws-c-auth 0.9.0: C99 library implementation of AWS client-side authentication: standard credentials providers and signing
dev-libs/aws-c-auth 0.9.0 0.9.1: C99 library implementation of AWS client-side authentication: standard credentials providers and signing
dev-libs/aws-c-cal 0.9.2: Crypto Abstraction Layer: Cross-Platform C99 wrapper for cryptography primitives
dev-libs/aws-c-common 0.12.3 0.12.4: Core c99 package for AWS SDK for C
dev-libs/aws-c-compression 0.3.1: C99 implementation of huffman encoding/decoding
dev-libs/aws-c-event-stream 0.5.4 0.5.5: C99 implementation of the vnd.amazon.eventstream content-type
dev-libs/aws-c-http 0.10.2: C99 implementation of the HTTP/1.1 and HTTP/2 specifications
dev-libs/aws-c-io 0.19.1 0.20.1 0.21.0: AWS SDK for C module, handles IO and TLS work for application protocols
dev-libs/aws-c-mqtt 0.13.1 0.13.2: C99 implementation of the MQTT 3.1.1 specification
dev-libs/aws-c-s3 0.8.1 0.8.3 0.8.4: AWS C S3 Library
dev-libs/aws-c-event-stream 0.5.4 0.5.5 0.5.7: C99 implementation of the vnd.amazon.eventstream content-type
dev-libs/aws-c-http 0.10.2 0.10.4: C99 implementation of the HTTP/1.1 and HTTP/2 specifications
dev-libs/aws-c-io 0.19.1 0.20.1 0.21.0 0.22.0: AWS SDK for C module, handles IO and TLS work for application protocols
dev-libs/aws-c-mqtt 0.13.1 0.13.2 0.13.3: C99 implementation of the MQTT 3.1.1 specification
dev-libs/aws-c-s3 0.8.1 0.8.3 0.8.4 0.8.7: AWS C S3 Library
dev-libs/aws-c-sdkutils 0.2.4: AWS SDK Utilities Library
dev-libs/aws-checksums 0.2.7: Cross-Platform HW accelerated CRC32c and CRC32 with software fallbacks
dev-libs/aws-crt-cpp 0.32.8 0.32.10 0.33.0: Core CRT package for AWS SDK for C
dev-libs/aws-sdk-cpp 1.11.586 1.11.596 1.11.603: AWS SDK for C++
dev-libs/aws-crt-cpp 0.32.8 0.32.10 0.33.0 0.34.3: Core CRT package for AWS SDK for C
dev-libs/aws-sdk-cpp 1.11.586 1.11.596 1.11.603 1.11.648: AWS SDK for C++
dev-libs/cgicc 3.2.19 3.2.20: A C++ class library for writing CGI applications
dev-libs/cyrus-sasl-xoauth2 0.2: XOAUTH2 mechanism plugin for cyrus-sasl
dev-libs/discord-rpc 3.4.0: Library for interfacing a game with a locally running Discord desktop client
@@ -618,7 +620,7 @@ dev-libs/open62541 1.4.13: Open source C implementation of OPC UA
dev-libs/polyseed 1.0.0 2.0.0 9999: Mnemonic seed library for Monero and other CryptoNote-based currencies.
dev-libs/qschematic 3.0.3: Library for creating flowcharts and engineering diagrams
dev-libs/randomx 1.2.1-r1: Proof of work algorithm based on random code execution
dev-libs/s2n 1.5.21 1.5.22: Simple, small, fast and secure C99 implementation of the TLS/SSL protocols
dev-libs/s2n 1.5.21 1.5.22 1.5.26: Simple, small, fast and secure C99 implementation of the TLS/SSL protocols
dev-libs/sealcurses 2.0.18_pre20241014 2.0.18_pre20241202: SDL Emulation and Adaptation Layer for Curses
dev-libs/sirit 0_p20230510: A runtime SPIR-V assembler
dev-libs/supercop 0_p20200827: Fast cryptographic operations for Monero wallets
@@ -673,7 +675,7 @@ dev-python/DAWG-Python 0.7.2: Pure-python reader for DAWGs (DAFSAs) created by d
dev-python/EbookLib 0.17.1: Ebook library which can handle EPUB2/EPUB3 and Kindle format
dev-python/ManimPango 0.4.4 0.6.0: Binding for Pango, to use with Manim.
dev-python/PyPubSub 4.0.3-r1: Python Publish-Subscribe Package
dev-python/PythonQwt 0.12.7 0.14.4 0.14.5: Qt plotting widgets for Python
dev-python/PythonQwt 0.14.5 0.14.6: Qt plotting widgets for Python
dev-python/SLPP 1.2.3: Simple lua-python parser
dev-python/TakeTheTime 0.3.1: Take The Time, a super-neat Python library for timing chunks of code
dev-python/adb-shell 0.4.4-r1: A Python implementation of ADB with shell and FileSync functionality.
@@ -1037,7 +1039,7 @@ dev-util/vala-language-server 0.48.4: Code Intelligence for Vala & Genie
dev-util/vscode-langservers-extracted 4.8.0 4.10.0: HTML/CSS/JSON/ESLint/Markdown language servers extracted from vscode.
dev-util/wakatime-cli 1.27.0 1.28.6: Command line interface to WakaTime used by all WakaTime plugins
dev-util/webgpu-headers 9999 20240512: Webgpu Header files
dev-util/webstorm 2024.3.5 2025.1.2 2025.1.3 2025.1.4.1 2025.2: An integrated development environment for JavaScript and related technologies.
dev-util/webstorm 2024.3.5 2025.1.3 2025.1.4.1 2025.2 2025.2.1: An integrated development environment for JavaScript and related technologies.
dev-util/wxformbuilder 3.10.1-r1 4.2.1: A wxWidgets GUI Builder
dev-util/xxd 9.1.0895: Hexdump utility from vim
dev-util/yaml-language-server 1.14.0 1.15.0: Language Server for YAML Files
@@ -1061,7 +1063,7 @@ games-arcade/SpaceCadetPinball 2.0 2.0.1 2.1.0 9999: Decompilation of 3D Pinball
games-arcade/opensurge 0.5.2.1 9999: fun 2D retro platformer inspired by old-school Sonic games
games-arcade/shiromino 0.2.1: fast-paced puzzle game with roots in the arcade
games-arcade/taisei 1.4.2 1.4.3 1.4.4 9999: Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
games-arcade/tetrio-desktop 8 9: TETR.IO desktop client.
games-arcade/tetrio-desktop 9 10: TETR.IO desktop client.
games-board/fairy-stockfish 14.0.1: Chess variant engine derived from Stockfish to support fairy chess variants
games-board/openriichi 0.2.1.1-r1: OpenRiichi is an open source Japanese Mahjong client
games-board/rmahjong 0.4_p20201106: Riichi Mahjong, the Japanese variant of the Chinese game Mahjong for 4 players
@@ -1146,7 +1148,7 @@ gnome-extra/vvmplayer 1.4-r1: Visual Voicemail Player
gnome-extra/wike 3.1.1: Wikipedia Reader for the GNOME Desktop
gnome-extra/yad 14.1 9999: Display GTK+ dialog boxes from command line or shell scripts
gui-apps/1password 8.10.76-r1: Password Manager
gui-apps/ReGreet 0.1.1-r10 9999: A clean and customizable GTK-based greetd greeter written in Rust
gui-apps/ReGreet 0.1.1-r10 0.2.0 9999: A clean and customizable GTK-based greetd greeter written in Rust
gui-apps/ashell 0.3.0 0.3.1: A ready to go Wayland status bar for Hyprland
gui-apps/aylurs-gtk-shell 1.8.2-r1: Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system.
gui-apps/azote 1.16.0 9999: wallpaper manager for wlroots compositors
@@ -1228,7 +1230,7 @@ gui-apps/shikane 1.0.1: A wayland dynamic output config tool focusing on accurac
gui-apps/showmethekey 1.12.0 1.13.1: Show keys you typed on screen.
gui-apps/somebar 1.0.3-r1 9999: dwm-like bar for dwl
gui-apps/someblocks 1.0.1 9999: Modular status bar for somebar written in c.
gui-apps/sway-audio-idle-inhibit 9999: Prevents swayidle from idle when an application is outputting or receiving audio
gui-apps/sway-audio-idle-inhibit 0.2.0 9999: Prevents swayidle from idle when an application is outputting or receiving audio
gui-apps/sway-launcher-desktop 1.7.0: TUI Application launcher with Desktop Entry support
gui-apps/swaykbdd 1.4: Per-window keyboard layout switcher for Sway
gui-apps/swaylock-effects 1.7.0.0 9999: Swaylock, with fancy effects
@@ -1266,7 +1268,6 @@ gui-apps/xremap 0.10.18: Dynamic key remap for X and Wayland
gui-apps/xwayland-satellite 0.5.1 0.7: Xwayland outside your Wayland
gui-apps/yambar 1.11.0 9999: Simplistic and highly configurable status panel for X and Wayland
gui-libs/gtk-session-lock 0.2.0-r6 9999: GTK-based lockscreen for Wayland
gui-libs/gtk4-layer-shell 1.0.2 1.0.4 1.1.1 1.1.1-r1: A library for using the Layer Shell Wayland protocol with GTK4.
gui-libs/libcprime 5.0.0: Library for managing settings of CoreApps
gui-libs/libcsys 5.0.0: Library for managing the device
gui-libs/libsfdo 0.1.3 0.1.4: A collection of libraries which implement some freedesktop.org specifications
@@ -1504,7 +1505,7 @@ net-fs/httpdirfs 1.2.7: Filesystem to mount HTTP directory listings, with a perm
net-fs/webdav-server-rs 0.4.0_pre20231124: WebDAV server in Rust
net-im/Quaternion 0.0.97.1: A Qt-based IM client for Matrix
net-im/WasIstLos 1.6.5 1.7.0: An unofficial WhatsApp desktop application for Linux
net-im/abaddon 0.2.1 9999: Alternative Discord client using GTK instead of Electron
net-im/abaddon 0.2.2 9999: Alternative Discord client using GTK instead of Electron
net-im/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
net-im/beeper 4.1.111 4.1.145: Beeper: Unified Messenger
net-im/chatterino 2.5.3: Chat client for https://twitch.tv
@@ -1578,7 +1579,7 @@ net-misc/cve-client 1.1.1 9999: CLI-based client / toolbox for CVE.org
net-misc/eg25-manager 0.4.2: Daemon for managing the Quectel EG25 modem
net-misc/ffsend 0.2.77 9999: Easily and securely share files from the command line
net-misc/fileshelter 6.2.0: FileShelter is a “one-click” file sharing web application
net-misc/freetube-bin 0.23.8_beta: A private YouTube desktop client
net-misc/freetube-bin 0.23.9_beta: A private YouTube desktop client
net-misc/gdown 5.2.0: Google Drive public file/folder downloader
net-misc/gdrive 3.9.0-r1 3.9.1-r1: Google Drive CLI Client
net-misc/gemget 1.9.0: Command line downloader for the Gemini protocol
@@ -1586,7 +1587,7 @@ net-misc/gemserv 0.6.5 0.6.6: A gemini Server written in rust
net-misc/gmcapsule 0.9.7: Extensible Gemini/Titan server
net-misc/gmid 2.1 2.1.1 9999: Simple and secure Gemini server
net-misc/gnome-ssh-askpass 9.9_p2 10.0_p1: GTK-based passphrase dialog for use with OpenSSH
net-misc/graftcp 0.7.1: A tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy
net-misc/graftcp 0.7.1 0.7.4: A tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy
net-misc/grpcurl 1.9.3: Command-line tool for interacting with gRPC servers
net-misc/iipsrv 1.2 1.3: High performance image server for high resolution and scientific images
net-misc/inv_sig_helper 0_pre20250103 9999: Rust service that decrypts YouTube signatures and manages player information
@@ -1760,7 +1761,7 @@ sys-apps/0xFFFF 0.10: 0pen Free Fiasco Firmware Flasher for Maemo devices
sys-apps/amd-debug-tools 0.2.7: Helpful tools for debugging AMD Zen systems
sys-apps/asus-numpad 0.2-r1 9999: User-space driver for Asus numpad
sys-apps/asus-touchpad-numpad-driver 0_pre20220311 9999: Feature-rich configurable Asus NumPad drivers
sys-apps/bat-extras 2023.09.19-r2 9999: Bash scripts that integrate bat with various command line tools.
sys-apps/bat-extras 2024.08.24 9999: Bash scripts that integrate bat with various command line tools.
sys-apps/bpftune 9999: bpftune uses BPF to auto-tune Linux systems
sys-apps/bustd 0.1.1: Process killer daemon for out-of-memory scenarios
sys-apps/colortail 0.3.3 9999: tail command with colors
@@ -1867,7 +1868,7 @@ sys-process/snooze 0.5 9999: Run a command at a particular time
sys-process/task-spooler 1.3.0: A scheduler for CPU tasks
sys-process/xe 1.0-r1: Simple xargs and apply replacement with sane defaults
virtual/crystal-db 0.13-r1: Virtual for Crystal database drivers
www-apps/anubis 1.20.0 1.21.3: Weighs the soul of incoming HTTP requests to stop AI crawlers
www-apps/anubis 1.21.3: 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/forgejo 11.0.3-r1 12.0.1: A self-hosted lightweight software forge
www-apps/freshrss 1.26.3: A free, self-hostable news aggregator

View File

@@ -1 +1 @@
Tue, 16 Sep 2025 14:18:50 +0000
Wed, 17 Sep 2025 13:03:55 +0000

View File

@@ -442,10 +442,6 @@ gui-apps/yambar:script - Script support
gui-apps/yambar:sway-xkb - keyboard support for Sway
gui-apps/yambar:xkb - keyboard support for X11
gui-apps/yambar:xwindow - XWindow (window tracking for X11) support
gui-libs/gtk4-layer-shell:examples - Build the example C apps
gui-libs/gtk4-layer-shell:introspection - Build GObject Introspection data
gui-libs/gtk4-layer-shell:smoke-tests - Test that all examples can run
gui-libs/gtk4-layer-shell:vala - Build VAPI data and Vala example. The VAPI file allows this library to be used in Vala. Requires introspection.
gui-libs/scenefx:examples - Build example applications
gui-libs/xdg-desktop-portal-hyprland:elogind - Enable support for rootless session via elogind
gui-wm/cage:X - Enable support for X11 applications (XWayland)