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/haml: ChangeLog haml-3.1.1.ebuild
Date: Sat, 30 Apr 2011 06:40:37
Message-Id: 20110430064027.8D40820054@flycatcher.gentoo.org
1 graaff 11/04/30 06:40:27
2
3 Modified: ChangeLog
4 Added: haml-3.1.1.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.63 dev-ruby/haml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.63&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.63&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.62&r2=1.63
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
20 retrieving revision 1.62
21 retrieving revision 1.63
22 diff -u -r1.62 -r1.63
23 --- ChangeLog 28 Feb 2011 00:11:57 -0000 1.62
24 +++ ChangeLog 30 Apr 2011 06:40:27 -0000 1.63
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/haml
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.62 2011/02/28 00:11:57 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.63 2011/04/30 06:40:27 graaff Exp $
30 +
31 +*haml-3.1.1 (30 Apr 2011)
32 +
33 + 30 Apr 2011; Hans de Graaff <graaff@g.o> +haml-3.1.1.ebuild:
34 + Version bump.
35
36 28 Feb 2011; Brent Baude <ranger@g.o> haml-3.0.25-r1.ebuild:
37 Marking haml-3.0.25-r1 ~ppc for bug 351212
38
39
40
41 1.1 dev-ruby/haml/haml-3.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: haml-3.1.1.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/haml/haml-3.1.1.ebuild,v 1.1 2011/04/30 06:40:27 graaff Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ree18"
55
56 RUBY_FAKEGEM_TASK_DOC="doc"
57
58 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
59 RUBY_FAKEGEM_DOCDIR="doc"
60
61 RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME vendor"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="HAML - a ruby web page templating engine"
66 HOMEPAGE="http://haml-lang.com/"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~x86"
71
72 # TODO: haml has some emacs modes that it could be installing, in case
73 IUSE=""
74
75 # The html engine requires hpricot
76 ruby_add_rdepend "dev-ruby/hpricot dev-ruby/fssm"
77
78 # It could use merb during testing as well, but it's not mandatory
79 ruby_add_bdepend "
80 test? (
81 virtual/ruby-test-unit
82 dev-ruby/erubis
83 dev-ruby/rails
84 dev-ruby/ruby_parser
85 )
86 doc? (
87 dev-ruby/yard
88 dev-ruby/maruku
89 )"