diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-10-01 08:14:35 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-10-01 08:14:35 +0000 |
commit | 0731006a0366dd8947b217264624c9353b41fcab (patch) | |
tree | 60f8f46458705a92e679ebfa5347bb9326bbf63d /x11-wm | |
parent | Changed DEPEND to app-text/tetex-1, closing bug #65916. (diff) | |
download | historical-0731006a0366dd8947b217264624c9353b41fcab.tar.gz historical-0731006a0366dd8947b217264624c9353b41fcab.tar.bz2 historical-0731006a0366dd8947b217264624c9353b41fcab.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 | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index d891194db646..2d3e755fd366 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 cb02b9359770e0218ad2716fa2f0fee0 fvwm-2.5.11.ebuild 9689 +MD5 0ea45a157388c930b5d3ff38da882bd7 fvwm-2.5.11.ebuild 9473 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 a02c574783e2..9d28bdd2ef44 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.5 2004/09/30 20:57:04 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.6 2004/10/01 08:14:35 taviso Exp $ inherit eutils flag-o-matic @@ -292,10 +292,6 @@ pkg_postinst() { 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 previous locations are still" - einfo "supported, and this can be overridden on the command line." - echo einfo "The FvwmButtons 'HoverIcon' feature has been renamed 'ActiveIcon'." einfo "If you have been using this feature, you may also be interested" einfo "in the new 'PressIcon' Option." |