dev-R/evaluate: 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:39:32 +02:00
parent d5f41e88b2
commit 95ad658b50
3 changed files with 23 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST evaluate_0.14.tar.gz 24206 BLAKE2B 5d72d84d3c404eeb612da8a80b7b68e4c921516cc53fa477d19452ec7394541b8c9fe4dca80481120346c924381278df25ef5eedcb85afcaaceb0ef80e810934 SHA512 3a74a7fd9ce7d933a3070954c54ab36ca39b0fe5b90227ebaa7a35bff7642ce438240034f43f40f47e7d80788489ad6018fc5901dc7266df773fe380e16105a5

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Parsing and Evaluation Tools that provide more details than the default'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND=">=dev-lang/R-3.0.2"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Parsing and Evaluation Tools that Provide More Details than the
Default // Parsing and evaluation tools that make it easy to
recreate the command line behaviour of R.
</longdescription>
</pkgmetadata>