Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/hpx/
Date: Wed, 23 Sep 2015 10:20:11
Message-Id: 1443003584.bad870ed61d0ded9c912668b18a886d234be4866.jlec@gentoo
1 commit: bad870ed61d0ded9c912668b18a886d234be4866
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:19:44 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:19:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bad870ed
7
8 sys-cluster/hpx: Properly depend on python
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sys-cluster/hpx/hpx-9999.ebuild | 4 ++--
14 sys-cluster/hpx/metadata.xml | 24 ++++++++++++------------
15 2 files changed, 14 insertions(+), 14 deletions(-)
16
17 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
18 index 5b883f4..cdff1c6 100644
19 --- a/sys-cluster/hpx/hpx-9999.ebuild
20 +++ b/sys-cluster/hpx/hpx-9999.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 @@ -41,7 +41,7 @@ RDEPEND="
28 DEPEND="${RDEPEND}
29 app-arch/p7zip
30 virtual/pkgconfig
31 - test? ( dev-lang/python )
32 + test? ( ${PYTHON_DEPS} )
33 doc? ( >=dev-libs/boost-1.56.0-r1[tools] )
34 "
35 REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
36
37 diff --git a/sys-cluster/hpx/metadata.xml b/sys-cluster/hpx/metadata.xml
38 index ea01f2f..a066901 100644
39 --- a/sys-cluster/hpx/metadata.xml
40 +++ b/sys-cluster/hpx/metadata.xml
41 @@ -1,8 +1,8 @@
42 -<?xml version='1.0' encoding='UTF-8'?>
43 +<?xml version="1.0" encoding="UTF-8"?>
44 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
45 <pkgmetadata>
46 -<herd>cluster</herd>
47 -<longdescription>
48 + <herd>cluster</herd>
49 + <longdescription>
50 HPX (High Performance ParalleX) is a general C++ runtime system
51 for parallel and distributed applications of any scale. It is the
52 first freely available, open source, feature-complete, modular,
53 @@ -11,15 +11,15 @@
54 currently, Linux based systems, such as SMP nodes and conventional
55 clusters.
56 </longdescription>
57 -<maintainer>
58 - <email>gentryx@×××.de</email>
59 -</maintainer>
60 -<use>
61 - <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag>
62 - <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for
63 + <maintainer>
64 + <email>gentryx@×××.de</email>
65 + </maintainer>
66 + <use>
67 + <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag>
68 + <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for
69 memory allocation</flag>
70 - <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory
71 + <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory
72 allocation</flag>
73 - <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag>
74 -</use>
75 + <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag>
76 + </use>
77 </pkgmetadata>