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 DC1D31382C5 for ; Sun, 14 Mar 2021 22:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C18B1E081A; Sun, 14 Mar 2021 22:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AD26DE0827 for ; Sun, 14 Mar 2021 22:42:19 +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 924C4340D9E for ; Sun, 14 Mar 2021 22:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FE5D59B 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.56f3795cda9a28358d4b940d65376b07d6f860b8.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/crayon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/crayon/Manifest dev-R/crayon/crayon-1.4.1.ebuild X-VCS-Directories: dev-R/crayon/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 56f3795cda9a28358d4b940d65376b07d6f860b8 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: a52398b4-fcd5-4ffe-9a38-8791cda86b7f X-Archives-Hash: 5bf8fbc6014d0c74f09c9f854b80a3cb commit: 56f3795cda9a28358d4b940d65376b07d6f860b8 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 14 22:16:44 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=56f3795c dev-R/crayon: new version Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/crayon/Manifest | 1 + dev-R/crayon/crayon-1.4.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-R/crayon/Manifest b/dev-R/crayon/Manifest index 6c17a130..2dbc2699 100644 --- a/dev-R/crayon/Manifest +++ b/dev-R/crayon/Manifest @@ -1 +1,2 @@ DIST crayon_1.3.4.tar.gz 658694 BLAKE2B 6afaa0a7ee5bd2727ddf10d5a2a0741919e89531aa1ec1ce04373299d308df374979e097e986d122c83ee1b5cebbd92b3ae63147a8dd549211df3cf85844c842 SHA512 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18 +DIST crayon_1.4.1.tar.gz 35769 BLAKE2B a856389d0368b7bdd469ca62d1d986d800ceee60de80b4d218c1ad40b3ec4b5f1be7f0426f5d12d803d31d151cf2933e8be254b3aa44a002e9eb56f2fc2f8a9c SHA512 cb449c04c8ecf8e78d91a8deb0d0ebe2407e4c608f0d001448985aca0cf81f1a5371ea0e1c96cb598d947db4b3f5ad484c7b4f6457ff06cd9bfce3cbb45b483c diff --git a/dev-R/crayon/crayon-1.4.1.ebuild b/dev-R/crayon/crayon-1.4.1.ebuild new file mode 100644 index 00000000..79107916 --- /dev/null +++ b/dev-R/crayon/crayon-1.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 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/${PN}_${PV}.tar.gz" +LICENSE='MIT' +KEYWORDS="~amd64" +IUSE="${IUSE-}"