Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hoomd-blue/
Date: Fri, 06 Mar 2015 18:51:32
Message-Id: 1425667849.0b4346720b790ae0392ec0221eb6794c6615a52f.ottxor@gentoo
1 commit: 0b4346720b790ae0392ec0221eb6794c6615a52f
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 18:50:49 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 18:50:49 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b434672
7
8 update live ebuild
9
10 Package-Manager: portage-2.2.14
11
12 sci-physics/hoomd-blue/ChangeLog | 3 +++
13 sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 3 +--
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/hoomd-blue/ChangeLog b/sci-physics/hoomd-blue/ChangeLog
17 index d17349c..70755ba 100644
18 --- a/sci-physics/hoomd-blue/ChangeLog
19 +++ b/sci-physics/hoomd-blue/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 06 Mar 2015; Christoph Junghans <ottxor@g.o> hoomd-blue-9999.ebuild:
25 + update live ebuild
26 +
27 01 Mar 2015; Christoph Junghans <ottxor@g.o> hoomd-blue-9999.ebuild:
28 fixed license
29
30
31 diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
32 index fa6c5e7..51bc69d 100644
33 --- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
34 +++ b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
35 @@ -48,6 +48,7 @@ src_configure() {
36 $(cmake-utils_use_enable cuda CUDA)
37 $(cmake-utils_use_enable zlib ZLIB)
38 $(cmake-utils_use_build test BUILD_TESTING)
39 + -DPYTHON_EXECUTABLE="${PYTHON}"
40 -DPYTHON_SITEDIR=$(python_get_sitedir)
41 )
42 cmake-utils_src_configure
43 @@ -56,6 +57,4 @@ src_configure() {
44 src_install() {
45 use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* )
46 cmake-utils_src_install
47 -
48 - sed -i "s/^python/${EPYTHON}/" "${ED}"/usr/bin/hoomd || die
49 }