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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E6F013835C for ; Fri, 8 May 2020 16:57:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B94DE0835; Fri, 8 May 2020 16:57:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58E33E0831 for ; Fri, 8 May 2020 16:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 495E034F19D for ; Fri, 8 May 2020 16:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEA87230 for ; Fri, 8 May 2020 16:57:30 +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: <1588952366.e009283895e678fd9be247c6a18dd05bc94b8b54.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/Manifest dev-R/Rcpp/Rcpp-1.0.4.6.ebuild dev-R/Rcpp/metadata.xml X-VCS-Directories: dev-R/Rcpp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e009283895e678fd9be247c6a18dd05bc94b8b54 X-VCS-Branch: dev Date: Fri, 8 May 2020 16:57:30 +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: 1f848051-0184-4b2a-8ea3-c62384d3b9d0 X-Archives-Hash: 606477554ad0bef0eca27499769c2dac commit: e009283895e678fd9be247c6a18dd05bc94b8b54 Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 15:39:26 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 15:39:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0092838 dev-R/Rcpp: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/Rcpp/Manifest | 1 + dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 17 +++++++++++++++++ dev-R/Rcpp/metadata.xml | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest new file mode 100644 index 0000000..e80a5ed --- /dev/null +++ b/dev-R/Rcpp/Manifest @@ -0,0 +1 @@ +DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild new file mode 100644 index 0000000..b2ca58d --- /dev/null +++ b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Seamless R and C++ Integration' +SRC_URI="http://cran.r-project.org/src/contrib/Rcpp_1.0.4.6.tar.gz" +LICENSE='GPL-2+' +HOMEPAGE=" + http://www.rcpp.org + http://dirk.eddelbuettel.com/code/rcpp.html + https://github.com/RcppCore/Rcpp + https://cran.r-project.org/package=Rcpp +" +IUSE="${IUSE-}" diff --git a/dev-R/Rcpp/metadata.xml b/dev-R/Rcpp/metadata.xml new file mode 100644 index 0000000..6dda537 --- /dev/null +++ b/dev-R/Rcpp/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + 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 + + + + https://github.com/RcppCore/Rcpp/issues + + + https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf + + + https://cran.r-project.org/web//packages/Rcpp/ChangeLog + + + + Dirk Eddelbuettel + + + edd@debian.org + + + + RcppCore/Rcpp + + +