Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.20.00-r3.ebuild root-5.22.00.ebuild
Date: Tue, 20 Jan 2009 18:05:07
Message-Id: E1LPKxN-0008BH-DI@stork.gentoo.org
1 bicatali 09/01/20 18:04:09
2
3 Modified: ChangeLog root-5.20.00-r3.ebuild
4 root-5.22.00.ebuild
5 Log:
6 Fixed postgresql configuration (bug #251590), fixed server rootd and proofd files
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.41 sci-physics/root/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 19 Dec 2008 14:35:32 -0000 1.40
23 +++ ChangeLog 20 Jan 2009 18:04:09 -0000 1.41
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-physics/root
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.40 2008/12/19 14:35:32 bicatali Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.41 2009/01/20 18:04:09 bicatali Exp $
30 +
31 + 20 Jan 2009; Sébastien Fabbro <bicatali@g.o> files/proofd.initd,
32 + files/rootd.initd, files/xrootd.initd, root-5.20.00-r3.ebuild,
33 + root-5.22.00.ebuild:
34 + Fixed postgresql configuration (bug #251590), fixed server rootd and
35 + proofd files
36
37 19 Dec 2008; Sébastien Fabbro <bicatali@g.o> root-5.22.00.ebuild:
38 Fixed ftgl dependency, closing bug #251634
39
40
41
42 1.3 sci-physics/root/root-5.20.00-r3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.20.00-r3.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.20.00-r3.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.20.00-r3.ebuild?r1=1.2&r2=1.3
47
48 Index: root-5.20.00-r3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00-r3.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- root-5.20.00-r3.ebuild 19 Dec 2008 10:46:25 -0000 1.2
55 +++ root-5.20.00-r3.ebuild 20 Jan 2009 18:04:09 -0000 1.3
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2008 Gentoo Foundation
58 +# Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00-r3.ebuild,v 1.2 2008/12/19 10:46:25 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00-r3.ebuild,v 1.3 2009/01/20 18:04:09 bicatali Exp $
62
63 EAPI=1
64 inherit versionator eutils qt4 fortran elisp-common fdo-mime
65 @@ -52,7 +52,7 @@
66 mysql? ( virtual/mysql )
67 odbc? ( dev-db/libiodbc )
68 oracle? ( dev-db/oracle-instantclient-basic )
69 - postgres? ( virtual/postgresql-server )
70 + postgres? ( virtual/postgresql-base )
71 pythia6? ( sci-physics/pythia:6 )
72 pythia8? ( sci-physics/pythia:8 )
73 python? ( dev-lang/python )
74
75
76
77 1.3 sci-physics/root/root-5.22.00.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.22.00.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.22.00.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.22.00.ebuild?r1=1.2&r2=1.3
82
83 Index: root-5.22.00.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.22.00.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- root-5.22.00.ebuild 19 Dec 2008 14:35:32 -0000 1.2
90 +++ root-5.22.00.ebuild 20 Jan 2009 18:04:09 -0000 1.3
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2008 Gentoo Foundation
93 +# Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.22.00.ebuild,v 1.2 2008/12/19 14:35:32 bicatali Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.22.00.ebuild,v 1.3 2009/01/20 18:04:09 bicatali Exp $
97
98 EAPI=2
99 inherit versionator eutils qt4 fortran elisp-common fdo-mime toolchain-funcs
100 @@ -53,7 +53,7 @@
101 mysql? ( virtual/mysql )
102 odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
103 oracle? ( dev-db/oracle-instantclient-basic )
104 - postgres? ( virtual/postgresql-server )
105 + postgres? ( virtual/postgresql-base )
106 pythia6? ( sci-physics/pythia:6 )
107 pythia8? ( sci-physics/pythia:8 )
108 python? ( dev-lang/python )