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-2.2.20.ebuild
Date: Wed, 17 Feb 2010 07:45:33
Message-Id: E1NhebB-0000P5-6j@stork.gentoo.org
1 graaff 10/02/17 07:45:29
2
3 Modified: ChangeLog
4 Added: haml-2.2.20.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 dev-ruby/haml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 10 Feb 2010 20:51:22 -0000 1.35
23 +++ ChangeLog 17 Feb 2010 07:45:28 -0000 1.36
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.35 2010/02/10 20:51:22 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.36 2010/02/17 07:45:28 graaff Exp $
29 +
30 +*haml-2.2.20 (17 Feb 2010)
31 +
32 + 17 Feb 2010; Hans de Graaff <graaff@g.o> +haml-2.2.20.ebuild:
33 + Version bump.
34
35 *haml-2.2.19 (10 Feb 2010)
36
37
38
39
40 1.1 dev-ruby/haml/haml-2.2.20.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/haml-2.2.20.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/haml/haml-2.2.20.ebuild?rev=1.1&content-type=text/plain
44
45 Index: haml-2.2.20.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-2.2.20.ebuild,v 1.1 2010/02/17 07:45:28 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_TASK_DOC="doc"
56
57 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
58 RUBY_FAKEGEM_DOCDIR="doc"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="HAML - a ruby web page templating engine"
63 HOMEPAGE="http://haml.hamptoncatlin.com/"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
68
69 # TODO: haml has some emacs modes that it could be installing, in case
70 IUSE=""
71
72 all_ruby_prepare() {
73 sed -i -e '/haml.gemspec/,/Task\[:package\]/s:^:#:' "${S}"/Rakefile
74 }
75
76 each_ruby_install() {
77 each_fakegem_install
78
79 # This is needed otherwise it fails at runtime
80 ruby_fakegem_doins VERSION VERSION_NAME
81 }
82
83 # The html engine requires hpricot
84 ruby_add_rdepend dev-ruby/hpricot
85
86 # It could use merb during testing as well, but it's not mandatory
87 ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/actionpack"
88 ruby_add_bdepend doc "dev-ruby/yard dev-ruby/maruku"