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 9A9F813835A 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 B97D2E0824; Sun, 14 Mar 2021 22:42:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9E9B8E0824 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 684AD340D9B 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 1C6A2591 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.0e4d44aae69d9383814574e22874d531dffca356.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/R6/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/R6/Manifest dev-R/R6/R6-2.5.0.ebuild X-VCS-Directories: dev-R/R6/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0e4d44aae69d9383814574e22874d531dffca356 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: 7a1db653-d123-49f2-b692-842c1eb28891 X-Archives-Hash: 61d6a6027314cad6b4136c9083aa442e commit: 0e4d44aae69d9383814574e22874d531dffca356 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 14 22:11:04 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=0e4d44aa dev-R/R6: new version Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/R6/Manifest | 1 + dev-R/R6/R6-2.5.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-R/R6/Manifest b/dev-R/R6/Manifest index 8e57d266..6649aa3f 100644 --- a/dev-R/R6/Manifest +++ b/dev-R/R6/Manifest @@ -1 +1,2 @@ DIST R6_2.4.1.tar.gz 35536 BLAKE2B 0a2e7664d0b5911fe0f6c40bd80314ed6a100cbce9c9afe60a166e9fa0da773d16c0db545b28992b543d5a380c45bd977413026e422be13ca4706a4b0d7137e8 SHA512 bf165edf15f4fb3a4ad94b80bcf96f255b6889649b40c7f27af10841a55d81d02f8a42707fc08a5bcadfa94d77d67f4617739a75b3e7d99ba57bb9100dde98b0 +DIST R6_2.5.0.tar.gz 63361 BLAKE2B 52320699e5a10698345e741b7790d54bdcc252ed32e84e3468eaded7289c5b28a922df841d36e09d31a566d84ad083f1296d305141bae71279bcb0a578f553df SHA512 09cfd4c5bde6ff46ec64622e81e24e944f325e720f6a65d476faca045505954e66a6a0efe9abeb9c88646c8071cda1c0267e325a342f00ee1933694d4d3a22c7 diff --git a/dev-R/R6/R6-2.5.0.ebuild b/dev-R/R6/R6-2.5.0.ebuild new file mode 100644 index 00000000..54e90d5f --- /dev/null +++ b/dev-R/R6/R6-2.5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Encapsulated Classes with Reference Semantics' +SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +LICENSE='MIT' +HOMEPAGE=" + https://r6.r-lib.org + https://github.com/r-lib/R6 + https://cran.r-project.org/package=R6 +" +IUSE="${IUSE-}" +KEYWORDS="~amd64" +DEPEND=">=dev-lang/R-3.0" +RDEPEND="${DEPEND}"