jlec        14/09/17 10:32:27

  Modified:             ChangeLog coot-0.7.2.ebuild
  Log:
  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!)

Revision  Changes    Path
1.64                 sci-chemistry/coot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   19 Sep 2013 08:09:52 -0000      1.63
+++ ChangeLog   17 Sep 2014 10:32:27 -0000      1.64
@@ -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 <j...@gentoo.org> coot-0.7.2.ebuild:
+  Drop py2.6 support; fix shebang fixing problems
 
 *coot-0.7.2 (19 Sep 2013)
 



1.2                  sci-chemistry/coot/coot-0.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/coot/coot-0.7.2.ebuild?r1=1.1&r2=1.2

Index: coot-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coot-0.7.2.ebuild   19 Sep 2013 08:09:52 -0000      1.1
+++ coot-0.7.2.ebuild   17 Sep 2014 10:32:27 -0000      1.2
@@ -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_compile() {
        autotools-utils_src_compile
-       python_fix_shebang "${S}"/src/coot_gtk2.py
        cp "${S}"/src/coot_gtk2.py python/coot.py || die
 }
 




Reply via email to