diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-25 22:00:51 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-25 22:00:51 +0000 |
commit | ac1814e34fff15d6d3fd9851260f3aa3a1e9b859 (patch) | |
tree | c93339c3fde11a89913133f78b2e612c1eb7b663 /sci-chemistry | |
parent | Removed obsolete version (diff) | |
download | gentoo-2-ac1814e34fff15d6d3fd9851260f3aa3a1e9b859.tar.gz gentoo-2-ac1814e34fff15d6d3fd9851260f3aa3a1e9b859.tar.bz2 gentoo-2-ac1814e34fff15d6d3fd9851260f3aa3a1e9b859.zip |
Added to x86. Removed obsolete version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pymol/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/pymol/files/digest-pymol-0.88 | 1 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-0.88.ebuild | 43 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-0.98.ebuild | 4 |
4 files changed, 7 insertions, 47 deletions
diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog index a8d477e8616c..6b53f2bf27a0 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/pymol # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.7 2005/06/17 20:09:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.8 2005/06/25 22:00:51 ribosome Exp $ + + 25 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -pymol-0.88.ebuild, + pymol-0.98.ebuild: + Added to x86. Removed obsolete version. 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> pymol-0.97.ebuild: Stable on ppc. diff --git a/sci-chemistry/pymol/files/digest-pymol-0.88 b/sci-chemistry/pymol/files/digest-pymol-0.88 deleted file mode 100644 index bea1a59ed9d6..000000000000 --- a/sci-chemistry/pymol/files/digest-pymol-0.88 +++ /dev/null @@ -1 +0,0 @@ -MD5 22d56cde503191894cd17a2965981b63 pymol-0_88-src.tgz 2092837 diff --git a/sci-chemistry/pymol/pymol-0.88.ebuild b/sci-chemistry/pymol/pymol-0.88.ebuild deleted file mode 100644 index 4a0e8ef959e4..000000000000 --- a/sci-chemistry/pymol/pymol-0.88.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.88.ebuild,v 1.2 2005/02/06 13:08:01 blubb Exp $ - -inherit distutils eutils - -DESCRIPTION="A Python-extensible molecular graphics system." -HOMEPAGE="http://pymol.sourceforge.net/" -SRC_URI="mirror://sourceforge/pymol/${PN}-${PV/./_}-src.tgz" - -LICENSE="PSF-2.2" -SLOT="0" -IUSE="" -KEYWORDS="x86 ppc" - -DEPEND="dev-lang/python - dev-python/pmw - dev-python/numeric - dev-lang/tk - media-libs/libpng - sys-libs/zlib - media-libs/glut" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/setup2.py-gentoo.patch - # Turn off splash screen. Please do make a project contribution - # if you are able though. - [[ -n "$WANT_NOSPLASH" ]] && epatch ${FILESDIR}/nosplash-gentoo.patch -} - -src_install() { - distutils_src_install - cd ${S} - ${python} setup2.py - - local sedexp="s:${D%/}::g" - sed -e ${sedexp} pymol.com > pymol - exeinto /usr/bin - doexe pymol - dodoc DEVELOPERS CHANGES -} diff --git a/sci-chemistry/pymol/pymol-0.98.ebuild b/sci-chemistry/pymol/pymol-0.98.ebuild index c15576342584..9b913d191471 100644 --- a/sci-chemistry/pymol/pymol-0.98.ebuild +++ b/sci-chemistry/pymol/pymol-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.98.ebuild,v 1.1 2005/05/18 17:56:11 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.98.ebuild,v 1.2 2005/06/25 22:00:51 ribosome Exp $ inherit distutils eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pymol/${PN}-${PV/./_}-src.tgz" LICENSE="PSF-2.2" IUSE="" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" DEPEND="dev-lang/python dev-python/pmw |