Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.18-r1.ebuild fxruby-1.6.20.ebuild
Date: Fri, 25 Jun 2010 17:07:21
Message-Id: 20100625170708.BB64A2CF64@corvid.gentoo.org
1 ssuominen 10/06/25 17:07:07
2
3 Modified: fxruby-1.6.18-r1.ebuild fxruby-1.6.20.ebuild
4 Log:
5 Fix repoman warnings
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: fxruby-1.6.18-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- fxruby-1.6.18-r1.ebuild 22 May 2010 15:16:02 -0000 1.9
22 +++ fxruby-1.6.18-r1.ebuild 25 Jun 2010 17:07:07 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.9 2010/05/22 15:16:02 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.18-r1.ebuild,v 1.10 2010/06/25 17:07:07 ssuominen Exp $
28
29 RUBY_BUG_145222=yes
30 inherit ruby
31 @@ -65,7 +65,7 @@
32 for dir in sample samples example examples; do
33 if [ -d ${dir} ] ; then
34 dodir /usr/share/doc/${PF}
35 - cp -pPR ${dir} ${D}/usr/share/doc/${PF} || die "cp failed"
36 + cp -pPR ${dir} "${D}"/usr/share/doc/${PF} || die "cp failed"
37 fi
38 done
39 fi
40
41
42
43 1.2 dev-ruby/fxruby/fxruby-1.6.20.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild?r1=1.1&r2=1.2
48
49 Index: fxruby-1.6.20.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- fxruby-1.6.20.ebuild 25 Jun 2010 09:37:17 -0000 1.1
56 +++ fxruby-1.6.20.ebuild 25 Jun 2010 17:07:07 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild,v 1.1 2010/06/25 09:37:17 graaff Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.20.ebuild,v 1.2 2010/06/25 17:07:07 ssuominen Exp $
62
63 EAPI=2
64 USE_RUBY="ruby18"
65 @@ -13,7 +13,6 @@
66
67 inherit multilib ruby-fakegem
68
69 -
70 DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
71 HOMEPAGE="http://www.fxruby.org/"