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/covr/
Date: Mon, 31 May 2021 22:04:52
Message-Id: 1622498681.e6700771b1ab5ca2ce8518822a8dafd8d7ba8886.Alessandro-Barbieri@gentoo
1 commit: e6700771b1ab5ca2ce8518822a8dafd8d7ba8886
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:41:44 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=e6700771
7
8 dev-R/covr: 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/covr/Manifest | 1 +
14 dev-R/covr/covr-3.5.1.ebuild | 22 ++++++++++++++++++++++
15 dev-R/covr/metadata.xml | 14 ++++++++++++++
16 3 files changed, 37 insertions(+)
17
18 diff --git a/dev-R/covr/Manifest b/dev-R/covr/Manifest
19 new file mode 100644
20 index 000000000..1bca840c9
21 --- /dev/null
22 +++ b/dev-R/covr/Manifest
23 @@ -0,0 +1 @@
24 +DIST covr_3.5.1.tar.gz 146686 BLAKE2B a492408fd44fc00c0ef7d114dbe42c2230464e4b1768cc707055d2374753d40a8d0c6e3cb0bf37da47108f4f049bdba4685c8140daaa9b6594714f852644dfc0 SHA512 5e1bb562258dda6cfdf0ee36c1cb6436e4a61a1b75e9d3b1813fcd7c9f6d94be2167fac83c0de009c6dbd749a280cdfe28e5e000a8ad6e0252b07980ac55d05d
25
26 diff --git a/dev-R/covr/covr-3.5.1.ebuild b/dev-R/covr/covr-3.5.1.ebuild
27 new file mode 100644
28 index 000000000..dab0d5fc9
29 --- /dev/null
30 +++ b/dev-R/covr/covr-3.5.1.ebuild
31 @@ -0,0 +1,22 @@
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='Test Coverage for Packages'
40 +KEYWORDS="~amd64"
41 +LICENSE='GPL-3'
42 +
43 +DEPEND="
44 + dev-R/jsonlite
45 + >=dev-R/withr-1.0.2
46 + dev-R/crayon
47 + dev-R/rex
48 + >=dev-lang/R-3.1.0
49 + dev-R/digest
50 + dev-R/httr
51 + dev-R/yaml
52 +"
53 +RDEPEND="${DEPEND}"
54
55 diff --git a/dev-R/covr/metadata.xml b/dev-R/covr/metadata.xml
56 new file mode 100644
57 index 000000000..0e701b493
58 --- /dev/null
59 +++ b/dev-R/covr/metadata.xml
60 @@ -0,0 +1,14 @@
61 +<?xml version="1.0" encoding="UTF-8"?>
62 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 +<pkgmetadata>
64 + <longdescription>
65 + Test Coverage for Packages // Track and report code coverage for
66 + your package and (optionally) upload the results to a coverage
67 + service like 'Codecov' https://codecov.io or 'Coveralls'
68 + https://coveralls.io. Code coverage is a measure of the amount
69 + of code being exercised by a set of tests. It is an indirect
70 + measure of test quality and completeness. This package is
71 + compatible with any testing methodology or framework and tracks
72 + coverage of both R code and compiled C/C++/FORTRAN code.
73 + </longdescription>
74 +</pkgmetadata>