diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:09:15 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:09:15 +0200 |
commit | 6e62ce55c1f7a78a98a24e25e90e96412b4380a0 (patch) | |
tree | 8a5da5aec9047109060f8cd81c2b8b569eeedf59 /sci-physics | |
parent | sci-biology/abyss: Bump to EAPI=5 (diff) | |
download | sci-6e62ce55c1f7a78a98a24e25e90e96412b4380a0.tar.gz sci-6e62ce55c1f7a78a98a24e25e90e96412b4380a0.tar.bz2 sci-6e62ce55c1f7a78a98a24e25e90e96412b4380a0.zip |
sci-physics/root: Use default functions
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/metadata.xml | 30 | ||||
-rw-r--r-- | sci-physics/root/root-9999.ebuild | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml index 7e1dbd5bc..76b4f49ab 100644 --- a/sci-physics/root/metadata.xml +++ b/sci-physics/root/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>bircoph@gentoo.org</email> - <name>Andrew Savchenko</name> -</maintainer> -<herd>sci-physics</herd> -<longdescription lang="en"> + <maintainer> + <email>bircoph@gentoo.org</email> + <name>Andrew Savchenko</name> + </maintainer> + <herd>sci-physics</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 @@ -14,13 +14,13 @@ statistics, serialization, optimization, linear algebra, graphics, GUI toolkit, and a complete visualization framework. </longdescription> -<use> - <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag> - <flag name="geocad">Enable ROOT-CAD interface using <pkg>sci-libs/opencascade</pkg></flag> - <flag name="http">Enable http server support including but not limited to fastcgi support</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="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag> -</use> + <use> + <flag name="fits">Support for images and data from FITS files with <pkg>sci-libs/cfitsio</pkg></flag> + <flag name="geocad">Enable ROOT-CAD interface using <pkg>sci-libs/opencascade</pkg></flag> + <flag name="http">Enable http server support including but not limited to fastcgi support</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="xrootd">Build the interface for <pkg>net-libs/xrootd</pkg> </flag> + </use> </pkgmetadata> diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 45b50dfc9..91415ffd3 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -398,7 +398,7 @@ cleanup_install() { } src_install() { - emake DESTDIR="${D}" install + default dodoc README.md echo "LDPATH=${EPREFIX%/}/usr/$(get_libdir)/root" > 99root |