summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-11-23 22:17:48 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-11-23 22:17:48 +0000
commit85776a178a156500cf23c02d55e492c2b344a5c3 (patch)
treea9b34aa91c42e9b51e55d7ba8c260fa0cbb491d0 /games-emulation/psemu-padjoy
parentRemove old version (diff)
downloadgentoo-2-85776a178a156500cf23c02d55e492c2b344a5c3.tar.gz
gentoo-2-85776a178a156500cf23c02d55e492c2b344a5c3.tar.bz2
gentoo-2-85776a178a156500cf23c02d55e492c2b344a5c3.zip
Remove old version
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'games-emulation/psemu-padjoy')
-rw-r--r--games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild b/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild
index b4f484b32262..f5a0c24fa42d 100644
--- a/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild
+++ b/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild
@@ -1,24 +1,25 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.5 2005/09/26 17:54:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild,v 1.6 2006/11/23 22:17:48 nyhm Exp $
inherit games
-S="${WORKDIR}/padJoy/src"
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="x86 ~ppc"
+KEYWORDS="~ppc x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1*"
+S=${WORKDIR}/padJoy/src
+
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \
|| die "sed Makefile failed"