summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:24:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:24:24 +0000
commit25d3c23c0edc0719f12ee7c6a0552e365d117215 (patch)
tree95d09e9bd9fa9be10cf6aa248663dcc1a6620c7e /games-arcade
parentReplacing einfo with elog (diff)
downloadgentoo-2-25d3c23c0edc0719f12ee7c6a0552e365d117215.tar.gz
gentoo-2-25d3c23c0edc0719f12ee7c6a0552e365d117215.tar.bz2
gentoo-2-25d3c23c0edc0719f12ee7c6a0552e365d117215.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/ddrmat/ChangeLog7
-rw-r--r--games-arcade/ddrmat/ddrmat-0.12.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/ddrmat/ChangeLog b/games-arcade/ddrmat/ChangeLog
index 5f3a8b1e5dcf..db8e8a8fa199 100644
--- a/games-arcade/ddrmat/ChangeLog
+++ b/games-arcade/ddrmat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/ddrmat
-# 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 $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ChangeLog,v 1.7 2007/03/12 13:24:24 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> ddrmat-0.12.ebuild:
+ Replacing einfo with elog
13 Jun 2006; Roy Marples <uberlord@gentoo.org> ddrmat-0.12.ebuild:
Use modules-update instead of update-modules
diff --git a/games-arcade/ddrmat/ddrmat-0.12.ebuild b/games-arcade/ddrmat/ddrmat-0.12.ebuild
index 4b6d016967a2..a306802101af 100644
--- a/games-arcade/ddrmat/ddrmat-0.12.ebuild
+++ b/games-arcade/ddrmat/ddrmat-0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.5 2006/06/13 10:15:08 uberlord Exp $
+# $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/"
@@ -26,7 +26,7 @@ src_install() {
pkg_postinst() {
[[ ${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."
+ 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."
}