mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
2024-01-16 10:33:04 UTC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BDEPEND=doc? ( app-text/doxygen ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=>=dev-cpp/trantor-1.5.13:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) yaml? ( dev-cpp/yaml-cpp:= ) test? ( dev-cpp/gtest )
|
||||
DEPEND=>=dev-cpp/trantor-1.5.15:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) yaml? ( dev-cpp/yaml-cpp:= ) test? ( dev-cpp/gtest )
|
||||
DESCRIPTION=C++14/17 based HTTP web application framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/drogonframework/drogon
|
||||
@@ -8,9 +8,9 @@ INHERIT=cmake
|
||||
IUSE=+brotli doc examples mariadb postgres redis sqlite test +yaml
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-cpp/trantor-1.5.13:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) yaml? ( dev-cpp/yaml-cpp:= )
|
||||
RDEPEND=>=dev-cpp/trantor-1.5.15:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) yaml? ( dev-cpp/yaml-cpp:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/drogonframework/drogon/archive/refs/tags/v1.8.7.tar.gz -> drogon-1.8.7.tar.gz test? ( https://github.com/an-tao/trantor/archive/refs/tags/v1.5.13.tar.gz -> trantor-1.5.13.tar.gz )
|
||||
SRC_URI=https://github.com/drogonframework/drogon/archive/v1.9.1.tar.gz -> drogon-1.9.1.tar.gz test? ( https://github.com/an-tao/trantor/archive/v1.5.15.tar.gz -> trantor-1.5.15.tar.gz )
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=e89b887cbfb1f8a8fdf088a6c93dfc5c
|
||||
_md5_=765c2a3f5dc03055497432a32da9313b
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=doc? ( app-text/doxygen[dot] ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=adns? ( net-dns/c-ares:= ) ssl? ( dev-libs/openssl:= ) test? ( dev-cpp/gtest )
|
||||
DEPEND=adns? ( net-dns/c-ares:= ) ssl? ( dev-libs/openssl:= ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) test? ( dev-cpp/gtest )
|
||||
DESCRIPTION=Non-blocking I/O tcp network lib based on c++14/17
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/an-tao/trantor
|
||||
INHERIT=cmake
|
||||
IUSE=adns doc +ssl test
|
||||
IUSE=adns doc +spdlog +ssl test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=adns? ( net-dns/c-ares:= ) ssl? ( dev-libs/openssl:= )
|
||||
RDEPEND=adns? ( net-dns/c-ares:= ) ssl? ( dev-libs/openssl:= ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1.5.14
|
||||
SRC_URI=https://github.com/an-tao/trantor/archive/refs/tags/v1.5.14.tar.gz -> trantor-1.5.14.tar.gz
|
||||
SLOT=0/1.5.15
|
||||
SRC_URI=https://github.com/an-tao/trantor/archive/v1.5.15.tar.gz -> trantor-1.5.15.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=55727db5bff53c12ef4141c9ce1c99a8
|
||||
_md5_=ff3b79013a3945ce417ba5da3751b61b
|
||||
Reference in New Issue
Block a user