Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Mon, 02 Mar 2015 08:12:16
Message-Id: 1425283917.dfba2207c866b6fb22b3de71a89e5622205f8922.bircoph@gentoo
1 commit: dfba2207c866b6fb22b3de71a89e5622205f8922
2 Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 2 08:11:57 2015 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
5 CommitDate: Mon Mar 2 08:11:57 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dfba2207
7
8 sci-physics/root: cosmetics
9
10 ---
11 sci-physics/root/ChangeLog | 3 +++
12 sci-physics/root/metadata.xml | 36 ++++++++++++++++++------------------
13 2 files changed, 21 insertions(+), 18 deletions(-)
14
15 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
16 index 6f4801a..1553e5c 100644
17 --- a/sci-physics/root/ChangeLog
18 +++ b/sci-physics/root/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $
22
23 + 02 Mar 2015; Andrew Savchenko <bircoph@g.o> metadata.xml:
24 + Indentation fixes (in order to conform to portage version)
25 +
26 02 Mar 2015; Andrew Savchenko <bircoph@g.o> root-5.34.26.ebuild,
27 files/root-5.32.00-chklib64.patch, -files/root-5.34.26-prop-flags.patch:
28 Add configurable LDFLAGS the same way as upstream did for
29
30 diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml
31 index 579f100..0ff221b 100644
32 --- a/sci-physics/root/metadata.xml
33 +++ b/sci-physics/root/metadata.xml
34 @@ -1,12 +1,12 @@
35 <?xml version="1.0" encoding="UTF-8"?>
36 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 <pkgmetadata>
38 - <maintainer>
39 - <email>bircoph@g.o</email>
40 - <name>Andrew Savchenko</name>
41 - </maintainer>
42 - <herd>sci-physics</herd>
43 - <longdescription lang="en">
44 +<maintainer>
45 + <email>bircoph@g.o</email>
46 + <name>Andrew Savchenko</name>
47 +</maintainer>
48 +<herd>sci-physics</herd>
49 +<longdescription lang="en">
50 ROOT Object Oriented Technologies is an object oriented data
51 analysis framework written in C++ by the CERN. Widely used in
52 high energy physics, but also in other data analysis applications. It
53 @@ -14,16 +14,16 @@
54 statistics, serialization, optimization, linear algebra, graphics,
55 GUI toolkit, and a complete visualization framework.
56 </longdescription>
57 - <use>
58 - <flag name="c++11"> Build ROOT using the C++11 standard</flag>
59 - <flag name="c++14"> Build ROOT using the C++14 standard</flag>
60 - <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag>
61 - <flag name="geocad">Enable ROOT-CAD interface using <pkg>sci-libs/opencascade</pkg></flag>
62 - <flag name="http">Enable http server support including but not limited to fastcgi support</flag>
63 - <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
64 - <flag name="pythia6">Build the interface for <pkg>sci-physics/pythia</pkg> version 6.x </flag>
65 - <flag name="pythia8">Build the interface for <pkg>sci-physics/pythia</pkg> version 8.x </flag>
66 - <flag name="reflex">Build the reflection database for the C++ interpreter</flag>
67 - <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
68 - </use>
69 +<use>
70 + <flag name="c++11"> Build ROOT using the C++11 standard</flag>
71 + <flag name="c++14"> Build ROOT using the C++14 standard</flag>
72 + <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag>
73 + <flag name="geocad">Enable ROOT-CAD interface using <pkg>sci-libs/opencascade</pkg></flag>
74 + <flag name="http">Enable http server support including but not limited to fastcgi support</flag>
75 + <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
76 + <flag name="pythia6">Build the interface for <pkg>sci-physics/pythia</pkg> version 6.x </flag>
77 + <flag name="pythia8">Build the interface for <pkg>sci-physics/pythia</pkg> version 8.x </flag>
78 + <flag name="reflex">Build the reflection database for the C++ interpreter</flag>
79 + <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
80 +</use>
81 </pkgmetadata>