Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: ChangeLog fxruby-1.6.18-r1.ebuild
Date: Wed, 01 Apr 2009 04:58:53
Message-Id: E1LosXJ-0001wi-Bh@stork.gentoo.org
1 jer 09/04/01 04:58:49
2
3 Modified: ChangeLog fxruby-1.6.18-r1.ebuild
4 Log:
5 Stable for HPPA (bug #263282). Fix one quoting issue.
6 (Portage version: 2.2_rc28/cvs/Linux i686)
7
8 Revision Changes Path
9 1.80 dev-ruby/fxruby/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.80&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.80&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.79&r2=1.80
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
18 retrieving revision 1.79
19 retrieving revision 1.80
20 diff -u -r1.79 -r1.80
21 --- ChangeLog 25 Mar 2009 10:22:28 -0000 1.79
22 +++ ChangeLog 1 Apr 2009 04:58:49 -0000 1.80
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/fxruby
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.79 2009/03/25 10:22:28 tcunha Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.80 2009/04/01 04:58:49 jer Exp $
28 +
29 + 01 Apr 2009; Jeroen Roovers <jer@g.o> fxruby-1.6.18-r1.ebuild:
30 + Stable for HPPA (bug #263282). Fix one quoting issue.
31
32 25 Mar 2009; Tiago Cunha <tcunha@g.o> fxruby-1.6.18-r1.ebuild:
33 stable sparc, bug 263282
34
35
36
37 1.8 dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?r1=1.7&r2=1.8
42
43 Index: fxruby-1.6.18-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- fxruby-1.6.18-r1.ebuild 25 Mar 2009 10:22:28 -0000 1.7
50 +++ fxruby-1.6.18-r1.ebuild 1 Apr 2009 04:58:49 -0000 1.8
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.7 2009/03/25 10:22:28 tcunha Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.8 2009/04/01 04:58:49 jer Exp $
56
57 RUBY_BUG_145222=yes
58 inherit ruby
59 @@ -13,7 +13,7 @@
60
61 LICENSE="LGPL-2.1"
62 SLOT="1.6"
63 -KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
64 +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
65 IUSE="examples doc"
66
67 DEPEND="=x11-libs/fox-1.6*
68 @@ -48,7 +48,7 @@
69
70 insinto ${rdbase}
71 [ -n "${rdfiles}" ] && doins ${rdfiles}
72 - rmdir ${D}${rdbase} 2>/dev/null || true
73 + rmdir "${D}"${rdbase} 2>/dev/null || true
74 if [ -d doc -o -d docs ] ; then
75 dohtml -x html -r {doc,docs}/*
76 dohtml -r {doc,docs}/html/*