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/color: color-1.4.1.ebuild ChangeLog
Date: Fri, 19 Feb 2010 10:41:43
Message-Id: E1NiQIc-0002IK-32@stork.gentoo.org
1 flameeyes 10/02/19 10:41:30
2
3 Modified: color-1.4.1.ebuild ChangeLog
4 Log:
5 Fix up dependencies: since we don't have to strictly follow the gem-specified dependencies, we can stop depending on hoe at runtime, and stop depending on archive-tar-minitar altogether. Enable Ruby 1.9 and JRuby support.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/color/color-1.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild?r1=1.1&r2=1.2
14
15 Index: color-1.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- color-1.4.1.ebuild 8 Feb 2010 19:43:45 -0000 1.1
22 +++ color-1.4.1.ebuild 19 Feb 2010 10:41:29 -0000 1.2
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1.1 2010/02/08 19:43:45 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1.2 2010/02/19 10:41:29 flameeyes Exp $
28
29 EAPI="2"
30 -USE_RUBY="ruby18"
31 +USE_RUBY="ruby18 ruby19 jruby"
32
33 RUBY_FAKEGEM_TASK_DOC="docs"
34 RUBY_FAKEGEM_DOCDIR="doc"
35 @@ -18,7 +18,5 @@
36 KEYWORDS="~amd64 ~ia64 ~x86"
37 IUSE=""
38
39 -ruby_add_bdepend test virtual/ruby-test-unit
40 -
41 -ruby_add_rdepend ">=dev-ruby/hoe-2.5.0
42 - >=dev-ruby/archive-tar-minitar-0.5.1"
43 +ruby_add_bdepend doc '>=dev-ruby/hoe-2.5.0'
44 +ruby_add_bdepend test '>=dev-ruby/hoe-2.5.0 virtual/ruby-test-unit'
45
46
47
48 1.9 dev-ruby/color/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/ChangeLog?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/ChangeLog?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/color/ChangeLog?r1=1.8&r2=1.9
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- ChangeLog 8 Feb 2010 19:43:45 -0000 1.8
61 +++ ChangeLog 19 Feb 2010 10:41:29 -0000 1.9
62 @@ -1,6 +1,12 @@
63 # ChangeLog for dev-ruby/color
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.8 2010/02/08 19:43:45 graaff Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.9 2010/02/19 10:41:29 flameeyes Exp $
67 +
68 + 19 Feb 2010; Diego E. Pettenò <flameeyes@g.o> color-1.4.1.ebuild:
69 + Fix up dependencies: since we don't have to strictly follow the
70 + gem-specified dependencies, we can stop depending on hoe at runtime, and
71 + stop depending on archive-tar-minitar altogether. Enable Ruby 1.9 and
72 + JRuby support.
73
74 *color-1.4.1 (08 Feb 2010)