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/bones: ChangeLog bones-3.5.1.ebuild
Date: Fri, 29 Oct 2010 15:23:07
Message-Id: 20101029152300.523E820051@flycatcher.gentoo.org
1 graaff 10/10/29 15:23:00
2
3 Modified: ChangeLog
4 Added: bones-3.5.1.ebuild
5 Log:
6 Version bump. Closes bug 325477.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/bones/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bones/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bones/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bones/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bones/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 May 2010 13:16:49 -0000 1.4
23 +++ ChangeLog 29 Oct 2010 15:23:00 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/bones
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bones/ChangeLog,v 1.4 2010/05/22 13:16:49 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bones/ChangeLog,v 1.5 2010/10/29 15:23:00 graaff Exp $
29 +
30 +*bones-3.5.1 (29 Oct 2010)
31 +
32 + 29 Oct 2010; Hans de Graaff <graaff@g.o> +bones-3.5.1.ebuild:
33 + Version bump. Closes bug 325477.
34
35 22 May 2010; Diego E. Pettenò <flameeyes@g.o> -bones-3.2.0.ebuild,
36 -bones-3.2.1.ebuild, bones-3.4.1.ebuild:
37
38
39
40 1.1 dev-ruby/bones/bones-3.5.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bones/bones-3.5.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bones/bones-3.5.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bones-3.5.1.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/bones/bones-3.5.1.ebuild,v 1.1 2010/10/29 15:23:00 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_TEST="spec:specdoc"
56
57 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
58 RUBY_FAKEGME_DOCDIR="doc"
59
60 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
61
62 RUBY_FAKEGEM_EXTRAINSTALL="default version.txt"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Tool that creates new Ruby projects from a code skeleton"
67 HOMEPAGE="http://github.com/TwP/bones"
68
69 IUSE=""
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64"
73
74 ruby_add_rdepend "
75 >=dev-ruby/loquacious-1.7.0
76 >=dev-ruby/little-plugger-1.1.2-r1
77 >=dev-ruby/rake-0.8.7"
78
79 ruby_add_bdepend "
80 test? (
81 >=dev-ruby/bones-extras-1.2.2
82 >=dev-ruby/rspec-1.2.9:0
83 )
84 doc? ( >=dev-ruby/bones-extras-1.2.2 )"
85
86 all_ruby_prepare() {
87 # Avoid double --format specdoc option which causes problems for rspec.
88 sed -i -e 's/--format specdoc//' Rakefile || die
89 }