diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-07-29 16:58:08 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-07-29 16:58:08 +0000 |
commit | 22dea16a73caeaf5ab2feba5c35e21aca3ab4143 (patch) | |
tree | b60afd733d468055078099ab897db8e2b9af92d7 /www-plugins/google-talkplugin | |
parent | Cleanup (diff) | |
download | gentoo-2-22dea16a73caeaf5ab2feba5c35e21aca3ab4143.tar.gz gentoo-2-22dea16a73caeaf5ab2feba5c35e21aca3ab4143.tar.bz2 gentoo-2-22dea16a73caeaf5ab2feba5c35e21aca3ab4143.zip |
workaround for bug #376741
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'www-plugins/google-talkplugin')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index bba6c4d0707b..e926e56a249f 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/google-talkplugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.11 2011/07/02 00:49:51 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.12 2011/07/29 16:58:08 ottxor Exp $ + + 29 Jul 2011; Christoph Junghans <ottxor@gentoo.org> + google-talkplugin-2.1.7.0.ebuild: + workaround for bug #376741 02 Jul 2011; Zac Medico <zmedico@gentoo.org> google-talkplugin-2.1.7.0.ebuild: diff --git a/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild index fda684f735ff..7502d6bfbdcb 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v 1.2 2011/07/02 00:49:51 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v 1.3 2011/07/29 16:58:08 ottxor Exp $ EAPI=4 @@ -89,7 +89,10 @@ src_unpack() { } src_install() { - dodoc ./usr/share/doc/google-talkplugin/changelog.Debian + #workaround for bug #376741 + [[ -f ./usr/share/doc/google-talkplugin/changelog.Debian ]] && \ + dodoc ./usr/share/doc/google-talkplugin/changelog.Debian + [[ -f ${WORKDIR}/changelog.Debian ]] && dodoc "${WORKDIR}/changelog.Debian" exeinto "${INSTALL_BASE}" doexe "${INSTALL_BASE#/}"/GoogleTalkPlugin |