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 707E01382C5 for ; Wed, 7 Apr 2021 20:12:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1F9EE0872; Wed, 7 Apr 2021 20:12:38 +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 950E3E0825 for ; Wed, 7 Apr 2021 20:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4192634092D for ; Wed, 7 Apr 2021 20:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F2D563F for ; Wed, 7 Apr 2021 20:12:35 +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: <1617826265.2a4e08d5afca780f63b649ea4310ec38a87c23cf.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.4.6.ebuild 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: 2a4e08d5afca780f63b649ea4310ec38a87c23cf X-VCS-Branch: dev Date: Wed, 7 Apr 2021 20:12:35 +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: 6481dc81-675e-4e53-987e-1a654390b107 X-Archives-Hash: 613eae8d68564d9244f1b2c722382123 commit: 2a4e08d5afca780f63b649ea4310ec38a87c23cf Author: Alessandro Barbieri gmail com> AuthorDate: Wed Apr 7 20:11:05 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 7 20:11:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a4e08d5 dev-R/Rcpp: mirrors Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/Rcpp/Rcpp-1.0.4.6.ebuild | 4 ++-- dev-R/Rcpp/Rcpp-1.0.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild index 9edb4e6c8..7c605f1c6 100644 --- a/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild +++ b/dev-R/Rcpp/Rcpp-1.0.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -6,7 +6,7 @@ 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" +SRC_URI="mirror://cran/src/contrib/Rcpp_1.0.4.6.tar.gz" LICENSE='GPL-2+' HOMEPAGE=" http://www.rcpp.org diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.6.ebuild index 29069a793..58c09c969 100644 --- a/dev-R/Rcpp/Rcpp-1.0.6.ebuild +++ b/dev-R/Rcpp/Rcpp-1.0.6.ebuild @@ -6,7 +6,7 @@ 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" +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-2+' HOMEPAGE=" http://www.rcpp.org