From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37C8015808B for ; Sat, 16 Apr 2022 16:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 524D2E08F0; Sat, 16 Apr 2022 16:20:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35F11E08F0 for ; Sat, 16 Apr 2022 16:20:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F0433417D8 for ; Sat, 16 Apr 2022 16:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E2B63F0 for ; Sat, 16 Apr 2022 16:20:10 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650126007.8d8f620668aef8c4171c1aa5ff4899a271c0fc19.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/Rcpp/Rcpp-1.0.8.3.ebuild X-VCS-Directories: dev-R/Rcpp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8d8f620668aef8c4171c1aa5ff4899a271c0fc19 X-VCS-Branch: dev Date: Sat, 16 Apr 2022 16:20:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e009c8f-71c0-4000-b77b-f9759d4749e7 X-Archives-Hash: 5254a4b0f0fb37e25edd24f7a45219fd commit: 8d8f620668aef8c4171c1aa5ff4899a271c0fc19 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 16 15:46:38 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Apr 16 16:20:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d8f6206 dev-R/Rcpp: update LICENSE Signed-off-by: Alessandro Barbieri gmail.com> dev-R/Rcpp/Rcpp-1.0.8.3.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.3.ebuild index 5376521a8..70f9a5eb4 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