Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov-html/
Date: Thu, 30 Jan 2020 12:03:08
Message-Id: 1580385770.b5e0bf19d93c65bd46f0151e539538ee2dc095bc.graaff@gentoo
1 commit: b5e0bf19d93c65bd46f0151e539538ee2dc095bc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 08:50:51 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 12:02:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e0bf19
7
8 dev-ruby/simplecov-html: add 0.11.0
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/simplecov-html/Manifest | 1 +
14 .../simplecov-html/simplecov-html-0.11.0.ebuild | 23 ++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest
18 index 2a7cb31b0d3..e75c5671c34 100644
19 --- a/dev-ruby/simplecov-html/Manifest
20 +++ b/dev-ruby/simplecov-html/Manifest
21 @@ -1 +1,2 @@
22 DIST simplecov-html-0.10.2.gem 183296 BLAKE2B f4edfe25249927d46f32d422b004d8a03671926792ea78016864764242f8bf8dc9131a0580b9519db6798beb3fa093f79a0d585b63d6b6b62c9faf7ae94087e8 SHA512 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967
23 +DIST simplecov-html-0.11.0.gem 184832 BLAKE2B d70fa7688752d0286fc72de57352169749a78737b9ecd97bb735d26951476c872eac87c4a41eb9dd5fa4513474c21071750accaff6297c6d8a4f31206a36364b SHA512 2971769d9bd5d84229ca074fbefab5223874946062804bc4ce195b1773e96d374338908684b72a0b33c2d37ee6778ca01de888b09d856944f018aec6ac7365d5
24
25 diff --git a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild
26 new file mode 100644
27 index 00000000000..9f00e25ece3
28 --- /dev/null
29 +++ b/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
36 +
37 +RUBY_FAKEGEM_EXTRADOC="README.md"
38 +
39 +RUBY_FAKEGEM_TASK_TEST=""
40 +RUBY_FAKEGEM_DOCDIR="doc"
41 +RUBY_FAKEGEM_TASK_DOC=""
42 +
43 +RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
44 +
45 +inherit ruby-fakegem
46 +
47 +DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results"
48 +HOMEPAGE="https://github.com/colszowka/simplecov"
49 +LICENSE="MIT"
50 +
51 +KEYWORDS="~amd64"
52 +SLOT="$(ver_cut 1-2)"
53 +IUSE="doc"