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-chemistry/coot/
Date: Sun, 08 Jun 2014 08:33:52
Message-Id: 1402216418.19a7c51a70bdf83d599b0e03ca78c5d77b87b254.jlec@gentoo
1 commit: 19a7c51a70bdf83d599b0e03ca78c5d77b87b254
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 8 08:33:38 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 8 08:33:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=19a7c51a
7
8 sci-chemistry/coot: Fix problem with shebang correction
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 sci-chemistry/coot/ChangeLog | 5 ++++-
14 sci-chemistry/coot/coot-9999.ebuild | 7 ++-----
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
18 index 9baf726..cee77b1 100644
19 --- a/sci-chemistry/coot/ChangeLog
20 +++ b/sci-chemistry/coot/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-chemistry/coot
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 08 Jun 2014; Justin Lecher <jlec@g.o> coot-9999.ebuild:
28 + Fix problem with shebang correction
29 +
30 25 Nov 2013; Justin Lecher <jlec@g.o> files/9999-pc.patch:
31 Update patch for current HEAD
32
33
34 diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild
35 index f9c12b8..f0fd7dc 100644
36 --- a/sci-chemistry/coot/coot-9999.ebuild
37 +++ b/sci-chemistry/coot/coot-9999.ebuild
38 @@ -4,7 +4,7 @@
39
40 EAPI=5
41
42 -PYTHON_COMPAT=( python{2_6,2_7} )
43 +PYTHON_COMPAT=( python2_7 )
44
45 AUTOTOOLS_AUTORECONF="true"
46
47 @@ -117,7 +117,6 @@ src_configure() {
48 --with-guile
49 --with-python="${EPREFIX}/usr"
50 --with-guile-gtk
51 - --with-gtk2
52 --with-pygtk
53 $(use_enable openmp)
54 )
55 @@ -126,13 +125,11 @@ src_configure() {
56
57 src_compile() {
58 autotools-utils_src_compile
59 - python_fix_shebang "${S}"/src/coot_gtk2.py
60 cp "${S}"/src/coot_gtk2.py python/coot.py || die
61 }
62 -
63 src_test() {
64 source "${EPREFIX}/etc/profile.d/40ccp4.setup.sh"
65 - mkdir "${T}"/coot_test
66 + mkdir "${T}"/coot_test || die
67
68 export COOT_STANDARD_RESIDUES="${S}/standard-residues.pdb"
69 export COOT_SCHEME_DIR="${S}/scheme/"