commit:     8fd4aeb8296785af84cf26b4c3ab86adc56053e5
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Mar  5 16:43:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 02:13:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd4aeb8

app-misc/hello: metadata: add stuff to upstream, add longdescription

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/hello/metadata.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/app-misc/hello/metadata.xml b/app-misc/hello/metadata.xml
index 4b556c94c6a0..692681ffb756 100644
--- a/app-misc/hello/metadata.xml
+++ b/app-misc/hello/metadata.xml
@@ -2,7 +2,17 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
        <!-- maintainer-needed -->
+       <longdescription>
+               The GNU Hello program produces a familiar, friendly greeting.
+               Yes, this is another implementation of the classic program that 
prints “Hello, world!” when you run it.
+
+               However, unlike the minimal version often seen, GNU Hello 
processes its argument list to modify its behavior,
+               supports greetings in many languages, and so on. The primary 
purpose of GNU Hello is to demonstrate how to
+               write other programs that do these things; it serves as a model 
for GNU coding standards and GNU maintainer practices.
+       </longdescription>
        <upstream>
+               <bugs-to>mailto:[email protected]</bugs-to>
+               <doc>https://www.gnu.org/software/hello/manual/hello.html</doc>
                <remote-id type="savannah">hello</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to