Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/boycott-advance-sdl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/ChangeLog,v 1.5 2007/02/21 23:18:21 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
19 Sep 2006; Chris Gianelloni
boycott-advance-sdl-0.2.8.ebuild:
Adding strip to RESTRICT for bug #137819.
04 Feb 2006; Michael Sterrett
boycott-advance-sdl-0.2.8.ebuild:
dep fix + modular X - patch from Tupone Alfredo via bug #121483
*boycott-advance-sdl-0.2.8 (12 Jan 2004)
12 Jan 2004; Michael Sterrett
boycott-advance-sdl-0.2.8.ebuild, metadata.xml:
initial commit; ebuild submitted by Chris Aniszczyk via bug 37943
DIST BoyCottAdvance-SDL-0.2.8R1.i386.linux.tar.gz 454122 RMD160 e1e54af7073a774ca2a5274cb26b40c2113f1f8f SHA1 0583f605218955a16a408106ff747e1e7f9ab3e8 SHA256 ec0420f69642f9390b0383a8a80ac2ea80ff1ba8e6c95718f1be77e64a5f4242
EBUILD boycott-advance-sdl-0.2.8.ebuild 1022 RMD160 2f48c3c7fe500e969ad7d97ac7949ccb27343beb SHA1 b108e2003172670f653648e02c03e92247572345 SHA256 d1ff8af034bc1866c303d73eed30a4ed305736bbd858ef2b75b7d4a2e246a0af
MISC ChangeLog 843 RMD160 38681f69b82c4c7dc5fb582582c4817081196513 SHA1 4d5bdbed0b26bd4a81c46404d8ee6b15f887f955 SHA256 1838b1189bc88a09dab1246414983242c38606c1ccd44b9f75bcf1a36412df0e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/boycott-advance-sdl/boycott-advance-sdl-0.2.8.ebuild,v 1.4 2006/09/19 19:00:34 wolf31o2 Exp $
inherit games
MY_RLS="R1"
DESCRIPTION="A Gameboy Advance (GBA) emulator for Linux"
HOMEPAGE="http://sdlemu.ngemu.com/basdl.php"
SRC_URI="http://sdlemu.ngemu.com/releases/BoyCottAdvance-SDL-${PV}${MY_RLS}.i386.linux.tar.gz"
KEYWORDS="-* x86"
LICENSE="as-is"
SLOT="0"
RESTRICT="strip"
IUSE=""
RDEPEND="virtual/opengl
>=media-libs/libsdl-1.2
sys-libs/lib-compat
sys-libs/zlib"
S="${WORKDIR}/boyca-sdl"
src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
exeinto "${dir}"
doexe boyca || die "doexe failed"
insinto "${dir}/roms"
doins PongFighter/* || die "doins failed (roms)"
insinto "${dir}"
doins boyca.cfg || die "doins failed (cfg)"
dodoc docs/* || die "dodoc failed"
games_make_wrapper boyca ./boyca "${dir}"
prepgamesdirs
}