diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /net-mail | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mu/metadata.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/net-mail/mu/metadata.xml b/net-mail/mu/metadata.xml index d981a5278096..dcd0cf856214 100644 --- a/net-mail/mu/metadata.xml +++ b/net-mail/mu/metadata.xml @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>net-mail</herd> -<maintainer> - <email>tomka@gentoo.org</email> - <name>Thomas Kahle</name> -</maintainer> -<longdescription lang="en"> -'mu' is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you -are looking for, assuming that you store your e-mails in Maildirs. -</longdescription> -<use> - <flag name="gui">Build and install the experimental gui 'mug'.</flag> -</use> + <herd>net-mail</herd> + <maintainer> + <email>tomka@gentoo.org</email> + <name>Thomas Kahle</name> + </maintainer> + <longdescription lang="en">'mu' is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you +are looking for, assuming that you store your e-mails in Maildirs.</longdescription> + <use> + <flag name="gui">Build and install the experimental gui 'mug'.</flag> + </use> + <upstream> + <remote-id type="google-code">mu0</remote-id> + </upstream> </pkgmetadata> |