summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-30 13:52:04 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-30 13:52:04 +0000
commit04ed62a58424c94d46a682f46da1c271dd8d2896 (patch)
treef3a1e7488b82ebc960f027cfe4b8bfd63c063fb7 /dev-ruby/simplecov-html
parentInitial import. Optional dependency for redmine. Imported from my overlay. (diff)
downloadgentoo-2-04ed62a58424c94d46a682f46da1c271dd8d2896.tar.gz
gentoo-2-04ed62a58424c94d46a682f46da1c271dd8d2896.tar.bz2
gentoo-2-04ed62a58424c94d46a682f46da1c271dd8d2896.zip
Initial import. Moved from my overlay.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r--dev-ruby/simplecov-html/ChangeLog10
-rw-r--r--dev-ruby/simplecov-html/metadata.xml5
-rw-r--r--dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild24
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/simplecov-html/ChangeLog b/dev-ruby/simplecov-html/ChangeLog
new file mode 100644
index 000000000000..6903ebdc2d12
--- /dev/null
+++ b/dev-ruby/simplecov-html/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/simplecov-html
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/ChangeLog,v 1.1 2013/04/30 13:52:04 graaff Exp $
+
+*simplecov-html-0.7.1 (30 Apr 2013)
+
+ 30 Apr 2013; Hans de Graaff <graaff@gentoo.org> +simplecov-html-0.7.1.ebuild,
+ +metadata.xml:
+ Initial import. Moved from my overlay.
+
diff --git a/dev-ruby/simplecov-html/metadata.xml b/dev-ruby/simplecov-html/metadata.xml
new file mode 100644
index 000000000000..852136183369
--- /dev/null
+++ b/dev-ruby/simplecov-html/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>
diff --git a/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild
new file mode 100644
index 000000000000..7efc30fde7e7
--- /dev/null
+++ b/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild,v 1.1 2013/04/30 13:52:04 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+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 nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9."
+HOMEPAGE="https://github.com/colszowka/simplecov"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"