diff options
author | Peter Volkov <pva@gentoo.org> | 2010-01-08 09:11:06 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-01-08 09:11:06 +0000 |
commit | d4fdbc71432ed9d333fd24a8b956c7e54e8c0c88 (patch) | |
tree | 97a03d034537a657bb8169d50f478c2ac3f7cbb0 /x11-plugins | |
parent | add Olivier Huber as maintainer and myself as proxy (diff) | |
download | gentoo-2-d4fdbc71432ed9d333fd24a8b956c7e54e8c0c88.tar.gz gentoo-2-d4fdbc71432ed9d333fd24a8b956c7e54e8c0c88.tar.bz2 gentoo-2-d4fdbc71432ed9d333fd24a8b956c7e54e8c0c88.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')
-rw-r--r-- | x11-plugins/pidgintex/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgintex/pidgintex-1.1.1.ebuild | 10 |
2 files changed, 13 insertions, 4 deletions
diff --git a/x11-plugins/pidgintex/ChangeLog b/x11-plugins/pidgintex/ChangeLog index 6a200dbabf7d..3c75809c3255 100644 --- a/x11-plugins/pidgintex/ChangeLog +++ b/x11-plugins/pidgintex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgintex -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgintex/ChangeLog,v 1.1 2009/12/21 20:39:14 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgintex/ChangeLog,v 1.2 2010/01/08 09:11:06 pva Exp $ + + 08 Jan 2010; Peter Volkov <pva@gentoo.org> pidgintex-1.1.1.ebuild: + Added elog for possible cause why this plugin may not work. *pidgintex-1.1.1 (21 Dec 2009) diff --git a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild b/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild index ce8a8419c35e..dfc0f2b09fda 100644 --- a/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild +++ b/x11-plugins/pidgintex/pidgintex-1.1.1.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/pidgintex/pidgintex-1.1.1.ebuild,v 1.1 2009/12/21 20:39:14 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgintex/pidgintex-1.1.1.ebuild,v 1.2 2010/01/08 09:11:06 pva Exp $ EAPI="2" inherit toolchain-funcs multilib @@ -41,3 +41,9 @@ src_install() { make PREFIX="${D}/usr" install || die "make install failed" dodoc CHANGELOG README 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' +} |