summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-29 16:39:18 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-29 16:39:18 +0000
commit914ee5e61bcc7de4fcfbbcb41a60092e9036fd79 (patch)
tree3e539973aa552d9e5a0557f45e65679b75d4ad91 /sci-physics
parentsci-visualization/paraview: Fix usage of new python r1 eclasses (missing PYTH... (diff)
downloadgentoo-2-914ee5e61bcc7de4fcfbbcb41a60092e9036fd79.tar.gz
gentoo-2-914ee5e61bcc7de4fcfbbcb41a60092e9036fd79.tar.bz2
gentoo-2-914ee5e61bcc7de4fcfbbcb41a60092e9036fd79.zip
sci-physics/root: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, PYTHON_DEPS)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/root/ChangeLog7
-rw-r--r--sci-physics/root/metadata.xml38
-rw-r--r--sci-physics/root/root-5.34.07.ebuild4
3 files changed, 28 insertions, 21 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 5db79f062cce..6a3d46d1f1f8 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/root
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.116 2013/05/23 23:52:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.117 2013/05/29 16:39:18 jlec Exp $
+
+ 29 May 2013; Justin Lecher <jlec@gentoo.org> root-5.34.07.ebuild,
+ metadata.xml:
+ Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,
+ PYTHON_DEPS)
*root-5.34.07 (23 May 2013)
diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml
index b91cfdbe4ceb..753df32731c9 100644
--- a/sci-physics/root/metadata.xml
+++ b/sci-physics/root/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>bircoph@gmail.com</email>
- <name>Andrew Savchenko</name>
- <description>Maintainer. Assign bugs to him</description>
- </maintainer>
- <herd>sci-physics</herd>
- <herd>proxy-maintainers</herd>
- <longdescription lang="en">
+ <maintainer>
+ <email>bircoph@gmail.com</email>
+ <name>Andrew Savchenko</name>
+ <description>Maintainer. Assign bugs to him</description>
+ </maintainer>
+ <herd>sci-physics</herd>
+ <herd>proxy-maintainers</herd>
+ <longdescription lang="en">
ROOT Object Oriented Technologies is an object oriented data
analysis framework written in C++ by the CERN. Widely used in
high energy physics, but also in other data analysis applications. It
@@ -16,15 +16,15 @@
statistics, serialization, optimization, linear algebra, graphics,
GUI toolkit, and a complete visualization framework.
</longdescription>
- <use>
- <flag name="c++0x"> Build ROOT using the C++11 standard. Not supported, requires <pkg>sys-devel/gcc</pkg>&gt;=4.7.0</flag>
- <flag name="clarens"> Build the Clarens and PEAC plug-ins, to use in a GRID enabled analysis</flag>
- <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag>
- <flag name="htmldoc">Generate html documentation</flag>
- <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
- <flag name="pythia6">Build the interface for <pkg>sci-physics/pythia</pkg> version 6.x </flag>
- <flag name="pythia8">Build the interface for <pkg>sci-physics/pythia</pkg> version 8.x </flag>
- <flag name="reflex">Build the reflection database for the C++ interpreter</flag>
- <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
- </use>
+ <use>
+ <flag name="c++0x"> Build ROOT using the C++11 standard. Not supported, requires <pkg>sys-devel/gcc</pkg>&gt;=4.7.0</flag>
+ <flag name="clarens"> Build the Clarens and PEAC plug-ins, to use in a GRID enabled analysis</flag>
+ <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag>
+ <flag name="htmldoc">Generate html documentation</flag>
+ <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
+ <flag name="pythia6">Build the interface for <pkg>sci-physics/pythia</pkg> version 6.x </flag>
+ <flag name="pythia8">Build the interface for <pkg>sci-physics/pythia</pkg> version 8.x </flag>
+ <flag name="reflex">Build the reflection database for the C++ interpreter</flag>
+ <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
+ </use>
</pkgmetadata>
diff --git a/sci-physics/root/root-5.34.07.ebuild b/sci-physics/root/root-5.34.07.ebuild
index fe8fb11a5139..87c56060d310 100644
--- a/sci-physics/root/root-5.34.07.ebuild
+++ b/sci-physics/root/root-5.34.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v 1.1 2013/05/23 23:52:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v 1.2 2013/05/29 16:39:18 jlec Exp $
EAPI=5
@@ -41,6 +41,8 @@ IUSE="+X afs avahi -c++0x doc emacs examples fits fftw graphviz htmldoc
kerberos ldap +math mpi mysql odbc +opengl openmp oracle postgres prefix
pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
CDEPEND="
app-arch/xz-utils
>=dev-lang/cfortran-4.4-r2