Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/psemu-cdr
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/ChangeLog,v 1.11 2007/02/21 23:29:47 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
26 Sep 2006; Tristan Heaven
Let portage strip binaries, bug #137828
20 Sep 2005; Michael Sterrett
remove gtk2 use flag ; tidy
24 Apr 2005; Michael Hanselmann
Stable on ppc.
03 Jun 2004; Aron Griffis
Fix use invocation
13 Feb 2004; David Holm
Added to ~ppc.
21 Nov 2003; Michael Sterrett
add metadata.xml
21 Nov 2003; Michael Sterrett
fix the gtk2 support per Spider; more error messages/checking
*psemu-cdr-1.8 (14 Aug 2003)
14 Aug 2003; Mike Frysinger
Version bump + games.eclass support.
*psemu-cdr-1.62 (27 Jul 2002)
06 Aug 2002; Mark Guertin
Added -ppc to keywords
27 Jul 2002; Stuart Bouyer
Added KEYWORDS="x86" and SLOT.
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.
AUX 1.8-makefile-cflags.patch 317 RMD160 219e25957fdc67f48023c91f78e111c77bcf35f8 SHA1 1b6123817f6b4caf6dbdd66b5ca4ec37fd7f7d80 SHA256 4bb643c1d4f01fdc48c761884c0da9526813ba6cad072b82b3c8fa85166cf077
DIST cdr-1.8.tar.gz 44115 RMD160 a47cb2fc43b939f5d44ee3004527e543a14795fe SHA1 5b0f0e0a52ef7c6b1453e8815cb28cc963fa48dd SHA256 9cb9c74baf5238edff3ce6f569603523c76666c6f646539e0e3f31f85fa8cc10
EBUILD psemu-cdr-1.8.ebuild 1074 RMD160 9536ab3c16ed340d6a61a64fbdc1cb1fcc2f0a6f SHA1 fe1e4504e817e102a059693094d4d119bee40ef7 SHA256 e28593ea71b0a21d34970057d95fa853da216a4099e86f0f2d4d0f96e2804d24
MISC ChangeLog 1809 RMD160 15153ce086f7424f8ed3b86cf87d665f8062df9d SHA1 3dda88a4c7bf575d5382e64b6345977087f2037b SHA256 d5be4e682c213e1931959740b18a424e31e5a6aed5929a45d72e8d206add7edb
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-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.9 2007/04/09 15:56:39 nyhm Exp $
inherit eutils games
DESCRIPTION="PSEmu plugin to read from CD-ROM"
HOMEPAGE="http://www.pcsx.net/"
SRC_URI="http://linuzappz.pcsx.net/downloads/cdr-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86"
IUSE=""
RDEPEND="=x11-libs/gtk+-2*"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${PV}-makefile-cflags.patch
sed -i '/STRIP/d' src/{,cfg-gtk2/}Makefile || die "sed failed"
}
src_compile() {
emake -C src OPTFLAGS="${CFLAGS}" GUI="gtk+2" || die "emake failed"
}
src_install() {
exeinto "$(games_get_libdir)"/psemu/plugins
doexe src/libcdr-* || die "doexe failed (1)"
exeinto "$(games_get_libdir)"/psemu/cfg
doexe src/cfg-gtk*/cfgCdr || die "doexe failed(2)"
insinto "$(games_get_libdir)"/psemu/cfg
doins cdr.cfg || die "doins failed"
dodoc ReadMe.txt
prepgamesdirs
}