Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/mustache: mustache-0.99.5.ebuild ChangeLog
Date: Mon, 25 Aug 2014 16:34:22
Message-Id: 20140825163418.AE2F83E4C@oystercatcher.gentoo.org
1 mrueg 14/08/25 16:34:18
2
3 Modified: mustache-0.99.5.ebuild ChangeLog
4 Log:
5 Mark amd64 stable. Bug #503570.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.5 dev-ruby/mustache/mustache-0.99.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild?r1=1.4&r2=1.5
15
16 Index: mustache-0.99.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- mustache-0.99.5.ebuild 9 Aug 2014 10:26:57 -0000 1.4
23 +++ mustache-0.99.5.ebuild 25 Aug 2014 16:34:18 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v 1.4 2014/08/09 10:26:57 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.5.ebuild,v 1.5 2014/08/25 16:34:18 mrueg Exp $
29
30 EAPI=5
31
32 @@ -18,11 +18,15 @@
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 IUSE=""
39
40 ruby_add_bdepend "doc? ( app-text/ronn )"
41
42 +all_ruby_prepare() {
43 + sed -i "s#rake/rdoctask#rdoc/task#" Rakefile || die
44 +}
45 +
46 each_ruby_test() {
47 ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}"
48 }
49
50
51
52 1.36 dev-ruby/mustache/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?rev=1.36&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?rev=1.36&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mustache/ChangeLog?r1=1.35&r2=1.36
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v
61 retrieving revision 1.35
62 retrieving revision 1.36
63 diff -u -r1.35 -r1.36
64 --- ChangeLog 15 Aug 2014 17:41:58 -0000 1.35
65 +++ ChangeLog 25 Aug 2014 16:34:18 -0000 1.36
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-ruby/mustache
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v 1.35 2014/08/15 17:41:58 armin76 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/ChangeLog,v 1.36 2014/08/25 16:34:18 mrueg Exp $
71 +
72 + 25 Aug 2014; Manuel Rüger <mrueg@g.o> mustache-0.99.5.ebuild:
73 + Mark amd64 stable. Bug #503570.
74
75 15 Aug 2014; Raúl Porcel <armin76@g.o> mustache-0.99.4-r1.ebuild:
76 sparc stable, bug #493780