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 6A4EF1382C5 for ; Sun, 14 Mar 2021 22:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B9EE081E; Sun, 14 Mar 2021 22:42:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9985EE081A for ; Sun, 14 Mar 2021 22:42:19 +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 9DE4C340D9F for ; Sun, 14 Mar 2021 22:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F025A5 for ; Sun, 14 Mar 2021 22:42:17 +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: <1615761734.57fde1dd24ac33c7b0a494da12e36c1805899e8d.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.6.ebuild X-VCS-Directories: dev-R/Rcpp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 57fde1dd24ac33c7b0a494da12e36c1805899e8d X-VCS-Branch: dev Date: Sun, 14 Mar 2021 22:42:17 +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: 2ec2e4bd-0597-4bf0-b283-fb6528abc69a X-Archives-Hash: 4ce1612fe4438bb0cd8b99970ce8c6d4 commit: 57fde1dd24ac33c7b0a494da12e36c1805899e8d Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 14 22:22:08 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 14 22:42:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57fde1dd dev-R/Rcpp: new version Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/Rcpp/Manifest | 1 + dev-R/Rcpp/Rcpp-1.0.6.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest index e80a5ed1..97e5ce19 100644 --- a/dev-R/Rcpp/Manifest +++ b/dev-R/Rcpp/Manifest @@ -1 +1,2 @@ DIST Rcpp_1.0.4.6.tar.gz 2751467 BLAKE2B 1df5a1ab26974a0d4ec2bf8708a0f81a7bc8e27a1d50deda50375a0086c8284e6521914581c8bf336359ae61ab1c3be2cd18e49040451c8921a54188f4c75da4 SHA512 d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df +DIST Rcpp_1.0.6.tar.gz 2952876 BLAKE2B cb5b06a187389f1e7aac21623c318c0c0ad02812b49a841dc85680a82d2fbfb28ef040c2f5c9e25969a812d2d0479858969efe327235f12ab99cbf4d3bbfd7ce SHA512 eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.6.ebuild new file mode 100644 index 00000000..29069a79 --- /dev/null +++ b/dev-R/Rcpp/Rcpp-1.0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 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/${PN}_${PV}.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-}" +KEYWORDS="~amd64"