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/RcppArmadillo/
Date: Mon, 31 May 2021 22:04:55
Message-Id: 1622498682.f71ebc154b030b4ec6d928d93fb0b607473b6181.Alessandro-Barbieri@gentoo
1 commit: f71ebc154b030b4ec6d928d93fb0b607473b6181
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:50:25 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f71ebc15
7
8 dev-R/RcppArmadillo: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/RcppArmadillo/Manifest | 1 +
14 .../RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild | 19 ++++++++++++++++++
15 dev-R/RcppArmadillo/metadata.xml | 23 ++++++++++++++++++++++
16 3 files changed, 43 insertions(+)
17
18 diff --git a/dev-R/RcppArmadillo/Manifest b/dev-R/RcppArmadillo/Manifest
19 new file mode 100644
20 index 000000000..d669ccdb9
21 --- /dev/null
22 +++ b/dev-R/RcppArmadillo/Manifest
23 @@ -0,0 +1 @@
24 +DIST RcppArmadillo_0.10.5.0.0.tar.gz 1669395 BLAKE2B 5b9c7e8d63ed5c782c8a848b6d580fb31bba89e7668048a90416ba1dd95554c2d78011c11b43f4a2c6be3ee4283b44acc84977e601faf6a688256a3cebf3a739 SHA512 843012eb1b44141ef7b2a20db140eed1f219c3eba6b435e7651884c010626ccd9618d962d9d923cacecd9d63c58ad5722ce78604debe2be165aea59bd336e548
25
26 diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
27 new file mode 100644
28 index 000000000..849f5e730
29 --- /dev/null
30 +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='Rcpp Integration for the Armadillo templated linear algebra library'
40 +KEYWORDS="~amd64"
41 +LICENSE='GPL-2+'
42 +
43 +DEPEND="
44 + >=dev-lang/R-3.3.0
45 + >=dev-R/Rcpp-0.11.0
46 +"
47 +RDEPEND="
48 + ${DEPEND}
49 + dev-R/Rcpp
50 +"
51
52 diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml
53 new file mode 100644
54 index 000000000..99c087838
55 --- /dev/null
56 +++ b/dev-R/RcppArmadillo/metadata.xml
57 @@ -0,0 +1,23 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <longdescription>
62 + 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
63 + Library // 'Armadillo' is a templated C++ linear algebra
64 + library (by Conrad Sanderson) that aims towards a good balance
65 + between speed and ease of use. Integer, floating point and
66 + complex numbers are supported, as well as a subset of
67 + trigonometric and statistics functions. Various matrix
68 + decompositions are provided through optional integration with
69 + LAPACK and ATLAS libraries. The 'RcppArmadillo' package
70 + includes the header files from the templated 'Armadillo'
71 + library. Thus users do not need to install 'Armadillo' itself
72 + in order to use 'RcppArmadillo'. From release 7.800.0 on,
73 + 'Armadillo' is licensed under Apache License 2; previous
74 + releases were under licensed as MPL 2.0 from version 3.800.0
75 + onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp'
76 + bindings/bridge to Armadillo) is licensed under the GNU GPL
77 + version 2 or later, as is the rest of 'Rcpp'. Armadillo
78 + requires a C++11 compiler.
79 + </longdescription>
80 +</pkgmetadata>