Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/evaluate/
Date: Mon, 31 May 2021 22:04:51
Message-Id: 1622498681.95ad658b5060da98c49d07b89a8adf5fb5adff5c.Alessandro-Barbieri@gentoo
1 commit: 95ad658b5060da98c49d07b89a8adf5fb5adff5c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:39:32 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95ad658b
7
8 dev-R/evaluate: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/evaluate/Manifest | 1 +
14 dev-R/evaluate/evaluate-0.14.ebuild | 13 +++++++++++++
15 dev-R/evaluate/metadata.xml | 9 +++++++++
16 3 files changed, 23 insertions(+)
17
18 diff --git a/dev-R/evaluate/Manifest b/dev-R/evaluate/Manifest
19 new file mode 100644
20 index 000000000..c2d33884a
21 --- /dev/null
22 +++ b/dev-R/evaluate/Manifest
23 @@ -0,0 +1 @@
24 +DIST evaluate_0.14.tar.gz 24206 BLAKE2B 5d72d84d3c404eeb612da8a80b7b68e4c921516cc53fa477d19452ec7394541b8c9fe4dca80481120346c924381278df25ef5eedcb85afcaaceb0ef80e810934 SHA512 3a74a7fd9ce7d933a3070954c54ab36ca39b0fe5b90227ebaa7a35bff7642ce438240034f43f40f47e7d80788489ad6018fc5901dc7266df773fe380e16105a5
25
26 diff --git a/dev-R/evaluate/evaluate-0.14.ebuild b/dev-R/evaluate/evaluate-0.14.ebuild
27 new file mode 100644
28 index 000000000..bf97ae514
29 --- /dev/null
30 +++ b/dev-R/evaluate/evaluate-0.14.ebuild
31 @@ -0,0 +1,13 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='Parsing and Evaluation Tools that provide more details than the default'
40 +KEYWORDS="~amd64"
41 +LICENSE='MIT'
42 +
43 +DEPEND=">=dev-lang/R-3.0.2"
44 +RDEPEND="${DEPEND}"
45
46 diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml
47 new file mode 100644
48 index 000000000..2513e9834
49 --- /dev/null
50 +++ b/dev-R/evaluate/metadata.xml
51 @@ -0,0 +1,9 @@
52 +<?xml version="1.0" encoding="UTF-8"?>
53 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 +<pkgmetadata>
55 + <longdescription>
56 + Parsing and Evaluation Tools that Provide More Details than the
57 + Default // Parsing and evaluation tools that make it easy to
58 + recreate the command line behaviour of R.
59 + </longdescription>
60 +</pkgmetadata>