Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/digest/
Date: Tue, 04 May 2021 00:14:19
Message-Id: 1620087121.04ce82d9cc143edc79f06c673c3e1f81dd73fcaa.Alessandro-Barbieri@gentoo
1 commit: 04ce82d9cc143edc79f06c673c3e1f81dd73fcaa
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 3 17:14:30 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 4 00:12:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04ce82d9
7
8 dev-R/digest: tidy metadata
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/digest/metadata.xml | 46 ++++++++++++++++------------------------------
13 1 file changed, 16 insertions(+), 30 deletions(-)
14
15 diff --git a/dev-R/digest/metadata.xml b/dev-R/digest/metadata.xml
16 index 4aee549a4..1d6b00e75 100644
17 --- a/dev-R/digest/metadata.xml
18 +++ b/dev-R/digest/metadata.xml
19 @@ -1,33 +1,19 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 +<?xml version="1.0" encoding="utf-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <maintainer type="person">
25 - <email>lssndrbarbieri@×××××.com</email>
26 - <name>Alessandro Barbieri</name>
27 - </maintainer>
28 - <longdescription lang="en">
29 - 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.
30 - </longdescription>
31 - <upstream>
32 - <bugs-to>
33 - https://github.com/eddelbuettel/digest/issues
34 - </bugs-to>
35 - <doc lang="en">
36 - https://cran.r-project.org/web//packages/digest/digest.pdf
37 - </doc>
38 - <changelog>
39 - https://cran.r-project.org/web//packages/digest/ChangeLog
40 - </changelog>
41 - <maintainer>
42 - <name>
43 - Dirk Eddelbuettel
44 - </name>
45 - <email>
46 - edd@××××××.org
47 - </email>
48 - </maintainer>
49 - <remote-id type="github">
50 - eddelbuettel/digest
51 - </remote-id>
52 - </upstream>
53 + <maintainer type="person">
54 + <email>lssndrbarbieri@×××××.com</email>
55 + <name>Alessandro Barbieri</name>
56 + </maintainer>
57 + <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>
58 + <upstream>
59 + <bugs-to>https://github.com/eddelbuettel/digest/issues</bugs-to>
60 + <doc lang="en">https://cran.r-project.org/web//packages/digest/digest.pdf</doc>
61 + <changelog>https://cran.r-project.org/web//packages/digest/ChangeLog</changelog>
62 + <maintainer>
63 + <name>Dirk Eddelbuettel</name>
64 + <email>edd@××××××.org</email>
65 + </maintainer>
66 + <remote-id type="github">eddelbuettel/digest</remote-id>
67 + </upstream>
68 </pkgmetadata>