summaryrefslogtreecommitdiff
path: root/dev-R/Rcpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/Rcpp')
-rw-r--r--dev-R/Rcpp/Rcpp-1.0.8.3.ebuild12
1 files changed, 11 insertions, 1 deletions
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