Gentoo Archives: gentoo-commits

From: "Honza Macháček" <Hloupy.Honza@×××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/
Date: Thu, 03 Oct 2013 12:52:38
Message-Id: 1380804734.14c9dc495898da9522d735e3c210f624a2702812.honza_machacek@gentoo
1 commit: 14c9dc495898da9522d735e3c210f624a2702812
2 Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
3 AuthorDate: Thu Oct 3 12:52:14 2013 +0000
4 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
5 CommitDate: Thu Oct 3 12:52:14 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=14c9dc49
7
8 Call python_fix_shebang in sci-physics/abinit-7.4.2 only conditionally, if USE test (does not work without python-single-r1_pkg_setup, which is don only if USE test or scripts).
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-physics/abinit/ChangeLog | 5 +++++
14 sci-physics/abinit/abinit-7.4.2.ebuild | 2 +-
15 2 files changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog
18 index ac91ec6..3201370 100644
19 --- a/sci-physics/abinit/ChangeLog
20 +++ b/sci-physics/abinit/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 03 Oct 2013; Honza Macháček <Hloupy.Honza@×××××××.cz> abinit-7.4.2.ebuild:
26 + Call python_fix_shebang only conditionally, if USE test (does not work
27 + without python-single-r1_pkg_setup, which is don only if USE test or
28 + scripts).
29 +
30 26 Sep 2013; Honza Macháček <Hloupy.Honza@×××××××.cz> abinit-7.4.2.ebuild:
31 sci-physics/abinit-7.4.2 finally made to actually build and install (tests
32 have to be configured for their Makefile to be where it is looked for during
33
34 diff --git a/sci-physics/abinit/abinit-7.4.2.ebuild b/sci-physics/abinit/abinit-7.4.2.ebuild
35 index d46593f..119f491 100644
36 --- a/sci-physics/abinit/abinit-7.4.2.ebuild
37 +++ b/sci-physics/abinit/abinit-7.4.2.ebuild
38 @@ -182,7 +182,7 @@ src_prepare() {
39 "${FILESDIR}"/7.4.2-syntax.patch
40 eautoreconf
41 sed -e"s/\(grep '\^-\)\(\[LloW\]\)'/\1\\\(\2\\\|pthread\\\)'/g" -i configure
42 - python_fix_shebang "${S}"/tests
43 + use test && python_fix_shebang "${S}"/tests
44 }
45
46 src_configure() {