summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:11:41 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:11:41 +0000
commit25deaa91bd4e9b7d791cce39451cd37fe3d0fa25 (patch)
treecdb7b0ad27218de62cca4810bc2cf4a0a4c0a5c5 /app-laptop
parentversion bump, drop old (diff)
downloadgentoo-2-25deaa91bd4e9b7d791cce39451cd37fe3d0fa25.tar.gz
gentoo-2-25deaa91bd4e9b7d791cce39451cd37fe3d0fa25.tar.bz2
gentoo-2-25deaa91bd4e9b7d791cce39451cd37fe3d0fa25.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/acerhk/ChangeLog6
-rw-r--r--app-laptop/acerhk/acerhk-0.5.31.ebuild16
-rw-r--r--app-laptop/acerhk/acerhk-0.5.33.ebuild16
-rw-r--r--app-laptop/acerhk/acerhk-0.5.34.ebuild14
4 files changed, 28 insertions, 24 deletions
diff --git a/app-laptop/acerhk/ChangeLog b/app-laptop/acerhk/ChangeLog
index 6d5fcb43a89d..2861c5bd06d6 100644
--- a/app-laptop/acerhk/ChangeLog
+++ b/app-laptop/acerhk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/acerhk
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.20 2007/01/17 10:28:47 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.21 2007/01/23 16:11:41 genone Exp $
+
+ 23 Jan 2007; Marius Mauch <genone@gentoo.org> acerhk-0.5.31.ebuild,
+ acerhk-0.5.33.ebuild, acerhk-0.5.34.ebuild:
+ Replacing einfo with elog
17 Jan 2007; Christian Faulhammer <opfer@gentoo.org> acerhk-0.5.34.ebuild:
stable x86, bug #162016
diff --git a/app-laptop/acerhk/acerhk-0.5.31.ebuild b/app-laptop/acerhk/acerhk-0.5.31.ebuild
index 4903f0f59d14..04e74e6f2251 100644
--- a/app-laptop/acerhk/acerhk-0.5.31.ebuild
+++ b/app-laptop/acerhk/acerhk-0.5.31.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-laptop/acerhk/acerhk-0.5.31.ebuild,v 1.3 2006/11/25 13:21:35 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.31.ebuild,v 1.4 2007/01/23 16:11:41 genone Exp $
inherit linux-mod
@@ -36,10 +36,10 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
- einfo "You can load the module:"
- einfo "% modprobe acerhk poll=1"
- einfo "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk"
- echo
- einfo "If you need more info about this driver you can read the README file"
- einfo "% zmore /usr/share/doc/${PF}/README.gz"
+ elog "You can load the module:"
+ elog "% modprobe acerhk poll=1"
+ elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk"
+ elog
+ elog "If you need more info about this driver you can read the README file"
+ elog "% zmore /usr/share/doc/${PF}/README.gz"
}
diff --git a/app-laptop/acerhk/acerhk-0.5.33.ebuild b/app-laptop/acerhk/acerhk-0.5.33.ebuild
index fbeb100b2037..55c522ddfe75 100644
--- a/app-laptop/acerhk/acerhk-0.5.33.ebuild
+++ b/app-laptop/acerhk/acerhk-0.5.33.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-laptop/acerhk/acerhk-0.5.33.ebuild,v 1.3 2006/11/25 13:21:35 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.33.ebuild,v 1.4 2007/01/23 16:11:41 genone Exp $
inherit linux-mod
@@ -38,10 +38,10 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
- einfo "You can load the module:"
- einfo "% modprobe acerhk poll=1"
- einfo "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk"
- echo
- einfo "If you need more info about this driver you can read the README file"
- einfo "% zmore /usr/share/doc/${PF}/README.gz"
+ elog "You can load the module:"
+ elog "% modprobe acerhk poll=1"
+ elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk"
+ elog
+ elog "If you need more info about this driver you can read the README file"
+ elog "% zmore /usr/share/doc/${PF}/README.gz"
}
diff --git a/app-laptop/acerhk/acerhk-0.5.34.ebuild b/app-laptop/acerhk/acerhk-0.5.34.ebuild
index c3b9a196cee4..062de5040fc0 100644
--- a/app-laptop/acerhk/acerhk-0.5.34.ebuild
+++ b/app-laptop/acerhk/acerhk-0.5.34.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.34.ebuild,v 1.3 2007/01/17 10:28:47 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.34.ebuild,v 1.4 2007/01/23 16:11:41 genone Exp $
inherit linux-mod
@@ -38,10 +38,10 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
- einfo "You can load the module:"
- einfo "% modprobe acerhk poll=1"
- einfo "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk"
- echo
- einfo "If you need more info about this driver you can read the README file"
- einfo "% zmore /usr/share/doc/${PF}/README.gz"
+ elog "You can load the module:"
+ elog "% modprobe acerhk poll=1"
+ elog "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk"
+ elog
+ elog "If you need more info about this driver you can read the README file"
+ elog "% zmore /usr/share/doc/${PF}/README.gz"
}