2025-10-23 15:35:14 UTC

This commit is contained in:
Repository mirror & CI
2025-10-23 15:35:15 +00:00
parent 1b26956198
commit b80b294e47
84 changed files with 529 additions and 329 deletions

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/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
DEPEND=dev-libs/aws-c-common:= dev-libs/openssl:=
DESCRIPTION=Crypto Abstraction Layer: Cross-Platform C99 wrapper for cryptography primitives
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-io
HOMEPAGE=https://github.com/awslabs/aws-c-cal
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/aws-c-common:= dev-libs/aws-c-cal:= dev-libs/s2n:=
RDEPEND=dev-libs/aws-c-common:= dev-libs/openssl:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-io/archive/v0.20.1.tar.gz -> aws-c-io-0.20.1.tar.gz
SRC_URI=https://github.com/awslabs/aws-c-cal/archive/v0.9.3.tar.gz -> aws-c-cal-0.9.3.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=1c9e6ca9289e066f027f98d084c11e0a
_md5_=87d8c03bf75d1f4edeadcf876dfaff42

View File

@@ -0,0 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Core c99 package for AWS SDK for C
EAPI=8
HOMEPAGE=https://github.com/awslabs/aws-c-common
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/aws-c-common/archive/v0.12.5.tar.gz -> aws-c-common-0.12.5.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=1c8ecf6b26efd86bb685be3feecb6d2f

View File

@@ -11,6 +11,6 @@ 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.19.1.tar.gz -> aws-c-io-0.19.1.tar.gz
SRC_URI=https://github.com/awslabs/aws-c-io/archive/v0.22.1.tar.gz -> aws-c-io-0.22.1.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=1c9e6ca9289e066f027f98d084c11e0a

View File

@@ -1,16 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.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.3.tar.gz -> aws-c-s3-0.8.3.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=2f90abb2d9823f74578cc9027160b4b2

View File

@@ -11,6 +11,6 @@ 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.1.tar.gz -> aws-c-s3-0.8.1.tar.gz
SRC_URI=https://github.com/awslabs/aws-c-s3/archive/v0.9.0.tar.gz -> aws-c-s3-0.9.0.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=2f90abb2d9823f74578cc9027160b4b2

View File

@@ -1,16 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.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.32.10.tar.gz -> aws-crt-cpp-0.32.10.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=aa3bbe613f09a7f796421864d871b71d

View File

@@ -11,6 +11,6 @@ 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.32.8.tar.gz -> aws-crt-cpp-0.32.8.tar.gz
SRC_URI=https://github.com/awslabs/aws-crt-cpp/archive/v0.34.5.tar.gz -> aws-crt-cpp-0.34.5.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=aa3bbe613f09a7f796421864d871b71d

View File

@@ -1,17 +0,0 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.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.596.tar.gz -> aws-sdk-cpp-1.11.596.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=bb3d6f25bdeb382493ed1d4b737be8fc

View File

@@ -12,6 +12,6 @@ RDEPEND=http? ( net-misc/curl:= ) speech? ( media-libs/libpulse ) ssl? ( dev-lib
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.586.tar.gz -> aws-sdk-cpp-1.11.586.tar.gz
SRC_URI=https://github.com/aws/aws-sdk-cpp/archive/1.11.659.tar.gz -> aws-sdk-cpp-1.11.659.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=39b1184e282d3d680d5ea77056e8d599
_md5_=0d07bfcd264813c467c137c3a8484033

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.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( 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.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.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
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 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061 fortran-2 54fcb693257134adae26819685891ecc python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=f613d690aedb1ba985301fc9ade6b53b
_md5_=8cc7dc6ae4c8d7de47a773add19b473d

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.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( 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.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.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
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 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061 fortran-2 54fcb693257134adae26819685891ecc python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=f613d690aedb1ba985301fc9ade6b53b
_md5_=8cc7dc6ae4c8d7de47a773add19b473d

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.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( 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.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.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
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 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061 fortran-2 54fcb693257134adae26819685891ecc python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=f613d690aedb1ba985301fc9ade6b53b
_md5_=8cc7dc6ae4c8d7de47a773add19b473d

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.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( 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.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 ) virtual/fortran
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
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 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061 fortran-2 54fcb693257134adae26819685891ecc git-r3 875eb471682d3e1f18da124be97dcc81 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=a1958737301637a18e577472fb0a2433
_md5_=e94d2e151dd89d11dbfdaeff961d5ca0

View File

@@ -0,0 +1,16 @@
BDEPEND=kde-frameworks/extra-cmake-modules dev-util/gi-docgen dev-libs/gobject-introspection dev-lang/vala dev-libs/glib app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-libs/glibc dev-libs/glib sys-devel/gcc
DESCRIPTION=Ayatana Application Indicators Shared Library (GLib-2.0 reimplementation)
EAPI=8
HOMEPAGE=https://github.com/AyatanaIndicators/libayatana-appindicator-glib
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=sys-libs/glibc dev-libs/glib sys-devel/gcc
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/AyatanaIndicators/libayatana-appindicator-glib/archive/refs/tags/2.0.1.tar.gz -> libayatana-appindicator-glib-2.0.1.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=e70875e9d651e12235065a42d995f01a

View File

@@ -0,0 +1,15 @@
BDEPEND=kde-frameworks/extra-cmake-modules dev-util/gi-docgen dev-libs/gobject-introspection dev-lang/vala dev-libs/glib >=dev-vcs/git-1.8.2.1[curl] app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=sys-libs/glibc dev-libs/glib sys-devel/gcc
DESCRIPTION=Ayatana Application Indicators Shared Library (GLib-2.0 reimplementation)
EAPI=8
HOMEPAGE=https://github.com/AyatanaIndicators/libayatana-appindicator-glib
INHERIT=git-r3 cmake
IUSE=test
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=sys-libs/glibc dev-libs/glib sys-devel/gcc
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=e70875e9d651e12235065a42d995f01a

View File

@@ -11,6 +11,6 @@ LICENSE=Apache-2.0
RDEPEND=dev-libs/openssl:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/awslabs/s2n/archive/v1.5.21.tar.gz -> s2n-1.5.21.tar.gz
SRC_URI=https://github.com/awslabs/s2n/archive/v1.5.27.tar.gz -> s2n-1.5.27.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 2d36accef058c00889b1f93ea4bc4061
_md5_=ba6bfd4e7c7039644840066c06429702

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( 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.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
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_20251007.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=451dffe522d673d87e98685021d6d779
_md5_=c7f1fe42107899ca307f0a2e972e4ee6