summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-06-13 10:15:08 +0000
committerRoy Marples <uberlord@gentoo.org>2006-06-13 10:15:08 +0000
commit13ef91969e40a41ae96a11950870c0ec8d3eb0c9 (patch)
tree192bb0ea59930aa7d7031d7461d7c52340c76767 /games-arcade/ddrmat
parentUse modules-update correctly (diff)
downloadgentoo-2-13ef91969e40a41ae96a11950870c0ec8d3eb0c9.tar.gz
gentoo-2-13ef91969e40a41ae96a11950870c0ec8d3eb0c9.tar.bz2
gentoo-2-13ef91969e40a41ae96a11950870c0ec8d3eb0c9.zip
se modules-update instead of update-modules
(Portage version: 2.1)
Diffstat (limited to 'games-arcade/ddrmat')
-rw-r--r--games-arcade/ddrmat/ChangeLog7
-rw-r--r--games-arcade/ddrmat/ddrmat-0.12.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/ddrmat/ChangeLog b/games-arcade/ddrmat/ChangeLog
index b79e159195ee..5f3a8b1e5dcf 100644
--- a/games-arcade/ddrmat/ChangeLog
+++ b/games-arcade/ddrmat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/ddrmat
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ChangeLog,v 1.5 2004/10/14 20:13:13 dholm Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ChangeLog,v 1.6 2006/06/13 10:15:08 uberlord Exp $
+
+ 13 Jun 2006; Roy Marples <uberlord@gentoo.org> ddrmat-0.12.ebuild:
+ Use modules-update instead of update-modules
14 Oct 2004; David Holm <dholm@gentoo.org> ddrmat-0.12.ebuild:
Added to ~ppc.
diff --git a/games-arcade/ddrmat/ddrmat-0.12.ebuild b/games-arcade/ddrmat/ddrmat-0.12.ebuild
index ea46c218835b..4b6d016967a2 100644
--- a/games-arcade/ddrmat/ddrmat-0.12.ebuild
+++ b/games-arcade/ddrmat/ddrmat-0.12.ebuild
@@ -1,6 +1,6 @@
-# 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-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.4 2005/02/06 20:31:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.5 2006/06/13 10:15:08 uberlord 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/modules-update
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."