summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/ddrmat/ddrmat-0.12.ebuild')
-rw-r--r--games-arcade/ddrmat/ddrmat-0.12.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/games-arcade/ddrmat/ddrmat-0.12.ebuild b/games-arcade/ddrmat/ddrmat-0.12.ebuild
deleted file mode 100644
index a306802101af..000000000000
--- a/games-arcade/ddrmat/ddrmat-0.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.6 2007/03/12 13:24:24 genone Exp $
-
-DESCRIPTION="Kernel module for parallel port Playstation joystick (i.e. DDR mats) adapters"
-HOMEPAGE="http://www.icculus.org/pyddr/"
-SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- env -u ARCH emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README ChangeLog
- insinto /etc/modules.d
- doins "${FILESDIR}/ddrmat" || die "doins failed"
-}
-
-pkg_postinst() {
- [[ ${ROOT} == "/" ]] && /sbin/modules-update
- elog "You can insert the ddrmat module via \"modprobe ddrmat gc=0,7\" or"
- elog "you can add \"ddrmat\" to your \"/etc/modules.autoload\" to load it"
- elog "when the system is started."
-}