Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/simplecov-html: ChangeLog simplecov-html-0.8.0.ebuild
Date: Thu, 23 Jan 2014 11:35:46
Message-Id: 20140123113540.CA8C42004C@flycatcher.gentoo.org
1 graaff 14/01/23 11:35:40
2
3 Modified: ChangeLog
4 Added: simplecov-html-0.8.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.4 dev-ruby/simplecov-html/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/simplecov-html/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/simplecov-html/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/simplecov-html/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 25 Aug 2013 07:20:23 -0000 1.3
24 +++ ChangeLog 23 Jan 2014 11:35:40 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/simplecov-html
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/ChangeLog,v 1.3 2013/08/25 07:20:23 graaff Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/ChangeLog,v 1.4 2014/01/23 11:35:40 graaff Exp $
31 +
32 +*simplecov-html-0.8.0 (23 Jan 2014)
33 +
34 + 23 Jan 2014; Hans de Graaff <graaff@g.o> +simplecov-html-0.8.0.ebuild:
35 + Version bump.
36
37 25 Aug 2013; Hans de Graaff <graaff@g.o> -simplecov-html-0.5.3.ebuild:
38 Cleanup. There is no need to keep old versions around.
39
40
41
42 1.1 dev-ruby/simplecov-html/simplecov-html-0.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/simplecov-html/simplecov-html-0.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/simplecov-html/simplecov-html-0.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: simplecov-html-0.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/simplecov-html-0.8.0.ebuild,v 1.1 2014/01/23 11:35:40 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_EXTRADOC="README.md"
57
58 RUBY_FAKEGEM_TASK_TEST=""
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_TASK_DOC=""
61
62 RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9."
67 HOMEPAGE="https://github.com/colszowka/simplecov"
68 LICENSE="MIT"
69
70 KEYWORDS="~amd64"
71 SLOT="0.8"
72 IUSE="doc"