summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 02:48:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 02:48:07 +0000
commit2d327e15f41d866cdd721ba08075f7f6545d2869 (patch)
treeb4cbabb49717a1bbbe55c9e5e6afd7b70484f232 /games-board
parentold (diff)
downloadgentoo-2-2d327e15f41d866cdd721ba08075f7f6545d2869.tar.gz
gentoo-2-2d327e15f41d866cdd721ba08075f7f6545d2869.tar.bz2
gentoo-2-2d327e15f41d866cdd721ba08075f7f6545d2869.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild b/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild
deleted file mode 100644
index 1607f7086004..000000000000
--- a/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild,v 1.2 2007/03/06 12:06:36 nyhm Exp $
-
-inherit games-ggz
-
-DESCRIPTION="The SDL versions of the games for GGZ Gaming Zone"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND="~dev-games/ggz-client-libs-${PV}
- media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf
- virtual/opengl
- x11-libs/libXcursor
- media-fonts/ttf-bitstream-vera"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i 's: 3D:3D:' ttt3d/module.dsc.in \
- || die "sed failed"
-}
-
-src_install() {
- dosym /usr/share/fonts/ttf-bitstream-vera \
- /usr/share/ggz/geekgame/fonts
- games-ggz_src_install
-}