2026-03-10 13:31:07 UTC

This commit is contained in:
Repository mirror & CI
2026-03-10 13:31:07 +00:00
parent ada24ddef2
commit 69885d72f9
620 changed files with 3020 additions and 2963 deletions

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( dev-libs/openssl || ( ( dev-lang/python:3.14 dev-python/flask[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/flask[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/flask[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/flask[python_targets_python3_11(-)] ) ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
BDEPEND=test? ( dev-libs/openssl || ( ( dev-lang/python:3.14 dev-python/flask[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/flask[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/flask[python_targets_python3_12(-)] ) ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=net-misc/curl[ssl?] dev-libs/libevent:= dev-libs/libfmt:= dev-libs/spdlog:= test? ( dev-cpp/doctest )
DESCRIPTION=A simple async wrapper around CURL for C++
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0/0.3
SRC_URI=https://nheko.im/nheko-reborn/coeurl/-/archive/v0.3.1/coeurl-v0.3.1.tar.bz2 -> coeurl-0.3.1.tar.bz2
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 34399ddcee37dc83c6735c2c46e244bc sysroot b9348e4d36f160f6d2556bea5b59f99c rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=bd752b3cb23baef2b4eafbe386fcac2d
_md5_=235f521900f1b4381a32da53b5705571

View File

@@ -1,16 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/boost:= dev-libs/openssl dev-libs/libusb sys-apps/dbus net-wireless/bluez python? ( dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pip[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
DEPEND=dev-libs/boost:= dev-libs/openssl dev-libs/libusb sys-apps/dbus net-wireless/bluez python? ( dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pip[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
DESCRIPTION=Robot Raconteur C++ library with Python bindings
EAPI=8
HOMEPAGE=https://github.com/robotraconteur/robotraconteur
INHERIT=cmake python-r1
IUSE=python python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
IUSE=python python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0
RDEPEND=dev-libs/boost:= dev-libs/openssl dev-libs/libusb sys-apps/dbus net-wireless/bluez python? ( dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pip[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) )
REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) )
RDEPEND=dev-libs/boost:= dev-libs/openssl dev-libs/libusb sys-apps/dbus net-wireless/bluez python? ( dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pip[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) )
REQUIRED_USE=python? ( || ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) )
SLOT=1/1.2.7
SRC_URI=https://github.com/robotraconteur/robotraconteur/releases/download/v1.2.7/RobotRaconteur-1.2.7-Source.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf
_md5_=82af11ddfd15a146b7a81e3736456e8a
_md5_=aa100000e87105c1adc8b1e214a0b483

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5
BDEPEND=test? ( || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=dev-libs/stb dev-cpp/nlohmann_json examples? ( media-libs/glew:= media-libs/glfw media-libs/glu virtual/opengl )
DESCRIPTION=Header only C++11 tiny glTF 2.0 library
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/syoyo/tinygltf/archive/refs/tags/v2.9.6.tar.gz -> tinygltf-2.9.6.tar.gz test? ( https://github.com/KhronosGroup/glTF-Sample-Models/archive/d7a3cc8e51d7c573771ae77a57f16b0662a905c6.tar.gz -> glTF-Sample-Models-d7a3cc8e51d7c573771ae77a57f16b0662a905c6.tar.gz )
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c edo a5e294016aa84979fcb2459749eb80b2 python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=e1a0e5e2980aa31bbdc9c75583770437
_md5_=0604b0f8add5373c0353983936e82141

View File

@@ -1,4 +1,4 @@
BDEPEND=doc? ( app-text/doxygen || ( ( dev-lang/python:3.13 dev-python/breathe[python_targets_python3_13(-)] dev-python/sphinx[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/breathe[python_targets_python3_12(-)] dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/breathe[python_targets_python3_11(-)] dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) ) test? ( dev-cpp/doctest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
BDEPEND=doc? ( app-text/doxygen || ( ( dev-lang/python:3.13 dev-python/breathe[python_targets_python3_13(-)] dev-python/sphinx[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/breathe[python_targets_python3_12(-)] dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ) ) test? ( dev-cpp/doctest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DEPEND=>=dev-cpp/xtl-0.8.0 tbb? ( dev-cpp/tbb )
DESCRIPTION=header-only C++ library for numerical analysis with multi-dimensional arrays
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://codeload.github.com/xtensor-stack/xtensor/tar.gz/refs/tags/0.26.0 -> xtensor-0.26.0.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0 optfeature 538bce96e5589935b57e178e8635f301
_md5_=189ae9d5492abfcb9f080d08d5a397d5
_md5_=2b66e3d16d8b767fd3c9698308e14d0e

View File

@@ -1,4 +1,4 @@
BDEPEND=doc? ( app-text/doxygen || ( ( dev-lang/python:3.13 dev-python/breathe[python_targets_python3_13(-)] dev-python/sphinx[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/breathe[python_targets_python3_12(-)] dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/breathe[python_targets_python3_11(-)] dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) ) test? ( dev-cpp/doctest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
BDEPEND=doc? ( app-text/doxygen || ( ( dev-lang/python:3.13 dev-python/breathe[python_targets_python3_13(-)] dev-python/sphinx[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/breathe[python_targets_python3_12(-)] dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ) ) test? ( dev-cpp/doctest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Algorithms and containers used by the xtensor stack and the xeus stack
EAPI=8
@@ -11,4 +11,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://codeload.github.com/xtensor-stack/xtl/tar.gz/refs/tags/0.8.0 -> xtl-0.8.0.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=ee38986ddbac320b67f1adf1c8684c1c
_md5_=09f923b6b2909beaa71a2604a41d0031