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,15 +1,15 @@
BDEPEND=python? ( >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.28.5
BDEPEND=python? ( >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Library for fast text representation and classification
EAPI=8
HOMEPAGE=https://fasttext.cc https://github.com/facebookresearch/fastText
INHERIT=cmake distutils-r1 edo
IUSE=python python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
IUSE=python python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=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 ) dev-python/pybind11[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) )
RDEPEND=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 ) dev-python/pybind11[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
REQUIRED_USE=python? ( || ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) )
SLOT=0
SRC_URI=https://github.com/facebookresearch/fastText/archive/refs/tags/v0.9.2.tar.gz -> fastText-0.9.2.gh.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 multilib 404b65bd5212cff83b3935c685419d08 python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 44f31ede921d604a84caf05ca3e3d4dc edo a5e294016aa84979fcb2459749eb80b2
_md5_=e59d516d2ec06db3a75b5ea37a54a6d5
_md5_=a925683cf1d43a086b9f67d0a2f655f4

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DESCRIPTION=A community driven standard library for (modern) Fortran
EAPI=8
HOMEPAGE=https://stdlib.fortran-lang.org/
@@ -13,4 +13,4 @@ RESTRICT=mirror !test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/stdlib/archive/refs/tags/v0.5.0.tar.gz -> fortran-stdlib-0.5.0.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c fortran-2 ae6d43513003405bd4a48698fc20370a python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=8cc7dc6ae4c8d7de47a773add19b473d
_md5_=f01fe1a4ecc7382f98eb2de904458646

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DESCRIPTION=A community driven standard library for (modern) Fortran
EAPI=8
HOMEPAGE=https://stdlib.fortran-lang.org/
@@ -13,4 +13,4 @@ RESTRICT=mirror !test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/stdlib/archive/refs/tags/v0.6.1.tar.gz -> fortran-stdlib-0.6.1.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c fortran-2 ae6d43513003405bd4a48698fc20370a python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=8cc7dc6ae4c8d7de47a773add19b473d
_md5_=f01fe1a4ecc7382f98eb2de904458646

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DESCRIPTION=A community driven standard library for (modern) Fortran
EAPI=8
HOMEPAGE=https://stdlib.fortran-lang.org/
@@ -13,4 +13,4 @@ RESTRICT=mirror !test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/stdlib/archive/refs/tags/v0.7.0.tar.gz -> fortran-stdlib-0.7.0.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c fortran-2 ae6d43513003405bd4a48698fc20370a python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=8cc7dc6ae4c8d7de47a773add19b473d
_md5_=f01fe1a4ecc7382f98eb2de904458646

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DESCRIPTION=A community driven standard library for (modern) Fortran
EAPI=8
HOMEPAGE=https://stdlib.fortran-lang.org/
@@ -13,4 +13,4 @@ RESTRICT=mirror !test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/stdlib/archive/refs/tags/v0.8.1.tar.gz -> fortran-stdlib-0.8.1.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c fortran-2 ae6d43513003405bd4a48698fc20370a python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=a0f8a42e0ad15bec15a94d9fc3e87f06
_md5_=2d7eec7f2188efa8ba40f05d3c7f9534

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/fortran >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fypp[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fypp[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fypp[python_targets_python3_12(-)] ) ) doc? ( || ( ( dev-lang/python:3.14 app-text/ford[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ) ) test? ( ~dev-util/fortran-test-drive-0.4.0 ) virtual/fortran
DESCRIPTION=A community driven standard library for (modern) Fortran
EAPI=8
HOMEPAGE=https://stdlib.fortran-lang.org/
@@ -12,4 +12,4 @@ RDEPEND=virtual/fortran
RESTRICT=mirror !test? ( test )
SLOT=0
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c fortran-2 ae6d43513003405bd4a48698fc20370a git-r3 875eb471682d3e1f18da124be97dcc81 python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=e94d2e151dd89d11dbfdaeff961d5ca0
_md5_=eae397d012042f7eee55dce8cac9056d

View File

@@ -1,17 +1,17 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=test? ( dev-build/scons ) 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 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_11(-)] ) ) ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
DEPEND=test? ( dev-build/scons ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
DESCRIPTION=plain-C Protocol Buffers for embedded/memory-constrained systems
EAPI=8
HOMEPAGE=https://jpa.kapsi.fi/nanopb/ https://github.com/nanopb/nanopb
INHERIT=cmake flag-o-matic python-single-r1
IUSE=+pb-malloc static-libs test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
IUSE=+pb-malloc static-libs test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64
LICENSE=ZLIB
RDEPEND=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 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_11(-)] ) ) ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/nanopb/nanopb/archive/refs/tags/0.4.9.1.tar.gz -> nanopb-0.4.9.1.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-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=67d047e1c984f82df5137e105c332b43
_md5_=e0997d20f0c5595b5e98480e885d1d08

View File

@@ -1,16 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( dev-build/scons ) 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 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_11(-)] ) ) ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
DEPEND=test? ( dev-build/scons ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
DESCRIPTION=plain-C Protocol Buffers for embedded/memory-constrained systems
EAPI=8
HOMEPAGE=https://jpa.kapsi.fi/nanopb/ https://github.com/nanopb/nanopb
INHERIT=cmake flag-o-matic python-single-r1 git-r3
IUSE=+pb-malloc static-libs test python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
IUSE=+pb-malloc static-libs test python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
LICENSE=ZLIB
PROPERTIES=live
RDEPEND=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 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_11(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_11(-)] ) ) ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_12? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_12(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_12(-)] ) ) ) python_single_target_python3_13? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_13(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_13(-)] ) ) ) python_single_target_python3_14? ( || ( ( =dev-libs/protobuf-29* =dev-python/protobuf-5*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-30* =dev-python/protobuf-6.30*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-31* =dev-python/protobuf-6.31*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-32* =dev-python/protobuf-6.32*[python_targets_python3_14(-)] ) ( =dev-libs/protobuf-33* =dev-python/protobuf-6.33*[python_targets_python3_14(-)] ) ) )
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=ef447df3bd6986d20d3d8fb45b43d5b4
_md5_=e5c49e983013e299f215abb3b55c76e4

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fobis[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fobis[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fobis[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fobis[python_targets_python3_11(-)] ) ) virtual/fortran
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fobis[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fobis[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fobis[python_targets_python3_12(-)] ) ) virtual/fortran
DEFINED_PHASES=compile install prepare setup test
DEPEND=virtual/fortran
DESCRIPTION=StringiFor, Strings Fortran Manipulator, yet another strings Fortran module
@@ -13,4 +13,4 @@ RESTRICT=mirror !test? ( test )
SLOT=0
SRC_URI=https://github.com/szaghi/StringiFor/releases/download/v1.1.4/StringiFor.tar.gz -> StringiFor-1.1.4-r3.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 fortran-2 ae6d43513003405bd4a48698fc20370a multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=d649b20b72cc49234494d1c8647430ba
_md5_=adeb02cde019eb1be18ea855512c1fd1

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-build/fobis[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fobis[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fobis[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-build/fobis[python_targets_python3_11(-)] ) ) virtual/fortran
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-build/fobis[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-build/fobis[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-build/fobis[python_targets_python3_12(-)] ) ) virtual/fortran
DEFINED_PHASES=compile install prepare setup test
DEPEND=virtual/fortran
DESCRIPTION=StringiFor, Strings Fortran Manipulator, yet another strings Fortran module
@@ -13,4 +13,4 @@ RESTRICT=mirror !test? ( test )
SLOT=0
SRC_URI=https://github.com/szaghi/StringiFor/releases/download/v1.1.8/StringiFor-v1.1.8.tar.gz -> StringiFor-1.1.8.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 fortran-2 ae6d43513003405bd4a48698fc20370a multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=a39d79272c8c63a12de70264852ded58
_md5_=5985db2bd32cff1526768b325a6c4b82

View File

@@ -1,5 +1,5 @@
BDEPEND=dev-util/pahole sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare setup unpack
DEFINED_PHASES=compile configure info install postinst prepare setup unpack
DEPEND=virtual/linux-sources
DESCRIPTION=AMD XDNA Driver
EAPI=8
@@ -11,6 +11,6 @@ LICENSE=GPL-2 firmware? ( linux-fw-redistributable )
PROPERTIES=live
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0
SRC_URI=firmware? ( https://gitlab.com/kernel-firmware/drm-firmware/-/raw/82da0aea7f8f20e4c058195cc695e01aaa4b99f8/amdnpu/1502_00/npu.sbin.1.5.5.391 -> 82da0a-1502_00__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/82da0aea7f8f20e4c058195cc695e01aaa4b99f8/amdnpu/17f0_00/npu.sbin.0.7.22.185 -> 82da0a-17f0_00__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/82da0aea7f8f20e4c058195cc695e01aaa4b99f8/amdnpu/17f0_10/1.7_npu.sbin.1.1.0.59 -> 82da0a-17f0_10__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/82da0aea7f8f20e4c058195cc695e01aaa4b99f8/amdnpu/17f0_11/1.7_npu.sbin.1.1.0.60 -> 82da0a-17f0_11__npu.dev.sbin )
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f linux-mod-r1 a05ccbe6d8cfd872f001b7b98cb74068
_md5_=8a72d88054322a2c9ccc89c9c8f7aaa0
SRC_URI=firmware? ( https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/17f2_10/cert.sbin.20260217 -> 5c0409-17f2_10__cert.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/17f0_11/npu.sbin.255.0.11.71 -> 5c0409-17f0_11__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/17f2_10/npu.sbin.0.0.20.173 -> 5c0409-17f2_10__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/1502_00/npu.sbin.1.5.5.391 -> 5c0409-1502_00__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/17f0_10/npu.sbin.255.0.11.69 -> 5c0409-17f0_10__npu.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/17f1_10/cert.sbin.20260217 -> 5c0409-17f1_10__cert.dev.sbin https://gitlab.com/kernel-firmware/drm-firmware/-/raw/5c040900cb08fe65c4f76c0c63ce5d7f318eae93/amdnpu/17f1_10/npu.sbin.0.0.20.173 -> 5c0409-17f1_10__npu.dev.sbin )
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f linux-mod-r1 a05ccbe6d8cfd872f001b7b98cb74068 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=dc4ca7750033cf33265b21e473b1f6f8

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-python/pybind11[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pybind11[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pybind11[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pybind11[python_targets_python3_11(-)] ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-python/pybind11[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pybind11[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pybind11[python_targets_python3_12(-)] ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=sys-apps/util-linux dev-debug/systemtap dev-libs/boost dev-libs/opencl-icd-loader dev-libs/rapidjson dev-util/opencl-headers x11-libs/libdrm
DESCRIPTION=Runtime for AIE and FPGA based platforms
@@ -12,4 +12,4 @@ RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=https://github.com/amd/xdna-driver/archive/09824b1cff30cd3fcb657154188e6ddab708e2ec.tar.gz -> xrt-xdna-202610.2.21.21.tar.gz https://github.com/serge1/ELFIO/archive/f849001fc229c2598f8557e0df22866af194ef98.tar.gz -> ELFIO-f849001f.tar.gz https://github.com/Xilinx/aiebu/archive/9065273e0c0a4ac5930fff904ac245cf38dd3087.tar.gz -> aiebu-9065273e.tar.gz https://github.com/Xilinx/XRT/archive/f848f6f093a174bbbe82b8a9b7fe44ff91295661.tar.gz -> XRT-f848f6f0.tar.gz https://github.com/Xilinx/aie-rt/archive/a8b0667133ea2851ce27793a1796c5968226d9af.tar.gz -> aie-rt-a8b06671.tar.gz https://github.com/Xilinx/VTD/raw/5f7fec23620be7a3984c8970bc514f0faa2b2ee3/archive/strx/xrt_smi_strx.a -> xrt_smi_strx-5f7fec23.a https://github.com/Xilinx/VTD/raw/5f7fec23620be7a3984c8970bc514f0faa2b2ee3/archive/phx/xrt_smi_phx.a -> xrt_smi_phx-5f7fec23.a
_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 linux-info efd923656513c879204fec6638eadee5
_md5_=6b2909bc8a1d8bf67cbc58534d891751
_md5_=93885b52a096f7c6413f075418703d49

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.14 dev-python/pybind11[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pybind11[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pybind11[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pybind11[python_targets_python3_11(-)] ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 ) || ( ( dev-lang/python:3.14 dev-python/pybind11[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/pybind11[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/pybind11[python_targets_python3_12(-)] ) ) app-alternatives/ninja >=dev-build/cmake-3.28.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=sys-apps/util-linux dev-debug/systemtap dev-libs/boost dev-libs/opencl-icd-loader dev-libs/rapidjson dev-util/opencl-headers x11-libs/libdrm
DESCRIPTION=Runtime for AIE and FPGA based platforms
@@ -12,4 +12,4 @@ RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=https://github.com/Xilinx/VTD/raw/c79b5d21568a4ffa5b0612a8279b352fc4e1109a/archive/strx/xrt_smi_strx.a -> xrt_smi_strx-c79b5d21.a https://github.com/Xilinx/VTD/raw/c79b5d21568a4ffa5b0612a8279b352fc4e1109a/archive/phx/xrt_smi_phx.a -> xrt_smi_phx-c79b5d21.a https://github.com/Xilinx/VTD/raw/c79b5d21568a4ffa5b0612a8279b352fc4e1109a/archive/npu3/xrt_smi_npu3.a -> xrt_smi_npu3-c79b5d21.a
_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 linux-info efd923656513c879204fec6638eadee5 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=eae816c3da2b3401939ee0aaa605aa6a
_md5_=e1df0aa82ff984c76674d254d3f46e7a

View File

@@ -1,17 +1,17 @@
BDEPEND=utilities? ( app-admin/chrpath ) app-alternatives/ninja >=dev-build/cmake-3.28.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) virtual/fortran
DEPEND=python? ( python_single_target_python3_12? ( dev-lang/python:3.12 ) ) virtual/fortran
DESCRIPTION=Compressed numerical arrays that support high-speed random access
EAPI=8
HOMEPAGE=https://computing.llnl.gov/projects/zfp https://zfp.io https://github.com/LLNL/ZFP
INHERIT=cmake fortran-2 python-single-r1
IUSE=aligned cfp fasthash examples fortran openmp profile python strided test twoway +utilities python_single_target_python3_11 python_single_target_python3_12
IUSE=aligned cfp fasthash examples fortran openmp profile python strided test twoway +utilities +python_single_target_python3_12
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) virtual/fortran
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 ) )
RDEPEND=python? ( python_single_target_python3_12? ( dev-lang/python:3.12 ) ) virtual/fortran
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_12 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/LLNL/zfp/archive/refs/tags/1.0.1.tar.gz -> zfp-1.0.1.gh.tar.gz
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c fortran-2 ae6d43513003405bd4a48698fc20370a python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=9d9d383a570675dfe03c9d905593dc53
_md5_=6c573b82a688e1591f6395e37d8a7934