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, 26 May 2022 05:52:27
Message-Id: 1653544248.37011fc3a44a4dbde191b6bf1b4311b52429e9da.graaff@gentoo
1 commit: 37011fc3a44a4dbde191b6bf1b4311b52429e9da
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 05:50:48 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 05:50:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37011fc3
7
8 dev-ruby/simplecov-html: drop 0.10.2, 0.11.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/simplecov-html/Manifest | 2 --
13 .../simplecov-html/simplecov-html-0.10.2.ebuild | 23 ----------------------
14 .../simplecov-html/simplecov-html-0.11.0.ebuild | 23 ----------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest
18 index 341008caf600..1a3d8a02a52c 100644
19 --- a/dev-ruby/simplecov-html/Manifest
20 +++ b/dev-ruby/simplecov-html/Manifest
21 @@ -1,3 +1 @@
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 DIST simplecov-html-0.12.3.gem 336896 BLAKE2B 94cfbae7085163ba714b2bdf14b7c5eb1a4bc5fcf39d7e99689d74bb1e693d5b534ca067ba5609f6cfecdba64667dc514b4f5dede020aea176ae2328d1806ea0 SHA512 7fd6dad02b16f512d7fb859f62e5e8bd0a277af103c7829143795ccae60a9a057c323728ac36a1c42dbd143a2f0d175648f6e223e6e7e3e6394a52491d3733af
25
26 diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild
27 deleted file mode 100644
28 index b0863b436354..000000000000
29 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.2.ebuild
30 +++ /dev/null
31 @@ -1,23 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -USE_RUBY="ruby26 ruby27"
37 -
38 -RUBY_FAKEGEM_EXTRADOC="README.md"
39 -
40 -RUBY_FAKEGEM_TASK_TEST=""
41 -RUBY_FAKEGEM_DOCDIR="doc"
42 -RUBY_FAKEGEM_TASK_DOC=""
43 -
44 -RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results"
49 -HOMEPAGE="https://github.com/colszowka/simplecov"
50 -LICENSE="MIT"
51 -
52 -KEYWORDS="~amd64"
53 -SLOT="0.10"
54 -IUSE="doc"
55
56 diff --git a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild
57 deleted file mode 100644
58 index 6e974d8d79eb..000000000000
59 --- a/dev-ruby/simplecov-html/simplecov-html-0.11.0.ebuild
60 +++ /dev/null
61 @@ -1,23 +0,0 @@
62 -# Copyright 1999-2021 Gentoo Authors
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=7
66 -USE_RUBY="ruby26 ruby27"
67 -
68 -RUBY_FAKEGEM_EXTRADOC="README.md"
69 -
70 -RUBY_FAKEGEM_TASK_TEST=""
71 -RUBY_FAKEGEM_DOCDIR="doc"
72 -RUBY_FAKEGEM_TASK_DOC=""
73 -
74 -RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
75 -
76 -inherit ruby-fakegem
77 -
78 -DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results"
79 -HOMEPAGE="https://github.com/colszowka/simplecov"
80 -LICENSE="MIT"
81 -
82 -KEYWORDS="~amd64"
83 -SLOT="$(ver_cut 1-2)"
84 -IUSE="doc"