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: Fri, 13 Jul 2018 19:01:08
Message-Id: 1531508436.82731bcaeb651c4a39adafe1aec969b417d2b88b.graaff@gentoo
1 commit: 82731bcaeb651c4a39adafe1aec969b417d2b88b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 13 06:51:05 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 13 19:00:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82731bca
7
8 dev-ruby/simplecov-html: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/simplecov-html/Manifest | 1 -
13 .../simplecov-html/simplecov-html-0.10.1.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest
17 index 5b1cd69c4cf..2a7cb31b0d3 100644
18 --- a/dev-ruby/simplecov-html/Manifest
19 +++ b/dev-ruby/simplecov-html/Manifest
20 @@ -1,2 +1 @@
21 -DIST simplecov-html-0.10.1.gem 182784 BLAKE2B f38ba817a68ecbb6426e1eeead0a53f06d804d859b073f9a98d00e6c21c85b92318fa5b9a7de33dbf2434b70fa75f91f33d0b7474e283b1ccf8bf5bdd49efc4e SHA512 b64668f70d0c90b2b0d789dbf4cde76151e5b93057a3e08599cad58e73f7699e23721b9c0df4ca3a054413baf0a11b43df3f156c7a1761ac15f9ce537075b239
22 DIST simplecov-html-0.10.2.gem 183296 BLAKE2B f4edfe25249927d46f32d422b004d8a03671926792ea78016864764242f8bf8dc9131a0580b9519db6798beb3fa093f79a0d585b63d6b6b62c9faf7ae94087e8 SHA512 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967
23
24 diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild
25 deleted file mode 100644
26 index 47392acd979..00000000000
27 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
35 -
36 -RUBY_FAKEGEM_EXTRADOC="README.md"
37 -
38 -RUBY_FAKEGEM_TASK_TEST=""
39 -RUBY_FAKEGEM_DOCDIR="doc"
40 -RUBY_FAKEGEM_TASK_DOC=""
41 -
42 -RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results"
47 -HOMEPAGE="https://github.com/colszowka/simplecov"
48 -LICENSE="MIT"
49 -
50 -KEYWORDS="~amd64"
51 -SLOT="0.10"
52 -IUSE="doc"