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/text-format: text-format-1.0.0-r1.ebuild text-format-1.0.0-r2.ebuild ChangeLog
Date: Sun, 01 Aug 2010 19:03:08
Message-Id: 20100801183048.003682CE15@corvid.gentoo.org
1 flameeyes 10/08/01 18:30:47
2
3 Modified: text-format-1.0.0-r1.ebuild
4 text-format-1.0.0-r2.ebuild ChangeLog
5 Log:
6 Update to new syntax.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-ruby/text-format/text-format-1.0.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: text-format-1.0.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- text-format-1.0.0-r1.ebuild 1 Aug 2010 18:29:42 -0000 1.7
23 +++ text-format-1.0.0-r1.ebuild 1 Aug 2010 18:30:47 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild,v 1.7 2010/08/01 18:29:42 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild,v 1.8 2010/08/01 18:30:47 flameeyes Exp $
29
30 EAPI=2
31 USE_RUBY="ruby18"
32 @@ -20,7 +20,7 @@
33 IUSE=""
34
35 ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0'
36 -ruby_add_bdepend test 'dev-ruby/archive-tar-minitar'
37 +ruby_add_bdepend "test? ( dev-ruby/archive-tar-minitar )"
38
39 all_ruby_prepare() {
40 # Fix rakefile for new rake versions
41
42
43
44 1.2 dev-ruby/text-format/text-format-1.0.0-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild?r1=1.1&r2=1.2
49
50 Index: text-format-1.0.0-r2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- text-format-1.0.0-r2.ebuild 1 Aug 2010 18:29:42 -0000 1.1
57 +++ text-format-1.0.0-r2.ebuild 1 Aug 2010 18:30:47 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild,v 1.1 2010/08/01 18:29:42 flameeyes Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild,v 1.2 2010/08/01 18:30:47 flameeyes Exp $
63
64 EAPI=2
65 USE_RUBY="ruby18 ree18 ruby19 jruby"
66 @@ -20,7 +20,7 @@
67 IUSE=""
68
69 ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0'
70 -ruby_add_bdepend test 'dev-ruby/archive-tar-minitar'
71 +ruby_add_bdepend "test? ( dev-ruby/archive-tar-minitar )"
72
73 all_ruby_prepare() {
74 # Fix rakefile for new rake versions
75
76
77
78 1.37 dev-ruby/text-format/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.37&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.37&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?r1=1.36&r2=1.37
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v
87 retrieving revision 1.36
88 retrieving revision 1.37
89 diff -u -r1.36 -r1.37
90 --- ChangeLog 1 Aug 2010 18:29:42 -0000 1.36
91 +++ ChangeLog 1 Aug 2010 18:30:47 -0000 1.37
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-ruby/text-format
94 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.36 2010/08/01 18:29:42 flameeyes Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.37 2010/08/01 18:30:47 flameeyes Exp $
97 +
98 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
99 + text-format-1.0.0-r1.ebuild, text-format-1.0.0-r2.ebuild:
100 + Update to new syntax.
101
102 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
103 text-format-1.0.0-r1.ebuild, +text-format-1.0.0-r2.ebuild: