Portage is a package management system used by Gentoo Linux
# ChangeLog for games-arcade/balloonchase
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/ChangeLog,v 1.7 2007/03/14 21:24:25 nyhm Exp $
14 Mar 2007; Tristan Heaven
Install menu entry, bug #159844
03 May 2006; Jason Wever
Added ~sparc keyword.
31 May 2005; Marcus D. Hanwell
balloonchase-0.9.6.ebuild:
Stable on amd64.
03 May 2005; David Holm
Added to ~ppc.
17 Mar 2005; Michael Sterrett
+files/0.9.6-gentoo.patch, balloonchase-0.9.6.ebuild:
fix bad directory reading for bug #85699; tidy
*balloonchase-0.9.6 (07 Nov 2003)
07 Nov 2003; Michael Sterrett
balloonchase-0.9.6.ebuild:
initial commit; ebuild based on the one from Minati jean michel via bug 32889
AUX 0.9.6-gentoo.patch 6146 RMD160 e3afee8a451e337a84b786efb43d28c98ccd0460 SHA1 3082e1e74b24329c7be9d9ad8a5fc8c782bce743 SHA256 a226c13d164644089541704b74d7dc6e4886cd587165b00fc14b825cc5838670
DIST balloonchase-0.9.6.tar.bz2 523085 RMD160 88a25b8c76e8c68957aa2e6cfb5b84c875e48925 SHA1 af929d96be6cfb7a65fecf489c3df9f9703b4e1d SHA256 6bf3e3db80a9b38941cace397232e33c8f00597e32c0036abbe927590d04d86c
EBUILD balloonchase-0.9.6.ebuild 1065 RMD160 1d6e8c2fc346efe2461bc574f7372e75906d5ef4 SHA1 91b62f1993bc330b9d39d53db145b40c1dc216b3 SHA256 085e3a3be25b406720675a04aa9c2d397664739b0ff1a43775f694db7ce4eda7
MISC ChangeLog 982 RMD160 d3cc3e77e832670264c64183bd64d49ee36d9dda SHA1 5a605f7732d6a584a50c73b836356ff4d4b115aa SHA256 e66ee0a3d1d26dc9619a92fd55a138bc3b00cafefd7f4324a90797797a4fdab9
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.9 2007/03/14 21:24:25 nyhm Exp $
inherit eutils toolchain-funcs games
DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
HOMEPAGE="http://koti.mbnet.fi/makegho/c/bchase/"
SRC_URI="http://koti.mbnet.fi/makegho/c/bchase/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="media-libs/libsdl"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-gentoo.patch
sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed"
sed -i \
-e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c \
|| die 'sed failed'
}
src_install() {
dogamesbin ${PN} || die "dogamesbin failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r images || die "doins failed"
newicon images/kp2b.bmp ${PN}.bmp
make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp
dodoc README
prepgamesdirs
}