commit: 362b55edf86506d4426947156cd3110807df9cfa
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Mon Jun 16 13:26:58 2025 +0000
Commit: Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Mon Jun 16 13:36:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=362b55ed
net-p2p/monero: improve metadata
- remove default lang="en"
- remove trailing '.' dfeom descriptions
- complete upstream
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
net-p2p/monero/metadata.xml | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/net-p2p/monero/metadata.xml b/net-p2p/monero/metadata.xml
index 29d5abe636..f11373abb9 100644
--- a/net-p2p/monero/metadata.xml
+++ b/net-p2p/monero/metadata.xml
@@ -5,30 +5,33 @@
<email>[email protected]</email>
<name>Efe İzbudak</name>
</maintainer>
- <longdescription lang="en">
+ <longdescription>
Monero is a private, secure, untraceable, decentralised digital
currency. You are your bank, you control your funds, and nobody
can trace your transfers unless you allow them to do so.
</longdescription>
<use>
<flag name="daemon">
- Build the Monero daemon used to connect to the P2P network.
+ Build the Monero daemon used to connect to the P2P network
</flag>
<flag name="hw-wallet">
- Enable Trezor hardware wallet support.
+ Enable Trezor hardware wallet support
</flag>
<flag name="tools">
Build tools used to manipulate the blockchain as it is stored on
- disk.
+ disk
</flag>
<flag name="wallet-cli">
- Build the command line wallet, monero-wallet-cli.
+ Build the command line wallet, monero-wallet-cli
</flag>
<flag name="wallet-rpc">
- Build the RPC wallet, monero-wallet-rpc.
+ Build the RPC wallet, monero-wallet-rpc
</flag>
</use>
<upstream>
+ <bugs-to>https://github.com/monero-project/monero/issues</bugs-to>
+ <changelog>https://github.com/monero-project/monero/releases</changelog>
+ <doc>https://docs.getmonero.org</doc>
<remote-id type="github">monero-project/monero</remote-id>
</upstream>
</pkgmetadata>