diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 15:47:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 15:47:42 +0000 |
commit | adfcbf07ef03fc983f8c8f19e3edfe0ccf77f332 (patch) | |
tree | 1245cd3964d01eaed7e757d41c13e7213a5c6a76 /app-sci/pymol/pymol-0.90.ebuild | |
parent | need eutils for epatch (diff) | |
download | historical-adfcbf07ef03fc983f8c8f19e3edfe0ccf77f332.tar.gz historical-adfcbf07ef03fc983f8c8f19e3edfe0ccf77f332.tar.bz2 historical-adfcbf07ef03fc983f8c8f19e3edfe0ccf77f332.zip |
need eutils for epatch
Diffstat (limited to 'app-sci/pymol/pymol-0.90.ebuild')
-rw-r--r-- | app-sci/pymol/pymol-0.90.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-sci/pymol/pymol-0.90.ebuild b/app-sci/pymol/pymol-0.90.ebuild index aa9d87637d41..dc6e4ff4b479 100644 --- a/app-sci/pymol/pymol-0.90.ebuild +++ b/app-sci/pymol/pymol-0.90.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.90.ebuild,v 1.1 2003/07/24 01:12:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.90.ebuild,v 1.2 2003/08/05 15:47:42 vapier 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" -HOMEPAGE="http://pymol.sf.net" LICENSE="PSF-2.2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="" DEPEND="dev-lang/python dev-python/pmw @@ -19,8 +20,6 @@ DEPEND="dev-lang/python sys-libs/zlib media-libs/glut" -inherit distutils - src_unpack() { unpack ${A} cd ${S} |