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 | f76c6c571d9bbbd9825e9320744068060e61ba55 (patch) | |
tree | 139da887d0ae7908c86486529f97bfd0a9c286b3 /x11-plugins/pidgintex | |
parent | add Olivier Huber as maintainer and myself as proxy (diff) | |
download | historical-f76c6c571d9bbbd9825e9320744068060e61ba55.tar.gz historical-f76c6c571d9bbbd9825e9320744068060e61ba55.tar.bz2 historical-f76c6c571d9bbbd9825e9320744068060e61ba55.zip |
Added elog for possible cause why this plugin may not work.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/pidgintex')
-rw-r--r-- | x11-plugins/pidgintex/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgintex/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/pidgintex/pidgintex-1.1.1.ebuild | 10 |
3 files changed, 15 insertions, 6 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/Manifest b/x11-plugins/pidgintex/Manifest index 8121c9cb02b0..9f40c50e62a2 100644 --- a/x11-plugins/pidgintex/Manifest +++ b/x11-plugins/pidgintex/Manifest @@ -1,4 +1,4 @@ DIST pidginTeX-1.1.1.tar.gz 23322 RMD160 b7ab407d229c4b33749bbd5dd491a6221323457d SHA1 7823c26552c8b9878bdbc64675645d6d34a03fc5 SHA256 1b47e89d12d5f5a8de4f3f89ea37da393223d525632c92e71cef8a54399ac1aa -EBUILD pidgintex-1.1.1.ebuild 1138 RMD160 6a028cc3afe90e1d7626a22f35228f693e8a9214 SHA1 6345d7af161d8629e5c77f8fc88aef903a9e1440 SHA256 66b5b8074e98150b0acea008b980cc9dd12848786ec02bf6ec4c4db6a5eab517 -MISC ChangeLog 439 RMD160 d177997fb90ea7d5bdd5784e69522b1a9d705ad3 SHA1 4e3af78eeffe8688d30b67fcd68a8264faa28f09 SHA256 ea60f39cc44313759634f7d60e1d824cdb234a7568a325156ee71c8d9054d7a7 +EBUILD pidgintex-1.1.1.ebuild 1399 RMD160 ff9e376f21b0fe9373d11af4dc7bbb3f5bcb10d4 SHA1 c319ecdff3e3f6983e066f075843cfd6de96aa96 SHA256 5c6c3123b336d22101a1dd528df5b4f54c1b446429e4ada85aba6a82e39fc5e2 +MISC ChangeLog 571 RMD160 2639d28d1915f6ac65e2f173df9b2ea9caae911a SHA1 b153a2a8c3b2db93ec1350c04366ae4fdfad37e0 SHA256 590e8e230fbaed90a3038ceb1946fb01d47a1ec2bcc3e655eceb2272de039e4f MISC metadata.xml 568 RMD160 c87f6f706482066e45ef07b11f3f34314e722f60 SHA1 5e7c9adaa38e9646161955054d9227ba1ac1f012 SHA256 2d4d561da08366d124c8015c81fc71fb5b78278e7b621bb226a588e9854f69a2 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' +} |