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.26.00-r4.ebuild root-5.22.00-r3.ebuild root-5.26.00-r3.ebuild root-5.24.00-r1.ebuild
Date: Fri, 25 Jun 2010 20:38:48
Message-Id: 20100625203840.76D572CF68@corvid.gentoo.org
1 bicatali 10/06/25 20:38:40
2
3 Modified: ChangeLog root-5.26.00-r4.ebuild
4 Removed: root-5.22.00-r3.ebuild root-5.26.00-r3.ebuild
5 root-5.24.00-r1.ebuild
6 Log:
7 Patch bump and removed useless gsl flag
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.70 sci-physics/root/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 25 Jun 2010 17:12:36 -0000 1.69
24 +++ ChangeLog 25 Jun 2010 20:38:40 -0000 1.70
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-physics/root
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.69 2010/06/25 17:12:36 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.70 2010/06/25 20:38:40 bicatali Exp $
30 +
31 + 25 Jun 2010; Sébastien Fabbro <bicatali@g.o>
32 + -root-5.22.00-r3.ebuild, -root-5.24.00-r1.ebuild, -root-5.26.00-r3.ebuild,
33 + root-5.26.00-r4.ebuild, -files/root-5.26.00-nobyte-compile.patch:
34 + Patch bump and removed useless gsl flag
35
36 *root-5.26.00-r4 (25 Jun 2010)
37
38
39
40
41 1.2 sci-physics/root/root-5.26.00-r4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild?r1=1.1&r2=1.2
46
47 Index: root-5.26.00-r4.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- root-5.26.00-r4.ebuild 25 Jun 2010 17:12:36 -0000 1.1
54 +++ root-5.26.00-r4.ebuild 25 Jun 2010 20:38:40 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild,v 1.1 2010/06/25 17:12:36 jlec Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild,v 1.2 2010/06/25 20:38:40 bicatali Exp $
60
61 EAPI=3
62
63 @@ -11,7 +11,7 @@
64 DOC_PV=$(get_major_version)_$(get_version_component_range 2)
65 ROOFIT_DOC_PV=2.91-33
66 TMVA_DOC_PV=4
67 -PATCH_PV=p04
68 +PATCH_PV=p05
69
70 DESCRIPTION="C++ data analysis framework and interpreter from CERN"
71 HOMEPAGE="http://root.cern.ch/"
72 @@ -26,7 +26,7 @@
73 SLOT="0"
74 LICENSE="LGPL-2.1"
75 KEYWORDS="~amd64 ~hppa ~sparc ~x86"
76 -IUSE="afs clarens doc emacs examples fftw geant4 gsl kerberos ldap
77 +IUSE="afs clarens doc emacs examples fftw geant4 kerberos ldap
78 +math mysql odbc +opengl openmp oracle postgres pythia6 pythia8 python
79 +reflex ruby qt4 ssl xft xml xinetd xrootd"
80
81 @@ -49,9 +49,9 @@
82 emacs? ( virtual/emacs )
83 fftw? ( sci-libs/fftw:3.0 )
84 geant4? ( sci-physics/geant:4 )
85 - gsl? ( >=sci-libs/gsl-1.8 )
86 kerberos? ( virtual/krb5 )
87 ldap? ( net-nds/openldap )
88 + math? ( >=sci-libs/gsl-1.8 )
89 mysql? ( virtual/mysql )
90 odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
91 opengl? ( virtual/opengl virtual/glu )
92 @@ -104,11 +104,11 @@
93 }
94
95 src_prepare() {
96 - epatch "${WORKDIR}"/${P}-svn33855.patch
97 + epatch "${WORKDIR}"/${P}-svn34137.patch
98 epatch "${WORKDIR}"/${P}-prop-ldflags.patch
99 epatch "${WORKDIR}"/${P}-xrootd-prop-flags.patch
100 epatch "${WORKDIR}"/${P}-configure-paths.patch
101 - epatch "${FILESDIR}"/${P}-nobyte-compile.patch
102 + epatch "${WORKDIR}"/${P}-nobyte-compile.patch
103
104 # use system cfortran
105 rm montecarlo/eg/inc/cfortran.h README/cfortran.doc
106 @@ -173,7 +173,7 @@
107 $(use_enable geant4 g4root) \
108 $(use_enable kerberos krb5) \
109 $(use_enable ldap) \
110 - $(use_enable gsl gsl-shared) \
111 + $(use_enable math gsl-shared) \
112 $(use_enable math genvector) \
113 $(use_enable math mathmore) \
114 $(use_enable math minuit2) \