diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 16:30:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 16:30:55 +0000 |
commit | cf6d840889eb1c468596ff4321b0dcbec980f8b6 (patch) | |
tree | 715510f691b87d406dd2c160b6d00150124886ec /x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild | |
parent | QA: Cleaner einfo, ewarn and eerror usage (diff) | |
download | historical-cf6d840889eb1c468596ff4321b0dcbec980f8b6.tar.gz historical-cf6d840889eb1c468596ff4321b0dcbec980f8b6.tar.bz2 historical-cf6d840889eb1c468596ff4321b0dcbec980f8b6.zip |
QA: Cleaner einfo, ewarn and eerror usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild')
-rw-r--r-- | x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 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 } |