From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 308AD1387FD for ; Sun, 8 Jun 2014 08:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9647BE0AD3; Sun, 8 Jun 2014 08:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D391E0AD3 for ; Sun, 8 Jun 2014 08:33:51 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2022B33FDA6 for ; Sun, 8 Jun 2014 08:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 36EB8181A9 for ; Sun, 8 Jun 2014 08:33:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1402216418.19a7c51a70bdf83d599b0e03ca78c5d77b87b254.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/coot/ChangeLog sci-chemistry/coot/coot-9999.ebuild X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 19a7c51a70bdf83d599b0e03ca78c5d77b87b254 X-VCS-Branch: master Date: Sun, 8 Jun 2014 08:33:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c8f61f90-74d0-4284-be92-ada58d1555d8 X-Archives-Hash: 22bf594eec2742c9fc3e6214cc4d05ec commit: 19a7c51a70bdf83d599b0e03ca78c5d77b87b254 Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 8 08:33:38 2014 +0000 Commit: Justin Lecher gentoo 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 coot-9999.ebuild: + Fix problem with shebang correction + 25 Nov 2013; Justin Lecher 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/"