public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2010-06-25 20:38 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2010-06-25 20:38 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/06/25 20:38:40

  Modified:             ChangeLog root-5.26.00-r4.ebuild
  Removed:              root-5.22.00-r3.ebuild root-5.26.00-r3.ebuild
                        root-5.24.00-r1.ebuild
  Log:
  Patch bump and removed useless gsl flag
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 sci-physics/root/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	25 Jun 2010 17:12:36 -0000	1.69
+++ ChangeLog	25 Jun 2010 20:38:40 -0000	1.70
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/root
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.69 2010/06/25 17:12:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.70 2010/06/25 20:38:40 bicatali Exp $
+
+  25 Jun 2010; Sébastien Fabbro <bicatali@gentoo.org>
+  -root-5.22.00-r3.ebuild, -root-5.24.00-r1.ebuild, -root-5.26.00-r3.ebuild,
+  root-5.26.00-r4.ebuild, -files/root-5.26.00-nobyte-compile.patch:
+  Patch bump and removed useless gsl flag
 
 *root-5.26.00-r4 (25 Jun 2010)
 



1.2                  sci-physics/root/root-5.26.00-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild?r1=1.1&r2=1.2

Index: root-5.26.00-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.26.00-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root-5.26.00-r4.ebuild	25 Jun 2010 17:12:36 -0000	1.1
+++ root-5.26.00-r4.ebuild	25 Jun 2010 20:38:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DOC_PV=$(get_major_version)_$(get_version_component_range 2)
 ROOFIT_DOC_PV=2.91-33
 TMVA_DOC_PV=4
-PATCH_PV=p04
+PATCH_PV=p05
 
 DESCRIPTION="C++ data analysis framework and interpreter from CERN"
 HOMEPAGE="http://root.cern.ch/"
@@ -26,7 +26,7 @@
 SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE="afs clarens doc emacs examples fftw geant4 gsl kerberos ldap
+IUSE="afs clarens doc emacs examples fftw geant4 kerberos ldap
 	+math mysql	odbc +opengl openmp oracle postgres pythia6 pythia8 python
 	+reflex	ruby qt4 ssl xft xml xinetd xrootd"
 
@@ -49,9 +49,9 @@
 	emacs? ( virtual/emacs )
 	fftw? ( sci-libs/fftw:3.0 )
 	geant4? ( sci-physics/geant:4 )
-	gsl? ( >=sci-libs/gsl-1.8 )
 	kerberos? ( virtual/krb5 )
 	ldap? ( net-nds/openldap )
+	math? ( >=sci-libs/gsl-1.8 )
 	mysql? ( virtual/mysql )
 	odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
 	opengl? ( virtual/opengl virtual/glu )
@@ -104,11 +104,11 @@
 }
 
 src_prepare() {
-	epatch "${WORKDIR}"/${P}-svn33855.patch
+	epatch "${WORKDIR}"/${P}-svn34137.patch
 	epatch "${WORKDIR}"/${P}-prop-ldflags.patch
 	epatch "${WORKDIR}"/${P}-xrootd-prop-flags.patch
 	epatch "${WORKDIR}"/${P}-configure-paths.patch
-	epatch "${FILESDIR}"/${P}-nobyte-compile.patch
+	epatch "${WORKDIR}"/${P}-nobyte-compile.patch
 
 	# use system cfortran
 	rm montecarlo/eg/inc/cfortran.h README/cfortran.doc
@@ -173,7 +173,7 @@
 		$(use_enable geant4 g4root) \
 		$(use_enable kerberos krb5) \
 		$(use_enable ldap) \
-		$(use_enable gsl gsl-shared) \
+		$(use_enable math gsl-shared) \
 		$(use_enable math genvector) \
 		$(use_enable math mathmore) \
 		$(use_enable math minuit2) \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-25 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 20:38 [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 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox