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: haml-3.0.13-r1.ebuild haml-3.0.13.ebuild ChangeLog
Date: Wed, 30 Jun 2010 19:17:34
Message-Id: 20100630191723.20AD52C621@corvid.gentoo.org
1 graaff 10/06/30 19:17:22
2
3 Modified: haml-3.0.13.ebuild ChangeLog
4 Added: haml-3.0.13-r1.ebuild
5 Log:
6 Fix tests by adding a dependency on dev-ruby/erubis, bug 326303. Restrict tests in haml-3.0.13 and fix them in -r1. Drop ppc, ppc64 keywords for -r1 due to new dependency: bug 326353.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/haml/haml-3.0.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.13.ebuild?r1=1.1&r2=1.2
15
16 Index: haml-3.0.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- haml-3.0.13.ebuild 25 Jun 2010 20:06:29 -0000 1.1
23 +++ haml-3.0.13.ebuild 30 Jun 2010 19:17:22 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.13.ebuild,v 1.1 2010/06/25 20:06:29 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.13.ebuild,v 1.2 2010/06/30 19:17:22 graaff Exp $
29
30 EAPI=2
31
32 @@ -25,6 +25,8 @@
33 # TODO: haml has some emacs modes that it could be installing, in case
34 IUSE=""
35
36 +RESTRICT="test"
37 +
38 # The html engine requires hpricot
39 ruby_add_rdepend dev-ruby/hpricot
40
41
42
43
44 1.45 dev-ruby/haml/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.45&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?rev=1.45&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/ChangeLog?r1=1.44&r2=1.45
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v
53 retrieving revision 1.44
54 retrieving revision 1.45
55 diff -u -r1.44 -r1.45
56 --- ChangeLog 25 Jun 2010 20:06:29 -0000 1.44
57 +++ ChangeLog 30 Jun 2010 19:17:22 -0000 1.45
58 @@ -1,6 +1,14 @@
59 # ChangeLog for dev-ruby/haml
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.44 2010/06/25 20:06:29 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.45 2010/06/30 19:17:22 graaff Exp $
63 +
64 +*haml-3.0.13-r1 (30 Jun 2010)
65 +
66 + 30 Jun 2010; Hans de Graaff <graaff@g.o> haml-3.0.13.ebuild,
67 + +haml-3.0.13-r1.ebuild:
68 + Fix tests by adding a dependency on dev-ruby/erubis, bug 326303. Restrict
69 + tests in haml-3.0.13 and fix them in -r1. Drop ppc, ppc64 keywords for -r1
70 + due to new dependency: bug 326353.
71
72 *haml-3.0.13 (25 Jun 2010)
73
74
75
76
77 1.1 dev-ruby/haml/haml-3.0.13-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.13-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/haml/haml-3.0.13-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: haml-3.0.13-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2010 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.13-r1.ebuild,v 1.1 2010/06/30 19:17:22 graaff Exp $
87
88 EAPI=2
89
90 USE_RUBY="ruby18"
91
92 RUBY_FAKEGEM_TASK_DOC="doc"
93
94 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md"
95 RUBY_FAKEGEM_DOCDIR="doc"
96
97 RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME"
98
99 inherit ruby-fakegem
100
101 DESCRIPTION="HAML - a ruby web page templating engine"
102 HOMEPAGE="http://haml.hamptoncatlin.com/"
103
104 LICENSE="MIT"
105 SLOT="0"
106 KEYWORDS="~amd64 ~x86"
107
108 # TODO: haml has some emacs modes that it could be installing, in case
109 IUSE=""
110
111 # The html engine requires hpricot
112 ruby_add_rdepend dev-ruby/hpricot
113
114 # It could use merb during testing as well, but it's not mandatory
115 ruby_add_bdepend "
116 test? (
117 virtual/ruby-test-unit
118 dev-ruby/erubis
119 dev-ruby/actionpack
120 )
121 doc? (
122 dev-ruby/yard
123 dev-ruby/maruku
124 )"