2025-07-18 09:52:25 UTC

This commit is contained in:
Repository mirror & CI
2025-07-18 09:52:25 +00:00
parent 04f35d57d8
commit 78220c139a
53 changed files with 358 additions and 176 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,13 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
DEFINED_PHASES=compile configure install setup test unpack
DESCRIPTION=The CSV magician
EAPI=8
HOMEPAGE=https://github.com/medialab/xan
INHERIT=cargo
IUSE=debug
KEYWORDS=~amd64
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 GPL-2+ ISC MIT MPL-2.0 Unicode-3.0 Unlicense ZLIB
SLOT=0
SRC_URI=https://github.com/medialab/xan/archive/0.51.0.tar.gz -> xan-0.51.0.tar.gz https://github.com/ingenarel/guru-depfiles/releases/download/xan-0.51.0-deps.tar.xz/xan-0.51.0-deps.tar.xz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a
_md5_=873b93c0ff1b472659a662664019f55b

View File

@@ -0,0 +1,12 @@
BDEPEND=|| ( >=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
DESCRIPTION=The CSV magician
EAPI=8
HOMEPAGE=https://github.com/medialab/xan
INHERIT=cargo git-r3
IUSE=debug
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 GPL-2+ ISC MIT MPL-2.0 Unicode-3.0 Unlicense ZLIB
PROPERTIES=live
SLOT=0
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=873b93c0ff1b472659a662664019f55b

View File

@@ -11,6 +11,6 @@ LICENSE=MIT
RDEPEND=dev-libs/libdwarf test? ( dev-cpp/gtest )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v1.0.0.tar.gz -> cpptrace-1.0.0.tar.gz
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v1.0.3.tar.gz -> cpptrace-1.0.3.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=9ed70493c21c20af54c760de23873293

View File

@@ -1,16 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/libdwarf test? ( dev-cpp/gtest )
DESCRIPTION=Simple, portable, and self-contained stacktrace library for C++
DESCRIPTION=Core c99 package for AWS SDK for C
EAPI=8
HOMEPAGE=https://github.com/jeremy-rifkin/cpptrace
HOMEPAGE=https://github.com/awslabs/aws-c-common
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/libdwarf test? ( dev-cpp/gtest )
LICENSE=Apache-2.0
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v1.0.1.tar.gz -> cpptrace-1.0.1.tar.gz
SRC_URI=https://github.com/awslabs/aws-c-common/archive/v0.12.4.tar.gz -> aws-c-common-0.12.4.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=9ed70493c21c20af54c760de23873293
_md5_=1c8ecf6b26efd86bb685be3feecb6d2f

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.21.0.tar.gz -> aws-c-io-0.21.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:= 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.4.tar.gz -> aws-c-s3-0.8.4.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.33.0.tar.gz -> aws-crt-cpp-0.33.0.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.603.tar.gz -> aws-sdk-cpp-1.11.603.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a python-utils-r1 601de75299d1a5fb14b475836969af0f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=0d07bfcd264813c467c137c3a8484033

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.22.tar.gz -> s2n-1.5.22.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,17 +1,16 @@
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
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=Apache Avro is a data serialization system
EAPI=8
HOMEPAGE=https://pypi.org/project/avro/ https://avro.apache.org
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=Apache-2.0
PROPERTIES=test_network
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test !test? ( test )
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
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/a/avro/avro-1.11.3.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/a/avro/avro-1.12.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=28c214a6f92d5eb725e43629ec678d7c
_md5_=11580215950c2ffb5f93887c18e1fa60

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/pytest-qt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xvfb[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( pyqt5? ( dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) pyqt6? ( dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qtpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomli[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-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=Library for user interfaces for easy dataset editing and display
EAPI=8
HOMEPAGE=https://pypi.org/project/guidata/
INHERIT=distutils-r1 pypi
IUSE=test +pyqt5 pyqt6 test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=pyqt5? ( dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) pyqt6? ( dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qtpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomli[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=|| ( pyqt5 pyqt6 ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-3.10.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=89f90780e3df3cc17f25cc86ea16a4bc

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-qt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xvfb[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qtpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomli[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-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=Library for user interfaces for easy dataset editing and display
EAPI=8
HOMEPAGE=https://pypi.org/project/guidata/
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qtpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomli[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-3.12.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=ae37c22095cc391d5c8cdbc48903449e

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/pytest-qt[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-xvfb[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( pyqt5? ( dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) pyqt6? ( dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qtpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomli[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-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=Library for user interfaces for easy dataset editing and display
EAPI=8
HOMEPAGE=https://pypi.org/project/guidata/
INHERIT=distutils-r1 pypi
IUSE=test +pyqt5 pyqt6 test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=pyqt5? ( dev-python/pyqt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) pyqt6? ( dev-python/pyqt6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/qtpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomli[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=|| ( pyqt5 pyqt6 ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-3.9.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=89f90780e3df3cc17f25cc86ea16a4bc

View File

@@ -11,6 +11,6 @@ RDEPEND=dev-python/cryptography[python_targets_python3_11(-)?,python_targets_pyt
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v0.42.4.tar.gz -> proton-vpn-api-core-0.42.4.tar.gz https://github.com/beatussum/gentoo-tarballs/releases/download/latest/proton-vpn-api-core-0.42.4-remove-anonymous-bug-report.patch
SRC_URI=https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v0.42.5.tar.gz -> proton-vpn-api-core-0.42.5.tar.gz https://github.com/beatussum/gentoo-tarballs/releases/download/latest/proton-vpn-api-core-0.42.5-remove-anonymous-bug-report.patch
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061
_md5_=b469dd1e1fb0aae0ab90c2fed1fafe35

View File

@@ -11,6 +11,6 @@ RDEPEND=dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_1
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/ProtonVPN/python-proton-vpn-network-manager/archive/refs/tags/v0.12.13.tar.gz -> proton-vpn-network-manager-0.12.13.tar.gz
SRC_URI=https://github.com/ProtonVPN/python-proton-vpn-network-manager/archive/refs/tags/v0.12.14.tar.gz -> proton-vpn-network-manager-0.12.14.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061 linux-info efd923656513c879204fec6638eadee5
_md5_=a888255b28da2e98feb61a5926361a35
_md5_=1042939dc4ff397828f07445e73d13a2

View File

@@ -11,6 +11,6 @@ LICENSE=MIT
RDEPEND=media-libs/libsdl3 dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[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 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pysdl3/pysdl3-0.9.8b3.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/p/pysdl3/pysdl3-0.9.8b6.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 f3d2170134abd84aedf64566aa2af061 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=83344cf462bf2b04b9276d1f7583866d

View File

@@ -1,6 +1,6 @@
BDEPEND=sys-devel/gnuconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare pretend setup test
DEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 )
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 )
DESCRIPTION=Microsoft DirectX Shader Compiler which is based on LLVM/Clang
EAPI=8
HOMEPAGE=https://github.com/microsoft/DirectXShaderCompiler
@@ -11,4 +11,4 @@ RDEPEND=sys-libs/zlib:0= >=dev-libs/libffi-3.4.2-r1:0=
SLOT=0
SRC_URI=https://github.com/microsoft/DirectXShaderCompiler/archive/refs/tags/v1.8.2502.tar.gz -> DirectXShaderCompiler-1.8.2502.tar.gz https://github.com/KhronosGroup/SPIRV-Headers/archive/3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b.tar.gz -> DirectXShaderCompiler-headers-3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b.tar.gz https://github.com/KhronosGroup/SPIRV-Tools/archive/4d2f0b40bfe290dea6c6904dafdf7fd8328ba346.tar.gz -> DirectXShaderCompiler-tools-4d2f0b40bfe290dea6c6904dafdf7fd8328ba346.tar.gz https://github.com/microsoft/DirectX-Headers/archive/980971e835876dc0cde415e8f9bc646e64667bf7.tar.gz -> DirectXShaderCompiler-directxheaders-980971e835876dc0cde415e8f9bc646e64667bf7.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a check-reqs 2a9731073c152554078a9a8df8fc0f1b python-utils-r1 601de75299d1a5fb14b475836969af0f python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=c0ff367fb4f03e4dfd55705e67001c4b
_md5_=5cb57685319c0d37efa6eac6830191ae

View File

@@ -0,0 +1,14 @@
BDEPEND=sys-devel/gnuconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare pretend setup test
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 )
DESCRIPTION=Microsoft DirectX Shader Compiler which is based on LLVM/Clang
EAPI=8
HOMEPAGE=https://github.com/microsoft/DirectXShaderCompiler
INHERIT=cmake check-reqs python-any-r1
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc
RDEPEND=sys-libs/zlib:0= >=dev-libs/libffi-3.4.2-r1:0=
SLOT=0
SRC_URI=https://github.com/microsoft/DirectXShaderCompiler/archive/refs/tags/v1.8.2505.tar.gz -> DirectXShaderCompiler-1.8.2505.tar.gz https://github.com/KhronosGroup/SPIRV-Headers/archive/aa6cef192b8e693916eb713e7a9ccadf06062ceb.tar.gz -> DirectXShaderCompiler-headers-aa6cef192b8e693916eb713e7a9ccadf06062ceb.tar.gz https://github.com/KhronosGroup/SPIRV-Tools/archive/a62abcb402009b9ca5975e6167c09f237f630e0e.tar.gz -> DirectXShaderCompiler-tools-a62abcb402009b9ca5975e6167c09f237f630e0e.tar.gz https://github.com/microsoft/DirectX-Headers/archive/980971e835876dc0cde415e8f9bc646e64667bf7.tar.gz -> DirectXShaderCompiler-directxheaders-980971e835876dc0cde415e8f9bc646e64667bf7.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a check-reqs 2a9731073c152554078a9a8df8fc0f1b python-utils-r1 601de75299d1a5fb14b475836969af0f python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=77e673e2689cbb4d30bcd9309329e11b

View File

@@ -2,12 +2,12 @@ BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install test unpack
DESCRIPTION=distributed, offline-first bug tracker
EAPI=8
HOMEPAGE=https://github.com/MichaelMure/git-bug
HOMEPAGE=https://github.com/git-bug/git-bug
INHERIT=go-module
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-3
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/MichaelMure/git-bug/archive/v0.8.0.tar.gz -> git-bug-0.8.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/git-bug-0.8.0-vendor.tar.xz
SRC_URI=https://github.com/git-bug/git-bug/archive/v0.10.1.tar.gz -> git-bug-0.10.1.tar.gz http://joecool.ftfuchs.com/godeps/git-bug-0.10.1-deps.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885
_md5_=a11cfd253a0154f907af4419790079e5
_md5_=f0a4d98841464ec4a9b4f2897d7be09d

View File

@@ -2,10 +2,10 @@ BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install test unpack
DESCRIPTION=distributed, offline-first bug tracker
EAPI=8
HOMEPAGE=https://github.com/MichaelMure/git-bug
HOMEPAGE=https://github.com/git-bug/git-bug
INHERIT=go-module git-r3
LICENSE=GPL-3
PROPERTIES=live
SLOT=0
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=5c0353e2e333f323b41764eb1ffadeff
_md5_=41c846b6da269af143c78bc3b4a2d071

View File

@@ -0,0 +1,8 @@
DEFINED_PHASES=install
DESCRIPTION=Drop-in replacement and standalone version of xxd
EAPI=8
HOMEPAGE=https://github.com/xyproto/tinyxxd
LICENSE=GPL-2
SLOT=0
SRC_URI=https://github.com/xyproto/tinyxxd/archive/refs/tags/v1.3.7.tar.gz -> tinyxxd-1.3.7.tar.gz
_md5_=b79f5603f37d706898bc203ef6a57984

View File

@@ -0,0 +1,11 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DESCRIPTION=Drop-in replacement and standalone version of xxd
EAPI=8
HOMEPAGE=https://github.com/xyproto/tinyxxd
INHERIT=git-r3
LICENSE=GPL-2
PROPERTIES=live
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=b79f5603f37d706898bc203ef6a57984

View File

@@ -5,11 +5,11 @@ EAPI=8
HOMEPAGE=https://www.jetbrains.com/webstorm/
INHERIT=desktop wrapper toolchain-funcs
IUSE=wayland
KEYWORDS=~amd64
KEYWORDS=~amd64 ~arm64
LICENSE=|| ( JetBrains-business JetBrains-classroom JetBrains-educational JetBrains-individual ) Apache-2.0 BSD CC0-1.0 CDDL CDDL-1.1 EPL-1.0 GPL-2 GPL-2-with-classpath-exception ISC LGPL-2.1 LGPL-3 MIT MPL-1.1 OFL-1.1 ZLIB
RDEPEND=dev-libs/wayland sys-libs/pam sys-libs/zlib sys-process/audit
RESTRICT=bindist mirror
SLOT=0/2025
SRC_URI=https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.1.tar.gz
SRC_URI=amd64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.1.3.tar.gz ) arm64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2025.1.3-aarch64.tar.gz )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 toolchain-funcs a0b29008c671a362b505f96fa80ce9c0
_md5_=648bfa95f8b9db03e127502e64a9ff3a
_md5_=ff8699b1f7b9c632eb882d58c3936a65

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-build/meson || ( ( dev-lang/python:3.13 dev-python/zstandard[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/zstandard[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/zstandard[python_targets_python3_11(-)] ) ) || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) doc? ( dev-python/docutils ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip ) >=dev-libs/cglm-0.7.8 !!~dev-libs/cglm-0.9.3
DEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip[zstd] ) >=dev-libs/cglm-0.7.8 !!~dev-libs/cglm-0.9.3
DESCRIPTION=Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
EAPI=8
HOMEPAGE=https://taisei-project.org/
@@ -9,8 +9,8 @@ INHERIT=meson python-any-r1 xdg
IUSE=doc lto zip
KEYWORDS=~amd64
LICENSE=MIT CC-BY-4.0 CC0-1.0 public-domain
RDEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip )
RDEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip[zstd] )
SLOT=0
SRC_URI=https://github.com/taisei-project/taisei/releases/download/v1.4.2/taisei-1.4.2.tar.xz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=7aa699986ef82c0c661200319a4ed880
_md5_=62a2d59068407a1faab025b67d0298eb

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-build/meson || ( ( dev-lang/python:3.13 dev-python/zstandard[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/zstandard[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/zstandard[python_targets_python3_11(-)] ) ) || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) doc? ( dev-python/docutils ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip ) >=dev-libs/cglm-0.7.8 !!~dev-libs/cglm-0.9.3
DEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip[zstd] ) >=dev-libs/cglm-0.7.8 !!~dev-libs/cglm-0.9.3
DESCRIPTION=Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
EAPI=8
HOMEPAGE=https://taisei-project.org/
@@ -9,8 +9,8 @@ INHERIT=meson python-any-r1 xdg
IUSE=doc lto +mimalloc zip
KEYWORDS=~amd64
LICENSE=MIT CC-BY-4.0 CC0-1.0 public-domain
RDEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip )
RDEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip[zstd] )
SLOT=0
SRC_URI=https://github.com/taisei-project/taisei/releases/download/v1.4.3/taisei-1.4.3.tar.xz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=e03c98ee12714d767058827fc59d7f8a
_md5_=ef5717ed039b667303b0901f475d3868

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-build/meson || ( ( dev-lang/python:3.13 dev-python/zstandard[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/zstandard[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/zstandard[python_targets_python3_11(-)] ) ) || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) doc? ( dev-python/docutils ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip ) >=dev-libs/cglm-0.7.8 !!~dev-libs/cglm-0.9.3
DEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip[zstd] ) >=dev-libs/cglm-0.7.8 !!~dev-libs/cglm-0.9.3
DESCRIPTION=Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
EAPI=8
HOMEPAGE=https://taisei-project.org/
@@ -9,8 +9,8 @@ INHERIT=meson python-any-r1 xdg
IUSE=doc lto +mimalloc zip
KEYWORDS=~amd64
LICENSE=MIT CC-BY-4.0 CC0-1.0 public-domain
RDEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip )
RDEPEND=dev-util/glslang media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl3 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= mimalloc? ( dev-libs/mimalloc:= ) zip? ( dev-libs/libzip[zstd] )
SLOT=0
SRC_URI=https://github.com/taisei-project/taisei/releases/download/v1.4.4/taisei-1.4.4.tar.xz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=e03c98ee12714d767058827fc59d7f8a
_md5_=ef5717ed039b667303b0901f475d3868

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-build/meson || ( ( dev-lang/python:3.13 dev-python/zstandard[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/zstandard[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/zstandard[python_targets_python3_11(-)] ) ) || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) doc? ( dev-python/docutils ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip ) >=dev-libs/cglm-0.7.8
DEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip[zstd] ) >=dev-libs/cglm-0.7.8
DESCRIPTION=Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
EAPI=8
HOMEPAGE=https://taisei-project.org/
@@ -9,7 +9,7 @@ INHERIT=meson python-any-r1 xdg git-r3
IUSE=doc lto zip
LICENSE=MIT CC-BY-4.0 CC0-1.0 public-domain
PROPERTIES=live
RDEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip )
RDEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-libs/libsdl2 media-libs/libwebp media-libs/opusfile app-arch/zstd sys-libs/zlib dev-libs/openssl:= zip? ( dev-libs/libzip[zstd] )
SLOT=0
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=2e937e85679aa11d6d9c27488d2ada77
_md5_=ad4d231d2bd25eb95062a00fae34b6cc

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-qt/qtbase:6 dev-qt/qtsvg:6 jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6 ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) mpris? ( dev-qt/qtdbus ) pam? ( sys-libs/pam )
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
EAPI=8
HOMEPAGE=https://quickshell.outfoxxed.me/
HOMEPAGE=https://quickshell.org/
INHERIT=cmake
IUSE=+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc
KEYWORDS=~amd64
@@ -12,4 +12,4 @@ RDEPEND=dev-qt/qtbase:6 dev-qt/qtsvg:6 jemalloc? ( dev-libs/jemalloc ) wayland?
SLOT=0
SRC_URI=https://github.com/quickshell-mirror/quickshell/archive/refs/tags/v0.1.0.tar.gz -> quickshell-0.1.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=b62b29753c1228cb10a115eab740f793
_md5_=d3fa94cb50bd72e2df53ed2ef055e9e1

View File

@@ -0,0 +1,14 @@
BDEPEND=|| ( >=sys-devel/gcc-14:* >=llvm-core/clang-17:* ) dev-build/cmake dev-build/ninja virtual/pkgconfig dev-cpp/cli11 dev-util/spirv-tools dev-qt/qtshadertools:6 breakpad? ( dev-util/breakpad ) wayland? ( dev-util/wayland-scanner dev-libs/wayland-protocols ) 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-qt/qtbase:6 dev-qt/qtsvg:6 jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6 ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) mpris? ( dev-qt/qtdbus ) pam? ( sys-libs/pam )
DESCRIPTION=Toolkit for building desktop widgets using QtQuick
EAPI=8
HOMEPAGE=https://quickshell.org/
INHERIT=cmake git-r3
IUSE=+breakpad +jemalloc +sockets +wayland +layer-shell +session-lock +toplevel-management +screencopy +X +pipewire +tray +mpris +pam +hyprland +hyprland-global-shortcuts +hyprland-focus-grab +i3 +i3-ipc
LICENSE=LGPL-3
PROPERTIES=live
RDEPEND=dev-qt/qtbase:6 dev-qt/qtsvg:6 jemalloc? ( dev-libs/jemalloc ) wayland? ( dev-libs/wayland dev-qt/qtwayland:6 ) screencopy? ( x11-libs/libdrm media-libs/mesa ) X? ( x11-libs/libxcb ) pipewire? ( media-video/pipewire ) mpris? ( dev-qt/qtdbus ) pam? ( sys-libs/pam )
SLOT=0
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=d3fa94cb50bd72e2df53ed2ef055e9e1

View File

@@ -7,8 +7,8 @@ INHERIT=unpacker xdg
IUSE=+wayland
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-core:2 app-crypt/mit-krb5 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gvfs media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus dev-build/libtool sys-libs/db:5.3 x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango x11-misc/xdg-utils
RDEPEND=app-accessibility/at-spi2-core:2 app-crypt/mit-krb5 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss gnome-base/gvfs media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus dev-build/libtool sys-libs/db:5.3 x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango x11-misc/xdg-utils
SLOT=0
SRC_URI=https://github.com/Foundry376/Mailspring/releases/download/1.15.1/mailspring-1.15.1-amd64.deb
SRC_URI=https://github.com/Foundry376/Mailspring/releases/download/1.16.0/mailspring-1.16.0-amd64.deb
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=4cda2f79136e706e097b1d19fb3d6b9a
_md5_=628c0daf8cb739e8228ede10bb3e865f

View File

@@ -1,13 +0,0 @@
BDEPEND=app-arch/rpm2targz
DEFINED_PHASES=install postinst postrm unpack
DESCRIPTION=Beta Client for Proton Mail
EAPI=8
HOMEPAGE=https://proton.me/mail
INHERIT=rpm xdg-utils
KEYWORDS=~amd64
LICENSE=GPL-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/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango
SLOT=0
SRC_URI=https://github.com/ProtonMail/inbox-desktop/releases/download/1.0.6/proton-mail-1.0.6-1.x86_64.rpm
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 rpm a07e59be6cf48ed85e624a41e8a7a832 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=5772c721fb290177ba045f91a68cffdb

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=media-libs/libglvnd media-video/mpv[libmpv] x11-libs/libX11 x11-libs/libXcursor x11-libs/libXi x11-libs/libXinerama
SLOT=0
SRC_URI=https://github.com/dweymouth/supersonic/archive/refs/tags/v0.15.2.tar.gz -> supersonic-0.15.2.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/supersonic-0.15.2-vendor.tar.xz
SRC_URI=https://github.com/dweymouth/supersonic/archive/refs/tags/v0.17.0.tar.gz -> supersonic-0.17.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/supersonic-0.17.0-vendor.tar.xz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=e666584b84b0cd90caf567d5396d3f3c

View File

@@ -1,15 +0,0 @@
BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtbase:6[dbus,gui,network,opengl,wayland,widgets] dev-qt/qtsvg:6 media-video/mpv:=[libmpv]
DESCRIPTION=Media Player Classic Qute Theater
EAPI=8
HOMEPAGE=https://mpc-qt.github.io/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=qmake-utils xdg
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=dev-qt/qtbase:6[dbus,gui,network,opengl,wayland,widgets] dev-qt/qtsvg:6 media-video/mpv:=[libmpv]
SLOT=0
SRC_URI=https://github.com/mpc-qt/mpc-qt/archive/refs/tags/v24.12.tar.gz -> mpc-qt-24.12.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=0e16975b12a30a9cb75e2194cffa0c38

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-qt/qttools:6[linguist] virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-qt/qtbase:6[dbus,gui,network,opengl,wayland,widgets] dev-qt/qtsvg:6 media-video/mpv:=[libmpv] dev-libs/boost
DESCRIPTION=Media Player Classic Qute Theater
EAPI=8
HOMEPAGE=https://mpc-qt.github.io/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=dev-qt/qtbase:6[dbus,gui,network,opengl,wayland,widgets] dev-qt/qtsvg:6 media-video/mpv:=[libmpv]
SLOT=0
SRC_URI=https://github.com/mpc-qt/mpc-qt/archive/refs/tags/v25.07.tar.gz -> mpc-qt-25.07.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=fbf916379b4f3b10d40464b290d99146

View File

@@ -10,6 +10,6 @@ LICENSE=all-rights-reserved Apache-2.0 BSD ISC MIT
RDEPEND=>=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/mesa media-libs/vips:0/42 net-print/cups sys-apps/dbus >=sys-libs/glibc-2.26 virtual/udev x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango x11-misc/xdg-utils
RESTRICT=bindist mirror strip
SLOT=4
SRC_URI=https://beeper-desktop.download.beeper.com/builds/Beeper-4.0.779.AppImage
SRC_URI=https://beeper-desktop.download.beeper.com/builds/Beeper-4.1.1.AppImage
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 linux-info efd923656513c879204fec6638eadee5 chromium-2 3bebf8c71f3acd4070d63b098c45a7f1 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=10cef25d6b2aef1fde51c6a12bcd8aca

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] dev-python/sphinxnotes-mock[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinxnotes-mock[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinxnotes-mock[python_targets_python3_11(-)] ) ) ) man? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] dev-python/sphinxnotes-mock[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinxnotes-mock[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinxnotes-mock[python_targets_python3_11(-)] ) ) ) sys-devel/gettext virtual/pkgconfig || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=app-crypt/libsecret dev-libs/glib:2 dev-libs/libconfig:= dev-libs/openssl:= net-libs/libsoup:3.0 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 appindicator? ( dev-libs/libayatana-appindicator )
DESCRIPTION=Modern, beautiful IRC client written in GTK+ 3
EAPI=8
HOMEPAGE=https://github.com/SrainApp/srain
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=meson python-any-r1 xdg
IUSE=appindicator doc man
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=app-crypt/libsecret dev-libs/glib:2 dev-libs/libconfig:= dev-libs/openssl:= net-libs/libsoup:3.0 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 appindicator? ( dev-libs/libayatana-appindicator )
SLOT=0
SRC_URI=https://github.com/SrainApp/srain/archive/1.8.1.tar.gz -> srain-1.8.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 891415dfe39ad9b41b461f2b86354af0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=ab2aacfe97cbe99084e2e6717e721025

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=MEGA
RDEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= dolphin? ( dev-qt/qtbase:6[network,widgets] kde-apps/dolphin:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kio:6 kde-frameworks/kwidgetsaddons:6 ) mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( dev-libs/glib:2 xfce-base/thunar:= ) dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5
SLOT=0
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.11.1.0_Linux.tar.gz -> megasync-5.11.1.0.tar.gz https://github.com/meganz/sdk/archive/f60237a8d46cec993137065d39138fd42c043271.tar.gz -> megasync-sdk-5.11.1.0.tar.gz
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.13.0.1_Linux.tar.gz -> megasync-5.13.0.1.tar.gz https://github.com/meganz/sdk/archive/e6691ac87e4551e950ee5cbff04a4c291181606b.tar.gz -> megasync-sdk-5.13.0.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=868e56f7dca92dcaeb67620bdc7c9760
_md5_=698ed23fba0432e9ad2902985bfe2343

View File

@@ -12,6 +12,6 @@ RDEPEND=app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libb
REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/monero-project/monero/archive/v0.18.4.0.tar.gz -> monero-0.18.4.0.tar.gz
SRC_URI=https://github.com/monero-project/monero/archive/v0.18.4.1.tar.gz -> monero-0.18.4.1.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a docs 006125f2158d2f16904ebd9114336058 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=2ce8d598d27e46a00ecc54125e2b615e
_md5_=951ea907e1c0ca76705f3c570fcd3e91

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
RESTRICT=test
SLOT=0
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a docs 006125f2158d2f16904ebd9114336058 systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=2ce8d598d27e46a00ecc54125e2b615e
_md5_=951ea907e1c0ca76705f3c570fcd3e91

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/openssl:0= =net-voip/re-3.21* sys-libs/zlib aac? ( media-libs/fdk-aac ) alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) aom? ( media-libs/libaom ) aptx? ( media-libs/libopenaptx ) codec2? ( media-libs/codec2 ) dbus? ( dev-util/gdbus-codegen sys-apps/dbus ) ffmpeg? ( media-video/ffmpeg ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gtk3? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) mpa? ( media-sound/twolame media-sound/mpg123 media-libs/speexdsp ) mqtt? ( app-misc/mosquitto ) opus? ( media-libs/opus ) pipewire? ( media-video/pipewire ) snapshot? ( media-libs/libpng ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) spandsp? ( media-libs/spandsp ) v4l? ( media-libs/libv4l ) vpx? ( media-libs/libvpx ) webrtc? ( media-plugins/gst-plugins-webrtc ) X? ( x11-libs/libX11 )
DEPEND=dev-libs/openssl:0= =net-voip/re-3.24* sys-libs/zlib aac? ( media-libs/fdk-aac ) alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) aom? ( media-libs/libaom ) aptx? ( media-libs/libopenaptx ) codec2? ( media-libs/codec2 ) dbus? ( dev-util/gdbus-codegen sys-apps/dbus ) ffmpeg? ( media-video/ffmpeg ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gtk3? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) mpa? ( media-sound/twolame media-sound/mpg123 media-libs/speexdsp ) mqtt? ( app-misc/mosquitto ) opus? ( media-libs/opus ) pipewire? ( media-video/pipewire ) snapshot? ( media-libs/libpng ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) spandsp? ( media-libs/spandsp ) v4l? ( media-libs/libv4l ) vpx? ( media-libs/libvpx ) webrtc? ( media-plugins/gst-plugins-webrtc ) X? ( x11-libs/libX11 )
DESCRIPTION=Baresip is a portable and modular SIP User-Agent
EAPI=8
HOMEPAGE=https://github.com/baresip/baresip
@@ -8,8 +8,8 @@ INHERIT=cmake
IUSE=aac acip alsa amr aptx aom codec2 console dbus echo evdev ffmpeg gstreamer gtk3 jack httpd httpreq mpa mqtt opus pipewire portaudio pulseaudio sdl serreg snapshot sndfile spandsp static-libs syslog tcpcontrol v4l video vpx webrtc X
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-libs/openssl:0= =net-voip/re-3.21* sys-libs/zlib aac? ( media-libs/fdk-aac ) alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) aom? ( media-libs/libaom ) aptx? ( media-libs/libopenaptx ) codec2? ( media-libs/codec2 ) dbus? ( dev-util/gdbus-codegen sys-apps/dbus ) ffmpeg? ( media-video/ffmpeg ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gtk3? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) mpa? ( media-sound/twolame media-sound/mpg123 media-libs/speexdsp ) mqtt? ( app-misc/mosquitto ) opus? ( media-libs/opus ) pipewire? ( media-video/pipewire ) snapshot? ( media-libs/libpng ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) spandsp? ( media-libs/spandsp ) v4l? ( media-libs/libv4l ) vpx? ( media-libs/libvpx ) webrtc? ( media-plugins/gst-plugins-webrtc ) X? ( x11-libs/libX11 )
RDEPEND=dev-libs/openssl:0= =net-voip/re-3.24* sys-libs/zlib aac? ( media-libs/fdk-aac ) alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) aom? ( media-libs/libaom ) aptx? ( media-libs/libopenaptx ) codec2? ( media-libs/codec2 ) dbus? ( dev-util/gdbus-codegen sys-apps/dbus ) ffmpeg? ( media-video/ffmpeg ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gtk3? ( x11-libs/gtk+:3 ) jack? ( virtual/jack ) mpa? ( media-sound/twolame media-sound/mpg123 media-libs/speexdsp ) mqtt? ( app-misc/mosquitto ) opus? ( media-libs/opus ) pipewire? ( media-video/pipewire ) snapshot? ( media-libs/libpng ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) spandsp? ( media-libs/spandsp ) v4l? ( media-libs/libv4l ) vpx? ( media-libs/libvpx ) webrtc? ( media-plugins/gst-plugins-webrtc ) X? ( x11-libs/libX11 )
SLOT=0
SRC_URI=https://github.com/baresip/baresip/archive/v3.21.0.tar.gz -> baresip-3.21.0.tar.gz
SRC_URI=https://github.com/baresip/baresip/archive/v3.24.0.tar.gz -> baresip-3.24.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=b024d12a768fd075659abb1137e258d0

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-libs/openssl:0= sys-libs/zlib
SLOT=0
SRC_URI=https://github.com/baresip/re/archive/v3.21.0.tar.gz -> re-3.21.0.tar.gz
SRC_URI=https://github.com/baresip/re/archive/v3.24.0.tar.gz -> re-3.24.0.tar.gz
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a
_md5_=0808d77823ebb7e115a9afe3c64cc879

View File

@@ -0,0 +1,16 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=install postinst postrm preinst unpack
DESCRIPTION=Cloudflare Warp Client
EAPI=8
HOMEPAGE=https://1.1.1.1
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker systemd xdg desktop
IUSE=systemd +systray dex
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=dev-libs/glib net-firewall/nftables sys-apps/dbus x11-libs/cairo dex? ( net-libs/libpcap ) systray? ( x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/pango )
RESTRICT=bindist mirror
SLOT=0
SRC_URI=https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2025.5.893.0_amd64.deb
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 systemd a964c0cbe818b5729da1dbfcee5be861 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=4c085340ed2715e3e6a9effadce62df1

View File

@@ -0,0 +1,15 @@
BDEPEND=app-arch/rpm2targz virtual/pkgconfig
DEFINED_PHASES=install postinst postrm preinst unpack
DESCRIPTION=Tool used to manage daemon setup
EAPI=8
HOMEPAGE=https://github.com/mullvad/mullvadvpn-app https://mullvad.net/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop rpm systemd shell-completion xdg
KEYWORDS=-* ~amd64 ~arm64
LICENSE=GPL-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/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.8-beta1/MullvadVPN-2025.8-beta1_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.8-beta1/MullvadVPN-2025.8-beta1_aarch64.rpm )
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm a07e59be6cf48ed85e624a41e8a7a832 toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 systemd a964c0cbe818b5729da1dbfcee5be861 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=fa7ab0055a375ed5d555d69320f60ad7

View File

@@ -11,6 +11,6 @@ RDEPEND=python_single_target_python3_11? ( dev-python/dbus-python[python_targets
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/ProtonVPN/proton-vpn-gtk-app/archive/refs/tags/4.9.6.tar.gz -> proton-vpn-gtk-app-4.9.6.tar.gz
SRC_URI=https://github.com/ProtonVPN/proton-vpn-gtk-app/archive/refs/tags/v4.9.7.tar.gz -> proton-vpn-gtk-app-4.9.7.tar.gz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 601de75299d1a5fb14b475836969af0f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 f3d2170134abd84aedf64566aa2af061
_md5_=2ad690825bc683a615ae686d155d47a7
_md5_=e8a2d05df4b24a4890154555b9fd50e7

View File

@@ -0,0 +1,14 @@
BDEPEND=app-alternatives/gzip dev-lang/nasm sys-apps/findutils llvm_slot_16? ( llvm-core/llvm:16[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:16[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:16 ) llvm_slot_17? ( llvm-core/llvm:17[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:17[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:17 ) llvm_slot_18? ( llvm-core/llvm:18[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:18[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:18 ) llvm_slot_19? ( llvm-core/llvm:19[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:19[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:19 ) llvm_slot_20? ( llvm-core/llvm:20[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:20[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:20 ) cd-efi? ( sys-fs/mtools )
DEFINED_PHASES=configure setup
DESCRIPTION=Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
EAPI=8
HOMEPAGE=https://limine-bootloader.org/
INHERIT=llvm-r1
IUSE=+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64 +uefirv64 +uefiloong64 +llvm_slot_20 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 )
SLOT=0
SRC_URI=https://github.com/limine-bootloader/limine/releases/download/v9.5.0/limine-9.5.0.tar.gz
_eclasses_=llvm-utils 64536677f4b4365e25e9b739163bed58 llvm-r1 5a1fde9f55315992645818a877837527
_md5_=9c4d1aa75c5cff4b864ee967dd33ca68

View File

@@ -1,15 +0,0 @@
DEFINED_PHASES=compile install postinst prerm setup
DEPEND=dev-lang/php[ctype,curl,fileinfo,fpm,jit,mysql?,pdo,postgres?,sqlite?,unicode,xml,zip,zlib] virtual/httpd-php virtual/httpd-fastcgi app-admin/webapp-config
DESCRIPTION=A free, self-hostable news aggregator
EAPI=8
HOMEPAGE=https://freshrss.org/ https://github.com/FreshRSS/FreshRSS
INHERIT=webapp
IUSE=mysql +postgres sqlite vhosts
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=dev-lang/php[ctype,curl,fileinfo,fpm,jit,mysql?,pdo,postgres?,sqlite?,unicode,xml,zip,zlib] virtual/httpd-php app-admin/webapp-config
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=1.24.3
SRC_URI=https://github.com/FreshRSS/FreshRSS/archive/1.24.3.tar.gz -> freshrss-1.24.3.gh.tar.gz
_eclasses_=webapp 5fa840db95fc7348dfd53b8526ed05f5
_md5_=c6c24adee688193bb6f7a0002893b8f2

View File

@@ -9,7 +9,7 @@ KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=dev-lang/php[ctype,curl,fileinfo,fpm,jit,mysql?,pdo,postgres?,sqlite?,unicode,xml,zip,zlib] virtual/httpd-php app-admin/webapp-config
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=1.25.0
SRC_URI=https://github.com/FreshRSS/FreshRSS/archive/1.25.0.tar.gz -> freshrss-1.25.0.gh.tar.gz
SLOT=1.26.3
SRC_URI=https://github.com/FreshRSS/FreshRSS/archive/1.26.3.tar.gz -> freshrss-1.26.3.gh.tar.gz
_eclasses_=webapp 5fa840db95fc7348dfd53b8526ed05f5
_md5_=92e285252fe0bb00150fdae7b74524dd
_md5_=14b0b2913a34f515803047cc93801687

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm
DEPEND=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/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
DESCRIPTION=Zen Browser - A fast, privacy-focused Firefox fork
EAPI=8
HOMEPAGE=https://zen-browser.app/
INHERIT=desktop xdg-utils
KEYWORDS=~amd64
LICENSE=MPL-2.0
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/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
SLOT=0
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.14.5b/zen.linux-x86_64.tar.xz -> zen-bin-1.14.5b.tar.xz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=e1c44b3f34d9b00d9b3a031646c4a5fd

View File

@@ -377,7 +377,7 @@ app-text/tldr 3.3.0 3.4.1: Python command line client for tldr pages
app-text/typst 0.13.1 9999: A markup-based typesetting system for the sciences
app-text/typstyle 0.13.5: A beautiful and reliable code formatter for Typst
app-text/vale 3.7.1 3.9.1: A syntax-aware linter for prose built with speed and extensibility in mind
app-text/xan 0.48.0: The CSV magician
app-text/xan 0.48.0 0.51.0 9999: The CSV magician
app-vim/ale 3.3.0 4.0.0: Check syntax in Vim asynchronously and fix files, with LSP support
app-vim/ansible-vim 3.3 3.4: vim plugin: sytax highlighting for Ansible's common file types
app-vim/apkbuild-vim 20210911: vim plugin: edit and work with APKBUILD files
@@ -420,7 +420,7 @@ dev-cpp/boxed-cpp 1.4.3: Boxing primitive types in C++
dev-cpp/coeurl 0.3.0 0.3.1: A simple async wrapper around CURL for C++
dev-cpp/cpp-jwt 1.5_pre20220727: JSON Web Token library for C++
dev-cpp/cpprestsdk 2.10.19-r5 2.10.19-r6: A Microsoft project for cloud-based client-server communication.
dev-cpp/cpptrace 1.0.0 1.0.1 1.0.2 9999: Simple, portable, and self-contained stacktrace library for C++
dev-cpp/cpptrace 1.0.2 1.0.3 9999: Simple, portable, and self-contained stacktrace library for C++
dev-cpp/dpp 10.0.23 10.0.24 10.0.25 10.0.29 10.0.30 10.0.33: Lightweight C++ Discord bot library
dev-cpp/drogon 1.9.5 1.9.6: C++14/17 based HTTP web application framework
dev-cpp/fast_double_parser 0.8.0: Parse strings into double floating-point values
@@ -547,17 +547,17 @@ dev-libs/M_CLI2 3.2.0: M_CLI2 - parse Unix-like command line arguments from Fort
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-cal 0.9.2: Crypto Abstraction Layer: Cross-Platform C99 wrapper for cryptography primitives
dev-libs/aws-c-common 0.12.3: Core c99 package for AWS SDK for C
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: AWS SDK for C module, handles IO and TLS work for application protocols
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: AWS C S3 Library
dev-libs/aws-c-s3 0.8.1 0.8.3 0.8.4: 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: Core CRT package for AWS SDK for C
dev-libs/aws-sdk-cpp 1.11.586 1.11.596: AWS SDK for C++
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/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/dmd_core 0.7.2-r1: Core logic for an AT&T / Teletype DMD 5620 terminal emulator
@@ -606,7 +606,7 @@ dev-libs/open62541 1.4.12: 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.2: 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: Simple, small, fast and secure C99 implementation of the TLS/SSL protocols
dev-libs/s2n 1.5.21 1.5.22: 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
@@ -676,7 +676,7 @@ dev-python/asyncpg 0.30.0: An asyncio PostgreSQL driver
dev-python/auditok 0.1.5 0.2.0-r1: A module for Audio/Acoustic Activity Detection
dev-python/autoflake 2.3.1: Removes unused imports and unused variables from Python code
dev-python/autopxd 2.5.0: generates .pxd files automatically from .h files
dev-python/avro 1.11.3: Apache Avro is a data serialization system
dev-python/avro 1.12.0: Apache Avro is a data serialization system
dev-python/azure-core 1.27.1 1.28.0: Microsoft Azure Core Library for Python
dev-python/azure-storage-blob 12.17.0: Microsoft Azure Blob Storage Client Library for Python
dev-python/base58 2.1.1-r1: Base58 and Base58Check implementation
@@ -732,7 +732,7 @@ dev-python/googletrans 4.0.0_rc1-r1: Free Google Translate API for Python. Trans
dev-python/graphql-core 3.2.3: Python port of GraphQL.js, the JavaScript reference implementation for GraphQL
dev-python/graphql-relay 3.2.0: Relay library for graphql-core
dev-python/grpc-stubs 1.53.0.3: gRPC typing stubs for Python
dev-python/guidata 3.9.0 3.10.0 3.11.0: Library for user interfaces for easy dataset editing and display
dev-python/guidata 3.11.0 3.12.0: Library for user interfaces for easy dataset editing and display
dev-python/guiqwt 4.4.5-r1: Efficient 2D plotting Python library based on PythonQwt
dev-python/guppy3 3.1.4 3.1.5: A Python Programming Environment & Heap analysis toolset
dev-python/hachoir 3.3.0: Hachoir is a Python library to view and edit a binary stream field by field
@@ -804,9 +804,9 @@ dev-python/proselint 0.14.0: A linter for prose
dev-python/protego 0.4.0: Pure-Python robots.txt parser with support for modern conventions
dev-python/proton-core 0.4.0: Proton Technologies API wrapper
dev-python/proton-keyring-linux 0.2.0: Proton Technologies keyring plugins for linux
dev-python/proton-vpn-api-core 0.42.4-r1: Proton AG VPN Core API
dev-python/proton-vpn-api-core 0.42.5: Proton AG VPN Core API
dev-python/proton-vpn-local-agent 1.4.5: Proton VPN local agent written in Rust
dev-python/proton-vpn-network-manager 0.12.13-r3: Proton VPN Network Manager handler
dev-python/proton-vpn-network-manager 0.12.14: Proton VPN Network Manager handler
dev-python/proxy_tools 0.1.0_p1: Simple proxy (as in the GoF design pattern)
dev-python/psycopg2cffi 2.9.0-r1: Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5.
dev-python/ptpython 3.0.29: Python REPL build on top of prompt-toolkit
@@ -831,7 +831,7 @@ dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
dev-python/pyproject2ebuild 0.0.3: Convert pyproject.toml to Gentoo ebuilds automatically.
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
dev-python/pyrime 0.0.7: rime for python
dev-python/pysdl3 0.9.8_beta3 0.9.8_beta5: A pure Python wrapper for SDL3
dev-python/pysdl3 0.9.8_beta5 0.9.8_beta6: A pure Python wrapper for SDL3
dev-python/pysnooper 1.2.1 1.2.3: Never use print for debugging again
dev-python/pystardict 0.8-r1: Library for manipulating StarDict dictionaries from within Python
dev-python/pytest-cases 3.8.6: Separate test code from test cases in pytest
@@ -938,7 +938,7 @@ dev-scheme/sagittarius 0.9.12: R6RS/R7RS Scheme system.
dev-tex/ninecolors 2022.02.13: Select colors with proper WCAG color contrast
dev-tex/tabularray 2023.03.01: Typeset tabulars and arrays with LATEX3
dev-tex/tectonic 0.15.0 0.15.0-r1: A modernized, complete, embeddable TeX/LaTeX engine.
dev-util/DirectXShaderCompiler 1.8.2502: Microsoft DirectX Shader Compiler which is based on LLVM/Clang
dev-util/DirectXShaderCompiler 1.8.2502 1.8.2505: Microsoft DirectX Shader Compiler which is based on LLVM/Clang
dev-util/bash-language-server 5.3.3 5.4.0 5.4.2 5.4.3 5.6.0: A language server for Bash
dev-util/bats-assert 2.1.0: Common assertions for Bats
dev-util/bats-support 0.3.0: Supporting library for Bats test helpers
@@ -967,7 +967,7 @@ dev-util/fortran-test-drive 0.4.0 0.5.0: The simple testing framework (for Fortr
dev-util/gammaray 3.1.0: High-level runtime introspection tool for Qt applications
dev-util/gemini-cli 0.1.9_pre20250709: Gemini CLI - a command-line AI workflow tool by Google
dev-util/genTree 0.1.0 9999: Gentoo rootfs tree generator
dev-util/git-bug 0.8.0 9999: distributed, offline-first bug tracker
dev-util/git-bug 0.10.1 9999: distributed, offline-first bug tracker
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.38.0-r1 3.41.0-r1: A task runner / simpler Make alternative written in Go
dev-util/gshards 0.2: Small helper tools to aid installing Crystal packages in Gentoo
@@ -1007,6 +1007,7 @@ dev-util/stylua 2.1.0: A code formatter for Lua
dev-util/tailspin 5.4.5: A log file highlighter
dev-util/termux-language-server 0.0.27: A language server for some specific Bash scripts
dev-util/tflint-bin 0.43.0 0.46.0: A Pluggable Terraform Linter
dev-util/tinyxxd 1.3.7 9999: Drop-in replacement and standalone version of xxd
dev-util/tokei 12.1.1 12.1.2: Count your code, quickly
dev-util/topiary 0.6.1: CLI app for Topiary, the universal code formatter.
dev-util/trivy 0.55.2: Vulnerability scanner for container images, file systems, and Git repos
@@ -1017,7 +1018,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 2025.1.2: An integrated development environment for JavaScript and related technologies.
dev-util/webstorm 2024.3.5 2025.1.2 2025.1.3: 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
@@ -1195,7 +1196,7 @@ gui-apps/organicmaps 9999: Offline maps and navigation using OpenStreetMap data
gui-apps/packettracer 8.2.2-r1: Cisco's packet tracer
gui-apps/paperde 0.1.1_p20210426: Simple, sleek QT based DE for wayland using wayfire
gui-apps/pop-launcher 1.2.1: Modular IPC-based desktop launcher service
gui-apps/quickshell 0.1.0: Toolkit for building desktop widgets using QtQuick
gui-apps/quickshell 0.1.0 9999: Toolkit for building desktop widgets using QtQuick
gui-apps/rofi-wayland 1.7.5_p3 1.7.8_p1: A window switcher, run dialog and dmenu replacement
gui-apps/satty 0.14.0-r1 9999: A screenshot annotation tool inspired by Swappy and Flameshot.
gui-apps/sddm-conf 0.3.0: SDDM configuration editor
@@ -1263,8 +1264,8 @@ kde-apps/kwalletcli 3.03: CLI for the KDE Wallet
kde-misc/geminipart 20241121 20241215: KPart for viewing text/gemini files
kde-misc/kio-gemini 20240801 20241109: Gemini KIO worker
mail-client/betterbird-bin 128.11.0: Betterbird is a fine-tuned version of Mozilla Thunderbird.
mail-client/mailspring-bin 1.15.1: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
mail-client/proton-mail-bin 1.0.6 1.8.0: Beta Client for Proton Mail
mail-client/mailspring-bin 1.16.0: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
mail-client/proton-mail-bin 1.8.0: Beta Client for Proton Mail
mail-filter/postfix-mta-sts-resolver 1.4.0: Daemon which provides TLS client policy for Postfix via socketmap
media-fonts/atkinson-hyperlegible 20200514: Braille Institute's Atkinson Hyperlegible font.
media-fonts/blobmoji 15.0: Noto Emoji with extended Blob support
@@ -1402,7 +1403,7 @@ media-sound/spotify-adblock 1.0.1 1.0.2 1.0.3: Adblocker for Spotify
media-sound/spotify-player 0.19.1 0.20.4 0.20.5 9999: spotify_player is a fast, easy to use, and configurable terminal music player.
media-sound/spotifyd 0.3.5_p20240513 0.4.1: A Spotify daemon
media-sound/spotube-bin 3.8.0: An open source, cross-platform Spotify client
media-sound/supersonic 0.15.2 0.16.0: A lightweight and full-featured cross-platform desktop client
media-sound/supersonic 0.16.0 0.17.0: A lightweight and full-featured cross-platform desktop client
media-sound/tidal-hifi-bin 5.16.0-r1 5.17.0: Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
media-sound/yewtube 2.12.0 9999: Terminal-based YouTube player and downloader
media-sound/youtube-music-bin 3.6.2-r1 3.8.0: YouTube Music Desktop App bundled with custom plugins
@@ -1419,7 +1420,7 @@ media-video/lossless-cut 3.59.1-r1: Lossless video/audio editing: export media w
media-video/manimgl 1.7.2 9999: Animation engine for explanatory math videos
media-video/mediaelch 2.10.6 2.12.0 9999: Video metadata scraper
media-video/megapixels 1.4.3-r1: GTK4 camera application that knows how to deal with the media request api
media-video/mpc-qt 24.12 24.12.1: Media Player Classic Qute Theater
media-video/mpc-qt 24.12.1 25.07: Media Player Classic Qute Theater
media-video/obs-multi-rtmp 0.6.0.1 9999: OBS Simulcast support plugin
media-video/obs-streamfx 0.12.0.9999 9999: OBS® Studio plugin which adds many new effects.
media-video/obs-vaapi 0.4.1 0.4.2 9999: OBS Studio VAAPI support via GStreamer
@@ -1473,7 +1474,7 @@ 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/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
net-im/beeper 4.0.779 4.0.821: Beeper: Unified Messenger
net-im/beeper 4.0.821 4.1.1: Beeper: Unified Messenger
net-im/chatterino 2.5.2-r1 2.5.3: Chat client for https://twitch.tv
net-im/conduit 0.10.4 0.10.5 0.10.6 9999: Matrix homeserver written in Rust
net-im/discord-canary-bin 0.0.643: All-in-one voice and text chat
@@ -1512,7 +1513,7 @@ net-irc/limnoria-plugins-bugzilla 4.0: Bugzilla integration plugin for the Limno
net-irc/litterbox 1.9: TLS-only IRC logger
net-irc/pounce 3.0 3.1 3.1-r1: Multi-client, TLS-only IRC bouncer
net-irc/quarg 1.0.0: Search Quassel logs for matching messages and print them
net-irc/srain 1.8.0: Modern, beautiful IRC client written in GTK+ 3
net-irc/srain 1.8.0 1.8.1: Modern, beautiful IRC client written in GTK+ 3
net-irc/thelounge 4.4.1-r1 4.4.3-r2: Modern, responsive, cross-platform, self-hosted web IRC client
net-irc/tiny 0.12.0: IRC client written in Rust
net-libs/dpdk 23.03: Data Plane Development Kit libraries for fast userspace networking
@@ -1560,7 +1561,7 @@ net-misc/lyrics-in-terminal 1.7.0 1.8.0: Command Line Lyrics fetcher for MPRIS m
net-misc/maestral 1.9.4: Maestral is an open-source Dropbox client written in Python
net-misc/maestral-qt 1.9.4: Maestral is an open-source Dropbox client written in Python
net-misc/mbpoll 1.5.2 9999: command line utility to communicate with ModBus slave (RTU or TCP)
net-misc/megasync 5.11.1.0 5.12.0.1: The official Qt-based program for syncing your MEGA account in your PC
net-misc/megasync 5.12.0.1 5.13.0.1: The official Qt-based program for syncing your MEGA account in your PC
net-misc/myip 1.2.1: Get your external IP address using STUN server
net-misc/ooni-probe-cli 3.23.0 3.24.0: OONI Probe network measurement tool for detecting internet censorship
net-misc/openbgpd 8.4 8.5 8.6 9999: OpenBGPD is a free implementation of BGPv4
@@ -1596,7 +1597,7 @@ net-p2p/fopnu 1.68: P2P file sharing system
net-p2p/fragments 3.0.1-r1 3.0.1-r2: Fragments is an easy to use BitTorrent client
net-p2p/gridcoin 5.4.8.0_p1-r1 5.4.9.0: Proof-of-Stake based cryptocurrency that rewards BOINC computation
net-p2p/ipfs-desktop-bin 0.39.0 0.40.0 0.43.0: A desktop client for IPFS. The IPFS's Native Application
net-p2p/monero 0.18.4.0-r5 9999: The secure, private, untraceable cryptocurrency
net-p2p/monero 0.18.4.1 9999: The secure, private, untraceable cryptocurrency
net-p2p/monero-gui-bin 0.18.4.0: An open-source GUI wallet developed by the Monero community.
net-p2p/p2pool 4.5-r2 4.8 9999: Decentralized pool for Monero mining
net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
@@ -1608,17 +1609,17 @@ net-proxy/nekoray 4.3.7: Qt based cross-platform GUI proxy configuration manager
net-proxy/ngrok-bin 3.20.0: ngrok is a reverse proxy, firewall, and API gateway
net-proxy/shadowsocks-rust 1.22.0: A Rust port of shadowsocks
net-proxy/snowflake 2.10.1 2.11.0: Pluggable Transport using WebRTC, inspired by Flashproxy
net-voip/baresip 3.21.0 3.22.0 3.23.0: Baresip is a portable and modular SIP User-Agent
net-voip/baresip 3.22.0 3.23.0 3.24.0: Baresip is a portable and modular SIP User-Agent
net-voip/discover-overlay 0.6.9-r1 0.7.4 0.7.8: Yet another Discord overlay for Linux written in Python using GTK3
net-voip/gnome-calls 47.0-r1 48.1 48.2: Phone dialer and call handler
net-voip/re 3.21.0 3.22.0 3.23.0: Generic library for real-time communications with async IO support
net-voip/re 3.22.0 3.23.0 3.24.0: Generic library for real-time communications with async IO support
net-voip/vvmd 0.8-r1: vvmd is a lower level daemon that retrieves Visual Voicemail
net-vpn/GlobalProtect-openconnect 2.4.4-r1: Unofficial GlobalProtect VPN client for Linux
net-vpn/cloudflare-warp 2025.4.943.0: Cloudflare Warp Client
net-vpn/cloudflare-warp 2025.4.943.0 2025.5.893.0: Cloudflare Warp Client
net-vpn/fastd 22 23: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
net-vpn/mullvadvpn-app 2025.7: Tool used to manage daemon setup
net-vpn/proton-vpn-gtk-app 4.9.6-r2: Proton VPN GTK app
net-vpn/mullvadvpn-app 2025.7 2025.8_beta1: Tool used to manage daemon setup
net-vpn/proton-vpn-gtk-app 4.9.7: Proton VPN GTK app
net-wireless/airspyhf 1.6.8: User mode driver for Airspy HF+
net-wireless/bluetuith 0.2.1 0.2.2 0.2.3 9999: A TUI bluetooth manager for Linux written in Go
net-wireless/btscreenlocker 1.8.1-r1: Daemon to lock your screen when Bluetooth trusted devices go away.
@@ -1762,7 +1763,7 @@ sys-block/ublksrv 1.4: Userspace block device driver
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
sys-boot/drbl 5.4.2: Diskless Remote Boot in Linux
sys-boot/grml-rescueboot 0.6.1: grub2 script to add ISO images to the grub2 boot menu
sys-boot/limine 9.3.0 9.3.2 9.3.4 9.4.0: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
sys-boot/limine 9.3.0 9.3.2 9.3.4 9.4.0 9.5.0: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
sys-boot/mkusb 23.2.0: CLI and GUI for creating bootable live USB, with optional persistent storage
sys-boot/ventoy-bin 1.0.97 1.0.98: Creator of bootable USBs, with ability to copy ISOs, persistence storage
sys-boot/zfsbootmenu 1.12.0 2.2.2 2.3.0 3.0.1: ZFS bootloader for root-on-ZFS systems
@@ -1824,7 +1825,7 @@ virtual/crystal-db 0.13-r1: Virtual for Crystal database drivers
www-apps/anubis 1.19.1 1.20.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/forgejo 9.0.3 10.0.0 10.0.1: A self-hosted lightweight software forge
www-apps/freshrss 1.24.3 1.25.0: A free, self-hostable news aggregator
www-apps/freshrss 1.26.3: A free, self-hostable news aggregator
www-apps/invidious 2025.05.04.0 2025.05.17.0: Invidious is an alternative front-end to YouTube
www-apps/jackett 0.22.1363: API Support for your favorite torrent trackers
www-apps/laminar 1.3-r1: Fast and lightweight Continuous Integration
@@ -1844,7 +1845,7 @@ www-client/mullvad-browser-bin 14.5.4: The Mullvad Browser is developed to minim
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
www-client/vimb 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
www-client/yandex-browser 25.4.1.1213_p1: The web browser from Yandex
www-client/zen-bin 1.14.2b 1.14.3b 1.14.4b: Zen Browser - A fast, privacy-focused Firefox fork
www-client/zen-bin 1.14.2b 1.14.3b 1.14.4b 1.14.5b: Zen Browser - A fast, privacy-focused Firefox fork
www-misc/dufs 0.40.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: cross-platform viewer/manager for ZIM archives

View File

@@ -1 +1 @@
Fri, 18 Jul 2025 04:55:15 +0000
Fri, 18 Jul 2025 09:52:25 +0000