diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:59:20 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:59:20 +0000 |
commit | 7e1996e914630384a7653a5b96a1d050a5cd76e1 (patch) | |
tree | 843c4c5d5ef83a11802cc0f73242c50c81ca1b97 /x11-wm | |
parent | added ~mips keyword (diff) | |
download | historical-7e1996e914630384a7653a5b96a1d050a5cd76e1.tar.gz historical-7e1996e914630384a7653a5b96a1d050a5cd76e1.tar.bz2 historical-7e1996e914630384a7653a5b96a1d050a5cd76e1.zip |
tweak comments
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.11.ebuild | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 43a2cc4297d2..b19356365c97 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,5 +1,5 @@ MD5 b91e90b446bc591842f20d2d5842346c fvwm-2.5.10-r5.ebuild 9832 -MD5 a0e44768f549d0297a0ce08fa164843c fvwm-2.5.11.ebuild 9493 +MD5 f32c61d60e4d979d8c38c55fc15ff42b fvwm-2.5.11.ebuild 9500 MD5 b23a899441a230e45a4fff6a37449370 fvwm-2.5.10-r6.ebuild 9911 MD5 a936c85f03bd19f26e11f19d24eb7a66 ChangeLog 14892 MD5 4833e4d0685ef48988c0c5c4f9c6b377 metadata.xml 527 diff --git a/x11-wm/fvwm/fvwm-2.5.11.ebuild b/x11-wm/fvwm/fvwm-2.5.11.ebuild index a3916dd2b580..54d02c84517f 100644 --- a/x11-wm/fvwm/fvwm-2.5.11.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.11.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-wm/fvwm/fvwm-2.5.11.ebuild,v 1.2 2004/09/30 17:43:40 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.3 2004/09/30 17:59:20 taviso Exp $ inherit eutils flag-o-matic @@ -288,14 +288,14 @@ pkg_postinst() { fi fi echo - einfo "If you have been using the 'ShowOnlyIcons never' syntax in FvwmIconMan," - einfo "please update your configuration to use the new officially supported" - einfo "'ShowNoIcons' option." + einfo "If you have been using the 'ShowOnlyIcons never' syntax in" + einfo "FvwmIconMan, please update your configuration to use the new " + einfo "officially supported 'ShowNoIcons' option." echo einfo "The recommended name for your primary configuration file is now" - einfo "~/.fvwm/config, of course, all previously supported locations" - einfo "are stlil supported, and this can be overridden on the command line" + einfo "~/.fvwm/config, of course, all previously supported locations are" + einfo "stlil supported, and this can be overridden on the command line." echo - einfo "For in depth information about all changes in this release, please read" - einfo "the ChangeLog" + einfo "For in depth information about all changes in this release, please" + einfo "refer to the ChangeLog." } |