Files
gentoo/dev-cpp/scitokens-cpp/metadata.xml
Oliver Freyermuth 8db26670ba dev-cpp/scitokens-cpp: unbundle dev-cpp/jwt-cpp, enable tests
This enables tests, unbundles dev-cpp/jwt-cpp, and adds myself as proxied maintainer.

Bug: https://bugs.gentoo.org/834108
Closes: https://github.com/gentoo/gentoo/pull/31364
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
2023-06-14 16:59:54 +02:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>o.freyermuth@googlemail.com</email>
<name>Oliver Freyermuth</name>
</maintainer>
<maintainer type="person">
<email>amadio@gentoo.org</email>
<name>Guilherme Amadio</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
SciTokens provide a token format for distributed authorization. The tokens are
self-describing, can be verified in a distributed fashion (no need to contact
the issuer to determine if the token is valid). This is convenient for a
federated environment where several otherwise-independent storage endpoints
want to delegate trust for an issuer for managing a storage allocation.
</longdescription>
<upstream>
<remote-id type="github">scitokens/scitokens-cpp</remote-id>
</upstream>
</pkgmetadata>