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.2.ebuild
Date: Sat, 28 May 2011 07:01:08
Message-Id: 20110528070057.D9A4A20054@flycatcher.gentoo.org
1 graaff 11/05/28 07:00:57
2
3 Modified: ChangeLog
4 Added: tilt-1.3.2.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.11 dev-ruby/tilt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 23 May 2011 05:47:40 -0000 1.10
24 +++ ChangeLog 28 May 2011 07:00:57 -0000 1.11
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.10 2011/05/23 05:47:40 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.11 2011/05/28 07:00:57 graaff Exp $
30 +
31 +*tilt-1.3.2 (28 May 2011)
32 +
33 + 28 May 2011; Hans de Graaff <graaff@g.o> +tilt-1.3.2.ebuild:
34 + Version bump.
35
36 *tilt-1.3.1 (23 May 2011)
37
38
39
40
41 1.1 dev-ruby/tilt/tilt-1.3.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.3.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tilt-1.3.2.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.2.ebuild,v 1.1 2011/05/28 07:00:57 graaff Exp $
51
52 EAPI=2
53
54 # jruby fails tests
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}"