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.3.ebuild
Date: Sat, 30 Apr 2011 07:20:34
Message-Id: 20110430072024.9B9EE20054@flycatcher.gentoo.org
1 graaff 11/04/30 07:20:24
2
3 Modified: ChangeLog
4 Added: tilt-1.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-ruby/tilt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 30 Apr 2011 07:14:54 -0000 1.8
24 +++ ChangeLog 30 Apr 2011 07:20:24 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/tilt
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.8 2011/04/30 07:14:54 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.9 2011/04/30 07:20:24 graaff Exp $
30 +
31 +*tilt-1.3 (30 Apr 2011)
32 +
33 + 30 Apr 2011; Hans de Graaff <graaff@g.o> +tilt-1.3.ebuild:
34 + Version bump.
35
36 30 Apr 2011; Hans de Graaff <graaff@g.o> -tilt-1.2.1.ebuild,
37 tilt-1.2.2.ebuild:
38
39
40
41 1.1 dev-ruby/tilt/tilt-1.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tilt-1.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.3.ebuild,v 1.1 2011/04/30 07:20:24 graaff Exp $
51
52 EAPI=2
53
54 # jruby fails tests due to missing weakling, required by nokogiri.
55 USE_RUBY="ruby18 ree18"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible."
63 HOMEPAGE="http://github.com/rtomayko/tilt"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
68 IUSE=""
69
70 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
71 ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
72
73 # Tests fail when markaby is not new enough, but it's optional.
74 DEPEND="${DEPEND} !<dev-ruby/markaby-0.6.9-r1"
75 RDEPEND="${RDEPEND}"