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.4.ebuild
Date: Tue, 29 Nov 2011 07:25:02
Message-Id: 20111129072451.795402004B@flycatcher.gentoo.org
1 graaff 11/11/29 07:24:51
2
3 Modified: ChangeLog
4 Added: haml-3.1.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.68 dev-ruby/haml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 29 Nov 2011 07:21:22 -0000 1.67
24 +++ ChangeLog 29 Nov 2011 07:24:51 -0000 1.68
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.67 2011/11/29 07:21:22 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.68 2011/11/29 07:24:51 graaff Exp $
30 +
31 +*haml-3.1.4 (29 Nov 2011)
32 +
33 + 29 Nov 2011; Hans de Graaff <graaff@g.o> +haml-3.1.4.ebuild:
34 + Version bump.
35
36 29 Nov 2011; Hans de Graaff <graaff@g.o> -haml-3.0.24.ebuild,
37 -haml-3.1.1.ebuild:
38
39
40
41 1.1 dev-ruby/haml/haml-3.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: haml-3.1.4.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.4.ebuild,v 1.1 2011/11/29 07:24:51 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 ~ia64 ~ppc ~ppc64 ~sparc ~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 )"