diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-08-23 22:17:41 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-08-23 22:17:41 +0000 |
commit | 59fa4474d0eca12eec5b9174427dc1e3b1f1feac (patch) | |
tree | d07680d42473bcae8c31a0ced7b372450d4b5028 /dev-ruby/simplecov-html | |
parent | minor cleanup, still not right (diff) | |
download | gentoo-2-59fa4474d0eca12eec5b9174427dc1e3b1f1feac.tar.gz gentoo-2-59fa4474d0eca12eec5b9174427dc1e3b1f1feac.tar.bz2 gentoo-2-59fa4474d0eca12eec5b9174427dc1e3b1f1feac.zip |
adding older release as a dep for simplecov-0.5.3 which is a dep for metasploit due to upstream bug in simplecov https://github.com/colszowka/simplecov/issues/127
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-ruby/simplecov-html')
-rw-r--r-- | dev-ruby/simplecov-html/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-ruby/simplecov-html/ChangeLog b/dev-ruby/simplecov-html/ChangeLog index 6903ebdc2d12..3a0ae2465c48 100644 --- a/dev-ruby/simplecov-html/ChangeLog +++ b/dev-ruby/simplecov-html/ChangeLog @@ -1,10 +1,16 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/ChangeLog,v 1.2 2013/08/23 22:17:41 zerochaos Exp $ + +*simplecov-html-0.5.3 (23 Aug 2013) + + 23 Aug 2013; Rick Farina <zerochaos@gentoo.org> +simplecov-html-0.5.3.ebuild: + adding older release as a dep for simplecov-0.5.3 which is a dep for + metasploit due to upstream bug in simplecov + https://github.com/colszowka/simplecov/issues/127 *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/simplecov-html-0.5.3.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild new file mode 100644 index 000000000000..d89b59f4d103 --- /dev/null +++ b/dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild @@ -0,0 +1,22 @@ +# 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.5.3.ebuild,v 1.1 2013/08/23 22:17:41 zerochaos Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRAINSTALL="assets 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" |