summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-08-15 06:51:17 +0200
committerHans de Graaff <graaff@gentoo.org>2017-08-15 06:51:17 +0200
commit28258a1edb648f036a73fe33182be429ad31d15b (patch)
tree363282293019394b75baaec841458082e70c5f14 /dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild
parentdev-ruby/simplecov-html: add 0.10.2 (diff)
downloadgentoo-28258a1edb648f036a73fe33182be429ad31d15b.tar.gz
gentoo-28258a1edb648f036a73fe33182be429ad31d15b.tar.bz2
gentoo-28258a1edb648f036a73fe33182be429ad31d15b.zip
dev-ruby/simplecov-html: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild')
-rw-r--r--dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild
deleted file mode 100644
index 3c5cf6deb811..000000000000
--- a/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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"