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