dev-R/diffobj: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:40:03 +02:00
parent 95ad658b50
commit fa5aca9312
3 changed files with 25 additions and 0 deletions

1
dev-R/diffobj/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST diffobj_0.3.4.tar.gz 477614 BLAKE2B 25b031b3dbe528596696ecaaf3f7c13c772076d38fadc0edcbf1dee74d2dc9fec44b783733735835b8ee50dcdbe6a18930241740e1962e19ea72f998fa666940 SHA512 b0c8e846615f3cd85092a806f99526d26235ca3b35e7c99d489dd112525ef7a2e955cecdc8dfeee5e3fabe8aa77212b2d5eeec28a4021a2a44f76f76038d5994

View File

@@ -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}"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Diffs for R Objects // Generate a colorized diff of two R objects
for an intuitive visualization of their differences.
</longdescription>
</pkgmetadata>