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: root-5.34.07.ebuild ChangeLog
Date: Tue, 04 Jun 2013 15:44:14
Message-Id: 20130604154406.EBF382171D@flycatcher.gentoo.org
1 bicatali 13/06/04 15:44:06
2
3 Modified: root-5.34.07.ebuild ChangeLog
4 Log:
5 fixed postgres link
6
7 (Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.3 sci-physics/root/root-5.34.07.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.07.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.07.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.34.07.ebuild?r1=1.2&r2=1.3
15
16 Index: root-5.34.07.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- root-5.34.07.ebuild 29 May 2013 16:39:18 -0000 1.2
23 +++ root-5.34.07.ebuild 4 Jun 2013 15:44:06 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v 1.2 2013/05/29 16:39:18 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v 1.3 2013/06/04 15:44:06 bicatali Exp $
29
30 EAPI=5
31
32 @@ -41,7 +41,12 @@
33 kerberos ldap +math mpi mysql odbc +opengl openmp oracle postgres prefix
34 pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd"
35
36 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
37 +REQUIRED_USE="
38 + !X? ( !opengl !qt4 )
39 + htmldoc? ( doc )
40 + mpi? ( math !openmp )
41 + openmp? ( math !mpi )
42 + python? ( ${PYTHON_REQUIRED_USE} )"
43
44 CDEPEND="
45 app-arch/xz-utils
46 @@ -107,12 +112,6 @@
47
48 PDEPEND="htmldoc? ( ~app-doc/root-docs-${PV} )"
49
50 -REQUIRED_USE="
51 - !X? ( !opengl !qt4 )
52 - htmldoc? ( doc )
53 - mpi? ( math !openmp )
54 - openmp? ( math !mpi )"
55 -
56 S="${WORKDIR}/${PN}"
57
58 pkg_setup() {
59 @@ -208,6 +207,8 @@
60 }
61
62 src_configure() {
63 + local myconfflags=""
64 + use postgres && myconfflags+=" --with-pgsql-incdir=$(pg_config --includedir)"
65 # the configure script is not the standard autotools
66 ./configure \
67 --prefix="${EPREFIX}"/usr \
68 @@ -272,6 +273,7 @@
69 $(use_enable ssl) \
70 $(use_enable xml) \
71 $(use_enable xrootd) \
72 + ${myconfflags} \
73 ${EXTRA_ECONF} \
74 || die "configure failed"
75 }
76
77
78
79 1.118 sci-physics/root/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.118&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.118&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.117&r2=1.118
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
88 retrieving revision 1.117
89 retrieving revision 1.118
90 diff -u -r1.117 -r1.118
91 --- ChangeLog 29 May 2013 16:39:18 -0000 1.117
92 +++ ChangeLog 4 Jun 2013 15:44:06 -0000 1.118
93 @@ -1,6 +1,10 @@
94 # ChangeLog for sci-physics/root
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.117 2013/05/29 16:39:18 jlec Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.118 2013/06/04 15:44:06 bicatali Exp $
98 +
99 + 28 May 2013; Andrew Savchenko <bircoph@×××××.com> +root-5.34.07.ebuild:
100 + Fix build with USE="postgres": Gentoo doesn't provide
101 + /usr/include/postgresql symlink anymore.
102
103 29 May 2013; Justin Lecher <jlec@g.o> root-5.34.07.ebuild,
104 metadata.xml: