Portage is a package management system used by Gentoo Linux
# ChangeLog for games-action/parsec
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.14 2008/06/25 13:43:37 nyhm Exp $
25 Jun 2008; Tristan Heaven
Update SRC_URI, bug #229383
11 Apr 2007; Tristan Heaven
parsec-0197.ebuild:
use games_make_wrapper; add missing gtk+-1 dependency
27 Nov 2006;
stable on amd64
08 Oct 2006;
Broken planetmirror link. Bug #145315 by Paul Bredbury
31 Mar 2006; Chris Gianelloni
Changing nomirror to mirror and added strip to RESTRICT.
28 Jan 2006; Joshua Baergen
Add modular X dependencies.
15 Jan 2006; Michael Sterrett
preserve execute permissions. bug #119081
02 Jan 2006; Luis Medinas
Fix package to work on amd64 thanks to Marti Raudsepp
Added ~amd64 keyword. Closes bug #117409.
16 Sep 2005; Ciaran McCreesh
Converted to UTF-8, fixed encoding screwups
19 Apr 2004; Chris Gianelloni
Added IUSE.
08 Dec 2003; Martin Holzer
adding RESTRICT="nomirror"
*parsec-0197 (12 Jul 2003)
12 Jul 2003; Mike Frysinger
Initial import. Ebuild submitted by Henrik Schöpel
DIST parsec_lan_build0197.tar.gz 85700536 RMD160 3ae7d8ca8d6f3c3e10be79212007e915dfb29991 SHA1 0fa42e22f9835430817ecbb1dfac0b274e6e2fcc SHA256 bdadf7fac3686a20aa041176887a09793ed192171fcdaa22abb4479b84625622
EBUILD parsec-0197.ebuild 1113 RMD160 cec54d65b4e3bcdd4b1485e3df7b43e990b90b53 SHA1 27ba75f7f84e2637a52fff313af15a156fa68592 SHA256 82b00d269de06d8b1e8477e4218f98203e322442ada54723b6e435733e6de8ba
MISC ChangeLog 1653 RMD160 f095ad91f4d770cc3188c706a3cae864a1059072 SHA1 5374b3aea64531bf102a39218a80b58f35ea3c3d SHA256 daa18ec3e064de15365a8bd9b79f19c0978c11c49053cc5aec66f1a127aa8852
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.16 2008/06/25 16:03:26 mr_bones_ Exp $
inherit games
DESCRIPTION="Parsec - there is no safe distance"
HOMEPAGE="http://openparsec.sourceforge.net/"
SRC_URI="ftp://ftp.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz
ftp://ftp.linuxforum.hu/Games/parsec/parsec_lan_build${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="mirror strip"
RDEPEND="sys-libs/glibc
virtual/opengl
x86? (
sys-libs/lib-compat
virtual/glu
virtual/glut
media-libs/openal
=x11-libs/gtk+-1.2*
)
amd64? (
app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-gtklibs
app-emulation/emul-linux-x86-sdl
app-emulation/emul-linux-x86-compat
)"
S=${WORKDIR}/${PN}
src_install() {
local dir=${GAMES_PREFIX_OPT}/${PN}
games_make_wrapper ${PN} ./launcher "${dir}"
dodir "${dir}"
# preserve execute permissions. bug #119081
cp -r * "${D}${dir}" || die "cp failed"
prepgamesdirs
}