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:04
Message-Id: 20100801182942.81F112CE15@corvid.gentoo.org
1 flameeyes 10/08/01 18:29:42
2
3 Modified: text-format-1.0.0-r1.ebuild ChangeLog
4 Added: text-format-1.0.0-r2.ebuild
5 Log:
6 Move non-ruby18 support to a new revision to mark one stable.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 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.7&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.7&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.6&r2=1.7
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.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- text-format-1.0.0-r1.ebuild 23 May 2010 10:15:38 -0000 1.6
23 +++ text-format-1.0.0-r1.ebuild 1 Aug 2010 18:29:42 -0000 1.7
24 @@ -1,9 +1,9 @@
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.6 2010/05/23 10:15:38 a3li Exp $
28 +# $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 $
29
30 EAPI=2
31 -USE_RUBY="ruby18 ree18 ruby19 jruby"
32 +USE_RUBY="ruby18"
33
34 RUBY_FAKEGEM_TASK_DOC=""
35 RUBY_FAKEGEM_EXTRADOC="README Changelog ToDo"
36
37
38
39 1.36 dev-ruby/text-format/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.36&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?rev=1.36&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/ChangeLog?r1=1.35&r2=1.36
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v
48 retrieving revision 1.35
49 retrieving revision 1.36
50 diff -u -r1.35 -r1.36
51 --- ChangeLog 23 May 2010 10:15:38 -0000 1.35
52 +++ ChangeLog 1 Aug 2010 18:29:42 -0000 1.36
53 @@ -1,6 +1,16 @@
54 # ChangeLog for dev-ruby/text-format
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.35 2010/05/23 10:15:38 a3li Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.36 2010/08/01 18:29:42 flameeyes Exp $
58 +
59 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
60 + text-format-1.0.0-r1.ebuild, +text-format-1.0.0-r2.ebuild:
61 + Move non-ruby18 support to a new revision to mark one stable.
62 +
63 +*text-format-1.0.0-r2 (01 Aug 2010)
64 +
65 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
66 + +text-format-1.0.0-r2.ebuild:
67 + Move non-ruby18 support to a new revision to mark one stable.
68
69 23 May 2010; Alex Legler <a3li@g.o> text-format-1.0.0-r1.ebuild:
70 Add REE18 support
71
72
73
74 1.1 dev-ruby/text-format/text-format-1.0.0-r2.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r2.ebuild?rev=1.1&content-type=text/plain
78
79 Index: text-format-1.0.0-r2.ebuild
80 ===================================================================
81 # Copyright 1999-2010 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $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 $
84
85 EAPI=2
86 USE_RUBY="ruby18 ree18 ruby19 jruby"
87
88 RUBY_FAKEGEM_TASK_DOC=""
89 RUBY_FAKEGEM_EXTRADOC="README Changelog ToDo"
90
91 inherit ruby-fakegem
92
93 DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
94 HOMEPAGE="http://rubyforge.org/projects/text-format/"
95 SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
96
97 LICENSE="GPL-2"
98 SLOT="0"
99 KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
100 IUSE=""
101
102 ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0'
103 ruby_add_bdepend test 'dev-ruby/archive-tar-minitar'
104
105 all_ruby_prepare() {
106 # Fix rakefile for new rake versions
107 sed -i -e 's: if t\.verbose::' Rakefile || die
108 }