Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-3.1.1.ebuild R-3.0.3.ebuild R-3.1.0.ebuild ChangeLog
Date: Mon, 01 Sep 2014 16:42:35
Message-Id: 20140901164231.B46F64726@oystercatcher.gentoo.org
1 mgorny 14/09/01 16:42:31
2
3 Modified: R-3.1.1.ebuild R-3.0.3.ebuild R-3.1.0.ebuild
4 ChangeLog
5 Log:
6 Remove := subslot operator from || () block since it is meaningless and broken.
7
8 (Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.3 dev-lang/R/R-3.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?r1=1.2&r2=1.3
16
17 Index: R-3.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- R-3.1.1.ebuild 28 Aug 2014 11:36:56 -0000 1.2
24 +++ R-3.1.1.ebuild 1 Sep 2014 16:42:31 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v 1.2 2014/08/28 11:36:56 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v 1.3 2014/09/01 16:42:31 mgorny Exp $
30
31 EAPI=5
32
33 @@ -45,7 +45,7 @@
34 )"
35
36 RDEPEND="${CDEPEND}
37 - ( || ( <sys-libs/zlib-1.2.5.1-r1:0= >=sys-libs/zlib-1.2.5.1-r2:0=[minizip] ) )
38 + ( || ( <sys-libs/zlib-1.2.5.1-r1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] ) )
39 java? ( >=virtual/jre-1.5 )"
40
41 RESTRICT="minimal? ( test )"
42
43
44
45 1.5 dev-lang/R/R-3.0.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?r1=1.4&r2=1.5
50
51 Index: R-3.0.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- R-3.0.3.ebuild 16 Apr 2014 16:01:44 -0000 1.4
58 +++ R-3.0.3.ebuild 1 Sep 2014 16:42:31 -0000 1.5
59 @@ -1,6 +1,6 @@
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-lang/R/R-3.0.3.ebuild,v 1.4 2014/04/16 16:01:44 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v 1.5 2014/09/01 16:42:31 mgorny Exp $
64
65 EAPI=5
66
67 @@ -45,7 +45,7 @@
68 )"
69
70 RDEPEND="${CDEPEND}
71 - ( || ( <sys-libs/zlib-1.2.5.1-r1:0= >=sys-libs/zlib-1.2.5.1-r2:0=[minizip] ) )
72 + ( || ( <sys-libs/zlib-1.2.5.1-r1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] ) )
73 java? ( >=virtual/jre-1.5 )"
74
75 RESTRICT="minimal? ( test )"
76
77
78
79 1.3 dev-lang/R/R-3.1.0.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.0.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.0.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.0.ebuild?r1=1.2&r2=1.3
84
85 Index: R-3.1.0.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.0.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- R-3.1.0.ebuild 16 Apr 2014 16:01:44 -0000 1.2
92 +++ R-3.1.0.ebuild 1 Sep 2014 16:42:31 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.0.ebuild,v 1.2 2014/04/16 16:01:44 bicatali Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.0.ebuild,v 1.3 2014/09/01 16:42:31 mgorny Exp $
98
99 EAPI=5
100
101 @@ -45,7 +45,7 @@
102 )"
103
104 RDEPEND="${CDEPEND}
105 - ( || ( <sys-libs/zlib-1.2.5.1-r1:0= >=sys-libs/zlib-1.2.5.1-r2:0=[minizip] ) )
106 + ( || ( <sys-libs/zlib-1.2.5.1-r1:0 >=sys-libs/zlib-1.2.5.1-r2:0[minizip] ) )
107 java? ( >=virtual/jre-1.5 )"
108
109 RESTRICT="minimal? ( test )"
110
111
112
113 1.239 dev-lang/R/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.239&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.239&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.238&r2=1.239
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v
122 retrieving revision 1.238
123 retrieving revision 1.239
124 diff -u -r1.238 -r1.239
125 --- ChangeLog 28 Aug 2014 11:36:56 -0000 1.238
126 +++ ChangeLog 1 Sep 2014 16:42:31 -0000 1.239
127 @@ -1,6 +1,11 @@
128 # ChangeLog for dev-lang/R
129 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.238 2014/08/28 11:36:56 mgorny Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.239 2014/09/01 16:42:31 mgorny Exp $
132 +
133 + 01 Sep 2014; Michał Górny <mgorny@g.o> R-3.0.3.ebuild, R-3.1.0.ebuild,
134 + R-3.1.1.ebuild:
135 + Remove := subslot operator from || () block since it is meaningless and
136 + broken.
137
138 28 Aug 2014; Michał Górny <mgorny@g.o> R-3.1.1.ebuild:
139 Remove USE=bash-completion, install the completion file unconditionally