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 0077C13835A for ; Fri, 8 May 2020 10:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EE92E0856; Fri, 8 May 2020 10:19:09 +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 E54BAE0856 for ; Fri, 8 May 2020 10:19:08 +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 444CC34F2DC for ; Fri, 8 May 2020 10:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38CE230 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: <1588897641.5b11bdae3cb1da75ea33c28082160bec17c7423c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/crayon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/crayon/Manifest dev-R/crayon/crayon-1.3.4.ebuild dev-R/crayon/metadata.xml X-VCS-Directories: dev-R/crayon/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5b11bdae3cb1da75ea33c28082160bec17c7423c 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: f37b3c77-422f-433a-9755-70b1301a967a X-Archives-Hash: d7b3fc2996cdda628303a70196fb6474 commit: 5b11bdae3cb1da75ea33c28082160bec17c7423c Author: Alessandro Barbieri gmail com> AuthorDate: Thu May 7 23:46:31 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 8 00:27:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b11bdae dev-R/crayon: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/crayon/Manifest | 1 + dev-R/crayon/crayon-1.3.4.ebuild | 16 ++++++++++++++++ dev-R/crayon/metadata.xml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-R/crayon/Manifest b/dev-R/crayon/Manifest new file mode 100644 index 0000000..6c17a13 --- /dev/null +++ b/dev-R/crayon/Manifest @@ -0,0 +1 @@ +DIST crayon_1.3.4.tar.gz 658694 BLAKE2B 6afaa0a7ee5bd2727ddf10d5a2a0741919e89531aa1ec1ce04373299d308df374979e097e986d122c83ee1b5cebbd92b3ae63147a8dd549211df3cf85844c842 SHA512 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18 diff --git a/dev-R/crayon/crayon-1.3.4.ebuild b/dev-R/crayon/crayon-1.3.4.ebuild new file mode 100644 index 0000000..1d0a3ce --- /dev/null +++ b/dev-R/crayon/crayon-1.3.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Colored Terminal Output' +HOMEPAGE=" + https://github.com/r-lib/crayon + https://cran.r-project.org/package=crayon +" +SRC_URI="http://cran.r-project.org/src/contrib/crayon_1.3.4.tar.gz" +LICENSE='MIT' + +IUSE="${IUSE-}" diff --git a/dev-R/crayon/metadata.xml b/dev-R/crayon/metadata.xml new file mode 100644 index 0000000..caab7c7 --- /dev/null +++ b/dev-R/crayon/metadata.xml @@ -0,0 +1,30 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project. + + + + https://github.com/r-lib/crayon/issues + + + https://cran.r-project.org/web//packages/crayon/crayon.pdf + + + + Gábor Csárdi + + + csardi.gabor@gmail.com + + + + r-lib/crayon + + +