diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-04-05 14:50:33 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-04-05 14:50:33 +0000 |
commit | bb5a668c082c9473fe55d50531be59f8aa7c3b32 (patch) | |
tree | 139db4667f05b552aad9b1cd03c2a1669d26015e /www-plugins/google-talkplugin | |
parent | Remove older buggy unstable versions (diff) | |
download | gentoo-2-bb5a668c082c9473fe55d50531be59f8aa7c3b32.tar.gz gentoo-2-bb5a668c082c9473fe55d50531be59f8aa7c3b32.tar.bz2 gentoo-2-bb5a668c082c9473fe55d50531be59f8aa7c3b32.zip |
Fix bug #410887 (due to bug #408801)
(Portage version: 2.2.0_alpha99/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.8.5.0.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index d0f8655e8fd4..f6e440f08c16 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.25 2012/03/30 00:21:19 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.26 2012/04/05 14:50:33 ottxor Exp $ + + 05 Apr 2012; Christoph Junghans <ottxor@gentoo.org> + google-talkplugin-2.8.5.0.ebuild, google-talkplugin-9999.ebuild: + Fix bug #410887 (due to bug #408801) 30 Mar 2012; Christoph Junghans <ottxor@gentoo.org> google-talkplugin-2.8.5.0.ebuild: diff --git a/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild index c7ce3982cceb..0908f97652e4 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.8.5.0.ebuild,v 1.2 2012/03/30 00:21:19 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild,v 1.3 2012/04/05 14:50:33 ottxor Exp $ EAPI=4 @@ -90,7 +90,7 @@ src_unpack() { src_install() { unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz - dodoc usr/share/doc/google-talkplugin/changelog.Debian + dodoc changelog.Debian exeinto "/${INSTALL_BASE}" doexe "${INSTALL_BASE}"/GoogleTalkPlugin diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 8e39f7f519d1..857dc90baa2a 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.3 2012/03/19 03:15:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.4 2012/04/05 14:50:33 ottxor Exp $ EAPI=4 @@ -90,7 +90,7 @@ src_unpack() { src_install() { unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz - dodoc usr/share/doc/google-talkplugin/changelog.Debian + dodoc changelog.Debian exeinto "/${INSTALL_BASE}" doexe "${INSTALL_BASE}"/GoogleTalkPlugin |