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 A97EB13835A for ; Fri, 8 May 2020 00:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDA19E089D; Fri, 8 May 2020 00:27:31 +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 90785E089D for ; Fri, 8 May 2020 00:27:31 +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 5D93334F2EB for ; Fri, 8 May 2020 00:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03EE22B for ; Fri, 8 May 2020 00:27:27 +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: <1588897642.32ae3b653997e67230360b50f775ccfd6acab071.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/cli/Manifest dev-R/cli/cli-2.0.2.ebuild dev-R/cli/metadata.xml X-VCS-Directories: dev-R/cli/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 32ae3b653997e67230360b50f775ccfd6acab071 X-VCS-Branch: dev Date: Fri, 8 May 2020 00:27:27 +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: 11ad673b-9b80-4b25-ba2d-adcc38fb8509 X-Archives-Hash: c0c97c9a9b5d7563a7de4121dd7c1526 commit: 32ae3b653997e67230360b50f775ccfd6acab071 Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 7 23:55:25 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 00:27:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32ae3b65 dev-R/cli: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/cli/Manifest | 1 + dev-R/cli/cli-2.0.2.ebuild | 23 +++++++++++++++++++++++ dev-R/cli/metadata.xml | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-R/cli/Manifest b/dev-R/cli/Manifest new file mode 100644 index 0000000..360bfbb --- /dev/null +++ b/dev-R/cli/Manifest @@ -0,0 +1 @@ +DIST cli_2.0.2.tar.gz 116357 BLAKE2B a6eba3e12e63ea37dcd139c1e70d318f0478e6b3ce39c6172d85fe64d622366c58878c6d80da0afe52ce2823e156f5007c33576e937418f3460260528788a515 SHA512 c5a398a35bfbc43b618b97477ef97785c674c1aad03fcbf20786f1eab057cd5f21da430ffa69161d14a331b2e538d8dc75b6a3a2699db799b1441dce31d3761e diff --git a/dev-R/cli/cli-2.0.2.ebuild b/dev-R/cli/cli-2.0.2.ebuild new file mode 100644 index 0000000..1439403 --- /dev/null +++ b/dev-R/cli/cli-2.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Helpers for Developing Command Line Interfaces' +HOMEPAGE=" + https://github.com/r-lib/cli + https://cran.r-project.org/package=cli +" +SRC_URI="http://cran.r-project.org/src/contrib/cli_2.0.2.tar.gz" +LICENSE='MIT' + +IUSE="${IUSE-}" +DEPEND=" + dev-R/assertthat + >=dev-R/crayon-1.3.4 + dev-R/fansi + dev-R/glue +" +RDEPEND="${DEPEND-}" diff --git a/dev-R/cli/metadata.xml b/dev-R/cli/metadata.xml new file mode 100644 index 0000000..8a26b07 --- /dev/null +++ b/dev-R/cli/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It integrates with the 'crayon' package to support 'ANSI' terminal colors. + + + + https://github.com/r-lib/cli/issues + + + https://cran.r-project.org/web//packages/cli/cli.pdf + + + https://cran.r-project.org/web//packages/cli/news/news.html + + + + Gábor Csárdi + + + csardi.gabor@gmail.com + + + + r-lib/cli + + +