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
commit8f60d982b4eb4e185493243776cc3a79b47b1dac (patch)
tree531dcfb99c671193fc2f4d0830b18c1afcd256c1 /app-misc/actkbd
parentReplacing einfo with elog (diff)
downloadgentoo-2-8f60d982b4eb4e185493243776cc3a79b47b1dac.tar.gz
gentoo-2-8f60d982b4eb4e185493243776cc3a79b47b1dac.tar.bz2
gentoo-2-8f60d982b4eb4e185493243776cc3a79b47b1dac.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/actkbd')
-rw-r--r--app-misc/actkbd/ChangeLog8
-rw-r--r--app-misc/actkbd/actkbd-0.2.2.ebuild22
-rw-r--r--app-misc/actkbd/actkbd-0.2.7.ebuild22
3 files changed, 28 insertions, 24 deletions
diff --git a/app-misc/actkbd/ChangeLog b/app-misc/actkbd/ChangeLog
index 542f96ad564c..f69af32f59f4 100644
--- a/app-misc/actkbd/ChangeLog
+++ b/app-misc/actkbd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/actkbd
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/ChangeLog,v 1.2 2006/10/27 15:56:36 swegener Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/ChangeLog,v 1.3 2007/01/28 04:49:59 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> actkbd-0.2.2.ebuild,
+ actkbd-0.2.7.ebuild:
+ Replacing einfo with elog
*actkbd-0.2.7 (27 Oct 2006)
diff --git a/app-misc/actkbd/actkbd-0.2.2.ebuild b/app-misc/actkbd/actkbd-0.2.2.ebuild
index 097e497651d9..6eb90b949e28 100644
--- a/app-misc/actkbd/actkbd-0.2.2.ebuild
+++ b/app-misc/actkbd/actkbd-0.2.2.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.2.ebuild,v 1.2 2006/10/27 15:56:36 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/actkbd-0.2.2.ebuild,v 1.3 2007/01/28 04:49:59 genone Exp $
inherit linux-info
@@ -28,13 +28,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
}
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
}