Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/psemu-cdriso
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/ChangeLog,v 1.8 2007/02/21 23:30:16 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
26 Sep 2006; Tristan Heaven
Let portage strip binaries, bug #137829
26 Sep 2005; Chris Gianelloni
psemu-cdriso-1.4.ebuild:
Making games last on inherit line.
24 Apr 2005; Michael Hanselmann
psemu-cdriso-1.4.ebuild:
Stable on ppc.
13 Feb 2004; David Holm
Added to ~ppc.
*psemu-cdriso-1.4 (14 Aug 2003)
14 Aug 2003; Mike Frysinger
Version bump + games.eclass support.
*psemu-cdriso-1.2 (27 Jul 2002)
06 Aug 2002; Mark Guertin
Added -ppc to keywords
27 Jul 2002; Stuart Bouyer
Added KEYWORDS="x86", RDEPEND and SLOT for lintool and repoman happiness.
*psemu-cdriso-1.2 (2 June 2002)
2 June 2002; Ryan Phillips
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 1.4-makefile-cflags.patch 454 RMD160 4781e2a9ab3c1d529fdde721f9475df542a4bc8e SHA1 a596ebde2a462fbc1836ba9a5fcdd99a59388f25 SHA256 966edf4bcbdd2016fdba9582410e9fbdb4a9aa4fc07e880469d6fbaa7f67122c
DIST cdriso-1.4.tgz 130168 RMD160 452bc53c9edc60d151e492153ddd948e1e7315d0 SHA1 5d132456fad1d253a8d44f93ad26c0e48b67b050 SHA256 dfe5d8715a7a62127d2075be5d466d1aa462b06bf63775f6e0602e971f20b151
EBUILD psemu-cdriso-1.4.ebuild 1006 RMD160 782e82623901f98a788214f3852c81ef4a146a2a SHA1 2ca47fd116788f2c5192fb4d635efdcfc421518a SHA256 7e3864ebcb225df18e484f030699ff541b522d698dbe5a9437f0c2c6f0d32dab
MISC ChangeLog 1599 RMD160 55384b441d06c3fdee50ef6246516e9dbe9061c6 SHA1 ca12c05c194a23fd9e18bc617767b77ce5cdf4dc SHA256 dc6f5746929374cdf4a06923bf232bd1b3345ebcd9e88cd875600c2d4d1e911f
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHtN7edz7hIScOURERApYsAJ95mzHtdWusEJd1F2SnkGuY1+0ITACfZZij
uUny61TqURdCYFPJPcoT8Xc=
=nxZ2
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild,v 1.11 2008/02/15 00:37:44 nyhm Exp $
inherit eutils games
DESCRIPTION="PSEmu plugin to read CD-images"
HOMEPAGE="http://www.pcsx.net/"
SRC_URI="http://linuzappz.pcsx.net/downloads/cdriso-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86"
IUSE=""
RDEPEND="=x11-libs/gtk+-1.2*"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/cdriso
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${PV}-makefile-cflags.patch
cd "${S}"
sed -i '/strip/d' src/Linux/Makefile || die "sed failed"
}
src_compile() {
cd src/Linux
emake OPTFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
dodoc ReadMe.txt
cd src/Linux
exeinto "$(games_get_libdir)"/psemu/plugins
doexe libcdriso-* || die "doexe failed"
exeinto "$(games_get_libdir)"/psemu/cfg
doexe cfgCdrIso || die "doexe failed"
prepgamesdirs
}