diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-07-07 19:14:21 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-07-07 19:14:21 +0000 |
commit | 82f330649c30b7ec3b6e10fc2d94ece1c6317d4f (patch) | |
tree | 88a6c543ca7d204f446a4b290be86e6d811b3467 /dev-python/pygame | |
parent | Stable on ppc; bug #184454. (diff) | |
download | gentoo-2-82f330649c30b7ec3b6e10fc2d94ece1c6317d4f.tar.gz gentoo-2-82f330649c30b7ec3b6e10fc2d94ece1c6317d4f.tar.bz2 gentoo-2-82f330649c30b7ec3b6e10fc2d94ece1c6317d4f.zip |
Dropped old version.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python/pygame')
-rw-r--r-- | dev-python/pygame/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygame/files/digest-pygame-1.6.2 | 3 | ||||
-rw-r--r-- | dev-python/pygame/pygame-1.6.2.ebuild | 39 |
3 files changed, 4 insertions, 43 deletions
diff --git a/dev-python/pygame/ChangeLog b/dev-python/pygame/ChangeLog index b6c8879c9aca..36f294ab6568 100644 --- a/dev-python/pygame/ChangeLog +++ b/dev-python/pygame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygame # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v 1.42 2007/07/07 15:16:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v 1.43 2007/07/07 19:14:21 lucass Exp $ + + 07 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> -pygame-1.6.2.ebuild: + Dropped old version. 07 Jul 2007; Raúl Porcel <armin76@gentoo.org> pygame-1.7.1.ebuild: alpha stable wrt #175532 diff --git a/dev-python/pygame/files/digest-pygame-1.6.2 b/dev-python/pygame/files/digest-pygame-1.6.2 deleted file mode 100644 index e3ef23c0e152..000000000000 --- a/dev-python/pygame/files/digest-pygame-1.6.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 89f72543dc541d7f5b1dae09b8e54722 pygame-1.6.2.tar.bz2 1159510 -RMD160 fbe5ea1ae5b8294f6a8cb6679aff78f3f2cf6449 pygame-1.6.2.tar.bz2 1159510 -SHA256 708f84ae058c3ca3328119a6a15bcb157de7ea323a97894702deac45ba8e54b7 pygame-1.6.2.tar.bz2 1159510 diff --git a/dev-python/pygame/pygame-1.6.2.ebuild b/dev-python/pygame/pygame-1.6.2.ebuild deleted file mode 100644 index 5bf6742739ee..000000000000 --- a/dev-python/pygame/pygame-1.6.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.6.2.ebuild,v 1.9 2007/07/04 20:57:37 hawking Exp $ - -inherit distutils - -DESCRIPTION="python bindings to sdl and other libs that facilitate game production" -HOMEPAGE="http://www.pygame.org/" -SRC_URI="http://www.pygame.org/ftp/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="" - -DEPEND="virtual/python - >=media-libs/libsdl-1.2.5 - >=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 - >=media-libs/smpeg-0.4.4-r1" - -src_unpack() { - unpack ${A} - # Search correct libdir for existing sdl libs - sed -i -e "s:/lib:/$(get_libdir):" ${S}/config_unix.py || die -} - -src_install() { - DOCS=WHATSNEW - distutils_src_install - - dohtml -r docs/* - insinto /usr/share/doc/${PF}/examples - doins ${S}/examples/* - insinto /usr/share/doc/${PF}/examples/data - doins ${S}/examples/data/* -} |