ChangeLog

# ChangeLog for games-arcade/epiar
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/ChangeLog,v 1.11 2007/08/02 15:50:34 uberlord Exp $

02 Aug 2007; Roy Marples
+files/epiar-0.5-Makefile.linux.patch, epiar-0.5.ebuild:
Add patch to fix building on FreeBSD, and keyword. #173487 thanks to Nathan
Smith.

01 Dec 2006; Chris Gianelloni epiar-0.5.ebuild:
Removing old virtual/x11 dependency.

23 Apr 2006; +files/epiar-0.5-gcc41.patch,
epiar-0.5.ebuild:
Fix for gcc-4.1

28 Jan 2006; Joshua Baergen epiar-0.5.ebuild:
Add modular X dependencies.

16 Sep 2005; Ciaran McCreesh ChangeLog:
Converted to UTF-8, fixed encoding screwups

18 Jun 2004; Michael Sterrett epiar-0.5.ebuild:
Fix depends; tidy

27 Apr 2004; Aron Griffis epiar-0.5.ebuild:
Add inherit eutils

28 Mar 2004; Michael Sterrett epiar-0.5.ebuild:
error check sed; depend on sed >= 4; remove unused debug from IUSE

28 Mar 2004; David Holm epiar-0.5.ebuild:
Added to ~ppc.

*epiar-0.5 (28 Mar 2004)

28 Mar 2004; Mike Frysinger :
Initial import. Ebuild submitted by Martti Rannanjärvi #39091.

Manifest

AUX 0.5-gentoo-paths.patch 1710 RMD160 dc7b1435d8fc27d36fa5d7892f9c9b1b1aa52828 SHA1 aa509a701b9e8d0d13a2963984c184e2c03a512c SHA256 fc0a76176bf28b68a568c6bd8a4f6efebf4473ac095b83db8bf38f67d6434be5
AUX epiar-0.5-Makefile.linux.patch 682 RMD160 a099c3bd9ac6a01031ac91d6a585f76a504d6aa9 SHA1 6cec7633589ee801d642f4a3b902bb03941f4c90 SHA256 ff81c159a228fa0ea37e472229752b726bd17bdb20e05542d10b3c6311b5207e
AUX epiar-0.5-gcc41.patch 332 RMD160 c3039e2f47952264b0ec7d6c9ce81cbd75145f38 SHA1 740683d4c222ceaba21a4b98cf2461c8fffc5dad SHA256 d42c3b853ae9267cf6b7e5d2043bd2a7c7cf3975f3a52219ef7208b898104323
DIST epiar-0.5.0-src.zip 8809392 RMD160 5e4d827784ede521156bb1d637fd9af5e9cf07eb SHA1 a23fc30bed38a6685d8808c523cde2bc51ba8d1c SHA256 ec81babd5e5149d1104264fe218bebf83b84e1819c50066d17f71fb2184b21a4
EBUILD epiar-0.5.ebuild 1332 RMD160 8701f53e56ae35ee1227c1c39f97f1813981afd0 SHA1 3f98fd51e4eb1ff5e0773613f7a1985867fb1ca6 SHA256 ef34e5909447c5cb133d850e277dffa848cbe31cc32f906759bf813a1b16f281
MISC ChangeLog 1393 RMD160 474d0ee91f1c8038aca95a64f9def0eee49b059d SHA1 7a3f7675288fe4d74ec6a5cf18c7e6a124207fd1 SHA256 f1f03d6a963567452949c515153e12a5c9bc1ae117cfcbfc88183182c7875061
MISC metadata.xml 652 RMD160 7335260707b67f833cf4e750370c37d712e4779c SHA1 c81cff514e2d3304eca2639f446f91ef067036c4 SHA256 9f8b08a2b1c1ffd922168a1de3586d3b5ad2aea2ec2a4a4dc91ab7a43b6a71a5

epiar-0.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/epiar/epiar-0.5.ebuild,v 1.12 2007/08/02 15:50:34 uberlord Exp $

inherit flag-o-matic eutils games

DESCRIPTION="A space adventure/combat game"
HOMEPAGE="http://epiar.net/"
SRC_URI="mirror://sourceforge/epiar/${P}.0-src.zip"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~ppc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="media-libs/libsdl
media-libs/sdl-image"
DEPEND="${RDEPEND}
x11-libs/libX11
virtual/opengl
app-arch/unzip"

S=${WORKDIR}

src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "/^CFLAGS/s:-pg -g:${CFLAGS}:" \
Makefile.linux \
|| die "sed failed"
epatch "${FILESDIR}"/${PV}-gentoo-paths.patch \
"${FILESDIR}/${P}"-gcc41.patch
sed -i \
-e "s:GENTOO_DATAPATH:${GAMES_DATADIR}/${PN}/:" \
src/system/path.c \
|| die "sed failed"

epatch "${FILESDIR}/${P}"-Makefile.linux.patch
}

src_compile() {
emake -f Makefile.linux || die "emake failed"
}

src_install() {
dogamesbin epiar || die "dogamesbin failed"
insinto "${GAMES_DATADIR}/${PN}"
doins *.eaf || die "doins failed"
insinto "${GAMES_DATADIR}/${PN}/missions"
doins missions/*.eaf || die "doins failed"
keepdir "${GAMES_DATADIR}/${PN}/plugins"
dodoc AUTHORS ChangeLog README
prepgamesdirs
}

files

metadata.xml




games

Epiar is a space adventure/combat game written in C with SDL
(Simple DirectMedia Layer). It is absolutely free (released
under the General Public License v2).
In Epiar, you begin as a shuttle pilot in a galaxy generally
ruled by anarchy, with few stable governments and numerous
rebel factions. You start your adventure off doing whatever
you want, but generally trying to save up money for a new
starship, and your adventure takes off from there ...