commit: af2c93d4e51a0d2d33100640f2a8a4440fdca428 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Thu Jun 5 12:48:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 04:52:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2c93d4
net-p2p/arti: metadata: add upstream & longdescription Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42460 Signed-off-by: Sam James <sam <AT> gentoo.org> net-p2p/arti/metadata.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/net-p2p/arti/metadata.xml b/net-p2p/arti/metadata.xml index 60374df2c110..76f34a165d99 100644 --- a/net-p2p/arti/metadata.xml +++ b/net-p2p/arti/metadata.xml @@ -5,4 +5,15 @@ <email>[email protected]</email> <name>John Helmert III</name> </maintainer> + <longdescription> + Arti is a complete rewrite of the C <pkg>net-vpn/tor</pkg> + codebase, and it is currently under active development. + It is written in Rust, and it is designed to be modular, + reusable, and easy to audit. It is mainly for testing + and experimentation now as it is not production-ready. + </longdescription> + <upstream> + <changelog>https://gitlab.torproject.org/tpo/core/arti/-/blob/main/CHANGELOG.md</changelog> + <doc>https://tpo.pages.torproject.net/core/arti/</doc> + </upstream> </pkgmetadata>
