commit: f1a5a86dc4fa9ede4ddad920162694bb0d5ef9b3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:47:20 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:47:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1a5a86d
sci-physics/mc-tester: Use default functions
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-physics/mc-tester/mc-tester-1.25.0.ebuild | 6 +++---
sci-physics/mc-tester/metadata.xml | 18 ++++++++----------
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
index f196349..78eff0e 100644
--- a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
+++ b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -38,8 +38,8 @@ src_configure() {
}
src_compile() {
- emake
- use doc && cd doc && emake
+ default
+ use doc && cd doc && default
}
src_install() {
diff --git a/sci-physics/mc-tester/metadata.xml
b/sci-physics/mc-tester/metadata.xml
index 2edb7b2..d5e96a2 100644
--- a/sci-physics/mc-tester/metadata.xml
+++ b/sci-physics/mc-tester/metadata.xml
@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-
-<herd>sci-physics</herd>
-<maintainer>
- <email>[email protected]</email>
-</maintainer>
-
-<longdescription>
+ <herd>sci-physics</herd>
+ <maintainer>
+ <email>[email protected]</email>
+ </maintainer>
+ <longdescription>
A universal tool for comparisons of Monte Carlo predictions in High Energy
Physics
</longdescription>
-<use>
- <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
-</use>
+ <use>
+ <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
+ </use>
</pkgmetadata>