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: Fri, 08 May 2020 16:57:41
Message-Id: 1588952366.e009283895e678fd9be247c6a18dd05bc94b8b54.Alessandro-Barbieri@gentoo
1 commit: e009283895e678fd9be247c6a18dd05bc94b8b54
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 8 15:39:26 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri May 8 15:39:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0092838
7
8 dev-R/Rcpp: new package
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/Rcpp/Manifest | 1 +
14 dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 17 +++++++++++++++++
15 dev-R/Rcpp/metadata.xml | 33 +++++++++++++++++++++++++++++++++
16 3 files changed, 51 insertions(+)
17
18 diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
19 new file mode 100644
20 index 0000000..e80a5ed
21 --- /dev/null
22 +++ b/dev-R/Rcpp/Manifest
23 @@ -0,0 +1 @@
24 +DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df
25
26 diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
27 new file mode 100644
28 index 0000000..b2ca58d
29 --- /dev/null
30 +++ b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild
31 @@ -0,0 +1,17 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="7"
36 +
37 +inherit R-packages-guru
38 +
39 +DESCRIPTION='Seamless R and C++ Integration'
40 +SRC_URI="http://cran.r-project.org/src/contrib/Rcpp_1.0.4.6.tar.gz"
41 +LICENSE='GPL-2+'
42 +HOMEPAGE="
43 + http://www.rcpp.org
44 + http://dirk.eddelbuettel.com/code/rcpp.html
45 + https://github.com/RcppCore/Rcpp
46 + https://cran.r-project.org/package=Rcpp
47 +"
48 +IUSE="${IUSE-}"
49
50 diff --git a/dev-R/Rcpp/metadata.xml b/dev-R/Rcpp/metadata.xml
51 new file mode 100644
52 index 0000000..6dda537
53 --- /dev/null
54 +++ b/dev-R/Rcpp/metadata.xml
55 @@ -0,0 +1,33 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 + <maintainer type="person">
60 + <email>lssndrbarbieri@×××××.com</email>
61 + <name>Alessandro Barbieri</name>
62 + </maintainer>
63 + <longdescription lang="en">
64 + 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
65 + </longdescription>
66 + <upstream>
67 + <bugs-to>
68 + https://github.com/RcppCore/Rcpp/issues
69 + </bugs-to>
70 + <doc lang="en">
71 + https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf
72 + </doc>
73 + <changelog>
74 + https://cran.r-project.org/web//packages/Rcpp/ChangeLog
75 + </changelog>
76 + <maintainer>
77 + <name>
78 + Dirk Eddelbuettel
79 + </name>
80 + <email>
81 + edd@××××××.org
82 + </email>
83 + </maintainer>
84 + <remote-id type="github">
85 + RcppCore/Rcpp
86 + </remote-id>
87 + </upstream>
88 +</pkgmetadata>