2022-03-25 11:34:23 UTC

This commit is contained in:
Repository mirror & CI
2022-03-25 11:34:23 +00:00
parent 1904e8a4aa
commit 0a70a68917
50 changed files with 346 additions and 234 deletions

View File

@@ -1,16 +1,16 @@
BDEPEND=doc? ( app-doc/doxygen ) dev-util/ninja >=dev-util/cmake-3.20.5 doc? ( || ( ( >=dev-lang/python-3.10.0_p1-r1:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/breathe[python_targets_python3_10(-)] dev-python/sphinx_rtd_theme[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.9-r1:3.9 dev-python/sphinx[python_targets_python3_9(-)] dev-python/breathe[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] ) ( >=dev-lang/python-3.8.12_p1-r1:3.8 dev-python/sphinx[python_targets_python3_8(-)] dev-python/breathe[python_targets_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_8(-)] ) ( >=dev-python/pypy3-7.3.7-r1:0 dev-python/sphinx[python_targets_pypy3(-)] dev-python/breathe[python_targets_pypy3(-)] dev-python/sphinx_rtd_theme[python_targets_pypy3(-)] ) ) ) fortran? ( virtual/fortran )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=sys-libs/zlib virtual/mpi hdf5? ( sci-libs/hdf5[mpi] ) lustre? ( sys-cluster/lustre ) openssl? ( dev-libs/openssl ) sionlib? ( sys-cluster/sionlib ) fortran? ( virtual/fortran )
DEPEND=sys-libs/zlib virtual/mpi hdf5? ( sci-libs/hdf5[mpi] ) openssl? ( dev-libs/openssl ) sionlib? ( sys-cluster/sionlib ) fortran? ( virtual/fortran )
DESCRIPTION=Fault Tolerance Interface
EAPI=7
HOMEPAGE=https://github.com/leobago/fti
INHERIT=cmake python-any-r1 docs fortran-2
IUSE=doc examples fi-io hdf5 lustre fortran openssl sionlib test tutorial doc
IUSE=doc examples fi-io hdf5 fortran openssl sionlib test tutorial doc
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=sys-libs/zlib virtual/mpi hdf5? ( sci-libs/hdf5[mpi] ) lustre? ( sys-cluster/lustre ) openssl? ( dev-libs/openssl ) sionlib? ( sys-cluster/sionlib ) fortran? ( virtual/fortran )
RDEPEND=sys-libs/zlib virtual/mpi hdf5? ( sci-libs/hdf5[mpi] ) openssl? ( dev-libs/openssl ) sionlib? ( sys-cluster/sionlib ) fortran? ( virtual/fortran )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/leobago/fti/archive/refs/tags/v1.6.tar.gz -> fti-1.6.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dfa3a38467793e97fcf791b156510654 python-any-r1 9006edf4b9c90f9ba1dc9ea9fee1b0bd docs 8ed2a8a28ff109e7a3582c9abb7fe327 fortran-2 72d28c6872beb1e7cb99684b0ae4715d
_md5_=e91699046bdd270e250a7a052183a159
_md5_=e988d86fa1a9200266a7c0d0367007d4

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,16 +0,0 @@
BDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-5.0.0[python_targets_python3_8(-)?]
DESCRIPTION=A HTTP service for managing, selecting, and claiming cloud resources.
EAPI=7
HOMEPAGE=https://github.com/openstack/placement
INHERIT=distutils-r1
IUSE=mysql postgres sqlite python_targets_python3_8
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-5.0.0[python_targets_python3_8(-)?] sqlite? ( >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?] !~dev-python/pymysql-0.7.7[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?] ) postgres? ( >=dev-python/psycopg-2.5.0[python_targets_python3_8(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?] ) >=dev-python/keystonemiddleware-4.18.0[python_targets_python3_8(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?] >=dev-python/requests-2.14.2[python_targets_python3_8(-)?] >=dev-python/six-1.10.0[python_targets_python3_8(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?] >=dev-python/oslo-config-6.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-context-2.19.2[python_targets_python3_8(-)?] >=dev-python/oslo-log-3.36.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.18.0[python_targets_python3_8(-)?] !~dev-python/oslo-serialization-1.19.1[python_targets_python3_8(-)?] >=dev-python/oslo-utils-3.37.0[python_targets_python3_8(-)?] >=dev-python/oslo-db-4.40.0[python_targets_python3_8(-)?] >=dev-python/oslo-policy-1.35.0[python_targets_python3_8(-)?] >=dev-python/oslo-middleware-3.31.0[python_targets_python3_8(-)?] >=dev-python/oslo-upgradecheck-0.2.0[python_targets_python3_8(-)?] >=dev-python/os-resource-classes-0.5.0[python_targets_python3_8(-)?] >=dev-python/os-traits-2.4.0[python_targets_python3_8(-)?] >=dev-python/microversion-parse-0.2.1[python_targets_python3_8(-)?] acct-user/placement acct-group/placement python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 )
REQUIRED_USE=|| ( mysql postgres sqlite ) || ( python_targets_python3_8 )
SLOT=0
SRC_URI=https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/victoria/placement.conf.sample -> placement.conf.sample-4.0.0 https://tarballs.openstack.org/placement/openstack-placement-4.0.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dfa3a38467793e97fcf791b156510654 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 e91901adfcf0640d2daa4dc863ff5377
_md5_=2be850d7a02f2575b7741021df594dc7

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslotest-3.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/testtools-2.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/gabbi-1.35.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/cryptography-2.7[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wsgi_intercept-1.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/pbr-3.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystonemiddleware-4.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-2.25.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-db-4.40.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-policy-3.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-middleware-3.31.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-upgradecheck-1.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-resource-classes-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-traits-2.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/microversion-parse-0.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] acct-user/placement acct-group/placement sqlite? ( >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) postgres? ( >=dev-python/psycopg-2.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-3.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystonemiddleware-4.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-2.25.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-db-4.40.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-policy-3.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-middleware-3.31.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-upgradecheck-1.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-resource-classes-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-traits-2.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/microversion-parse-0.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] acct-user/placement acct-group/placement sqlite? ( >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) postgres? ( >=dev-python/psycopg-2.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DESCRIPTION=A HTTP service for managing, selecting, and claiming cloud resources
EAPI=8
HOMEPAGE=https://github.com/openstack/placement https://opendev.org/openstack/placement
INHERIT=distutils-r1
IUSE=mysql postgres +sqlite test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pbr-3.1.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/keystonemiddleware-4.18.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/routes-2.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/webob-1.8.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jsonschema-3.2.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/requests-2.25.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-concurrency-3.26.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-config-6.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-context-2.22.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-log-4.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-serialization-2.25.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-utils-4.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-db-4.40.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-policy-3.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-middleware-3.31.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/oslo-upgradecheck-1.3.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-resource-classes-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/os-traits-2.7.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/microversion-parse-0.2.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] acct-user/placement acct-group/placement sqlite? ( >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) mysql? ( >=dev-python/pymysql-0.7.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) postgres? ( >=dev-python/psycopg-2.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/sqlalchemy-1.2.19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( mysql postgres sqlite ) test? ( mysql postgres ) || ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/victoria/placement.conf.sample -> placement.conf.sample-7.0.0.0_rc1 https://tarballs.openstack.org/placement/openstack-placement-7.0.0.0rc1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 dfa3a38467793e97fcf791b156510654 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 e91901adfcf0640d2daa4dc863ff5377
_md5_=1dc6ad3069d11b8db131ba383e31026b