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 408DE15808B for ; Sun, 13 Mar 2022 10:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DA64E0871; Sun, 13 Mar 2022 10:03:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5400FE0871 for ; Sun, 13 Mar 2022 10:03:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 084FF343217 for ; Sun, 13 Mar 2022 10:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08F582EA for ; Sun, 13 Mar 2022 10:02:55 +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: <1647163332.966a560a2685e84f5d6bd14cdba220e9b99870d9.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.8.2.ebuild dev-R/Rcpp/Rcpp-1.0.8.ebuild X-VCS-Directories: dev-R/Rcpp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 966a560a2685e84f5d6bd14cdba220e9b99870d9 X-VCS-Branch: dev Date: Sun, 13 Mar 2022 10:02:55 +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: 38648725-de58-47d2-b583-a5349a930794 X-Archives-Hash: c80ba6d5212ba476906f9f2de5d9438d commit: 966a560a2685e84f5d6bd14cdba220e9b99870d9 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 13 09:22:12 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 13 09:22:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=966a560a dev-R/Rcpp: add 1.0.8.2, drop 1.0.8 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/Rcpp/Manifest | 2 +- dev-R/Rcpp/{Rcpp-1.0.8.ebuild => Rcpp-1.0.8.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest index 5368cd51d..e33734fda 100644 --- a/dev-R/Rcpp/Manifest +++ b/dev-R/Rcpp/Manifest @@ -1 +1 @@ -DIST Rcpp_1.0.8.tar.gz 3036631 BLAKE2B dd488114a0b6b1a4d146c7c30200c4c81c0c6f590380b5247debcf146af76e8c57bcd32ef44f9e382d379bcab64d9a78ada2b94d0d00a0d0dc71099bdd74d5b2 SHA512 04956338d6d83137aaa57b8d893971fb9a7570e320611cd911c957a8b1bed80500b87ea105ead77326e78045d593bbfe60960ebb1ca23d38ca6a71f04b5fdf0e +DIST Rcpp_1.0.8.2.tar.gz 3084732 BLAKE2B 6b35a5040ba19b4c4c71b3459a0bfb8d7b0d74bd5e85560d2eeea8dcad63a9d5a90ac46098999970c52a9a01c1d574b633fe0574a60ede190f979a35dbd378f0 SHA512 30ce099d81012c56ee07837528eb4b78ad852b52fc137f5692777953b8d8a7955b43e5c0687cd9a1d24493230ab3ed403d8eed4446ced12f341e97f0caba1d79 diff --git a/dev-R/Rcpp/Rcpp-1.0.8.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.2.ebuild similarity index 100% rename from dev-R/Rcpp/Rcpp-1.0.8.ebuild rename to dev-R/Rcpp/Rcpp-1.0.8.2.ebuild