summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pygame/pygame-1.5.3.ebuild')
-rw-r--r--dev-python/pygame/pygame-1.5.3.ebuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/dev-python/pygame/pygame-1.5.3.ebuild b/dev-python/pygame/pygame-1.5.3.ebuild
index 32137afd9816..3bb6559418d2 100644
--- a/dev-python/pygame/pygame-1.5.3.ebuild
+++ b/dev-python/pygame/pygame-1.5.3.ebuild
@@ -1,31 +1,30 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.3.ebuild,v 1.1 2002/09/04 15:25:26 jnelson Exp $
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.3.ebuild,v 1.1.1.1 2005/11/30 10:10:02 chriswhite 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/"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 sparc sparc64"
+KEYWORDS="x86 sparc alpha"
+IUSE=""
DEPEND="virtual/python
>=media-libs/libsdl-1.2.4
>=media-libs/sdl-ttf-2.0.5
>=media-libs/sdl-image-1.2.0
>=media-libs/sdl-mixer-1.2.3
- >=dev-python/Numeric-21.0.0
+ >=dev-python/numeric-21.0
>=media-libs/smpeg-0.4.4-r1"
-RDEPEND="${DEPEND}"
-
-inherit distutils
src_install () {
mydoc=WHATSNEW
distutils_src_install
-
+
dohtml -r docs/*
dodir /usr/share/doc/${PF}/examples
cp -r ${S}/examples ${D}usr/share/doc/${PF}/