Portage is a package management system used by Gentoo Linux
# ChangeLog for games-emulation/psemu-padjoy
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/ChangeLog,v 1.8 2007/02/21 23:31:26 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
26 Sep 2005; Chris Gianelloni
psemu-padjoy-0.81.ebuild, psemu-padjoy-0.82.ebuild:
Making games last on inherit line.
23 Mar 2004; Michael Sterrett
psemu-padjoy-0.82.ebuild:
IUSE; don't rdepend on sed; tidy
13 Feb 2004; David Holm
Added to ~ppc.
*psemu-padjoy-0.82 (27 Nov 2003)
27 Nov 2003; Michael Sterrett
psemu-padjoy-0.82.ebuild:
version bump (bug 34548)
*psemu-padjoy-0.81 (14 Aug 2003)
14 Aug 2003; Mike Frysinger
Version bump + games.eclass support.
*psemu-padjoy-0.62 (29 Jul 2002)
06 Aug 2002; Mark Guertin
Added -ppc to keywords
29 Jul 2002; Stuart Bouyer
Version bump. Author changed version 62 to GPL. LICENSE added to ebuild.
*psemu-padjoy-0.61 (27 Jul 2002)
27 Jul 2002; Stuart Bouyer
Added SLOT, LICENSE, and KEYWORDS="x86"
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.
DIST padJoy082.tgz 48399 RMD160 52d4968ea69e6eace5a54904e7d8cb6fcf2bc9d8 SHA1 5226c17b2bc0fe9a02862fa5ba4b0f78408c311d SHA256 a8baecaf0ce7bf7493337e1ce25d0952383dfd55471e58225245f886bd3cd47f
EBUILD psemu-padjoy-0.82.ebuild 898 RMD160 235389a05b5f55a9cce783b00816a1d2aa717f37 SHA1 fa114f4bd83df4ea69d8132f383831dc5719b0a8 SHA256 66506633b9557a4d3f537058c0f73aca44d403c27c5fafe2a65e7675ca43a6ba
MISC ChangeLog 1928 RMD160 52a7dbc4b86246fbc5c1d4a9cbca9862fe9bdbf9 SHA1 289670cb47de90455b31c6bc938cdc3c12a7deed SHA256 d9f7ffc69746ac87a8156627f8cc6e5345876e2039dcc335d077911a2ed3e541
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-padjoy/psemu-padjoy-0.82.ebuild,v 1.7 2007/04/09 17:00:56 nyhm Exp $
inherit games
DESCRIPTION="PSEmu plugin to use joysticks/gamepads in PSX-emulators"
HOMEPAGE="http://www.ammoq.com/"
SRC_URI="http://members.chello.at/erich.kitzmueller/ammoq/padJoy${PV//.}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1*"
S=${WORKDIR}/padJoy/src
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \
|| die "sed failed"
}
src_install() {
exeinto "$(games_get_libdir)"/psemu/plugins
doexe libpadJoy-* || die "doexe failed"
exeinto "$(games_get_libdir)"/psemu/cfg
doexe cfgPadJoy || die "doexe cfgPadJoy failed"
dodoc ../readme.txt
prepgamesdirs
}