Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Thu, 01 Jan 2015 15:20:06
Message-Id: 1420125387.83c35df612bc3c704352e1328ac857d5c9addec5.bircoph@gentoo
1 commit: 83c35df612bc3c704352e1328ac857d5c9addec5
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 1 15:16:27 2015 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Thu Jan 1 15:16:27 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=83c35df6
7
8 Fix bug 534086
9
10 Package-Manager: portage-2.2.15
11 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
12
13 ---
14 sci-physics/root/ChangeLog | 5 +++++
15 sci-physics/root/root-5.34.18-r2.ebuild | 4 ++--
16 sci-physics/root/root-6.00.01-r1.ebuild | 4 ++--
17 sci-physics/root/root-6.00.02.ebuild | 4 ++--
18 sci-physics/root/root-9999.ebuild | 4 ++--
19 5 files changed, 13 insertions(+), 8 deletions(-)
20
21 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
22 index 75d4a97..c6b232d 100644
23 --- a/sci-physics/root/ChangeLog
24 +++ b/sci-physics/root/ChangeLog
25 @@ -2,6 +2,11 @@
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $
28
29 + 01 Jan 2015; Andrew Savchenko <bircoph@g.o> root-5.34.18-r2.ebuild,
30 + root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-9999.ebuild:
31 + Use virtual for postgres dependency. This fixes bug 534086,
32 + reported by Juergen Rose
33 +
34 01 Jan 2015; Andrew Savchenko <bircoph@g.o> metadata.xml:
35 Update maintainer information.
36
37
38 diff --git a/sci-physics/root/root-5.34.18-r2.ebuild b/sci-physics/root/root-5.34.18-r2.ebuild
39 index 7ce12fd..34e6a59 100644
40 --- a/sci-physics/root/root-5.34.18-r2.ebuild
41 +++ b/sci-physics/root/root-5.34.18-r2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2015 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $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 $
47
48 @@ -88,7 +88,7 @@ CDEPEND="
49 mysql? ( virtual/mysql )
50 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
51 oracle? ( dev-db/oracle-instantclient-basic:0= )
52 - postgres? ( dev-db/postgresql-base:= )
53 + postgres? ( virtual/postgresql:= )
54 pythia6? ( sci-physics/pythia:6= )
55 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
56 python? ( ${PYTHON_DEPS} )
57
58 diff --git a/sci-physics/root/root-6.00.01-r1.ebuild b/sci-physics/root/root-6.00.01-r1.ebuild
59 index 6fe0c16..47ffb03 100644
60 --- a/sci-physics/root/root-6.00.01-r1.ebuild
61 +++ b/sci-physics/root/root-6.00.01-r1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2014 Gentoo Foundation
64 +# Copyright 1999-2015 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $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 $
67
68 @@ -93,7 +93,7 @@ CDEPEND="
69 mysql? ( virtual/mysql )
70 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
71 oracle? ( dev-db/oracle-instantclient-basic:0= )
72 - postgres? ( dev-db/postgresql-base:= )
73 + postgres? ( virtual/postgresql:= )
74 pythia6? ( sci-physics/pythia:6= )
75 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
76 python? ( ${PYTHON_DEPS} )
77
78 diff --git a/sci-physics/root/root-6.00.02.ebuild b/sci-physics/root/root-6.00.02.ebuild
79 index e53ed3d..a396ada 100644
80 --- a/sci-physics/root/root-6.00.02.ebuild
81 +++ b/sci-physics/root/root-6.00.02.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2014 Gentoo Foundation
84 +# Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $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 $
87
88 @@ -93,7 +93,7 @@ CDEPEND="
89 mysql? ( virtual/mysql )
90 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
91 oracle? ( dev-db/oracle-instantclient-basic:0= )
92 - postgres? ( dev-db/postgresql-base:= )
93 + postgres? ( virtual/postgresql:= )
94 pythia6? ( sci-physics/pythia:6= )
95 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
96 python? ( ${PYTHON_DEPS} )
97
98 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
99 index 361cda0..bb8d51b 100644
100 --- a/sci-physics/root/root-9999.ebuild
101 +++ b/sci-physics/root/root-9999.ebuild
102 @@ -1,4 +1,4 @@
103 -# Copyright 1999-2014 Gentoo Foundation
104 +# Copyright 1999-2015 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $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 $
107
108 @@ -93,7 +93,7 @@ CDEPEND="
109 mysql? ( virtual/mysql )
110 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
111 oracle? ( dev-db/oracle-instantclient-basic:0= )
112 - postgres? ( dev-db/postgresql-base:= )
113 + postgres? ( virtual/postgresql:= )
114 pythia6? ( sci-physics/pythia:6= )
115 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
116 python? ( ${PYTHON_DEPS} )