Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Wed, 23 Sep 2015 12:48:27
Message-Id: 1443010155.6e62ce55c1f7a78a98a24e25e90e96412b4380a0.jlec@gentoo
1 commit: 6e62ce55c1f7a78a98a24e25e90e96412b4380a0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:09:15 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:09:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6e62ce55
7
8 sci-physics/root: Use default functions
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-physics/root/metadata.xml | 30 +++++++++++++++---------------
14 sci-physics/root/root-9999.ebuild | 2 +-
15 2 files changed, 16 insertions(+), 16 deletions(-)
16
17 diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml
18 index 7e1dbd5..76b4f49 100644
19 --- a/sci-physics/root/metadata.xml
20 +++ b/sci-physics/root/metadata.xml
21 @@ -1,12 +1,12 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 -<maintainer>
26 - <email>bircoph@g.o</email>
27 - <name>Andrew Savchenko</name>
28 -</maintainer>
29 -<herd>sci-physics</herd>
30 -<longdescription lang="en">
31 + <maintainer>
32 + <email>bircoph@g.o</email>
33 + <name>Andrew Savchenko</name>
34 + </maintainer>
35 + <herd>sci-physics</herd>
36 + <longdescription lang="en">
37 ROOT Object Oriented Technologies is an object oriented data
38 analysis framework written in C++ by the CERN. Widely used in
39 high energy physics, but also in other data analysis applications. It
40 @@ -14,13 +14,13 @@
41 statistics, serialization, optimization, linear algebra, graphics,
42 GUI toolkit, and a complete visualization framework.
43 </longdescription>
44 -<use>
45 - <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag>
46 - <flag name="geocad">Enable ROOT-CAD interface using <pkg>sci-libs/opencascade</pkg></flag>
47 - <flag name="http">Enable http server support including but not limited to fastcgi support</flag>
48 - <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
49 - <flag name="pythia6">Build the interface for <pkg>sci-physics/pythia</pkg> version 6.x </flag>
50 - <flag name="pythia8">Build the interface for <pkg>sci-physics/pythia</pkg> version 8.x </flag>
51 - <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
52 -</use>
53 + <use>
54 + <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag>
55 + <flag name="geocad">Enable ROOT-CAD interface using <pkg>sci-libs/opencascade</pkg></flag>
56 + <flag name="http">Enable http server support including but not limited to fastcgi support</flag>
57 + <flag name="math">Build all math related libraries plugins, needs <pkg>sci-libs/gsl</pkg> </flag>
58 + <flag name="pythia6">Build the interface for <pkg>sci-physics/pythia</pkg> version 6.x </flag>
59 + <flag name="pythia8">Build the interface for <pkg>sci-physics/pythia</pkg> version 8.x </flag>
60 + <flag name="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag>
61 + </use>
62 </pkgmetadata>
63
64 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
65 index 45b50df..91415ff 100644
66 --- a/sci-physics/root/root-9999.ebuild
67 +++ b/sci-physics/root/root-9999.ebuild
68 @@ -398,7 +398,7 @@ cleanup_install() {
69 }
70
71 src_install() {
72 - emake DESTDIR="${D}" install
73 + default
74 dodoc README.md
75
76 echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root