summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 16:22:52 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 16:22:52 +0000
commit7b8c79b87501a2e038a1735119f46a8d2eefdbde (patch)
tree65c75375f3448ca468125c3224d6135256939b26
parentQA: Cleaner einfo usage (diff)
downloadgentoo-2-7b8c79b87501a2e038a1735119f46a8d2eefdbde.tar.gz
gentoo-2-7b8c79b87501a2e038a1735119f46a8d2eefdbde.tar.bz2
gentoo-2-7b8c79b87501a2e038a1735119f46a8d2eefdbde.zip
QA: Cleaner einfo, ewarn and eerror usage
(Portage version: 2.0.51.22-r1)
-rw-r--r--media-video/realplayer/realplayer-8-r7.ebuild4
-rw-r--r--sys-fs/udev/udev-056.ebuild4
-rw-r--r--sys-fs/udev/udev-058.ebuild8
-rw-r--r--sys-fs/udev/udev-059.ebuild12
-rw-r--r--sys-fs/udev/udev-060.ebuild12
-rw-r--r--sys-fs/udev/udev-062.ebuild12
6 files changed, 26 insertions, 26 deletions
diff --git a/media-video/realplayer/realplayer-8-r7.ebuild b/media-video/realplayer/realplayer-8-r7.ebuild
index 6e8cb210d51d..14e31e94e995 100644
--- a/media-video/realplayer/realplayer-8-r7.ebuild
+++ b/media-video/realplayer/realplayer-8-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r7.ebuild,v 1.6 2005/01/20 21:20:55 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r7.ebuild,v 1.7 2005/07/09 16:22:52 swegener Exp $
inherit nsplugins
@@ -37,7 +37,7 @@ pkg_nofetch() {
einfo "Please go to ${HOMEPAGE}"
einfo "and download the appropriate realplayer binary installer"
einfo "for OS type : ${REAL_OS}"
- einfo " "
+ einfo
einfo "Download ${A} and place it in :"
einfo "${DISTDIR}"
einfo " "
diff --git a/sys-fs/udev/udev-056.ebuild b/sys-fs/udev/udev-056.ebuild
index a14be2b07beb..72690a29ae2f 100644
--- a/sys-fs/udev/udev-056.ebuild
+++ b/sys-fs/udev/udev-056.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-056.ebuild,v 1.9 2005/06/28 05:23:03 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-056.ebuild,v 1.10 2005/07/09 16:21:40 swegener Exp $
inherit eutils
@@ -164,6 +164,6 @@ pkg_postinst() {
ewarn " up-to-date udev database."
einfo "For more information on udev on Gentoo, writing udev rules, and"
- einfo " fixing known issues visit: "
+ einfo " fixing known issues visit:"
einfo " http://www.gentoo.org/doc/en/udev-guide.xml"
}
diff --git a/sys-fs/udev/udev-058.ebuild b/sys-fs/udev/udev-058.ebuild
index eca348410b0c..8780ab7d1a6d 100644
--- a/sys-fs/udev/udev-058.ebuild
+++ b/sys-fs/udev/udev-058.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-058.ebuild,v 1.11 2005/07/09 04:42:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-058.ebuild,v 1.12 2005/07/09 16:21:40 swegener Exp $
inherit eutils
@@ -163,13 +163,13 @@ pkg_postinst() {
ewarn " and you rely on the output of udevinfo for anything, please"
ewarn " either run 'udevstart' now, or reboot, in order to get a"
ewarn " up-to-date udev database."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 050"
ewarn " and you had written some custom permissions rules, please"
ewarn " realize that the permission rules are now part of the main"
ewarn " udev rules files and are not stand-alone anymore. This means"
ewarn " you need to rewrite them."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 057"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, please read the RELEASE-NOTES file for details"
@@ -177,6 +177,6 @@ pkg_postinst() {
ewarn " rules to work properly."
einfo "For more information on udev on Gentoo, writing udev rules, and"
- einfo " fixing known issues visit: "
+ einfo " fixing known issues visit:"
einfo " http://www.gentoo.org/doc/en/udev-guide.xml"
}
diff --git a/sys-fs/udev/udev-059.ebuild b/sys-fs/udev/udev-059.ebuild
index f5dfa3e97102..6a2a323b925c 100644
--- a/sys-fs/udev/udev-059.ebuild
+++ b/sys-fs/udev/udev-059.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-059.ebuild,v 1.1 2005/07/01 00:39:03 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-059.ebuild,v 1.2 2005/07/09 16:21:40 swegener Exp $
inherit eutils
@@ -167,19 +167,19 @@ pkg_postinst() {
ewarn " and you rely on the output of udevinfo for anything, please"
ewarn " either run 'udevstart' now, or reboot, in order to get a"
ewarn " up-to-date udev database."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 050"
ewarn " and you had written some custom permissions rules, please"
ewarn " realize that the permission rules are now part of the main"
ewarn " udev rules files and are not stand-alone anymore. This means"
ewarn " you need to rewrite them."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 057"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, please read the RELEASE-NOTES file for details"
ewarn " on what has changed with this feature, and how to change your"
ewarn " rules to work properly."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 059"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, or the etc/hotplug.d functionality, or just"
@@ -187,8 +187,8 @@ pkg_postinst() {
ewarn " read the RELEASE-NOTES file for details on what has changed"
ewarn " with this feature, and how to change your rules to work properly."
- einfo " "
+ einfo
einfo "For more information on udev on Gentoo, writing udev rules, and"
- einfo " fixing known issues visit: "
+ einfo " fixing known issues visit:"
einfo " http://www.gentoo.org/doc/en/udev-guide.xml"
}
diff --git a/sys-fs/udev/udev-060.ebuild b/sys-fs/udev/udev-060.ebuild
index 706577e4c24c..477bb2f6373e 100644
--- a/sys-fs/udev/udev-060.ebuild
+++ b/sys-fs/udev/udev-060.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-060.ebuild,v 1.1 2005/07/03 07:11:11 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-060.ebuild,v 1.2 2005/07/09 16:21:40 swegener Exp $
inherit eutils
@@ -167,19 +167,19 @@ pkg_postinst() {
ewarn " and you rely on the output of udevinfo for anything, please"
ewarn " either run 'udevstart' now, or reboot, in order to get a"
ewarn " up-to-date udev database."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 050"
ewarn " and you had written some custom permissions rules, please"
ewarn " realize that the permission rules are now part of the main"
ewarn " udev rules files and are not stand-alone anymore. This means"
ewarn " you need to rewrite them."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 057"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, please read the RELEASE-NOTES file for details"
ewarn " on what has changed with this feature, and how to change your"
ewarn " rules to work properly."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 059"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, or the etc/hotplug.d functionality, or just"
@@ -187,8 +187,8 @@ pkg_postinst() {
ewarn " read the RELEASE-NOTES file for details on what has changed"
ewarn " with this feature, and how to change your rules to work properly."
- einfo " "
+ einfo
einfo "For more information on udev on Gentoo, writing udev rules, and"
- einfo " fixing known issues visit: "
+ einfo " fixing known issues visit:"
einfo " http://www.gentoo.org/doc/en/udev-guide.xml"
}
diff --git a/sys-fs/udev/udev-062.ebuild b/sys-fs/udev/udev-062.ebuild
index 6dea1e3c9de0..e4adf778ca72 100644
--- a/sys-fs/udev/udev-062.ebuild
+++ b/sys-fs/udev/udev-062.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-062.ebuild,v 1.1 2005/07/07 23:00:42 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-062.ebuild,v 1.2 2005/07/09 16:21:40 swegener Exp $
inherit eutils
@@ -168,19 +168,19 @@ pkg_postinst() {
ewarn " and you rely on the output of udevinfo for anything, please"
ewarn " either run 'udevstart' now, or reboot, in order to get a"
ewarn " up-to-date udev database."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 050"
ewarn " and you had written some custom permissions rules, please"
ewarn " realize that the permission rules are now part of the main"
ewarn " udev rules files and are not stand-alone anymore. This means"
ewarn " you need to rewrite them."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 057"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, please read the RELEASE-NOTES file for details"
ewarn " on what has changed with this feature, and how to change your"
ewarn " rules to work properly."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 059"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, or the etc/hotplug.d functionality, or just"
@@ -188,8 +188,8 @@ pkg_postinst() {
ewarn " read the RELEASE-NOTES file for details on what has changed"
ewarn " with this feature, and how to change your rules to work properly."
- einfo " "
+ einfo
einfo "For more information on udev on Gentoo, writing udev rules, and"
- einfo " fixing known issues visit: "
+ einfo " fixing known issues visit:"
einfo " http://www.gentoo.org/doc/en/udev-guide.xml"
}