commit:     1c7a087b85ff5b5fc5988c3111481487ee116d56
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  3 17:15:08 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May  4 00:12:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c7a087b

dev-R/cli: tidy metadata

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/cli/metadata.xml | 46 ++++++++++++++++------------------------------
 1 file changed, 16 insertions(+), 30 deletions(-)

diff --git a/dev-R/cli/metadata.xml b/dev-R/cli/metadata.xml
index 8a26b07a1..3811a305e 100644
--- a/dev-R/cli/metadata.xml
+++ b/dev-R/cli/metadata.xml
@@ -1,33 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Alessandro Barbieri</name>
-       </maintainer>
-       <longdescription lang="en">
-               A suite of tools to build attractive command line interfaces 
('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. 
Supports custom themes via a 'CSS'-like language. It also contains a number of 
lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 
'ASCII' alternatives. It integrates with the 'crayon' package to support 'ANSI' 
terminal colors.
-       </longdescription>
-       <upstream>
-               <bugs-to>
-                       https://github.com/r-lib/cli/issues
-               </bugs-to>
-               <doc lang="en">
-                       https://cran.r-project.org/web//packages/cli/cli.pdf
-               </doc>
-               <changelog>
-                       
https://cran.r-project.org/web//packages/cli/news/news.html
-               </changelog>
-               <maintainer>
-                       <name>
-                               Gábor Csárdi
-                       </name>
-                       <email>
-                               [email protected]
-                       </email>
-               </maintainer>
-               <remote-id type="github">
-                       r-lib/cli
-               </remote-id>
-       </upstream>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">A suite of tools to build attractive command line 
interfaces ('CLIs'), from semantic elements: headings, lists, alerts, 
paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also 
contains a number of lower level 'CLI' elements: rules, boxes, trees, and 
'Unicode' symbols with 'ASCII' alternatives. It integrates with the 'crayon' 
package to support 'ANSI' terminal colors.</longdescription>
+  <upstream>
+    <bugs-to>https://github.com/r-lib/cli/issues</bugs-to>
+    <doc lang="en">https://cran.r-project.org/web//packages/cli/cli.pdf</doc>
+    
<changelog>https://cran.r-project.org/web//packages/cli/news/news.html</changelog>
+    <maintainer>
+      <name>G&#195;&#161;bor Cs&#195;&#161;rdi</name>
+      <email>[email protected]</email>
+    </maintainer>
+    <remote-id type="github">r-lib/cli</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to