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/fivemat: fivemat-1.3.1.ebuild ChangeLog
Date: Wed, 21 May 2014 06:08:30
Message-Id: 20140521060827.390C62004C@flycatcher.gentoo.org
1 graaff 14/05/21 06:08:27
2
3 Modified: ChangeLog
4 Added: fivemat-1.3.1.ebuild
5 Log:
6 Version bump. Add ruby20, ruby21. Fix USE=doc. Install additional documentation.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.2 dev-ruby/fivemat/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fivemat/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 21 Apr 2014 17:49:47 -0000 1.1
24 +++ ChangeLog 21 May 2014 06:08:26 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/fivemat
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fivemat/ChangeLog,v 1.1 2014/04/21 17:49:47 zerochaos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fivemat/ChangeLog,v 1.2 2014/05/21 06:08:26 graaff Exp $
30 +
31 +*fivemat-1.3.1 (21 May 2014)
32 +
33 + 21 May 2014; Hans de Graaff <graaff@g.o> +fivemat-1.3.1.ebuild:
34 + Version bump. Add ruby20, ruby21. Fix USE=doc. Install additional
35 + documentation.
36
37 *fivemat-1.2.1 (21 Apr 2014)
38 *fivemat-1.3.0 (21 Apr 2014)
39
40
41
42 1.1 dev-ruby/fivemat/fivemat-1.3.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/fivemat-1.3.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fivemat/fivemat-1.3.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fivemat-1.3.1.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/fivemat/fivemat-1.3.1.ebuild,v 1.1 2014/05/21 06:08:26 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 # Package does not contain tests
57 RUBY_FAKEGEM_TASK_TEST=""
58
59 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
60 RUBY_FAKEGEM_EXTRADOC="README.markdown"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots"
65 HOMEPAGE="https://github.com/tpope/fivemat"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""