diff options
-rw-r--r-- | app-emulation/psemu-padjoy/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.61 | 1 | ||||
-rw-r--r-- | app-emulation/psemu-padjoy/psemu-padjoy-0.61.ebuild | 25 |
3 files changed, 7 insertions, 27 deletions
diff --git a/app-emulation/psemu-padjoy/ChangeLog b/app-emulation/psemu-padjoy/ChangeLog index 39784bdcc31b..ec7a08030127 100644 --- a/app-emulation/psemu-padjoy/ChangeLog +++ b/app-emulation/psemu-padjoy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/psemu-padjoy # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padjoy/ChangeLog,v 1.1 2002/06/03 02:53:20 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padjoy/ChangeLog,v 1.2 2002/07/29 13:11:02 stubear Exp $ + +*psemu-padjoy-0.61 (27 Jul 2002) + + 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> psemu-padjoy-0.61.ebuild : + + Added SLOT, LICENSE, and KEYWORDS="x86" *psemu-padjoy-0.61 (2 June 2002) diff --git a/app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.61 b/app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.61 deleted file mode 100644 index 46d8255325a9..000000000000 --- a/app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.61 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c3f21846fb34abd8e284c36adcd4b5c padJoy061.tgz 36857 diff --git a/app-emulation/psemu-padjoy/psemu-padjoy-0.61.ebuild b/app-emulation/psemu-padjoy/psemu-padjoy-0.61.ebuild deleted file mode 100644 index da380ce2b412..000000000000 --- a/app-emulation/psemu-padjoy/psemu-padjoy-0.61.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padjoy/psemu-padjoy-0.61.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ - -DESCRIPTION="PSEmu plugin to use joysticks/gamepads in PSX-emulators" -HOMEPAGE="http://www.ammoq.com" -LICENSE="" # No mention of a license.. That makes it Public Domain? -DEPEND="x11-libs/gtk+" -SRC_URI="http://members.chello.at/erich.kitzmueller/ammoq/padJoy061.tgz" -S=${WORKDIR}/padJoy - -src_compile() { - cd src - ( echo CFLAGS = ${CFLAGS} - sed 's/CFLAGS =/CFLAGS +=/' < Makefile ) >Makefile.gentoo - emake -f Makefile.gentoo -} - -src_install () { - insinto /usr/lib/psemu/plugins - doins src/libpad* - chmod 755 ${D}/usr/lib/psemu/plugins/* - dodoc readme.txt -} - |