summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 04:49:59 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 04:49:59 +0000
commit26885ce104a97d68c1d9808d56f5bc199e7b2f4d (patch)
treed9338ef251c2e7efad6f96b2f19eeeab9d11db6f /app-misc/actkbd/actkbd-0.2.7.ebuild
parentReplacing einfo with elog (diff)
downloadhistorical-26885ce104a97d68c1d9808d56f5bc199e7b2f4d.tar.gz
historical-26885ce104a97d68c1d9808d56f5bc199e7b2f4d.tar.bz2
historical-26885ce104a97d68c1d9808d56f5bc199e7b2f4d.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-misc/actkbd/actkbd-0.2.7.ebuild')
-rw-r--r--app-misc/actkbd/actkbd-0.2.7.ebuild22
1 files changed, 11 insertions, 11 deletions
diff --git a/app-misc/actkbd/actkbd-0.2.7.ebuild b/app-misc/actkbd/actkbd-0.2.7.ebuild
index 7e49e4ea6208..0d24915197cb 100644
--- a/app-misc/actkbd/actkbd-0.2.7.ebuild
+++ b/app-misc/actkbd/actkbd-0.2.7.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/app-misc/actkbd/actkbd-0.2.7.ebuild,v 1.1 2006/10/27 15:56:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/actkbd-0.2.7.ebuild,v 1.2 2007/01/28 04:49:59 genone Exp $
inherit linux-info eutils
@@ -35,13 +35,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "actkbd currently needs the event interface from 2.6 kernels to work. Add"
- einfo "evdev to /etc/modules.autoload.d/kernel-2.6 to have it loaded during boot."
- einfo "System-wide configuration file is /etc/actkbd.conf, but you can use the -c"
- einfo "option to specify a custom configuration file. Use actkbd.conf from"
- einfo "/usr/share/doc/${PF} as a template. We don't install it by default,"
- einfo "because it contains some dangerous examples. You may also need to supply"
- einfo "the -d option to use the right /dev/input/event* device."
- einfo
+ elog
+ elog "actkbd currently needs the event interface from 2.6 kernels to work. Add"
+ elog "evdev to /etc/modules.autoload.d/kernel-2.6 to have it loaded during boot."
+ elog "System-wide configuration file is /etc/actkbd.conf, but you can use the -c"
+ elog "option to specify a custom configuration file. Use actkbd.conf from"
+ elog "/usr/share/doc/${PF} as a template. We don't install it by default,"
+ elog "because it contains some dangerous examples. You may also need to supply"
+ elog "the -d option to use the right /dev/input/event* device."
+ elog
}