diff options
author | 2013-09-18 12:47:20 +0000 | |
---|---|---|
committer | 2013-09-18 12:47:20 +0000 | |
commit | c4f91b9de9891525bf5f35c6041bc5104272e300 (patch) | |
tree | 7b34ee3ee7eb5abc5399a68d41e472d76790e5a5 /sci-chemistry | |
parent | Drop old versions (diff) | |
download | gentoo-2-c4f91b9de9891525bf5f35c6041bc5104272e300.tar.gz gentoo-2-c4f91b9de9891525bf5f35c6041bc5104272e300.tar.bz2 gentoo-2-c4f91b9de9891525bf5f35c6041bc5104272e300.zip |
sci-chemistry/coot: Drop unneccessary shebang magic, #484972
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.7.1-r1.ebuild | 8 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.7.ebuild | 8 |
3 files changed, 7 insertions, 15 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 9f54695f0d92..813d613e7632 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,10 @@ # 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.61 2013/09/18 09:21:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.62 2013/09/18 12:47:20 jlec Exp $ + + 18 Sep 2013; Justin Lecher <jlec@gentoo.org> coot-0.7.ebuild, + coot-0.7.1-r1.ebuild: + Drop unneccessary shebang magic, #484972 18 Sep 2013; Justin Lecher <jlec@gentoo.org> -coot-0.6.2.ebuild, -coot-0.6.2-r1.ebuild: diff --git a/sci-chemistry/coot/coot-0.7.1-r1.ebuild b/sci-chemistry/coot/coot-0.7.1-r1.ebuild index d4a088fd3afa..2f5190b0703f 100644 --- a/sci-chemistry/coot/coot-0.7.1-r1.ebuild +++ b/sci-chemistry/coot/coot-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1-r1.ebuild,v 1.1 2013/08/28 08:13:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1-r1.ebuild,v 1.2 2013/09/18 12:47:20 jlec Exp $ EAPI=5 @@ -114,12 +114,6 @@ src_configure() { autotools-utils_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 diff --git a/sci-chemistry/coot/coot-0.7.ebuild b/sci-chemistry/coot/coot-0.7.ebuild index ef9aeb53b4ea..4b7b86e6d8e6 100644 --- a/sci-chemistry/coot/coot-0.7.ebuild +++ b/sci-chemistry/coot/coot-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v 1.5 2013/09/15 08:31:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v 1.6 2013/09/18 12:47:20 jlec Exp $ EAPI=4 @@ -112,12 +112,6 @@ src_configure() { autotools-utils_src_configure } -src_compile() { - autotools-utils_src_compile - python_convert_shebangs $(python_get_version) "${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 |