commit:     19a7c51a70bdf83d599b0e03ca78c5d77b87b254
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  8 08:33:38 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  8 08:33:38 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=19a7c51a

sci-chemistry/coot: Fix problem with shebang correction

Package-Manager: portage-2.2.10

---
 sci-chemistry/coot/ChangeLog        | 5 ++++-
 sci-chemistry/coot/coot-9999.ebuild | 7 ++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index 9baf726..cee77b1 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/coot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2014; Justin Lecher <[email protected]> coot-9999.ebuild:
+  Fix problem with shebang correction
+
   25 Nov 2013; Justin Lecher <[email protected]> files/9999-pc.patch:
   Update patch for current HEAD
 

diff --git a/sci-chemistry/coot/coot-9999.ebuild 
b/sci-chemistry/coot/coot-9999.ebuild
index f9c12b8..f0fd7dc 100644
--- a/sci-chemistry/coot/coot-9999.ebuild
+++ b/sci-chemistry/coot/coot-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 AUTOTOOLS_AUTORECONF="true"
 
@@ -117,7 +117,6 @@ src_configure() {
                --with-guile
                --with-python="${EPREFIX}/usr"
                --with-guile-gtk
-               --with-gtk2
                --with-pygtk
                $(use_enable openmp)
                )
@@ -126,13 +125,11 @@ src_configure() {
 
 src_compile() {
        autotools-utils_src_compile
-       python_fix_shebang "${S}"/src/coot_gtk2.py
        cp "${S}"/src/coot_gtk2.py python/coot.py || die
 }
-
 src_test() {
        source "${EPREFIX}/etc/profile.d/40ccp4.setup.sh"
-       mkdir "${T}"/coot_test
+       mkdir "${T}"/coot_test || die
 
        export COOT_STANDARD_RESIDUES="${S}/standard-residues.pdb"
        export COOT_SCHEME_DIR="${S}/scheme/"

Reply via email to