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 B431113835A for ; Fri, 8 May 2020 10:19:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB22DE087A; Fri, 8 May 2020 10:19:10 +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 C21EDE087A for ; Fri, 8 May 2020 10:19:10 +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 8A61A34F30F for ; Fri, 8 May 2020 10:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED90C233 for ; Fri, 8 May 2020 10:19:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588897642.1d9717bf61e9051dd73bc45060ed1c6a1cf5471c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/rlang/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/rlang/Manifest dev-R/rlang/metadata.xml dev-R/rlang/rlang-0.4.6.ebuild X-VCS-Directories: dev-R/rlang/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1d9717bf61e9051dd73bc45060ed1c6a1cf5471c X-VCS-Branch: master Date: Fri, 8 May 2020 10:19:05 +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: 8c82186c-bf20-43a7-800f-846385868d3e X-Archives-Hash: fc335a10634285972caf6d9648a4ced7 commit: 1d9717bf61e9051dd73bc45060ed1c6a1cf5471c Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 00:00:14 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 8 00:27:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d9717bf dev-R/rlang: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/rlang/Manifest | 1 + dev-R/rlang/metadata.xml | 33 +++++++++++++++++++++++++++++++++ dev-R/rlang/rlang-0.4.6.ebuild | 18 ++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-R/rlang/Manifest b/dev-R/rlang/Manifest new file mode 100644 index 0000000..0619d75 --- /dev/null +++ b/dev-R/rlang/Manifest @@ -0,0 +1 @@ +DIST rlang_0.4.6.tar.gz 835198 BLAKE2B 3b6f2ce9250a0fc390e4664606b1a8a3d9f1d3e9fbf1c3691a97183e04f6c1c7b9b97e363e3225bf294eaa25362d2fea743afff9d57b325471898ea971938f1e SHA512 d128a49a098de75d672d9f7bada3234aa2a2bdced69fd680822b9d2320431f01ec95440a3925038aabd493c83834a8d1f53b6dadac66974ad0e13d0ab3f1aec1 diff --git a/dev-R/rlang/metadata.xml b/dev-R/rlang/metadata.xml new file mode 100644 index 0000000..f03eca4 --- /dev/null +++ b/dev-R/rlang/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation. + + + + https://github.com/r-lib/rlang/issues + + + https://cran.r-project.org/web//packages/rlang/rlang.pdf + + + https://cran.r-project.org/web//packages/rlang/news/news.html + + + + Lionel Henry + + + lionel@rstudio.com + + + + r-lib/rlang + + + diff --git a/dev-R/rlang/rlang-0.4.6.ebuild b/dev-R/rlang/rlang-0.4.6.ebuild new file mode 100644 index 0000000..f5e1bf5 --- /dev/null +++ b/dev-R/rlang/rlang-0.4.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 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/rlang_0.4.6.tar.gz" +LICENSE='GPL-3' +HOMEPAGE=" + http://rlang.r-lib.org + https://github.com/r-lib/rlang + https://cran.r-project.org/package=rlang +" + +IUSE="${IUSE-}" +DEPEND=">=dev-lang/R-3.2.0"