summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-09-17 10:32:27 +0000
committerJustin Lecher <jlec@gentoo.org>2014-09-17 10:32:27 +0000
commitc340455243433fed10fdce8ba68549009124f19e (patch)
treedb2d884564c4ee53d1e8c4d1b04d2f01e239d8e6 /sci-chemistry/coot
parentsci-chemistry/ccpn: Todays python patches; drop old (diff)
downloadgentoo-2-c340455243433fed10fdce8ba68549009124f19e.tar.gz
gentoo-2-c340455243433fed10fdce8ba68549009124f19e.tar.bz2
gentoo-2-c340455243433fed10fdce8ba68549009124f19e.zip
sci-chemistry/coot: Drop py2.6 support; fix shebang fixing problems
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r--sci-chemistry/coot/ChangeLog7
-rw-r--r--sci-chemistry/coot/coot-0.7.2.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index 6b328d77b834..1820c620c164 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/coot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.63 2013/09/19 08:09:52 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.64 2014/09/17 10:32:27 jlec Exp $
+
+ 17 Sep 2014; Justin Lecher <jlec@gentoo.org> coot-0.7.2.ebuild:
+ Drop py2.6 support; fix shebang fixing problems
*coot-0.7.2 (19 Sep 2013)
diff --git a/sci-chemistry/coot/coot-0.7.2.ebuild b/sci-chemistry/coot/coot-0.7.2.ebuild
index 38bc7770ca13..dd28e417296f 100644
--- a/sci-chemistry/coot/coot-0.7.2.ebuild
+++ b/sci-chemistry/coot/coot-0.7.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.2.ebuild,v 1.1 2013/09/19 08:09:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.2.ebuild,v 1.2 2014/09/17 10:32:27 jlec Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
AUTOTOOLS_AUTORECONF="true"
@@ -115,7 +115,6 @@ 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
}