summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-01-08 09:16:47 +0000
committerPeter Volkov <pva@gentoo.org>2010-01-08 09:16:47 +0000
commit7a62ee1685baa412f003c2276eb218d9baa4f805 (patch)
treee22a2df0ea2d169aa41024b35978a62897551d7a /x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild
parentAdded elog for possible cause why this plugin may not work. (diff)
downloadgentoo-2-7a62ee1685baa412f003c2276eb218d9baa4f805.tar.gz
gentoo-2-7a62ee1685baa412f003c2276eb218d9baa4f805.tar.bz2
gentoo-2-7a62ee1685baa412f003c2276eb218d9baa4f805.zip
Added elog for possible cause why this plugin may not work.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild')
-rw-r--r--x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild b/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild
index b3dcbbc8deb3..69ac80ecbd56 100644
--- a/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild
+++ b/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild,v 1.1 2009/12/21 20:50:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild,v 1.2 2010/01/08 09:16:47 pva Exp $
EAPI="2"
inherit multilib toolchain-funcs
@@ -41,3 +41,9 @@ src_install()
make PREFIX="${D}/usr" install || die "make install failed"
dodoc README CHANGELOG TODO || die
}
+
+pkg_postinst() {
+ elog 'Note, to see formulas either disable "Conversation Colors" plugin or'
+ elog 'switch off "ignore incoming format" option in plugin configuration.'
+ elog 'For details, take a look (and vote) at http://developer.pidgin.im/ticket/2772'
+}