mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -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
|
||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/libfmt zlib? ( sys-libs/zlib ) lzo? ( dev-libs/lzo ) zstd? ( app-arch/zstd )
|
||||
SLOT=0
|
||||
SRC_URI=https://codeload.github.com/maharmstone/ntfs2btrfs/tar.gz/refs/tags/20230501 -> ntfs2btrfs-20230501.tar.gz
|
||||
SRC_URI=https://codeload.github.com/maharmstone/ntfs2btrfs/tar.gz/refs/tags/20240115 -> ntfs2btrfs-20240115.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=83a7abc24da78e92214e9ebd6d2d8aa9
|
||||
_md5_=5aec63cb4bcab0658f05d8d1580e5380
|
||||
@@ -547,7 +547,7 @@ dev-cpp/cpp-jwt 1.5_pre20220727: JSON Web Token library for C++
|
||||
dev-cpp/cpprestsdk 2.10.19-r3: A Microsoft project for cloud-based client-server communication.
|
||||
dev-cpp/cpptoml 0.1.1: Header-only library for parsing TOML
|
||||
dev-cpp/dpp 10.0.23 10.0.24 10.0.25 10.0.29: Lightweight C++ Discord bot library
|
||||
dev-cpp/drogon 1.8.7 1.9.0: C++14/17 based HTTP web application framework
|
||||
dev-cpp/drogon 1.9.0 1.9.1: C++14/17 based HTTP web application framework
|
||||
dev-cpp/dtl 1.20-r1: diff template library written by C++
|
||||
dev-cpp/easyloggingpp 9.97.0 9.97.1: C++ logging library
|
||||
dev-cpp/fbthrift 2023.02.06.00: Facebook's branch of Apache Thrift, including a new C++ server
|
||||
@@ -565,7 +565,7 @@ dev-cpp/rang 3.2: Minimal, header-only, modern C++ library for terminal goodies
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/std-format 0_pre20220112-r1: A simple polyfill allowing you to use std::format
|
||||
dev-cpp/tiny-dnn 1.0.0_alpha3-r2: header only, dependency-free deep learning framework in C++14
|
||||
dev-cpp/trantor 1.5.14 1.5.14_p1: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trantor 1.5.14_p1 1.5.15: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trompeloeil 43: Header only C++14 mocking framework
|
||||
dev-cpp/units 2.3.3: A compile-time, header-only, dimensional analysis and unit conversion library
|
||||
dev-cpp/vexcl 1.4.3-r2: VexCL - Vector expression template library for OpenCL
|
||||
@@ -2013,7 +2013,7 @@ sys-fs/gcsfuse 1.2.0: A user-space file system for interacting with Google Cloud
|
||||
sys-fs/gdu 5.14.0 5.25.0: Disk usage analyzer with console interface written in Go
|
||||
sys-fs/gfs2-utils 3.4.1: Shared-disk cluster file system
|
||||
sys-fs/mountpoint-s3-bin 1.1.1: Fuse for AWS S3 (Simple Storage Service), official
|
||||
sys-fs/ntfs2btrfs 20230501: Conversion tool from NTFS to Btrfs
|
||||
sys-fs/ntfs2btrfs 20240115: Conversion tool from NTFS to Btrfs
|
||||
sys-fs/ufiformat 0.9.9: USB Floppy Disk formatting tool
|
||||
sys-fs/zfs-auto-utils 1.0.0: ZFS Automatic Scrub/Trim for Linux
|
||||
sys-kernel/dpdk-kmod 21.11.1 22.07 23.03: DPDK Kernel Nic Interface module
|
||||
|
||||
@@ -1 +1 @@
|
||||
Tue, 16 Jan 2024 09:18:06 +0000
|
||||
Tue, 16 Jan 2024 10:33:04 +0000
|
||||
|
||||
Reference in New Issue
Block a user