commit:     04ce82d9cc143edc79f06c673c3e1f81dd73fcaa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  3 17:14:30 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=04ce82d9

dev-R/digest: tidy metadata

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

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

diff --git a/dev-R/digest/metadata.xml b/dev-R/digest/metadata.xml
index 4aee549a4..1d6b00e75 100644
--- a/dev-R/digest/metadata.xml
+++ b/dev-R/digest/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">
-               Implementation of a function 'digest()' for the creation of 
hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 
'crc32', 'xxhash', 'murmurhash' and 'spookyhash' algorithms) permitting easy 
comparison of R language objects, as well as functions such as'hmac()' to 
create hash-based message authentication code. Please note that this package is 
not meant to be deployed for cryptographic purposes for which more 
comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
-       </longdescription>
-       <upstream>
-               <bugs-to>
-                       https://github.com/eddelbuettel/digest/issues
-               </bugs-to>
-               <doc lang="en">
-                       
https://cran.r-project.org/web//packages/digest/digest.pdf
-               </doc>
-               <changelog>
-                       
https://cran.r-project.org/web//packages/digest/ChangeLog
-               </changelog>
-               <maintainer>
-                       <name>
-                               Dirk Eddelbuettel
-                       </name>
-                       <email>
-                               [email protected]
-                       </email>
-               </maintainer>
-               <remote-id type="github">
-                       eddelbuettel/digest
-               </remote-id>
-       </upstream>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">Implementation of a function 'digest()' for the 
creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 
'sha-256', 'crc32', 'xxhash', 'murmurhash' and 'spookyhash' algorithms) 
permitting easy comparison of R language objects, as well as functions such 
as'hmac()' to create hash-based message authentication code. Please note that 
this package is not meant to be deployed for cryptographic purposes for which 
more comprehensive (and widely tested) libraries such as 'OpenSSL' should be 
used.</longdescription>
+  <upstream>
+    <bugs-to>https://github.com/eddelbuettel/digest/issues</bugs-to>
+    <doc 
lang="en">https://cran.r-project.org/web//packages/digest/digest.pdf</doc>
+    
<changelog>https://cran.r-project.org/web//packages/digest/ChangeLog</changelog>
+    <maintainer>
+      <name>Dirk Eddelbuettel</name>
+      <email>[email protected]</email>
+    </maintainer>
+    <remote-id type="github">eddelbuettel/digest</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to