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.25.ebuild
Date: Sun, 02 Jan 2011 10:05:41
Message-Id: 20110102100532.78A8A20054@flycatcher.gentoo.org
1 graaff 11/01/02 10:05:32
2
3 Modified: ChangeLog
4 Added: haml-3.0.25.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.59 dev-ruby/haml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 2 Jan 2011 09:48:33 -0000 1.58
24 +++ ChangeLog 2 Jan 2011 10:05:32 -0000 1.59
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.58 2011/01/02 09:48:33 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.59 2011/01/02 10:05:32 graaff Exp $
30 +
31 +*haml-3.0.25 (02 Jan 2011)
32 +
33 + 02 Jan 2011; Hans de Graaff <graaff@g.o> +haml-3.0.25.ebuild:
34 + Version bump.
35
36 02 Jan 2011; Hans de Graaff <graaff@g.o> -haml-2.2.24.ebuild,
37 -haml-3.0.21.ebuild, -haml-3.0.22.ebuild, -haml-3.0.23.ebuild:
38
39
40
41 1.1 dev-ruby/haml/haml-3.0.25.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.25.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.25.ebuild?rev=1.1&content-type=text/plain
45
46 Index: haml-3.0.25.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.0.25.ebuild,v 1.1 2011/01/02 10:05:32 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"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="HAML - a ruby web page templating engine"
66 HOMEPAGE="http://haml.hamptoncatlin.com/"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~ppc64 ~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
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 )"