2022-04-04 15:04:26 UTC

This commit is contained in:
Repository mirror & CI
2022-04-04 15:04:26 +00:00
parent 6d606b725c
commit fc268e0b07
161 changed files with 1483 additions and 593 deletions

View File

@@ -1,5 +1,6 @@
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5 doc? ( app-doc/doxygen )
DEFINED_PHASES=compile configure install prepare test unpack
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-cpp/catch:0 dev-libs/boost )
DESCRIPTION=Command line parser for C++11
EAPI=8
HOMEPAGE=https://github.com/CLIUtils/CLI11 https://cliutils.github.io/CLI11/book
@@ -9,6 +10,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0/2
SRC_URI=https://github.com/CLIUtils/cli11/archive/refs/tags/v2.1.0.tar.gz -> cli11-2.1.0.tar.gz test? ( https://github.com/philsquared/Catch/releases/download/v2.13.6/catch.hpp -> catch-2.13.6.hpp )
SRC_URI=https://github.com/CLIUtils/cli11/archive/refs/tags/v2.2.0.tar.gz -> cli11-2.2.0.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 docs 8ed2a8a28ff109e7a3582c9abb7fe327
_md5_=4849605dc079862cd0dcf7ff0ebd5836
_md5_=d23f12f57a27e6c025bf729b015f2e55

View File

@@ -1,16 +0,0 @@
BDEPEND=sys-devel/bison sys-devel/flex dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=app-arch/zstd ~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog ~dev-cpp/wangle-2022.02.28.00:= dev-libs/libfmt dev-libs/openssl:0= sys-libs/zlib python_single_target_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_pypy3? ( dev-python/six[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/six[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/six[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/six[python_targets_python3_10(-)] )
DESCRIPTION=Facebook's branch of Apache Thrift, including a new C++ server
EAPI=8
HOMEPAGE=https://github.com/facebook/fbthrift
INHERIT=cmake python-single-r1
IUSE=python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=app-arch/zstd ~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog ~dev-cpp/wangle-2022.02.28.00:= dev-libs/libfmt dev-libs/openssl:0= sys-libs/zlib python_single_target_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=^^ ( python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 )
SLOT=0
SRC_URI=https://github.com/facebook/fbthrift/archive/v2022.02.28.00.tar.gz -> fbthrift-2022.02.28.00.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149 python-utils-r1 59dddabd6a41ab69723654916142f63b python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8
_md5_=02fe790367efa4a4375b49e3664271a8

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-libs/libsodium dev-libs/openssl:0= test? ( <dev-cpp/gtest-1.11.0 )
DESCRIPTION=C++14 implementation of the TLS-1.3 standard
EAPI=8
HOMEPAGE=https://github.com/facebookincubator/fizz
INHERIT=cmake
IUSE=examples test
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-libs/libsodium dev-libs/openssl:0=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/facebookincubator/fizz/archive/v2022.02.28.00.tar.gz -> fizz-2022.02.28.00.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
_md5_=fabdccc3d2e89b1bed90f8970e94ce14

View File

@@ -0,0 +1,12 @@
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more
EAPI=8
HOMEPAGE=https://beltoforion.de/en/muparser/
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=BSD-2
SLOT=0
SRC_URI=https://github.com/beltoforion/muparserx/archive/refs/tags/v4.0.11.tar.gz -> muParserX-4.0.11.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
_md5_=f918031061d8b92e87820473740c8252

View File

@@ -1,14 +0,0 @@
BDEPEND=dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-libs/openssl:0= dev-cpp/gtest
DESCRIPTION=Framework providing common client/server abstractions
EAPI=8
HOMEPAGE=https://github.com/facebook/wangle
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-libs/openssl:0=
SLOT=0
SRC_URI=https://github.com/facebook/wangle/archive/v2022.02.28.00.tar.gz -> wangle-2022.02.28.00.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 3c38df051095289667b6f09ebd0cc149
_md5_=8601d181891c5d73d758b6067c3ce772