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/Rcpp/
Date: Tue, 04 May 2021 00:14:19
Message-Id: 1620087121.aa04c62332e693aed0df885ac1c4fbc29725b9a1.Alessandro-Barbieri@gentoo
1 commit: aa04c62332e693aed0df885ac1c4fbc29725b9a1
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 3 17:14:04 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=aa04c623
7
8 dev-R/Rcpp: tidy metadata
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/Rcpp/metadata.xml | 46 ++++++++++++++++------------------------------
13 1 file changed, 16 insertions(+), 30 deletions(-)
14
15 diff --git a/dev-R/Rcpp/metadata.xml b/dev-R/Rcpp/metadata.xml
16 index 6dda53784..3a299b984 100644
17 --- a/dev-R/Rcpp/metadata.xml
18 +++ b/dev-R/Rcpp/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 - The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package
30 - </longdescription>
31 - <upstream>
32 - <bugs-to>
33 - https://github.com/RcppCore/Rcpp/issues
34 - </bugs-to>
35 - <doc lang="en">
36 - https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf
37 - </doc>
38 - <changelog>
39 - https://cran.r-project.org/web//packages/Rcpp/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 - RcppCore/Rcpp
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">The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package</longdescription>
58 + <upstream>
59 + <bugs-to>https://github.com/RcppCore/Rcpp/issues</bugs-to>
60 + <doc lang="en">https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf</doc>
61 + <changelog>https://cran.r-project.org/web//packages/Rcpp/ChangeLog</changelog>
62 + <maintainer>
63 + <name>Dirk Eddelbuettel</name>
64 + <email>edd@××××××.org</email>
65 + </maintainer>
66 + <remote-id type="github">RcppCore/Rcpp</remote-id>
67 + </upstream>
68 </pkgmetadata>