From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46146138334 for ; Fri, 13 Jul 2018 19:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D62E0857; Fri, 13 Jul 2018 19:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 067C7E0857 for ; Fri, 13 Jul 2018 19:01:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB656335C99 for ; Fri, 13 Jul 2018 19:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C52FC364 for ; Fri, 13 Jul 2018 19:01:03 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1531508436.82731bcaeb651c4a39adafe1aec969b417d2b88b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov-html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simplecov-html/Manifest dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild X-VCS-Directories: dev-ruby/simplecov-html/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 82731bcaeb651c4a39adafe1aec969b417d2b88b X-VCS-Branch: master Date: Fri, 13 Jul 2018 19:01:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 636db976-dd03-49fd-95ba-3664d64d4f0f X-Archives-Hash: 9bca0a2196d8e0717c51139c08acb5e1 commit: 82731bcaeb651c4a39adafe1aec969b417d2b88b Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 13 06:51:05 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 13 19:00:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82731bca dev-ruby/simplecov-html: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/simplecov-html/Manifest | 1 - .../simplecov-html/simplecov-html-0.10.1.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest index 5b1cd69c4cf..2a7cb31b0d3 100644 --- a/dev-ruby/simplecov-html/Manifest +++ b/dev-ruby/simplecov-html/Manifest @@ -1,2 +1 @@ -DIST simplecov-html-0.10.1.gem 182784 BLAKE2B f38ba817a68ecbb6426e1eeead0a53f06d804d859b073f9a98d00e6c21c85b92318fa5b9a7de33dbf2434b70fa75f91f33d0b7474e283b1ccf8bf5bdd49efc4e SHA512 b64668f70d0c90b2b0d789dbf4cde76151e5b93057a3e08599cad58e73f7699e23721b9c0df4ca3a054413baf0a11b43df3f156c7a1761ac15f9ce537075b239 DIST simplecov-html-0.10.2.gem 183296 BLAKE2B f4edfe25249927d46f32d422b004d8a03671926792ea78016864764242f8bf8dc9131a0580b9519db6798beb3fa093f79a0d585b63d6b6b62c9faf7ae94087e8 SHA512 141b9d55ca7cbf1bb64616482828107c7c33c7d6db1b5650ae9d463e5ece7a7fb56d123c539c7364fe2a35e5faea382620a0b34e337d4c9d4871caafc794a967 diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild deleted file mode 100644 index 47392acd979..00000000000 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRAINSTALL="assets public views" - -inherit ruby-fakegem - -DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results" -HOMEPAGE="https://github.com/colszowka/simplecov" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0.10" -IUSE="doc"