Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ffi-1.4.0.ebuild ffi-1.9.3.ebuild ffi-1.1.5.ebuild ChangeLog
Date: Wed, 01 Jan 2014 14:11:17
Message-Id: 20140101141111.69D352004C@flycatcher.gentoo.org
1 patrick 14/01/01 14:11:11
2
3 Modified: ffi-1.4.0.ebuild ffi-1.9.3.ebuild ffi-1.1.5.ebuild
4 ChangeLog
5 Log:
6 Remove ruby18 target as dependencies lost support already
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.9 dev-ruby/ffi/ffi-1.4.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild?r1=1.8&r2=1.9
16
17 Index: ffi-1.4.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ffi-1.4.0.ebuild 26 Dec 2013 16:13:57 -0000 1.8
24 +++ ffi-1.4.0.ebuild 1 Jan 2014 14:11:11 -0000 1.9
25 @@ -1,12 +1,12 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.8 2013/12/26 16:13:57 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.9 2014/01/01 14:11:11 patrick Exp $
31
32 EAPI=5
33
34 # jruby → unneeded, this is part of the standard JRuby distribution, and
35 # would just install a dummy.
36 -USE_RUBY="ruby18 ruby19 ree18"
37 +USE_RUBY="ruby19 ree18"
38
39 RUBY_FAKEGEM_TASK_TEST="specs"
40
41
42
43
44 1.3 dev-ruby/ffi/ffi-1.9.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild?r1=1.2&r2=1.3
49
50 Index: ffi-1.9.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ffi-1.9.3.ebuild 22 Dec 2013 18:55:50 -0000 1.2
57 +++ ffi-1.9.3.ebuild 1 Jan 2014 14:11:11 -0000 1.3
58 @@ -1,12 +1,12 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.2 2013/12/22 18:55:50 blueness Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.3 2014/01/01 14:11:11 patrick Exp $
64
65 EAPI=5
66
67 # jruby → unneeded, this is part of the standard JRuby distribution, and
68 # would just install a dummy.
69 -USE_RUBY="ruby18 ruby19 ruby20"
70 +USE_RUBY="ruby19 ruby20"
71
72 RUBY_FAKEGEM_TASK_TEST="specs"
73
74
75
76
77 1.10 dev-ruby/ffi/ffi-1.1.5.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild?rev=1.10&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild?rev=1.10&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild?r1=1.9&r2=1.10
82
83 Index: ffi-1.1.5.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v
86 retrieving revision 1.9
87 retrieving revision 1.10
88 diff -u -r1.9 -r1.10
89 --- ffi-1.1.5.ebuild 15 Jan 2013 04:47:05 -0000 1.9
90 +++ ffi-1.1.5.ebuild 1 Jan 2014 14:11:11 -0000 1.10
91 @@ -1,12 +1,12 @@
92 -# Copyright 1999-2013 Gentoo Foundation
93 +# Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.9 2013/01/15 04:47:05 zerochaos Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.10 2014/01/01 14:11:11 patrick Exp $
97
98 EAPI=4
99
100 # jruby → unneeded, this is part of the standard JRuby distribution, and
101 # would just install a dummy.
102 -USE_RUBY="ruby18 ruby19 ree18"
103 +USE_RUBY="ruby19 ree18"
104
105 RUBY_FAKEGEM_TASK_TEST="specs"
106
107
108
109
110 1.62 dev-ruby/ffi/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.62&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.62&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.61&r2=1.62
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
119 retrieving revision 1.61
120 retrieving revision 1.62
121 diff -u -r1.61 -r1.62
122 --- ChangeLog 26 Dec 2013 16:13:57 -0000 1.61
123 +++ ChangeLog 1 Jan 2014 14:11:11 -0000 1.62
124 @@ -1,6 +1,10 @@
125 # ChangeLog for dev-ruby/ffi
126 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.61 2013/12/26 16:13:57 maekke Exp $
128 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
129 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.62 2014/01/01 14:11:11 patrick Exp $
130 +
131 + 01 Jan 2014; Patrick Lauer <patrick@g.o> ffi-1.1.5.ebuild,
132 + ffi-1.4.0.ebuild, ffi-1.9.3.ebuild:
133 + Remove ruby18 target as dependencies lost support already
134
135 26 Dec 2013; Markus Meier <maekke@g.o> ffi-1.4.0.ebuild:
136 arm stable, bug #493780