diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-09-19 09:39:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-09-19 09:39:54 +0000 |
commit | 18fdc4d24dad54990044e18aff135f565a1fd88e (patch) | |
tree | dae995640beb7d896efad0d4619ebe28a132ea06 /sci-chemistry/pymol | |
parent | Version bump. (diff) | |
download | gentoo-2-18fdc4d24dad54990044e18aff135f565a1fd88e.tar.gz gentoo-2-18fdc4d24dad54990044e18aff135f565a1fd88e.tar.bz2 gentoo-2-18fdc4d24dad54990044e18aff135f565a1fd88e.zip |
Dropped ppc, #309007; dropped old version which doesn't work with recent python
(Portage version: 2.2_rc84/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pymol')
-rw-r--r-- | sci-chemistry/pymol/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-0.99_rc10.ebuild | 74 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-1.3.0.ebuild | 4 |
4 files changed, 10 insertions, 79 deletions
diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog index ab194c88a096..50a285216282 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/pymol # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.68 2010/09/16 17:28:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.69 2010/09/19 09:39:54 jlec Exp $ + + 19 Sep 2010; Justin Lecher <jlec@gentoo.org> -pymol-0.99_rc10.ebuild, + pymol-1.2.3-r1.ebuild, pymol-1.3.0.ebuild: + Dropped ppc, #309007; dropped old version which doesn't work with recent + python 16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> pymol-0.99_rc10.ebuild, pymol-1.2.3-r1.ebuild, pymol-1.3.0.ebuild: diff --git a/sci-chemistry/pymol/pymol-0.99_rc10.ebuild b/sci-chemistry/pymol/pymol-0.99_rc10.ebuild deleted file mode 100644 index 8f0488002448..000000000000 --- a/sci-chemistry/pymol/pymol-0.99_rc10.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.99_rc10.ebuild,v 1.11 2010/09/16 17:28:20 scarabeus Exp $ - -inherit distutils eutils multilib subversion - -ESVN_REPO_URI="https://pymol.svn.sourceforge.net/svnroot/pymol/branches/b099/pymol@2974" -DESCRIPTION="A Python-extensible molecular graphics system." -HOMEPAGE="http://pymol.sourceforge.net/" - -LICENSE="pymol" -IUSE="" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -DEPEND="dev-lang/python -dev-python/pmw -dev-lang/tk -media-libs/libpng -sys-libs/zlib -media-libs/freeglut" - -RDEPEND="${DEPEND}" - -src_unpack() { - subversion_src_unpack - - epatch "${FILESDIR}"/${P}-data-path.patch - -# Turn off splash screen. Please do make a project contribution -# if you are able. - [[ -n "$WANT_NOSPLASH" ]] && epatch "${FILESDIR}"/nosplash-gentoo.patch - -# Respect CFLAGS - sed -i \ - -e "s:\(ext_comp_args=\).*:\1[]:g" \ - "${S}"/setup.py -} - -src_install() { - distutils_src_install - cd "${S}" - -#The following three lines probably do not do their jobs and should be -#changed - PYTHONPATH="${D}/usr/$(get_libdir)/site-packages" $(PYTHON) setup2.py - -# These environment variables should not go in the wrapper script, or else -# it will be impossible to use the PyMOL libraries from Python. - cat >> "${T}"/20pymol << EOF - PYMOL_PATH=$(python_get_sitedir)/pymol - PYMOL_DATA="/usr/share/pymol/data" - PYMOL_SCRIPTS="/usr/share/pymol/scripts" -EOF - - doenvd "${T}"/20pymol || die "Failed to install env.d file." - -# Make our own wrapper - cat >> "${T}"/pymol << EOF -#!/bin/sh - $(PYTHON) \${PYMOL_PATH}/__init__.py \$* -EOF - - exeinto /usr/bin - doexe "${T}"/pymol || die "Failed to install wrapper." - dodoc DEVELOPERS CHANGES || die "Failed to install docs." - - mv examples "${D}"/usr/share/doc/${PF}/ || die "Failed moving docs." - - dodir /usr/share/pymol - mv test "${D}"/usr/share/pymol/ || die "Failed moving test files." - mv data "${D}"/usr/share/pymol/ || die "Failed moving data files." - mv scripts "${D}"/usr/share/pymol/ || die "Failed moving scripts." -} diff --git a/sci-chemistry/pymol/pymol-1.2.3-r1.ebuild b/sci-chemistry/pymol/pymol-1.2.3-r1.ebuild index 06b7572fa63f..f172e9bc752e 100644 --- a/sci-chemistry/pymol/pymol-1.2.3-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.2.3-r1.ebuild,v 1.7 2010/09/16 17:28:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.2.3-r1.ebuild,v 1.8 2010/09/19 09:39:54 jlec Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="http://pymol.svn.sourceforge.net/viewvc/pymol/trunk/pymol.tar.gz?view=t LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="apbs numpy shaders vmd" DEPEND=" diff --git a/sci-chemistry/pymol/pymol-1.3.0.ebuild b/sci-chemistry/pymol/pymol-1.3.0.ebuild index 9823f8093602..74e347e5e6dc 100644 --- a/sci-chemistry/pymol/pymol-1.3.0.ebuild +++ b/sci-chemistry/pymol/pymol-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.3.0.ebuild,v 1.2 2010/09/16 17:28:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.3.0.ebuild,v 1.3 2010/09/19 09:39:54 jlec Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="http://pymol.svn.sourceforge.net/viewvc/pymol/trunk/pymol.tar.gz?view=t LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="apbs numpy shaders vmd" DEPEND=" |