Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bones: ChangeLog bones-3.2.1.ebuild
Date: Tue, 02 Feb 2010 13:27:27
Message-Id: E1NcImm-0007Us-4J@stork.gentoo.org
1 flameeyes 10/02/02 13:27:20
2
3 Modified: ChangeLog
4 Added: bones-3.2.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/bones/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bones/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bones/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bones/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bones/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 31 Jan 2010 13:55:41 -0000 1.1
23 +++ ChangeLog 2 Feb 2010 13:27:19 -0000 1.2
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.1 2010/01/31 13:55:41 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bones/ChangeLog,v 1.2 2010/02/02 13:27:19 flameeyes Exp $
29 +
30 +*bones-3.2.1 (02 Feb 2010)
31 +
32 + 02 Feb 2010; Diego E. Pettenò <flameeyes@g.o> +bones-3.2.1.ebuild:
33 + Version bump.
34
35 *bones-3.2.0 (31 Jan 2010)
36
37
38
39
40 1.1 dev-ruby/bones/bones-3.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bones/bones-3.2.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bones/bones-3.2.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bones-3.2.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.2.1.ebuild,v 1.1 2010/02/02 13:27:19 flameeyes 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"
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.4.2
76 >=dev-ruby/little-plugger-1.1.2
77 >=dev-ruby/rake-0.8.7"
78
79 ruby_add_bdepend test ">=dev-ruby/bones-extras-1.2.2"
80 ruby_add_bdepend doc ">=dev-ruby/bones-extras-1.2.2"