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 EA5E713835A 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 C50A5E0827; Sun, 14 Mar 2021 22:42:19 +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 AC82CE081A 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 5CCAD335DBD 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 09ADD583 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.62636380cc773ec8908d595f7c2fb808ba7e905b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/rlang/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/rlang/Manifest dev-R/rlang/rlang-0.4.10.ebuild X-VCS-Directories: dev-R/rlang/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 62636380cc773ec8908d595f7c2fb808ba7e905b 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: b4eaa370-e6d5-4c9a-9cc1-10a837468836 X-Archives-Hash: 9a508966fa315d0f68c8cd9f07568657 commit: 62636380cc773ec8908d595f7c2fb808ba7e905b Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 14 22:07:35 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=62636380 dev-R/rlang: new version Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/rlang/Manifest | 1 + dev-R/rlang/rlang-0.4.10.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-R/rlang/Manifest b/dev-R/rlang/Manifest index 0619d75a..40ba0057 100644 --- a/dev-R/rlang/Manifest +++ b/dev-R/rlang/Manifest @@ -1 +1,2 @@ +DIST rlang_0.4.10.tar.gz 915685 BLAKE2B a5738147b9977a6ae041962d3dab46a52c88d593e3a7bacce587bc48291f4084459cb1d2fde403bd476ac0476a360bf7e5886481a5be680c0e36ed1fa0b61d3f SHA512 f251217a448c484941d34edf5cb0964ab34f552c303ad3793084c03e57e4b6024c32a810644d3b2ba9d3b989b850b676ed5a89376d14507bbd2365feb4c7db2d DIST rlang_0.4.6.tar.gz 835198 BLAKE2B 3b6f2ce9250a0fc390e4664606b1a8a3d9f1d3e9fbf1c3691a97183e04f6c1c7b9b97e363e3225bf294eaa25362d2fea743afff9d57b325471898ea971938f1e SHA512 d128a49a098de75d672d9f7bada3234aa2a2bdced69fd680822b9d2320431f01ec95440a3925038aabd493c83834a8d1f53b6dadac66974ad0e13d0ab3f1aec1 diff --git a/dev-R/rlang/rlang-0.4.10.ebuild b/dev-R/rlang/rlang-0.4.10.ebuild new file mode 100644 index 00000000..c64b1c0d --- /dev/null +++ b/dev-R/rlang/rlang-0.4.10.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='Functions for Base Types and Core R and Tidyverse Features' +SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +LICENSE='GPL-3' +HOMEPAGE=" + https://rlang.r-lib.org + https://github.com/r-lib/rlang + https://cran.r-project.org/package=rlang +" +KEYWORDS="~amd64" +IUSE="${IUSE-}" +DEPEND=">=dev-lang/R-3.3.0" +RDEPEND="${DEPEND}"