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/mc-tester/
Date: Wed, 23 Sep 2015 12:48:38
Message-Id: 1443012440.f1a5a86dc4fa9ede4ddad920162694bb0d5ef9b3.jlec@gentoo
1 commit: f1a5a86dc4fa9ede4ddad920162694bb0d5ef9b3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:47:20 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:47:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1a5a86d
7
8 sci-physics/mc-tester: 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/mc-tester/mc-tester-1.25.0.ebuild | 6 +++---
14 sci-physics/mc-tester/metadata.xml | 18 ++++++++----------
15 2 files changed, 11 insertions(+), 13 deletions(-)
16
17 diff --git a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
18 index f196349..78eff0e 100644
19 --- a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
20 +++ b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -38,8 +38,8 @@ src_configure() {
28 }
29
30 src_compile() {
31 - emake
32 - use doc && cd doc && emake
33 + default
34 + use doc && cd doc && default
35 }
36
37 src_install() {
38
39 diff --git a/sci-physics/mc-tester/metadata.xml b/sci-physics/mc-tester/metadata.xml
40 index 2edb7b2..d5e96a2 100644
41 --- a/sci-physics/mc-tester/metadata.xml
42 +++ b/sci-physics/mc-tester/metadata.xml
43 @@ -1,16 +1,14 @@
44 <?xml version="1.0" encoding="UTF-8"?>
45 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 <pkgmetadata>
47 -
48 -<herd>sci-physics</herd>
49 -<maintainer>
50 - <email>piatlicki@×××××.com</email>
51 -</maintainer>
52 -
53 -<longdescription>
54 + <herd>sci-physics</herd>
55 + <maintainer>
56 + <email>piatlicki@×××××.com</email>
57 + </maintainer>
58 + <longdescription>
59 A universal tool for comparisons of Monte Carlo predictions in High Energy Physics
60 </longdescription>
61 -<use>
62 - <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
63 -</use>
64 + <use>
65 + <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
66 + </use>
67 </pkgmetadata>