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/shoulda: ChangeLog shoulda-2.11.3-r1.ebuild
Date: Wed, 04 Jun 2014 18:50:47
Message-Id: 20140604185043.33C3B2004E@flycatcher.gentoo.org
1 graaff 14/06/04 18:50:43
2
3 Modified: ChangeLog shoulda-2.11.3-r1.ebuild
4 Log:
5 Use our own documentation recipe instead of the Rakefile with deprecated code and additional dependencies, bug 512348.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.31 dev-ruby/shoulda/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 24 Apr 2014 20:22:26 -0000 1.30
23 +++ ChangeLog 4 Jun 2014 18:50:43 -0000 1.31
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/shoulda
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.30 2014/04/24 20:22:26 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.31 2014/06/04 18:50:43 graaff Exp $
29 +
30 + 04 Jun 2014; Hans de Graaff <graaff@g.o> shoulda-2.11.3-r1.ebuild:
31 + Use our own documentation recipe instead of the Rakefile with deprecated code
32 + and additional dependencies, bug 512348.
33
34 24 Apr 2014; Manuel RĂ¼ger <mrueg@g.o> -shoulda-3.5.0.ebuild,
35 shoulda-2.11.3-r1.ebuild, shoulda-2.11.3-r2.ebuild:
36
37
38
39 1.6 dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild?r1=1.5&r2=1.6
44
45 Index: shoulda-2.11.3-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- shoulda-2.11.3-r1.ebuild 24 Apr 2014 20:22:26 -0000 1.5
52 +++ shoulda-2.11.3-r1.ebuild 4 Jun 2014 18:50:43 -0000 1.6
53 @@ -1,11 +1,12 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v 1.5 2014/04/24 20:22:26 mrueg Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3-r1.ebuild,v 1.6 2014/06/04 18:50:43 graaff Exp $
58
59 EAPI=5
60
61 USE_RUBY="ruby19 ruby20 jruby"
62
63 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
64 RUBY_FAKEGEM_DOCDIR="doc"
65 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"