diff options
author | 2013-08-25 07:20:23 +0000 | |
---|---|---|
committer | 2013-08-25 07:20:23 +0000 | |
commit | 4f697031b7b4680e3ff761b8e5caaefe7d476fe8 (patch) | |
tree | da42faa0db6d2a9b2683c7820c9ea624d0370da5 /dev-ruby | |
parent | Bump (diff) | |
download | gentoo-2-4f697031b7b4680e3ff761b8e5caaefe7d476fe8.tar.gz gentoo-2-4f697031b7b4680e3ff761b8e5caaefe7d476fe8.tar.bz2 gentoo-2-4f697031b7b4680e3ff761b8e5caaefe7d476fe8.zip |
Cleanup. There is no need to keep old versions around.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/simplecov-html/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-ruby/simplecov-html/ChangeLog b/dev-ruby/simplecov-html/ChangeLog index 3a0ae2465c48..62f8384a385a 100644 --- a/dev-ruby/simplecov-html/ChangeLog +++ b/dev-ruby/simplecov-html/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2013/08/23 22:17:41 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/ChangeLog,v 1.3 2013/08/25 07:20:23 graaff Exp $ + + 25 Aug 2013; Hans de Graaff <graaff@gentoo.org> -simplecov-html-0.5.3.ebuild: + Cleanup. There is no need to keep old versions around. *simplecov-html-0.5.3 (23 Aug 2013) diff --git a/dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild deleted file mode 100644 index d89b59f4d103..000000000000 --- a/dev-ruby/simplecov-html/simplecov-html-0.5.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" |