diff options
author | Marius Mauch <genone@gentoo.org> | 2004-08-25 18:00:46 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-08-25 18:00:46 +0000 |
commit | 834fc16218b347b5fb6cdc3680b4db092da1e62d (patch) | |
tree | dddf4e657c577d8619b67479379ddcbf24a5a8a7 /mail-client | |
parent | cleanups (diff) | |
download | historical-834fc16218b347b5fb6cdc3680b4db092da1e62d.tar.gz historical-834fc16218b347b5fb6cdc3680b4db092da1e62d.tar.bz2 historical-834fc16218b347b5fb6cdc3680b4db092da1e62d.zip |
forgot the postinst part
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed-claws/Manifest | 8 | ||||
-rw-r--r-- | mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-client/sylpheed-claws/Manifest b/mail-client/sylpheed-claws/Manifest index 86eadf1f15d0..6c0fd58dc530 100644 --- a/mail-client/sylpheed-claws/Manifest +++ b/mail-client/sylpheed-claws/Manifest @@ -6,7 +6,7 @@ MD5 658a9d46f96119d1d6bed25dfa7147fd sylpheed-claws-0.9.10.ebuild 3755 MD5 e2fbaf474d88efb6b9f39a805abb80fe sylpheed-claws-0.9.7.ebuild 4664 MD5 629047acc47cd15a42e01cddaa25e9c1 sylpheed-claws-0.9.11.ebuild 3755 MD5 d9766ef8a00cfb3bf78d19a4c66d55e3 ChangeLog 15941 -MD5 86da52ff9c034e1d4e597fdba07babb1 sylpheed-claws-0.9.12a-r1.ebuild 6383 +MD5 1f1fa99f67770d5aa82bc24b99256685 sylpheed-claws-0.9.12a-r1.ebuild 6466 MD5 b069e484f8a50b4b494eb55aca483dc1 sylpheed-claws-0.9.12a.ebuild 4301 MD5 e5a1953a555e8060722cada98b9d55fb files/digest-sylpheed-claws-0.9.10 149 MD5 8ca534b232f6988e9df8e9fd48563e43 files/digest-sylpheed-claws-0.9.11 149 @@ -18,7 +18,7 @@ MD5 127bc1fa7e9c9f3d46b0df6f05446360 files/digest-sylpheed-claws-0.9.12a-r1 442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) -iD8DBQFBLNGQ6J2i8a8J4okRAlp/AKCKIPIjFKKpPpKtF/wsq+7UP4iEngCgijdK -rkCRHbWHMxJHbbO4b+CV5YY= -=bEL0 +iD8DBQFBLNPa6J2i8a8J4okRAmqiAJ4qNZ320WVuggVPY39a/IExhcrrxACfc/ne +bvCeGADZ+PXQL6tPaWyG4H0= +=YzLg -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.ebuild index 95ce829337da..67402f14761b 100644 --- a/mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.ebuild +++ b/mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.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/mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.ebuild,v 1.1 2004/08/25 17:50:54 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-0.9.12a-r1.ebuild,v 1.2 2004/08/25 18:00:46 genone Exp $ IUSE="nls gnome dillo crypt spell imlib ssl ldap ipv6 pda clamav pdflib maildir mbox gtk2" @@ -204,6 +204,7 @@ src_install() { } pkg_postinst() { + if use gtk2; then ewarn "The GTK2 branch is still a testing version. Some USE flags might not" ewarn "work when used together with gtk2 and could generate compile errors." ewarn "It will most likely have bugs, so please note that it is" @@ -212,4 +213,7 @@ pkg_postinst() { einfo "For safety reasons this version will use the alternate configuration" einfo "directory ~/.sylpheed-claws instead of ~/.sylpheed, so you have to" einfo "copy your configuration manually or create a new one." + else + einfo "NOTE: some plugins may have to be reloaded." + fi } |