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/merb-haml: ChangeLog merb-haml-1.1.3.ebuild
Date: Sun, 02 Jan 2011 11:52:35
Message-Id: 20110102115224.E697520054@flycatcher.gentoo.org
1 graaff 11/01/02 11:52:24
2
3 Modified: ChangeLog
4 Added: merb-haml-1.1.3.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.2 dev-ruby/merb-haml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-haml/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-haml/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-haml/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 Jul 2010 12:23:50 -0000 1.1
24 +++ ChangeLog 2 Jan 2011 11:52:24 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/merb-haml
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.1 2010/07/03 12:23:50 hollow Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.2 2011/01/02 11:52:24 graaff Exp $
31 +
32 +*merb-haml-1.1.3 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Hans de Graaff <graaff@g.o> +merb-haml-1.1.3.ebuild:
35 + Version bump.
36
37 *merb-haml-1.1.2 (03 Jul 2010)
38
39
40
41
42 1.1 dev-ruby/merb-haml/merb-haml-1.1.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: merb-haml-1.1.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/merb-haml-1.1.3.ebuild,v 1.1 2011/01/02 11:52:24 graaff Exp $
52
53 EAPI="2"
54 USE_RUBY="ruby18"
55
56 RUBY_FAKEGEM_TASK_TEST="spec"
57
58 RUBY_FAKEGEM_DOCDIR="rdoc"
59 RUBY_FAKEGEM_EXTRADOC="README TODO"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Merb plugin that provides HAML support"
64 HOMEPAGE="http://merbivore.com"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
72
73 ruby_add_rdepend ">=dev-ruby/haml-2.0.3
74 ~dev-ruby/merb-core-${PV}"