summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 19:25:42 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 19:25:42 +0000
commit88933cf929a86828a6b93938725b2c0eace09ced (patch)
treed3d4c64ebecd594e59651f749ba4a1d2e5c52385 /x11-misc/grun
parentQA: Cleaner einfo, ewarn, eerror and echo usage (diff)
downloadhistorical-88933cf929a86828a6b93938725b2c0eace09ced.tar.gz
historical-88933cf929a86828a6b93938725b2c0eace09ced.tar.bz2
historical-88933cf929a86828a6b93938725b2c0eace09ced.zip
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/grun')
-rw-r--r--x11-misc/grun/grun-0.9.2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild
index 8650c6d2a36b..7d62ded5c538 100644
--- a/x11-misc/grun/grun-0.9.2.ebuild
+++ b/x11-misc/grun/grun-0.9.2.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/x11-misc/grun/grun-0.9.2.ebuild,v 1.23 2005/07/09 07:47:22 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.24 2005/07/09 19:23:59 swegener Exp $
inherit eutils
@@ -65,19 +65,19 @@ src_install() {
pkg_postinst() {
einfo "It is recommended to bind grun to a keychain. Fluxbox users can"
einfo "do this by appending e.g. the following line to ~/.fluxbox/keys:"
- einfo ""
+ einfo
einfo "Mod4 r :ExecCommand grun"
- einfo ""
+ einfo
einfo "Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>"
- einfo ""
+ einfo
einfo "The default system-wide definition file for associating file"
einfo "extensions with applications is /usr/share/grun/gassoc, the"
einfo "default system-wide definition file for recognized console"
einfo "applications is /usr/share/grun/consfile. They can be overridden"
einfo "on a per user basis by ~/.gassoc and ~/.consfile respectively."
- einfo ""
+ einfo
einfo "To change the default terminal application grun uses, adjust the"
einfo "TERM environment variable accordingly and remerge grun, e.g."
- einfo ""
+ einfo
einfo "export TERM=Eterm && emerge grun"
}