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 23:12:05
Message-Id: 1420153750.e564ff76a0feebab4ec7da7dde27314f2458f15f.bircoph@gentoo
1 commit: e564ff76a0feebab4ec7da7dde27314f2458f15f
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 1 23:09:10 2015 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Thu Jan 1 23:09:10 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e564ff76
7
8 Properly 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 | 4 ++++
15 sci-physics/root/root-5.34.18-r2.ebuild | 2 +-
16 sci-physics/root/root-6.00.01-r1.ebuild | 2 +-
17 sci-physics/root/root-6.00.02.ebuild | 2 +-
18 sci-physics/root/root-9999.ebuild | 2 +-
19 5 files changed, 8 insertions(+), 4 deletions(-)
20
21 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
22 index c6b232d..4ef278c 100644
23 --- a/sci-physics/root/ChangeLog
24 +++ b/sci-physics/root/ChangeLog
25 @@ -4,6 +4,10 @@
26
27 01 Jan 2015; Andrew Savchenko <bircoph@g.o> root-5.34.18-r2.ebuild,
28 root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-9999.ebuild:
29 + Rename virtual/postgresql to dev-db/postgresql
30 +
31 + 01 Jan 2015; Andrew Savchenko <bircoph@g.o> root-5.34.18-r2.ebuild,
32 + root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-9999.ebuild:
33 Use virtual for postgres dependency. This fixes bug 534086,
34 reported by Juergen Rose
35
36
37 diff --git a/sci-physics/root/root-5.34.18-r2.ebuild b/sci-physics/root/root-5.34.18-r2.ebuild
38 index 34e6a59..7108ae3 100644
39 --- a/sci-physics/root/root-5.34.18-r2.ebuild
40 +++ b/sci-physics/root/root-5.34.18-r2.ebuild
41 @@ -88,7 +88,7 @@ CDEPEND="
42 mysql? ( virtual/mysql )
43 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
44 oracle? ( dev-db/oracle-instantclient-basic:0= )
45 - postgres? ( virtual/postgresql:= )
46 + postgres? ( dev-db/postgresql:= )
47 pythia6? ( sci-physics/pythia:6= )
48 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
49 python? ( ${PYTHON_DEPS} )
50
51 diff --git a/sci-physics/root/root-6.00.01-r1.ebuild b/sci-physics/root/root-6.00.01-r1.ebuild
52 index 47ffb03..fae938e 100644
53 --- a/sci-physics/root/root-6.00.01-r1.ebuild
54 +++ b/sci-physics/root/root-6.00.01-r1.ebuild
55 @@ -93,7 +93,7 @@ CDEPEND="
56 mysql? ( virtual/mysql )
57 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
58 oracle? ( dev-db/oracle-instantclient-basic:0= )
59 - postgres? ( virtual/postgresql:= )
60 + postgres? ( dev-db/postgresql:= )
61 pythia6? ( sci-physics/pythia:6= )
62 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
63 python? ( ${PYTHON_DEPS} )
64
65 diff --git a/sci-physics/root/root-6.00.02.ebuild b/sci-physics/root/root-6.00.02.ebuild
66 index a396ada..2711170 100644
67 --- a/sci-physics/root/root-6.00.02.ebuild
68 +++ b/sci-physics/root/root-6.00.02.ebuild
69 @@ -93,7 +93,7 @@ CDEPEND="
70 mysql? ( virtual/mysql )
71 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
72 oracle? ( dev-db/oracle-instantclient-basic:0= )
73 - postgres? ( virtual/postgresql:= )
74 + postgres? ( dev-db/postgresql:= )
75 pythia6? ( sci-physics/pythia:6= )
76 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
77 python? ( ${PYTHON_DEPS} )
78
79 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
80 index bb8d51b..ac10320 100644
81 --- a/sci-physics/root/root-9999.ebuild
82 +++ b/sci-physics/root/root-9999.ebuild
83 @@ -93,7 +93,7 @@ CDEPEND="
84 mysql? ( virtual/mysql )
85 odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )
86 oracle? ( dev-db/oracle-instantclient-basic:0= )
87 - postgres? ( virtual/postgresql:= )
88 + postgres? ( dev-db/postgresql:= )
89 pythia6? ( sci-physics/pythia:6= )
90 pythia8? ( >=sci-physics/pythia-8.1.80:8= )
91 python? ( ${PYTHON_DEPS} )