diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-09-14 10:13:59 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-09-14 10:13:59 +0000 |
commit | 9f25afe7c7808fa38ebcb499bb01eba54a08195e (patch) | |
tree | 5317b310b7d70d9d16adfd5accaff7e7290b18ca /x11-wm/fvwm | |
parent | New version (diff) | |
download | historical-9f25afe7c7808fa38ebcb499bb01eba54a08195e.tar.gz historical-9f25afe7c7808fa38ebcb499bb01eba54a08195e.tar.bz2 historical-9f25afe7c7808fa38ebcb499bb01eba54a08195e.zip |
postinst changes
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/fvwm/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.7-r2.ebuild | 29 |
3 files changed, 16 insertions, 22 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index 7ae104b58165..562afa55b857 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.29 2003/09/03 11:33:04 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.30 2003/09/14 10:13:53 taviso Exp $ + + 14 Sep 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7-r2.ebuild: + tweaking postinst messages. 03 Sep 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7-r2.ebuild: fvwm-convert-2.6 is a script to updated .fvwm2rc files, but is currently diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index c7458ffdbbc7..1cbf846589f4 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,9 +1,9 @@ -MD5 f2b8ade984822924a4b51c32e752f6f7 fvwm-2.5.7-r2.ebuild 8619 +MD5 dbe623b8efe5e32eae5e2a42abfcb227 fvwm-2.5.7-r2.ebuild 8178 MD5 d751280d0c04415e343dc8290536eb01 fvwm-2.4.16-r1.ebuild 4006 MD5 753bf34cbc86b3a4e7b6cead79eda34b fvwm-2.5.7-r1.ebuild 7845 MD5 49060a976a766ab830decac037e8fa99 fvwm-2.5.7.ebuild 5568 MD5 5b6363450ad810f8ee1cdafb487a1189 fvwm-2.4.16.ebuild 1335 -MD5 d55f4969070bc30485dfd6a1db79cccf ChangeLog 5904 +MD5 8846051d7839a5fb2cc27bbc4e486e02 ChangeLog 6006 MD5 beaa1ad08ff661a32c25d1a51c879a8d metadata.xml 450 MD5 ccd8378d86941cb17669e64ca88949c1 fvwm-2.4.8.ebuild 1146 MD5 40725b9b9496d374f5f1a763618781ea files/digest-fvwm-2.4.16 65 diff --git a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild index 2722cea9a941..1faa3feae629 100644 --- a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.12 2003/09/08 09:21:43 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.13 2003/09/14 10:13:53 taviso Exp $ inherit gnuconfig @@ -260,22 +260,13 @@ src_install() { } pkg_postinst() { - einfo "FVWM has numerous optional features that are configurable at" - einfo "compile time via USE flags, you can see a list of the USE flags" - einfo "available with FVWM using this command" - einfo - einfo " $ emerge -pv fvwm" - echo - einfo "If you would like a configurable, themed, well made iconset for use" - einfo "with your FVWM configuration, try x11-themes/wm-icons." - echo - use perl && use tcltk && { - einfo "By setting the perl and tcltk USE flags, you have elected to" - einfo "install the FvwmTabs module, a configurable tabbing system for" - einfo "FVWM, you can read more about it here" - einfo - einfo " http://users.tpg.com.au/users/scottie7/fvwmtabs.html" - einfo - einfo "The example fvwmtabrc has been installed into /usr/share/doc/${PF}" - } + if use perl; then + if use tcltk; then + einfo "By setting the perl and tcltk USE flags, you have elected to" + einfo "install the FvwmTabs module, a configurable tabbing system" + einfo "for FVWM, you can read more about it here" + einfo + einfo " http://users.tpg.com.au/users/scottie7/fvwmtabs.html" + fi + fi } |