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.0.22.ebuild
Date: Fri, 29 Oct 2010 15:31:49
Message-Id: 20101029153141.DA4F220051@flycatcher.gentoo.org
1 graaff 10/10/29 15:31:41
2
3 Modified: ChangeLog
4 Added: haml-3.0.22.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 dev-ruby/haml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 29 Oct 2010 15:28:41 -0000 1.54
23 +++ ChangeLog 29 Oct 2010 15:31:41 -0000 1.55
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/haml
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.54 2010/10/29 15:28:41 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.55 2010/10/29 15:31:41 graaff Exp $
29 +
30 +*haml-3.0.22 (29 Oct 2010)
31 +
32 + 29 Oct 2010; Hans de Graaff <graaff@g.o> +haml-3.0.22.ebuild:
33 + Version bump.
34
35 29 Oct 2010; Hans de Graaff <graaff@g.o> -haml-3.0.13.ebuild,
36 -haml-3.0.17.ebuild, -haml-3.0.19.ebuild:
37
38
39
40 1.1 dev-ruby/haml/haml-3.0.22.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.22.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.22.ebuild?rev=1.1&content-type=text/plain
44
45 Index: haml-3.0.22.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.22.ebuild,v 1.1 2010/10/29 15:31:41 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18 ree18"
54
55 RUBY_FAKEGEM_TASK_DOC="doc"
56
57 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
58 RUBY_FAKEGEM_DOCDIR="doc"
59
60 RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="HAML - a ruby web page templating engine"
65 HOMEPAGE="http://haml.hamptoncatlin.com/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
70
71 # TODO: haml has some emacs modes that it could be installing, in case
72 IUSE=""
73
74 # The html engine requires hpricot
75 ruby_add_rdepend dev-ruby/hpricot
76
77 # It could use merb during testing as well, but it's not mandatory
78 ruby_add_bdepend "
79 test? (
80 virtual/ruby-test-unit
81 dev-ruby/erubis
82 dev-ruby/rails
83 dev-ruby/ruby_parser
84 )
85 doc? (
86 dev-ruby/yard
87 dev-ruby/maruku
88 )"