diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:43:40 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 17:43:40 +0000 |
commit | fee8354f716c2ad3fdce790628089fa67841e0dd (patch) | |
tree | 13d99919e58eb0601a81d4970b27f980344bc570 /x11-wm | |
parent | Version bump closes bug #65865. (diff) | |
download | historical-fee8354f716c2ad3fdce790628089fa67841e0dd.tar.gz historical-fee8354f716c2ad3fdce790628089fa67841e0dd.tar.bz2 historical-fee8354f716c2ad3fdce790628089fa67841e0dd.zip |
add some 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 | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 9f8401f2ea69..43a2cc4297d2 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 efe989dfda1238736051c8555fb13014 fvwm-2.5.11.ebuild 9162 +MD5 a0e44768f549d0297a0ce08fa164843c fvwm-2.5.11.ebuild 9493 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 08187f4c3406..a3916dd2b580 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.1 2004/09/30 17:27:49 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.2 2004/09/30 17:43:40 taviso Exp $ inherit eutils flag-o-matic @@ -292,4 +292,10 @@ pkg_postinst() { einfo "please update your configuration to use the new officially supported" einfo "'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" + echo + einfo "For in depth information about all changes in this release, please read" + einfo "the ChangeLog" } |