commit:     95ad658b5060da98c49d07b89a8adf5fb5adff5c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 31 21:39:32 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 31 22:04:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95ad658b

dev-R/evaluate: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/evaluate/Manifest             |  1 +
 dev-R/evaluate/evaluate-0.14.ebuild | 13 +++++++++++++
 dev-R/evaluate/metadata.xml         |  9 +++++++++
 3 files changed, 23 insertions(+)

diff --git a/dev-R/evaluate/Manifest b/dev-R/evaluate/Manifest
new file mode 100644
index 000000000..c2d33884a
--- /dev/null
+++ b/dev-R/evaluate/Manifest
@@ -0,0 +1 @@
+DIST evaluate_0.14.tar.gz 24206 BLAKE2B 
5d72d84d3c404eeb612da8a80b7b68e4c921516cc53fa477d19452ec7394541b8c9fe4dca80481120346c924381278df25ef5eedcb85afcaaceb0ef80e810934
 SHA512 
3a74a7fd9ce7d933a3070954c54ab36ca39b0fe5b90227ebaa7a35bff7642ce438240034f43f40f47e7d80788489ad6018fc5901dc7266df773fe380e16105a5

diff --git a/dev-R/evaluate/evaluate-0.14.ebuild 
b/dev-R/evaluate/evaluate-0.14.ebuild
new file mode 100644
index 000000000..bf97ae514
--- /dev/null
+++ b/dev-R/evaluate/evaluate-0.14.ebuild
@@ -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}"

diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml
new file mode 100644
index 000000000..2513e9834
--- /dev/null
+++ b/dev-R/evaluate/metadata.xml
@@ -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>

Reply via email to