summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-26 00:15:16 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-26 00:15:16 +0000
commite15d7f6976d98e61c764a8d5acacf0484e543036 (patch)
tree3b02fa8e451d86e84211c73d474b26abfe322dae /dev-python/pygame/pygame-1.5.5.ebuild
parentemergency stability bump due to loss of upstream tarball (diff)
downloadgentoo-2-e15d7f6976d98e61c764a8d5acacf0484e543036.tar.gz
gentoo-2-e15d7f6976d98e61c764a8d5acacf0484e543036.tar.bz2
gentoo-2-e15d7f6976d98e61c764a8d5acacf0484e543036.zip
bump to stable and housekeeping
Diffstat (limited to 'dev-python/pygame/pygame-1.5.5.ebuild')
-rw-r--r--dev-python/pygame/pygame-1.5.5.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/pygame/pygame-1.5.5.ebuild b/dev-python/pygame/pygame-1.5.5.ebuild
index 517aac67839f..1ca19824c951 100644
--- a/dev-python/pygame/pygame-1.5.5.ebuild
+++ b/dev-python/pygame/pygame-1.5.5.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.2 2003/03/07 18:00:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.5.5.ebuild,v 1.3 2003/03/26 00:15:16 liquidx Exp $
S=${WORKDIR}/${P}
DESCRIPTION="python bindings to sdl and other libs that facilitate game production"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.pygame.org/"
IUSE=""
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~alpha"
+KEYWORDS="x86 ~sparc ~alpha"
DEPEND="virtual/python
>=media-libs/libsdl-1.2.5
@@ -27,7 +27,9 @@ src_install () {
distutils_src_install
dohtml -r docs/*
- dodir /usr/share/doc/${PF}/examples
- cp -r ${S}/examples ${D}usr/share/doc/${PF}/
+ insinto /usr/share/doc/${PF}/examples
+ doins ${S}/examples/*
+ insinto /usr/share/doc/${PF}/examples/data
+ doins ${S}/examples/data/*
}