diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:22:12 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:22:12 +0000 |
commit | 19e4702ce5d2523bdd0dd466edb3e8422bc7e52e (patch) | |
tree | f3006aca659c5eead95800380516f0da8614f575 /media-sound/mup | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.tar.gz gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.tar.bz2 gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/mup-4.4.ebuild | 4 | ||||
-rw-r--r-- | media-sound/mup/mup-4.6.ebuild | 4 | ||||
-rw-r--r-- | media-sound/mup/mup-5.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/mup/mup-4.4.ebuild b/media-sound/mup/mup-4.4.ebuild index 81f3e7d4c9e8..b0c2073b819c 100644 --- a/media-sound/mup/mup-4.4.ebuild +++ b/media-sound/mup/mup-4.4.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-sound/mup/mup-4.4.ebuild,v 1.9 2005/03/09 19:17:02 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.4.ebuild,v 1.10 2005/07/09 19:18:40 swegener Exp $ MY_P="${PN}44" @@ -82,7 +82,7 @@ pkg_postinst() { einfo "Please note that using mupdisp in SVGA mode on the console" einfo "requires that it can write to the console device. To allow" einfo "this, make mupdisp setuid to root, like this:" - einfo "" + einfo einfo "\tchown root:root /usr/bin/mupdisp" einfo "\tchmod u+s /usr/bin/mupdisp" fi diff --git a/media-sound/mup/mup-4.6.ebuild b/media-sound/mup/mup-4.6.ebuild index b348a2c8862b..a0d5b686b6cf 100644 --- a/media-sound/mup/mup-4.6.ebuild +++ b/media-sound/mup/mup-4.6.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-sound/mup/mup-4.6.ebuild,v 1.9 2005/05/15 14:44:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.6.ebuild,v 1.10 2005/07/09 19:18:40 swegener Exp $ inherit eutils toolchain-funcs @@ -75,7 +75,7 @@ pkg_postinst() { einfo "Please note that using mupdisp in SVGA mode on the console" einfo "requires that it can write to the console device. To allow" einfo "this, make mupdisp setuid to root, like this:" - einfo "" + einfo einfo "\tchown root:root /usr/bin/mupdisp" einfo "\tchmod u+s /usr/bin/mupdisp" fi diff --git a/media-sound/mup/mup-5.0.ebuild b/media-sound/mup/mup-5.0.ebuild index d1f6d5e71f5e..3339a971bc1c 100644 --- a/media-sound/mup/mup-5.0.ebuild +++ b/media-sound/mup/mup-5.0.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-sound/mup/mup-5.0.ebuild,v 1.3 2005/06/28 23:30:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.0.ebuild,v 1.4 2005/07/09 19:18:40 swegener Exp $ inherit eutils toolchain-funcs @@ -74,7 +74,7 @@ pkg_postinst() { einfo "Please note that using mupdisp in SVGA mode on the console" einfo "requires that it can write to the console device. To allow" einfo "this, make mupdisp setuid to root, like this:" - einfo "" + einfo einfo "\tchown root:root /usr/bin/mupdisp" einfo "\tchmod u+s /usr/bin/mupdisp" fi |