diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-02-26 08:29:32 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-02-26 08:29:32 +0000 |
commit | 50657be7b1c22947cc2e1ff433783970bfd9a641 (patch) | |
tree | 02fb17d958823d2761971dfa12346c9487753f8f /sys-apps/lm_sensors | |
parent | version bump (diff) | |
download | gentoo-2-50657be7b1c22947cc2e1ff433783970bfd9a641.tar.gz gentoo-2-50657be7b1c22947cc2e1ff433783970bfd9a641.tar.bz2 gentoo-2-50657be7b1c22947cc2e1ff433783970bfd9a641.zip |
Convert einfo to elog.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/lm_sensors')
-rw-r--r-- | sys-apps/lm_sensors/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild | 44 | ||||
-rw-r--r-- | sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild | 44 | ||||
-rw-r--r-- | sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild | 44 | ||||
-rw-r--r-- | sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild | 42 |
5 files changed, 93 insertions, 88 deletions
diff --git a/sys-apps/lm_sensors/ChangeLog b/sys-apps/lm_sensors/ChangeLog index 993dbbb461c1..504ca764d2e1 100644 --- a/sys-apps/lm_sensors/ChangeLog +++ b/sys-apps/lm_sensors/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/lm_sensors # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.80 2008/01/17 20:43:49 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.81 2008/02/26 08:29:32 zlin Exp $ + + 26 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> + lm_sensors-2.10.1.ebuild, lm_sensors-2.10.2.ebuild, + lm_sensors-2.10.3.ebuild, lm_sensors-2.10.4.ebuild: + Convert einfo to elog. 17 Jan 2008; Ferris McCormick <fmccor@gentoo.org> lm_sensors-2.10.4.ebuild: diff --git a/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild b/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild index a01a7988ab02..c853a62d0fb2 100644 --- a/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild,v 1.11 2007/10/28 13:56:39 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.1.ebuild,v 1.12 2008/02/26 08:29:32 zlin Exp $ inherit eutils flag-o-matic linux-info toolchain-funcs multilib @@ -123,24 +123,24 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup" - einfo "/etc/conf.d/lm_sensors." - einfo - einfo "/etc/conf.d/lm_sensors is vital to the init-script." - einfo "Please make sure you also add lm_sensors to the desired" - einfo "runlevel. Otherwise your I2C modules won't get loaded" - einfo "on the next startup." - einfo - einfo "You will also need to run the above command if you're upgrading from" - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" - einfo "changed." - einfo - einfo "Be warned, the probing of hardware in your system performed by" - einfo "sensors-detect could freeze your system. Also make sure you read" - einfo "the documentation before running lm_sensors on IBM ThinkPads." - einfo - einfo "Please refer to the lm_sensors documentation for more information." - einfo "(http://www.lm-sensors.org/wiki/Documentation)" - einfo + elog + elog "Please run \`/usr/sbin/sensors-detect' in order to setup" + elog "/etc/conf.d/lm_sensors." + elog + elog "/etc/conf.d/lm_sensors is vital to the init-script." + elog "Please make sure you also add lm_sensors to the desired" + elog "runlevel. Otherwise your I2C modules won't get loaded" + elog "on the next startup." + elog + elog "You will also need to run the above command if you're upgrading from" + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" + elog "changed." + elog + elog "Be warned, the probing of hardware in your system performed by" + elog "sensors-detect could freeze your system. Also make sure you read" + elog "the documentation before running lm_sensors on IBM ThinkPads." + elog + elog "Please refer to the lm_sensors documentation for more information." + elog "(http://www.lm-sensors.org/wiki/Documentation)" + elog } diff --git a/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild b/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild index f82e9d0bee83..42eb1cf115d8 100644 --- a/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild,v 1.5 2007/10/28 13:56:39 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.2.ebuild,v 1.6 2008/02/26 08:29:32 zlin Exp $ inherit eutils flag-o-matic linux-info toolchain-funcs multilib @@ -123,24 +123,24 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup" - einfo "/etc/conf.d/lm_sensors." - einfo - einfo "/etc/conf.d/lm_sensors is vital to the init-script." - einfo "Please make sure you also add lm_sensors to the desired" - einfo "runlevel. Otherwise your I2C modules won't get loaded" - einfo "on the next startup." - einfo - einfo "You will also need to run the above command if you're upgrading from" - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" - einfo "changed." - einfo - einfo "Be warned, the probing of hardware in your system performed by" - einfo "sensors-detect could freeze your system. Also make sure you read" - einfo "the documentation before running lm_sensors on IBM ThinkPads." - einfo - einfo "Please refer to the lm_sensors documentation for more information." - einfo "(http://www.lm-sensors.org/wiki/Documentation)" - einfo + elog + elog "Please run \`/usr/sbin/sensors-detect' in order to setup" + elog "/etc/conf.d/lm_sensors." + elog + elog "/etc/conf.d/lm_sensors is vital to the init-script." + elog "Please make sure you also add lm_sensors to the desired" + elog "runlevel. Otherwise your I2C modules won't get loaded" + elog "on the next startup." + elog + elog "You will also need to run the above command if you're upgrading from" + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" + elog "changed." + elog + elog "Be warned, the probing of hardware in your system performed by" + elog "sensors-detect could freeze your system. Also make sure you read" + elog "the documentation before running lm_sensors on IBM ThinkPads." + elog + elog "Please refer to the lm_sensors documentation for more information." + elog "(http://www.lm-sensors.org/wiki/Documentation)" + elog } diff --git a/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild b/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild index 4efade7e7209..63a1379e569b 100644 --- a/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild,v 1.6 2007/10/28 13:56:39 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.3.ebuild,v 1.7 2008/02/26 08:29:32 zlin Exp $ inherit eutils flag-o-matic linux-info toolchain-funcs multilib @@ -124,24 +124,24 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup" - einfo "/etc/conf.d/lm_sensors." - einfo - einfo "/etc/conf.d/lm_sensors is vital to the init-script." - einfo "Please make sure you also add lm_sensors to the desired" - einfo "runlevel. Otherwise your I2C modules won't get loaded" - einfo "on the next startup." - einfo - einfo "You will also need to run the above command if you're upgrading from" - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" - einfo "changed." - einfo - einfo "Be warned, the probing of hardware in your system performed by" - einfo "sensors-detect could freeze your system. Also make sure you read" - einfo "the documentation before running lm_sensors on IBM ThinkPads." - einfo - einfo "Please refer to the lm_sensors documentation for more information." - einfo "(http://www.lm-sensors.org/wiki/Documentation)" - einfo + elog + elog "Please run \`/usr/sbin/sensors-detect' in order to setup" + elog "/etc/conf.d/lm_sensors." + elog + elog "/etc/conf.d/lm_sensors is vital to the init-script." + elog "Please make sure you also add lm_sensors to the desired" + elog "runlevel. Otherwise your I2C modules won't get loaded" + elog "on the next startup." + elog + elog "You will also need to run the above command if you're upgrading from" + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" + elog "changed." + elog + elog "Be warned, the probing of hardware in your system performed by" + elog "sensors-detect could freeze your system. Also make sure you read" + elog "the documentation before running lm_sensors on IBM ThinkPads." + elog + elog "Please refer to the lm_sensors documentation for more information." + elog "(http://www.lm-sensors.org/wiki/Documentation)" + elog } diff --git a/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild b/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild index 550f72f42a6b..36459616d93b 100644 --- a/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild,v 1.6 2008/01/17 20:43:49 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.10.4.ebuild,v 1.7 2008/02/26 08:29:32 zlin Exp $ inherit eutils flag-o-matic linux-info toolchain-funcs multilib @@ -124,24 +124,24 @@ src_install() { } pkg_postinst() { - einfo - einfo "Please run \`/usr/sbin/sensors-detect' in order to setup" - einfo "/etc/conf.d/lm_sensors." - einfo - einfo "/etc/conf.d/lm_sensors is vital to the init-script." - einfo "Please make sure you also add lm_sensors to the desired" - einfo "runlevel. Otherwise your I2C modules won't get loaded" - einfo "on the next startup." - einfo - einfo "You will also need to run the above command if you're upgrading from" - einfo "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" - einfo "changed." - einfo - einfo "Be warned, the probing of hardware in your system performed by" - einfo "sensors-detect could freeze your system. Also make sure you read" - einfo "the documentation before running lm_sensors on IBM ThinkPads." - einfo - einfo "Please refer to the lm_sensors documentation for more information." - einfo "(http://www.lm-sensors.org/wiki/Documentation)" - einfo + elog + elog "Please run \`/usr/sbin/sensors-detect' in order to setup" + elog "/etc/conf.d/lm_sensors." + elog + elog "/etc/conf.d/lm_sensors is vital to the init-script." + elog "Please make sure you also add lm_sensors to the desired" + elog "runlevel. Otherwise your I2C modules won't get loaded" + elog "on the next startup." + elog + elog "You will also need to run the above command if you're upgrading from" + elog "<=${PN}-2.9.0, as the needed entries in /etc/conf.d/lm_sensors has" + elog "changed." + elog + elog "Be warned, the probing of hardware in your system performed by" + elog "sensors-detect could freeze your system. Also make sure you read" + elog "the documentation before running lm_sensors on IBM ThinkPads." + elog + elog "Please refer to the lm_sensors documentation for more information." + elog "(http://www.lm-sensors.org/wiki/Documentation)" + elog } |