Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.2.1.ebuild
Date: Fri, 31 Dec 2010 08:39:16
Message-Id: 20101231083906.5B83320054@flycatcher.gentoo.org
1 graaff 10/12/31 08:39:06
2
3 Modified: ChangeLog
4 Added: tilt-1.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-ruby/tilt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 27 Nov 2010 17:42:17 -0000 1.3
24 +++ ChangeLog 31 Dec 2010 08:39:06 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/tilt
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.3 2010/11/27 17:42:17 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.4 2010/12/31 08:39:06 graaff Exp $
30 +
31 +*tilt-1.2.1 (31 Dec 2010)
32 +
33 + 31 Dec 2010; Hans de Graaff <graaff@g.o> +tilt-1.2.1.ebuild:
34 + Version bump.
35
36 27 Nov 2010; Raúl Porcel <armin76@g.o> tilt-1.1.ebuild:
37 Add ~ia64 wrt #339588
38
39
40
41 1.1 dev-ruby/tilt/tilt-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tilt-1.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.2.1.ebuild,v 1.1 2010/12/31 08:39:06 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="README.md"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible."
61 HOMEPAGE="http://github.com/rtomayko/tilt"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ia64 ~x86"
66 IUSE=""
67
68 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
69 ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
70
71 # Tests fail when markaby is not new enough, but it's optional.
72 DEPEND="${DEPEND} !<dev-ruby/markaby-0.6.9-r1"
73 RDEPEND="${RDEPEND}"
74
75 all_ruby_prepare() {
76 # The RDoc test fails at least with rdoc 3.x. Don't run it since the
77 # failure looks quite innocent for real world applications.
78 # https://github.com/rtomayko/tilt/issues/issue/56
79 rm test/tilt_rdoctemplate_test.rb || die
80 }