diff options
author | Peter Volkov <pva@gentoo.org> | 2010-01-08 09:16:47 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-01-08 09:16:47 +0000 |
commit | 7a62ee1685baa412f003c2276eb218d9baa4f805 (patch) | |
tree | e22a2df0ea2d169aa41024b35978a62897551d7a /x11-plugins/pidgin-latex | |
parent | Added elog for possible cause why this plugin may not work. (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-plugins/pidgin-latex/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgin-latex/pidgin-latex-1.3.3.ebuild | 10 |
2 files changed, 13 insertions, 4 deletions
diff --git a/x11-plugins/pidgin-latex/ChangeLog b/x11-plugins/pidgin-latex/ChangeLog index ea536b7482eb..2911dadaa191 100644 --- a/x11-plugins/pidgin-latex/ChangeLog +++ b/x11-plugins/pidgin-latex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-latex -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.13 2009/12/21 20:50:42 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-latex/ChangeLog,v 1.14 2010/01/08 09:16:47 pva Exp $ + + 08 Jan 2010; Peter Volkov <pva@gentoo.org> pidgin-latex-1.3.3.ebuild: + Added elog for possible cause why this plugin may not work. *pidgin-latex-1.3.3 (21 Dec 2009) 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' +} |