2024-01-25 11:03:08 UTC

This commit is contained in:
Repository mirror & CI
2024-01-25 11:03:08 +00:00
parent 5bcae873e7
commit 84e38e8f6f
107 changed files with 355 additions and 373 deletions

View File

@@ -1,4 +1,4 @@
BDEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-util/FoBiS[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-util/FoBiS[python_targets_python3_10(-)] ) ) virtual/fortran
BDEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-build/FoBiS[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-build/FoBiS[python_targets_python3_10(-)] ) ) 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=!test? ( test )
SLOT=0
SRC_URI=https://github.com/szaghi/StringiFor/releases/download/v1.1.4/StringiFor.tar.gz -> StringiFor-1.1.4.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 042f4cc53680245bf99a84669b94155a python-any-r1 f5169813d1619761b459800587005fd2
_md5_=8393e5041a6c81ad594daa7d9c4ddb0e
_md5_=814c55004a25fe87bc2e5baabb074b75

View File

@@ -1,15 +1,15 @@
BDEPEND=python? ( >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.20.5
BDEPEND=python? ( >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.20.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_10 python_targets_python3_11
IUSE=python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/pybind11[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 ) )
RDEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/pybind11[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) )
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 e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 edo c0eb9cbe6b0bd01fcb4918f12598a4d3
_md5_=ab07287ce047c379ffb32b9860a439d7
_md5_=e273fdd5951c0e4fb5301da2e16fb3af

View File

@@ -0,0 +1,16 @@
BDEPEND=virtual/fortran
DEFINED_PHASES=compile install setup test
DEPEND=virtual/fortran
DESCRIPTION=Modern Fortran port of the tiny-regex-c library for regular expressions
EAPI=8
HOMEPAGE=https://github.com/perazz/fortran-shlex
INHERIT=fortran-2 toolchain-funcs
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=virtual/fortran
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/perazz/fortran-shlex/archive/refs/tags/1.0.1.tar.gz -> fortran-shlex-1.0.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea
_md5_=c822ae49a79663becd4f841ca7702e8d

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-util/fypp[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-util/fypp[python_targets_python3_10(-)] ) ) doc? ( || ( ( dev-lang/python:3.11 app-doc/ford[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 app-doc/ford[python_targets_python3_10(-)] ) ) ) test? ( dev-util/fortran-test-drive ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-build/fypp[python_targets_python3_10(-)] ) ) doc? ( || ( ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 app-text/ford[python_targets_python3_10(-)] ) ) ) test? ( dev-util/fortran-test-drive ) 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.2.1.tar.gz -> fortran-stdlib-0.2.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea python-utils-r1 042f4cc53680245bf99a84669b94155a python-any-r1 f5169813d1619761b459800587005fd2
_md5_=0c8cd6deddc0334ca9e962f5fdc1262b
_md5_=d622edf2af16576a923588875cf00b5f

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-util/fypp[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-util/fypp[python_targets_python3_10(-)] ) ) doc? ( || ( ( dev-lang/python:3.11 app-doc/ford[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 app-doc/ford[python_targets_python3_10(-)] ) ) ) test? ( dev-util/fortran-test-drive ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-build/fypp[python_targets_python3_10(-)] ) ) doc? ( || ( ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 app-text/ford[python_targets_python3_10(-)] ) ) ) test? ( dev-util/fortran-test-drive ) 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.3.0.tar.gz -> fortran-stdlib-0.3.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea python-utils-r1 042f4cc53680245bf99a84669b94155a python-any-r1 f5169813d1619761b459800587005fd2
_md5_=0c8cd6deddc0334ca9e962f5fdc1262b
_md5_=d622edf2af16576a923588875cf00b5f

View File

@@ -1,6 +1,6 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.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.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-util/fypp[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-util/fypp[python_targets_python3_10(-)] ) ) doc? ( || ( ( dev-lang/python:3.11 app-doc/ford[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 app-doc/ford[python_targets_python3_10(-)] ) ) ) test? ( dev-util/fortran-test-drive ) virtual/fortran
DEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.11 dev-build/fypp[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-build/fypp[python_targets_python3_10(-)] ) ) doc? ( || ( ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 app-text/ford[python_targets_python3_10(-)] ) ) ) test? ( dev-util/fortran-test-drive ) 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 e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea git-r3 86fa1f157b70b9d2ff340c4633b1cf4b python-utils-r1 042f4cc53680245bf99a84669b94155a python-any-r1 f5169813d1619761b459800587005fd2
_md5_=33a2033b992dfb2a2dc24e4c11502f5a
_md5_=5259bffebb4edccac7da262e318cda7f

View File

@@ -4,11 +4,12 @@ DEPEND=dev-libs/tfdn:= sys-libs/ncurses:=
DESCRIPTION=SDL Emulation and Adaptation Layer for Curses
EAPI=8
HOMEPAGE=https://git.skyjake.fi/skyjake/sealcurses
INHERIT=cmake
INHERIT=cmake flag-o-matic
IUSE=debug
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=dev-libs/tfdn:= sys-libs/ncurses:=
SLOT=0/2.0
SRC_URI=https://git.skyjake.fi/skyjake/sealcurses/archive/b0667079251f0eb3e6291a0ae5eecc31c996dc8b.tar.gz -> sealcurses-2.0.18_pre20220609.tar.gz
SRC_URI=https://git.skyjake.fi/skyjake/sealcurses/archive/e06cbc502693a891525833b1131c6ab559bcd096.tar.gz -> sealcurses-2.0.18_pre20230811.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
_md5_=9a9aac8bd220ae1b4033bf907bd55189
_md5_=4ef9bb70e5e7ee7ab59b2c6ff4adf066

View File

@@ -4,7 +4,7 @@ DEPEND=dev-libs/libpcre2:= dev-libs/libunistring:= sys-libs/zlib:= curl? ( net-m
DESCRIPTION=Opinionated C11 library for low-level functionality
EAPI=8
HOMEPAGE=https://git.skyjake.fi/skyjake/the_Foundation
INHERIT=cmake docs
INHERIT=cmake docs flag-o-matic
IUSE=cpu_flags_x86_sse4_1 curl debug ssl doc
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
@@ -12,4 +12,4 @@ RDEPEND=dev-libs/libpcre2:= dev-libs/libunistring:= sys-libs/zlib:= curl? ( net-
SLOT=0/1.7
SRC_URI=https://git.skyjake.fi/skyjake/the_foundation/archive/v1.7.0.tar.gz -> tfdn-1.7.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c docs 7f3c0d47338743498c69f1887a139f57
_md5_=c9e1b90f2d23cd6fc3ddb03ba8642ecd
_md5_=00df05476f40c06982595515a3a5ed6e

View File

@@ -0,0 +1,16 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=test? ( dev-util/fortran-test-drive ) virtual/fortran
DESCRIPTION=TOML parser implementation for data serialization and deserialization in Fortran
EAPI=8
HOMEPAGE=https://toml-f.readthedocs.io
INHERIT=cmake fortran-2
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0 MIT
RDEPEND=virtual/fortran
RESTRICT=!test? ( test )
SLOT=0/4
SRC_URI=https://github.com/toml-f/toml-f/archive/v0.4.2.tar.gz -> toml-f-0.4.2.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea
_md5_=42fe9234d688b6f03091de92b8ea79cc