diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:45 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-24 23:23:45 +0000 |
commit | e0a1ba59e0ff04da8636cd5be962941e0e50045e (patch) | |
tree | 1a77e02d211b9321e360aaaf131d912ba9a0f94d /x11-wm/flwm | |
parent | initial version (diff) | |
download | gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.gz gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.tar.bz2 gentoo-2-e0a1ba59e0ff04da8636cd5be962941e0e50045e.zip |
removed "*****" boxes
Diffstat (limited to 'x11-wm/flwm')
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r2.ebuild | 23 | ||||
-rw-r--r-- | x11-wm/flwm/flwm-1.00-r3.ebuild | 23 |
2 files changed, 18 insertions, 28 deletions
diff --git a/x11-wm/flwm/flwm-1.00-r2.ebuild b/x11-wm/flwm/flwm-1.00-r2.ebuild index 37f7ba8627fe..f64d5a37b38a 100644 --- a/x11-wm/flwm/flwm-1.00-r2.ebuild +++ b/x11-wm/flwm/flwm-1.00-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r2.ebuild,v 1.6 2002/10/05 05:39:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r2.ebuild,v 1.7 2002/10/24 23:23:45 blizzy Exp $ IUSE="opengl" @@ -52,17 +52,12 @@ src_install() { } pkg_postinst() { - - echo "**********************************************" - echo "Customization of behaviour and appearance of" - echo "flwm requires manually editing the config.h" - echo "source file. If you want to change the defaults," - echo "Do the following:" - echo "" - echo "ebuild ${P}.ebuild unpack" - echo "${EDITOR} ${S}/config.h " - echo "ebuild ${P} compile install qmerge" - echo "" - echo "**********************************************" - + einfo "Customization of behaviour and appearance of" + einfo "flwm requires manually editing the config.h" + einfo "source file. If you want to change the defaults," + einfo "do the following:" + einfo "" + einfo "\tebuild ${P}.ebuild unpack" + einfo "\t${EDITOR} ${S}/config.h " + einfo "\tebuild ${P} compile install qmerge" } diff --git a/x11-wm/flwm/flwm-1.00-r3.ebuild b/x11-wm/flwm/flwm-1.00-r3.ebuild index 533bdb70e754..4531c50d1952 100644 --- a/x11-wm/flwm/flwm-1.00-r3.ebuild +++ b/x11-wm/flwm/flwm-1.00-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r3.ebuild,v 1.3 2002/10/05 05:39:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/flwm/flwm-1.00-r3.ebuild,v 1.4 2002/10/24 23:23:45 blizzy Exp $ IUSE="opengl" @@ -49,17 +49,12 @@ src_install() { } pkg_postinst() { - - echo "**********************************************" - echo "Customization of behaviour and appearance of" - echo "flwm requires manually editing the config.h" - echo "source file. If you want to change the defaults," - echo "Do the following:" - echo "" - echo "ebuild ${P}.ebuild unpack" - echo "${EDITOR} ${S}/config.h " - echo "ebuild ${P} compile install qmerge" - echo "" - echo "**********************************************" - + einfo "Customization of behaviour and appearance of" + einfo "flwm requires manually editing the config.h" + einfo "source file. If you want to change the defaults," + einfo "do the following:" + einfo "" + einfo "\tebuild ${P}.ebuild unpack" + einfo "\t${EDITOR} ${S}/config.h " + einfo "\tebuild ${P} compile install qmerge" } |