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 532221382C5 for ; Mon, 31 May 2021 22:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EAE2E086E; Mon, 31 May 2021 22:04:51 +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 EC71CE086E for ; Mon, 31 May 2021 22:04:50 +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 DFC72340DDB for ; Mon, 31 May 2021 22:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30DBD7A6 for ; Mon, 31 May 2021 22:04:46 +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: <1622498681.fa5aca9312de3f50958bd192845b1a8317733702.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/diffobj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/diffobj/Manifest dev-R/diffobj/diffobj-0.3.4.ebuild dev-R/diffobj/metadata.xml X-VCS-Directories: dev-R/diffobj/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: fa5aca9312de3f50958bd192845b1a8317733702 X-VCS-Branch: dev Date: Mon, 31 May 2021 22:04:46 +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: 50c74c48-62f5-48b0-aa34-5857dcf25c83 X-Archives-Hash: 37d022d46d1a335db97a8cb1b3997792 commit: fa5aca9312de3f50958bd192845b1a8317733702 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 21:40:03 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:04:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa5aca93 dev-R/diffobj: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/diffobj/Manifest | 1 + dev-R/diffobj/diffobj-0.3.4.ebuild | 16 ++++++++++++++++ dev-R/diffobj/metadata.xml | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/dev-R/diffobj/Manifest b/dev-R/diffobj/Manifest new file mode 100644 index 000000000..5244a5f50 --- /dev/null +++ b/dev-R/diffobj/Manifest @@ -0,0 +1 @@ +DIST diffobj_0.3.4.tar.gz 477614 BLAKE2B 25b031b3dbe528596696ecaaf3f7c13c772076d38fadc0edcbf1dee74d2dc9fec44b783733735835b8ee50dcdbe6a18930241740e1962e19ea72f998fa666940 SHA512 b0c8e846615f3cd85092a806f99526d26235ca3b35e7c99d489dd112525ef7a2e955cecdc8dfeee5e3fabe8aa77212b2d5eeec28a4021a2a44f76f76038d5994 diff --git a/dev-R/diffobj/diffobj-0.3.4.ebuild b/dev-R/diffobj/diffobj-0.3.4.ebuild new file mode 100644 index 000000000..92b63fe6c --- /dev/null +++ b/dev-R/diffobj/diffobj-0.3.4.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 + +DESCRIPTION='Diffs for R Objects' +KEYWORDS="~amd64" +LICENSE='GPL-2+' + +DEPEND=" + >=dev-lang/R-3.1.0 + >=dev-R/crayon-1.3.2 +" +RDEPEND="${DEPEND}" diff --git a/dev-R/diffobj/metadata.xml b/dev-R/diffobj/metadata.xml new file mode 100644 index 000000000..947815297 --- /dev/null +++ b/dev-R/diffobj/metadata.xml @@ -0,0 +1,8 @@ + + + + + Diffs for R Objects // Generate a colorized diff of two R objects + for an intuitive visualization of their differences. + +