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 422EB13835A for ; Sun, 14 Mar 2021 22:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61024E0877; Sun, 14 Mar 2021 22:42:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4C18FE0877 for ; Sun, 14 Mar 2021 22:42:22 +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 70FC2340DAC for ; Sun, 14 Mar 2021 22:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C612C5AE 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.140df1dde3f2ec4e5a31c338165dc0ec6eed3f39.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/pillar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/pillar/Manifest dev-R/pillar/pillar-1.5.1.ebuild X-VCS-Directories: dev-R/pillar/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 140df1dde3f2ec4e5a31c338165dc0ec6eed3f39 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: 4f0eaccd-c5d0-4db6-b4f9-2d264f04847c X-Archives-Hash: 8cccd7648f43927e485a26654c7c1c36 commit: 140df1dde3f2ec4e5a31c338165dc0ec6eed3f39 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 14 22:28:56 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=140df1dd dev-R/pillar: new version Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/pillar/Manifest | 1 + dev-R/pillar/pillar-1.5.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-R/pillar/Manifest b/dev-R/pillar/Manifest index 08a6de0a..b67424fb 100644 --- a/dev-R/pillar/Manifest +++ b/dev-R/pillar/Manifest @@ -1 +1,2 @@ DIST pillar_1.4.4.tar.gz 231021 BLAKE2B 21a5597f70f093ff50fe21f79e2903ee16efc724cdb2b99396d29e1857c8cf7c8700c5d3f440db95f692691b0df0e82ef3419d17777146c76dbd0c1418d9780d SHA512 e1b325908b6d79bbc5e944b4117a46016be88bc5a71ce8e5494a3a46a85039d6d216b1699014dcafbe2d4f3365130a65d0ef481f66b2e6ee9df49c1e8801aad4 +DIST pillar_1.5.1.tar.gz 1069450 BLAKE2B 31ef4984521be38e97912a3808341b3f03c4750aa974bfa680d43b969104dea1f818b76e5fb0e410e9da04deeee3553ace2cd40d3d8d964e390674ab4c923626 SHA512 a7dbcfa659506a10b03859d48ee3cabe1fea1874c82d0cecdf246f4a1de5aa4d24949ea5998d52fa172f296870960f572000c3f9784d1a073622f6f5d497befe diff --git a/dev-R/pillar/pillar-1.5.1.ebuild b/dev-R/pillar/pillar-1.5.1.ebuild new file mode 100644 index 00000000..e2ad61eb --- /dev/null +++ b/dev-R/pillar/pillar-1.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Coloured Formatting for Columns' +HOMEPAGE=" + https://github.com/r-lib/pillar + https://cran.r-project.org/package=pillar +" +SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +LICENSE='GPL-3' +KEYWORDS="~amd64" +IUSE="${IUSE-}" +DEPEND=" + dev-R/cli + >=dev-R/crayon-1.3.4 + dev-R/ellipsis + dev-R/fansi + dev-R/lifecycle + >=dev-R/rlang-0.3.0 + >=dev-R/utf8-1.1.0 + >=dev-R/vctrs-0.2.0 +" +RDEPEND="${DEPEND-}"