diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:39:11 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-02 22:39:11 +0000 |
commit | 622e3fe11a4d98b2cd4f29bc095e9aa3d53b7ff3 (patch) | |
tree | 9668961e50f711cbe7eaf5c9dd8be8cb075015d9 /dev-python/pygame/pygame-1.5.6.ebuild | |
parent | moving dev-python/Numeric to dev-python/numeric (diff) | |
download | gentoo-2-622e3fe11a4d98b2cd4f29bc095e9aa3d53b7ff3.tar.gz gentoo-2-622e3fe11a4d98b2cd4f29bc095e9aa3d53b7ff3.tar.bz2 gentoo-2-622e3fe11a4d98b2cd4f29bc095e9aa3d53b7ff3.zip |
moving dev-python/Numeric to dev-python/numeric
Diffstat (limited to 'dev-python/pygame/pygame-1.5.6.ebuild')
-rw-r--r-- | dev-python/pygame/pygame-1.5.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pygame/pygame-1.5.6.ebuild b/dev-python/pygame/pygame-1.5.6.ebuild index 3f99dbf8de15..be3eba9ed23a 100644 --- a/dev-python/pygame/pygame-1.5.6.ebuild +++ b/dev-python/pygame/pygame-1.5.6.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.6.ebuild,v 1.3 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.6.ebuild,v 1.4 2003/09/02 22:39:05 liquidx Exp $ + +inherit distutils -S=${WORKDIR}/${P} DESCRIPTION="python bindings to sdl and other libs that facilitate game production" SRC_URI="http://www.pygame.org/ftp/${P}.tar.gz" HOMEPAGE="http://www.pygame.org/" @@ -17,10 +18,9 @@ DEPEND="virtual/python >=media-libs/sdl-ttf-2.0.6 >=media-libs/sdl-image-1.2.2 >=media-libs/sdl-mixer-1.2.4 - >=dev-python/Numeric-22.0* + >=dev-python/numeric-22.0 >=media-libs/smpeg-0.4.4-r1" -inherit distutils src_install () { mydoc=WHATSNEW |