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/yard: ChangeLog yard-0.5.5.ebuild
Date: Tue, 01 Jun 2010 05:31:33
Message-Id: 20100601053127.EABCC2CE14@corvid.gentoo.org
1 graaff 10/06/01 05:31:27
2
3 Modified: ChangeLog
4 Added: yard-0.5.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-ruby/yard/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 18 Jan 2010 20:32:20 -0000 1.6
23 +++ ChangeLog 1 Jun 2010 05:31:27 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/yard
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.6 2010/01/18 20:32:20 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.7 2010/06/01 05:31:27 graaff Exp $
29 +
30 +*yard-0.5.5 (01 Jun 2010)
31 +
32 + 01 Jun 2010; Hans de Graaff <graaff@g.o> +yard-0.5.5.ebuild:
33 + Version bump.
34
35 18 Jan 2010; Brent Baude <ranger@g.o> yard-0.5.3.ebuild:
36 Marking yard-0.5.3 ~ppc for bug 297718
37
38
39
40 1.1 dev-ruby/yard/yard-0.5.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.5.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/yard/yard-0.5.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: yard-0.5.5.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.5.5.ebuild,v 1.1 2010/06/01 05:31:27 graaff Exp $
50
51 EAPI=2
52
53 # jruby → fails tests
54 USE_RUBY="ruby18 ruby19"
55
56 RUBY_FAKEGEM_TASK_TEST="specs"
57 RUBY_FAKEGEM_TASK_DOC="yard"
58
59 RUBY_FAKEGEM_EXTRADOC="README.md ChangeLog"
60 RUBY_FAKEGEM_DOCDIR="doc"
61
62 RUBY_FAKEGEM_EXTRAINSTALL="templates"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Documentation generation tool for the Ruby programming language"
67 HOMEPAGE="http://yardoc.org/"
68
69 LICENSE="as-is" # truly
70 SLOT="0"
71 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
72 IUSE=""
73
74 ruby_add_bdepend test "dev-ruby/rspec dev-ruby/redcloth"