Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/psemu-padxwin
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/ChangeLog,v 1.7 2006/09/26 18:23:37 nyhm Exp $
26 Sep 2006; Tristan Heaven
Let portage strip binaries, bug #137826
26 Sep 2005; Chris Gianelloni
psemu-padxwin-1.6.ebuild:
Making games last on inherit line.
24 Apr 2005; Michael Hanselmann
psemu-padxwin-1.6.ebuild:
Stable on ppc.
13 Feb 2004; David Holm
Added to ~ppc.
*psemu-padxwin-1.6 (14 Aug 2003)
14 Aug 2003; Mike Frysinger
Version bumpage + games.eclass support.
*psemu-padxwin-1.4 (27 Jul 2002)
06 Aug 2002; Mark Guertin
Added -ppc to keywords
27 Jul 2002; Stuart Bouyer
Added LICENSE, KEYWORDS="x86", SLOT and RDEPEND.
*psemu-padxwin-1.4 (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.
AUX 1.6-makefile-cflags.patch 645 RMD160 1c8a6e7da4a74be6d2f501b2db830807f56ae832 SHA1 ef93e9188ffc78e3eca546bb73e5e2c65336ef82 SHA256 979e8da3951210d6c3850c9b947d3933cfbe25a1c553da025d83bd20537b8cf3
DIST padXwin-1.6.tgz 25364 RMD160 46487dbde413c66cb32bb06364f851eeea081019 SHA1 3c8aca65bf63f54c99ccf4dc7d06321efadf36be SHA256 714b7735a833aa9a4d349ba298ee864ddf97a45706a988d3fc70c586ac7e50d4
EBUILD psemu-padxwin-1.6.ebuild 951 RMD160 0917277002aff683f6a88cf03cacbb07624cc55b SHA1 5e2f68889a977ce30404e009284c0dd21592ba08 SHA256 04be5df34f87dbcef1e35ff78fd6b93d4ec3689afef2b15a5592e1997def0173
MISC ChangeLog 1494 RMD160 bd4709c486136a08effa1eed2a5769e7908e3349 SHA1 229f2fc56ad40537b278e83221b08e7e1ceab0ed SHA256 132d53d0904caa3593a3a78dda0894655acfda9346455356e779eaafba9fad85
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-padxwin/psemu-padxwin-1.6.ebuild,v 1.8 2007/04/09 17:02:28 nyhm Exp $
inherit eutils games
DESCRIPTION="PSEmu plugin to use the keyboard as a gamepad"
HOMEPAGE="http://www.pcsx.net/"
SRC_URI="http://linuzappz.pcsx.net/downloads/padXwin-${PV}.tgz"
LICENSE="freedist"
SLOT="0"
KEYWORDS="ppc x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*"
S=${WORKDIR}
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${PV}-makefile-cflags.patch
sed -i '/strip/d' src/Makefile || die "sed failed"
}
src_compile() {
cd src
emake OPTFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
dodoc ReadMe.txt
cd src
exeinto "$(games_get_libdir)"/psemu/plugins
doexe libpadXwin-* || die "doexe failed"
exeinto "$(games_get_libdir)"/psemu/cfg
doexe cfgPadXwin || die "doexe failed"
prepgamesdirs
}