diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 18:37:37 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 18:37:37 +0000 |
commit | 8c7a33b870387fe7c2b494c7ae77bb45f9607129 (patch) | |
tree | fc74c977e2aaca6be5b919345ecd1a18750766e6 /x11-wm/fvwm | |
parent | Mark stable on amd64, fixes bug #65091 (diff) | |
download | historical-8c7a33b870387fe7c2b494c7ae77bb45f9607129.tar.gz historical-8c7a33b870387fe7c2b494c7ae77bb45f9607129.tar.bz2 historical-8c7a33b870387fe7c2b494c7ae77bb45f9607129.zip |
comment
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.11.ebuild | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index b19356365c97..6c29106f57d7 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 f32c61d60e4d979d8c38c55fc15ff42b fvwm-2.5.11.ebuild 9500 +MD5 3af0fe9d4754ec561d9404cb38490a3d fvwm-2.5.11.ebuild 9695 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 54d02c84517f..b0d00899ac57 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.3 2004/09/30 17:59:20 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.4 2004/09/30 18:37:37 taviso Exp $ inherit eutils flag-o-matic @@ -296,6 +296,10 @@ pkg_postinst() { einfo "~/.fvwm/config, of course, all previously supported locations are" einfo "stlil 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 the feature, you may also be interested in the" + einfo "new 'PressIcon' Feature." + echo einfo "For in depth information about all changes in this release, please" einfo "refer to the ChangeLog." } |