Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fakefs: fakefs-0.2.1.ebuild ChangeLog
Date: Fri, 29 Jan 2010 19:03:32
Message-Id: E1Naw7o-0008GD-A8@stork.gentoo.org
1 armin76 10/01/29 19:03:24
2
3 Modified: fakefs-0.2.1.ebuild ChangeLog
4 Log:
5 Add ~ia64
6 (Portage version: 2.1.6.13/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.5 dev-ruby/fakefs/fakefs-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fakefs/fakefs-0.2.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fakefs/fakefs-0.2.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fakefs/fakefs-0.2.1.ebuild?r1=1.4&r2=1.5
14
15 Index: fakefs-0.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.2.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- fakefs-0.2.1.ebuild 14 Jan 2010 16:07:23 -0000 1.4
22 +++ fakefs-0.2.1.ebuild 29 Jan 2010 19:03:23 -0000 1.5
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/fakefs/fakefs-0.2.1.ebuild,v 1.4 2010/01/14 16:07:23 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.2.1.ebuild,v 1.5 2010/01/29 19:03:23 armin76 Exp $
28
29 EAPI=2
30
31 @@ -20,7 +20,7 @@
32
33 LICENSE="as-is" # truly
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~ppc64"
36 +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64"
37 IUSE=""
38
39 all_ruby_prepare() {
40
41
42
43 1.5 dev-ruby/fakefs/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fakefs/ChangeLog?r1=1.4&r2=1.5
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- ChangeLog 14 Jan 2010 16:07:23 -0000 1.4
56 +++ ChangeLog 29 Jan 2010 19:03:23 -0000 1.5
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-ruby/fakefs
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.4 2010/01/14 16:07:23 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.5 2010/01/29 19:03:23 armin76 Exp $
62 +
63 + 29 Jan 2010; Raúl Porcel <armin76@g.o> fakefs-0.2.1.ebuild:
64 + Add ~ia64
65
66 14 Jan 2010; Diego E. Pettenò <flameeyes@g.o> fakefs-0.2.1.ebuild:
67 Improve jruby failure comment.