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/hoe: ChangeLog hoe-2.4.0.ebuild
Date: Fri, 25 Dec 2009 16:42:05
Message-Id: E1NODEp-0007sY-0I@stork.gentoo.org
1 flameeyes 09/12/25 16:42:03
2
3 Modified: ChangeLog hoe-2.4.0.ebuild
4 Log:
5 Depend on the minitest virtual, add ruby19 to the list of supported implementations (even though it requires hoe-seattlerb for 1.9.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.64 dev-ruby/hoe/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 23 Dec 2009 13:26:33 -0000 1.63
22 +++ ChangeLog 25 Dec 2009 16:42:02 -0000 1.64
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ruby/hoe
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.63 2009/12/23 13:26:33 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.64 2009/12/25 16:42:02 flameeyes Exp $
28 +
29 + 25 Dec 2009; Diego E. Pettenò <flameeyes@g.o> hoe-2.4.0.ebuild:
30 + Depend on the minitest virtual, add ruby19 to the list of supported
31 + implementations (even though it requires hoe-seattlerb for 1.9.
32
33 23 Dec 2009; Jeroen Roovers <jer@g.o> hoe-2.4.0.ebuild:
34 Marked ~ppc (bug #297830).
35
36
37
38 1.4 dev-ruby/hoe/hoe-2.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild?r1=1.3&r2=1.4
43
44 Index: hoe-2.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- hoe-2.4.0.ebuild 23 Dec 2009 13:26:33 -0000 1.3
51 +++ hoe-2.4.0.ebuild 25 Dec 2009 16:42:02 -0000 1.4
52 @@ -1,9 +1,9 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.3 2009/12/23 13:26:33 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.4.0.ebuild,v 1.4 2009/12/25 16:42:02 flameeyes Exp $
57
58 EAPI=2
59 -USE_RUBY="ruby18"
60 +USE_RUBY="ruby18 ruby19"
61
62 RUBY_FAKEGEM_TASK_DOC="docs"
63
64 @@ -22,7 +22,8 @@
65 KEYWORDS="~amd64 ~hppa ~ppc"
66 IUSE=""
67
68 -ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/minitest"
69 +# also requires dev-ruby/hoe-seattlerb for 1.9
70 +ruby_add_bdepend test virtual/ruby-minitest
71
72 ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rubyforge-2.0.3"