From d10ed803bbbcbf47f60b79494ae934a46b54e4fa Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 18 Apr 2022 01:48:02 +0000 Subject: Adding metadata --- dev-R/Rcpp/Rcpp-1.0.8.3.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'dev-R/Rcpp') diff --git a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild index 5376521a85a7..70f9a5eb4f06 100644 --- a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild +++ b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild @@ -6,14 +6,24 @@ EAPI="7" inherit R-packages DESCRIPTION='Seamless R and C++ Integration' -LICENSE='GPL-2+' HOMEPAGE=" https://www.rcpp.org http://dirk.eddelbuettel.com/code/rcpp.html https://github.com/RcppCore/Rcpp https://cran.r-project.org/package=Rcpp " + +LICENSE='GPL-2+ Boost-1.0' KEYWORDS="~amd64" +IUSE="examples" + +src_prepare() { + if ! use examples ; then + rm -r inst/examples || die + fi + rm -r inst/tinytest || die + R-packages_src_prepare +} SUGGESTED_PACKAGES=" dev-R/tinytest -- cgit v1.3