2022-02-27 12:21:51 UTC

This commit is contained in:
Repository mirror & CI
2022-02-27 12:21:51 +00:00
parent 816fa69a53
commit c32438f1c8
6 changed files with 34 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=doc? ( app-doc/doxygen[dot] ) dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/openssl picojson? ( dev-cpp/picojson )
DESCRIPTION=header only library for creating and validating JSON Web Tokens in C++11
EAPI=8
HOMEPAGE=https://thalhammer.github.io/jwt-cpp/
INHERIT=cmake
IUSE=doc +picojson test
KEYWORDS=~amd64
LICENSE=MIT
RESTRICT=!picojson? ( test )
SLOT=0
SRC_URI=https://github.com/Thalhammer/jwt-cpp/archive/refs/tags/v0.4.0.tar.gz -> jwt-cpp-0.4.0.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 9f12546ab831b81c615d90e6b9e34e68
_md5_=d7e517b0b4ae873270c30343c1c2239a

View File

@@ -12,4 +12,4 @@ RESTRICT=!picojson? ( test )
SLOT=0
SRC_URI=https://github.com/Thalhammer/jwt-cpp/archive/refs/tags/v0.6.0.tar.gz -> jwt-cpp-0.6.0.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 9f12546ab831b81c615d90e6b9e34e68
_md5_=371aeae6f65a7536c70b4e28d5d84213
_md5_=ac553dd31da1cb100218f8c698e62ffe

View File

@@ -0,0 +1,14 @@
BDEPEND=virtual/pkgconfig dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=<dev-cpp/jwt-cpp-0.5.0 dev-db/sqlite dev-libs/openssl net-misc/curl sys-apps/util-linux test? ( dev-cpp/gtest )
DESCRIPTION=A C++ implementation of the SciTokens library with a C library interface
EAPI=8
HOMEPAGE=https://scitokens.org/
INHERIT=cmake
IUSE=test
KEYWORDS=~amd64
LICENSE=Apache-2.0
SLOT=0
SRC_URI=https://github.com/scitokens/scitokens-cpp/archive/refs/tags/v0.7.0.tar.gz -> scitokens-cpp-0.7.0.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 9f12546ab831b81c615d90e6b9e34e68
_md5_=b577fcbe360c4c9eab87a8a29db3d405

View File

@@ -11,4 +11,4 @@ RDEPEND=media-sound/spotify
SLOT=0
SRC_URI=https://github.com/abba23/spotify-adblock/archive/refs/tags/v1.0.1.tar.gz -> spotify-adblock-1.0.1.tar.gz https://crates.io/api/v1/crates/aho-corasick/0.7.18/download -> aho-corasick-0.7.18.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/libc/0.2.119/download -> libc-0.2.119.crate https://crates.io/api/v1/crates/memchr/2.4.1/download -> memchr-2.4.1.crate https://crates.io/api/v1/crates/proc-macro2/1.0.36/download -> proc-macro2-1.0.36.crate https://crates.io/api/v1/crates/quote/1.0.15/download -> quote-1.0.15.crate https://crates.io/api/v1/crates/regex/1.5.4/download -> regex-1.5.4.crate https://crates.io/api/v1/crates/regex-syntax/0.6.25/download -> regex-syntax-0.6.25.crate https://crates.io/api/v1/crates/serde/1.0.136/download -> serde-1.0.136.crate https://crates.io/api/v1/crates/serde_derive/1.0.136/download -> serde_derive-1.0.136.crate https://crates.io/api/v1/crates/syn/1.0.86/download -> syn-1.0.86.crate https://crates.io/api/v1/crates/toml/0.5.8/download -> toml-0.5.8.crate https://crates.io/api/v1/crates/unicode-xid/0.2.2/download -> unicode-xid-0.2.2.crate
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 cargo 7ea27a358c2ff39754bf66a96c06f3de
_md5_=6d5349cc4e57146b573a7e7908cba360
_md5_=d8244647e9bf910f344cd9c72033025c

View File

@@ -283,13 +283,14 @@ dev-cpp/folly 2021.10.25.00 2021.11.15.00: An open-source C++ library developed
dev-cpp/gsl-lite 0.38.0: C++ Guideline Support Library implementation
dev-cpp/highway 0.14.2 0.15.0 9999: Performance-portable, length-agnostic SIMD with runtime dispatch
dev-cpp/indicators 2.2: Activity indicators for modern C++
dev-cpp/jwt-cpp 0.6.0: header only library for creating and validating JSON Web Tokens in C++11
dev-cpp/jwt-cpp 0.4.0 0.6.0: header only library for creating and validating JSON Web Tokens in C++11
dev-cpp/libstudxml 1.1.0_beta10: Streaming XML pull parser/serializer for modern C++
dev-cpp/mastodonpp 0.5.7 9999: C++ wrapper for the Mastodon and Pleroma APIs.
dev-cpp/parallel-hashmap 1.33: Family of header-only, fast and memory-friendly hashmap and btree containers
dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
dev-cpp/plog 1.1.5_p20200501: Portable, simple and extensible C++ logging library
dev-cpp/qt-jdenticon 0.2.1 0.3.0: Qt5 / C++14 Port of Jdenticon
dev-cpp/scitokens-cpp 0.7.0: A C++ implementation of the SciTokens library with a C library interface
dev-cpp/simpleini 4.17_p20210901: C++ library for reading/writing INI files
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
dev-cpp/tiny-dnn 1.0.0_alpha3: header only, dependency-free deep learning framework in C++14

View File

@@ -1 +1 @@
Sat, 26 Feb 2022 18:36:42 +0000
Sun, 27 Feb 2022 12:21:51 +0000