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 72CCD138359 for ; Fri, 8 May 2020 00:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C3BE08ED; Fri, 8 May 2020 00:27:33 +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 D0C3BE08ED for ; Fri, 8 May 2020 00:27:32 +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 B314634F2EE for ; Fri, 8 May 2020 00:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BAF0234 for ; Fri, 8 May 2020 00:27:28 +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: <1588897643.bb28238c7e1a7bdb4b9a10a426156e75a5e93512.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/vctrs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/vctrs/Manifest dev-R/vctrs/metadata.xml dev-R/vctrs/vctrs-0.2.4.ebuild X-VCS-Directories: dev-R/vctrs/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: bb28238c7e1a7bdb4b9a10a426156e75a5e93512 X-VCS-Branch: dev Date: Fri, 8 May 2020 00:27:28 +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: c3b2dbec-6d71-4bc0-a738-6425a8c1185b X-Archives-Hash: e0dce35b9d91d01f845492b799846d98 commit: bb28238c7e1a7bdb4b9a10a426156e75a5e93512 Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 00:25:32 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 00:27:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb28238c dev-R/vctrs: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/vctrs/Manifest | 1 + dev-R/vctrs/metadata.xml | 33 +++++++++++++++++++++++++++++++++ dev-R/vctrs/vctrs-0.2.4.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 58 insertions(+) diff --git a/dev-R/vctrs/Manifest b/dev-R/vctrs/Manifest new file mode 100644 index 0000000..6ecf329 --- /dev/null +++ b/dev-R/vctrs/Manifest @@ -0,0 +1 @@ +DIST vctrs_0.2.4.tar.gz 787455 BLAKE2B bcf86164566c4d70ec9d64e670eaf12dc80c5b115fa0320b79ee13b79113ef1b372dd728af6d3610680f124ff87f2c83268baed234a75ba6277e69a313dc2512 SHA512 2d23a58d407b1eff2162883d6906684ab0f3ec8a4ca2be7274bc82f29b2a846bce7d288d20b47ceb912846f4ee743556955b569b655efbd1d7d3d0da897e76ac diff --git a/dev-R/vctrs/metadata.xml b/dev-R/vctrs/metadata.xml new file mode 100644 index 0000000..eaeb354 --- /dev/null +++ b/dev-R/vctrs/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces. + + + + https://github.com/r-lib/vctrs/issues + + + https://cran.r-project.org/web//packages/vctrs/vctrs.pdf + + + https://cran.r-project.org/web//packages/vctrs/news/news.html + + + + Hadley Wickham + + + hadley@rstudio.com + + + + r-lib/vctrs + + + diff --git a/dev-R/vctrs/vctrs-0.2.4.ebuild b/dev-R/vctrs/vctrs-0.2.4.ebuild new file mode 100644 index 0000000..ae67774 --- /dev/null +++ b/dev-R/vctrs/vctrs-0.2.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Vector Helpers' +HOMEPAGE=" + https://github.com/r-lib/vctrs + https://cran.r-project.org/package=vctrs +" +SRC_URI="http://cran.r-project.org/src/contrib/vctrs_0.2.4.tar.gz" +LICENSE='GPL-3' + +IUSE="${IUSE-}" +DEPEND=" + >=dev-lang/R-3.2 + dev-R/digest + >=dev-R/ellipsis-0.2.0 + dev-R/glue + >=dev-R/rlang-0.4.5 +" +RDEPEND="${DEPEND-}"