diff options
author | 2005-07-09 16:34:49 +0000 | |
---|---|---|
committer | 2005-07-09 16:34:49 +0000 | |
commit | 66838e21b3c365aa2d10c0455db79bbbf302e7f3 (patch) | |
tree | 454057f936247437d2f0ab54de11da35ec4c46eb /x11-misc | |
parent | QA: Cleaner einfo, ewarn and eerror usage (diff) | |
download | gentoo-2-66838e21b3c365aa2d10c0455db79bbbf302e7f3.tar.gz gentoo-2-66838e21b3c365aa2d10c0455db79bbbf302e7f3.tar.bz2 gentoo-2-66838e21b3c365aa2d10c0455db79bbbf302e7f3.zip |
QA: Cleaner einfo, ewarn and eerror usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-misc/fluxspace/fluxspace-0.0.3.ebuild | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild b/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild index 6f5042cf25d4..39672f252799 100644 --- a/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild +++ b/x11-misc/fluxspace/fluxspace-0.0.3-r1.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/fluxspace/fluxspace-0.0.3-r1.ebuild,v 1.6 2005/04/03 06:06:52 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild,v 1.7 2005/07/09 16:30:55 swegener Exp $ IUSE="" DESCRIPTION="Enhancements for workspace management within Fluxbox." @@ -40,20 +40,20 @@ pkg_postinst() { rm -f /tmp/fluxspace.xml einfo " NOTES:" - einfo " " + einfo einfo " 1. If you want to use the optional features for idesk and rox," einfo " you must emerge them separately. (e.g., 'emerge idesk')" - einfo " " + einfo einfo " 2. Copy /usr/share/fluxspace/examples/fluxspace.xml to" einfo " ~/.fluxbox and edit the file. Change the settings from" einfo " \"no\" to \"yes\" depending on what features you want enabled." - einfo " " + einfo einfo " 3. Edit ~/.fluxbox/init to 'turn on' fluxspace. Change line:" einfo " session.screen0.rootCommand:" einfo " to..." einfo " session.screen0.rootCommand: fluxspace" - einfo " " + einfo einfo " 4. Full documentation is available online at:" einfo " http://sourceforge.net/docman/display_doc.php?docid=16037&group_id=76737" - einfo " " + einfo } diff --git a/x11-misc/fluxspace/fluxspace-0.0.3.ebuild b/x11-misc/fluxspace/fluxspace-0.0.3.ebuild index c768bc476c79..0d854b8ff439 100644 --- a/x11-misc/fluxspace/fluxspace-0.0.3.ebuild +++ b/x11-misc/fluxspace/fluxspace-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/fluxspace-0.0.3.ebuild,v 1.5 2004/11/29 08:21:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/fluxspace-0.0.3.ebuild,v 1.6 2005/07/09 16:30:55 swegener Exp $ IUSE="" DESCRIPTION="Enhancements for workspace management within Fluxbox." @@ -39,14 +39,14 @@ pkg_postinst() { cp -f /tmp/fluxspace.xml /usr/share/fluxspace/examples/fluxspace.xml rm -f /tmp/fluxspace.xml - einfo " " + einfo einfo " Copy /usr/share/fluxspace/examples/fluxspace.xml to your" einfo " ~/.fluxbox and edit it!" einfo " (just to make it work change all the \"no\" to \"yes\")" - einfo " " + einfo einfo " In your ~/.fluxbox/init change:" einfo " session.screen0.rootCommand:" einfo " to:" einfo " session.screen0.rootCommand: fluxspace" - einfo " " + einfo } |