Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/root: root-5.34.18-r1.ebuild root-5.34.18.ebuild ChangeLog
Date: Mon, 01 Sep 2014 16:40:36
Message-Id: 20140901164031.BA6BB4728@oystercatcher.gentoo.org
1 mgorny 14/09/01 16:40:31
2
3 Modified: root-5.34.18-r1.ebuild root-5.34.18.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.4 sci-physics/root/root-5.34.18-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: root-5.34.18-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- root-5.34.18-r1.ebuild 27 Mar 2014 18:51:54 -0000 1.3
24 +++ root-5.34.18-r1.ebuild 1 Sep 2014 16:40:31 -0000 1.4
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/sci-physics/root/root-5.34.18-r1.ebuild,v 1.3 2014/03/27 18:51:54 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.4 2014/09/01 16:40:31 mgorny Exp $
30
31 EAPI=5
32
33 @@ -86,7 +86,7 @@
34 mpi? ( virtual/mpi )
35 )
36 mysql? ( virtual/mysql )
37 - odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
38 + odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )
39 oracle? ( dev-db/oracle-instantclient-basic:0= )
40 postgres? ( dev-db/postgresql-base:= )
41 pythia6? ( sci-physics/pythia:6= )
42
43
44
45 1.2 sci-physics/root/root-5.34.18.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.18.ebuild?r1=1.1&r2=1.2
50
51 Index: root-5.34.18.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- root-5.34.18.ebuild 18 Mar 2014 19:23:55 -0000 1.1
58 +++ root-5.34.18.ebuild 1 Sep 2014 16:40:31 -0000 1.2
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/sci-physics/root/root-5.34.18.ebuild,v 1.1 2014/03/18 19:23:55 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18.ebuild,v 1.2 2014/09/01 16:40:31 mgorny Exp $
64
65 EAPI=5
66
67 @@ -109,7 +109,7 @@
68 mpi? ( virtual/mpi )
69 )
70 mysql? ( virtual/mysql )
71 - odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
72 + odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )
73 oracle? ( dev-db/oracle-instantclient-basic:0= )
74 postgres? ( dev-db/postgresql-base:= )
75 pythia6? ( sci-physics/pythia:6= )
76
77
78
79 1.132 sci-physics/root/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.132&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.132&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.131&r2=1.132
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
88 retrieving revision 1.131
89 retrieving revision 1.132
90 diff -u -r1.131 -r1.132
91 --- ChangeLog 27 Mar 2014 18:51:54 -0000 1.131
92 +++ ChangeLog 1 Sep 2014 16:40:31 -0000 1.132
93 @@ -1,6 +1,11 @@
94 # ChangeLog for sci-physics/root
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.131 2014/03/27 18:51:54 bicatali Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.132 2014/09/01 16:40:31 mgorny Exp $
98 +
99 + 01 Sep 2014; Michał Górny <mgorny@g.o> root-5.34.18-r1.ebuild,
100 + root-5.34.18.ebuild:
101 + Remove := subslot operator from || () block since it is meaningless and
102 + broken.
103
104 27 Mar 2014; Sébastien Fabbro <bicatali@g.o> root-5.34.18-r1.ebuild:
105 Uncomment inadvertently commented out user and group creation