summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-07-29 13:14:07 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-07-29 13:14:07 +0000
commitab091b697a7b0fdd8b48d9ec470817d8f5438799 (patch)
tree1dedb771f68abaf1fc3fdfa4ff91edc2498ab42e /app-emulation/psemu-padjoy
parentremoved psemu-padkoy-0.61 as it has no license (diff)
downloadhistorical-ab091b697a7b0fdd8b48d9ec470817d8f5438799.tar.gz
historical-ab091b697a7b0fdd8b48d9ec470817d8f5438799.tar.bz2
historical-ab091b697a7b0fdd8b48d9ec470817d8f5438799.zip
version bump, now has GPL-2 license
Diffstat (limited to 'app-emulation/psemu-padjoy')
-rw-r--r--app-emulation/psemu-padjoy/ChangeLog8
-rw-r--r--app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.621
-rw-r--r--app-emulation/psemu-padjoy/psemu-padjoy-0.62.ebuild28
3 files changed, 36 insertions, 1 deletions
diff --git a/app-emulation/psemu-padjoy/ChangeLog b/app-emulation/psemu-padjoy/ChangeLog
index ec7a08030127..2b97ae98b842 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.2 2002/07/29 13:11:02 stubear Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padjoy/ChangeLog,v 1.3 2002/07/29 13:14:07 stubear Exp $
+
+*psemu-padjoy-0.62 (29 Jul 2002)
+
+ 29 Jul 2002; Stuart Bouyer <stubear@gentoo.org> psemu-padjoy-0.62.ebuild :
+
+ Version bump. Author changed version 62 to GPL. LICENSE added to ebuild.
*psemu-padjoy-0.61 (27 Jul 2002)
diff --git a/app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.62 b/app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.62
new file mode 100644
index 000000000000..0dae465b5d3c
--- /dev/null
+++ b/app-emulation/psemu-padjoy/files/digest-psemu-padjoy-0.62
@@ -0,0 +1 @@
+MD5 4bdf905445b90784f560c6b8f3852381 padJoy062.tgz 32002
diff --git a/app-emulation/psemu-padjoy/psemu-padjoy-0.62.ebuild b/app-emulation/psemu-padjoy/psemu-padjoy-0.62.ebuild
new file mode 100644
index 000000000000..8a1d4414a615
--- /dev/null
+++ b/app-emulation/psemu-padjoy/psemu-padjoy-0.62.ebuild
@@ -0,0 +1,28 @@
+# 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.62.ebuild,v 1.1 2002/07/29 13:14:07 stubear Exp $
+
+DESCRIPTION="PSEmu plugin to use joysticks/gamepads in PSX-emulators"
+HOMEPAGE="http://www.ammoq.com"
+LICENSE="GPL-2" # No mention of a license.. That makes it Public Domain?
+KEYWORDS="x86"
+SLOT="0"
+DEPEND="x11-libs/gtk+"
+RDEPEND="${DEPEND}"
+SRC_URI="http://members.chello.at/erich.kitzmueller/ammoq/padJoy062.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
+}
+