diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-06 20:31:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-06 20:31:42 +0000 |
commit | 2b36ad7fe1b076d547626a58082de4ad32ea5436 (patch) | |
tree | 13fbe74450457a29a179c8f9d0282a5402e90f33 /games-arcade/ddrmat | |
parent | dont set $ARCH #81020 (diff) | |
download | gentoo-2-2b36ad7fe1b076d547626a58082de4ad32ea5436.tar.gz gentoo-2-2b36ad7fe1b076d547626a58082de4ad32ea5436.tar.bz2 gentoo-2-2b36ad7fe1b076d547626a58082de4ad32ea5436.zip |
old
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-arcade/ddrmat')
-rw-r--r-- | games-arcade/ddrmat/ddrmat-0.12.ebuild | 6 | ||||
-rw-r--r-- | games-arcade/ddrmat/ddrmat-0.9.ebuild | 38 | ||||
-rw-r--r-- | games-arcade/ddrmat/files/digest-ddrmat-0.9 | 1 |
3 files changed, 3 insertions, 42 deletions
diff --git a/games-arcade/ddrmat/ddrmat-0.12.ebuild b/games-arcade/ddrmat/ddrmat-0.12.ebuild index 58298dbd4ed7..ea46c218835b 100644 --- a/games-arcade/ddrmat/ddrmat-0.12.ebuild +++ b/games-arcade/ddrmat/ddrmat-0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.3 2005/02/06 20:30:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.4 2005/02/06 20:31:42 vapier Exp $ DESCRIPTION="Kernel module for parallel port Playstation joystick (i.e. DDR mats) adapters" HOMEPAGE="http://www.icculus.org/pyddr/" @@ -25,7 +25,7 @@ src_install() { } pkg_postinst() { - [ "${ROOT}" == "/" ] && /sbin/update-modules + [[ ${ROOT} == "/" ]] && /sbin/update-modules einfo "You can insert the ddrmat module via \"modprobe ddrmat gc=0,7\" or" einfo "you can add \"ddrmat\" to your \"/etc/modules.autoload\" to load it" einfo "when the system is started." diff --git a/games-arcade/ddrmat/ddrmat-0.9.ebuild b/games-arcade/ddrmat/ddrmat-0.9.ebuild deleted file mode 100644 index 51237f37318a..000000000000 --- a/games-arcade/ddrmat/ddrmat-0.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.9.ebuild,v 1.6 2004/06/24 22:03:47 agriffis 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="x86" -IUSE="" - -DEPEND="virtual/linux-sources" - -pkg_setup() { - [ ${KV:0:4} != "2.4." ] \ - && eerror "This package only works with 2.4.x kernels" \ - && die "Failed compile: incompatible kernel" -} - -src_compile() { - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README ChangeLog - insinto /etc/modules.d - doins ${FILESDIR}/ddrmat -} - -pkg_postinst() { - [ "${ROOT}" == "/" ] && /sbin/update-modules - einfo "You can insert the ddrmat module via \"modprobe ddrmat gc=0,7\" or" - einfo "you can add \"ddrmat\" to your \"/etc/modules.autoload\" to load it" - einfo "when the system is started." -} diff --git a/games-arcade/ddrmat/files/digest-ddrmat-0.9 b/games-arcade/ddrmat/files/digest-ddrmat-0.9 deleted file mode 100644 index 04e46bd6018d..000000000000 --- a/games-arcade/ddrmat/files/digest-ddrmat-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba4e518b15b54b7e86b26b9f86c16829 ddrmat-0.9.tar.gz 11884 |