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/ffi: ChangeLog ffi-1.0.9-r1.ebuild ffi-1.0.9.ebuild
Date: Wed, 28 Sep 2011 11:12:38
Message-Id: 20110928111226.3774D20036@flycatcher.gentoo.org
1 ssuominen 11/09/28 11:12:26
2
3 Modified: ChangeLog ffi-1.0.9-r1.ebuild ffi-1.0.9.ebuild
4 Log:
5 Use virtual/libffi instead of dev-libs/libffi in case we have to switch to using copy from GCC in future.
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 dev-ruby/ffi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 2 Aug 2011 16:30:48 -0000 1.23
23 +++ ChangeLog 28 Sep 2011 11:12:25 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/ffi
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.23 2011/08/02 16:30:48 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.24 2011/09/28 11:12:25 ssuominen Exp $
29 +
30 + 28 Sep 2011; Samuli Suominen <ssuominen@g.o> ffi-1.0.9.ebuild,
31 + ffi-1.0.9-r1.ebuild:
32 + Use virtual/libffi instead of dev-libs/libffi in case we have to switch to
33 + using copy from GCC in future.
34
35 02 Aug 2011; Markos Chandras <hwoarang@g.o> ffi-1.0.9.ebuild:
36 Stable on amd64 wrt bug #348510
37
38
39
40 1.2 dev-ruby/ffi/ffi-1.0.9-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.0.9-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.0.9-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.0.9-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: ffi-1.0.9-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ffi-1.0.9-r1.ebuild 9 Jul 2011 10:27:35 -0000 1.1
53 +++ ffi-1.0.9-r1.ebuild 28 Sep 2011 11:12:25 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9-r1.ebuild,v 1.1 2011/07/09 10:27:35 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9-r1.ebuild,v 1.2 2011/09/28 11:12:25 ssuominen Exp $
59
60 EAPI=4
61
62 @@ -27,8 +27,8 @@
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
65
66 -RDEPEND="${RDEPEND} dev-libs/libffi"
67 -DEPEND="${DEPEND} dev-libs/libffi"
68 +RDEPEND="${RDEPEND} virtual/libffi"
69 +DEPEND="${DEPEND} virtual/libffi"
70
71 ruby_add_bdepend dev-ruby/rake-compiler
72
73
74
75
76 1.7 dev-ruby/ffi/ffi-1.0.9.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild?r1=1.6&r2=1.7
81
82 Index: ffi-1.0.9.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- ffi-1.0.9.ebuild 2 Aug 2011 16:30:48 -0000 1.6
89 +++ ffi-1.0.9.ebuild 28 Sep 2011 11:12:26 -0000 1.7
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v 1.6 2011/08/02 16:30:48 hwoarang Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v 1.7 2011/09/28 11:12:26 ssuominen Exp $
95
96 EAPI=4
97
98 @@ -27,8 +27,8 @@
99 SLOT="0"
100 KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
101
102 -RDEPEND="${RDEPEND} dev-libs/libffi"
103 -DEPEND="${DEPEND} dev-libs/libffi"
104 +RDEPEND="${RDEPEND} virtual/libffi"
105 +DEPEND="${DEPEND} virtual/libffi"
106
107 ruby_add_bdepend dev-ruby/rake-compiler