diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-06-14 19:43:20 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-06-14 19:43:20 +0000 |
commit | 9159ff744c53acf7ce5be351cccc96e324b9c36e (patch) | |
tree | 809d4acacfe9291b7b2bb6910ef4ead86600c0d9 /www-plugins | |
parent | x86 stable, bug #370485 (diff) | |
download | gentoo-2-9159ff744c53acf7ce5be351cccc96e324b9c36e.tar.gz gentoo-2-9159ff744c53acf7ce5be351cccc96e324b9c36e.tar.bz2 gentoo-2-9159ff744c53acf7ce5be351cccc96e324b9c36e.zip |
[www-plugins/google-talkplugin] version bump
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 8 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-2.1.6.0.ebuild (renamed from www-plugins/google-talkplugin/google-talkplugin-2.0.6.0.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index ecd986b7efd2..8d1d8e7aa464 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2011/06/02 13:07:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.9 2011/06/14 19:43:20 ottxor Exp $ + +*google-talkplugin-2.1.6.0 (14 Jun 2011) + + 14 Jun 2011; Christoph Junghans <ottxor@gentoo.org> + -google-talkplugin-2.0.6.0.ebuild, +google-talkplugin-2.1.6.0.ebuild: + Version bump 02 Jun 2011; Markus Meier <maekke@gentoo.org> google-talkplugin-1.8.0.0.ebuild: diff --git a/www-plugins/google-talkplugin/google-talkplugin-2.0.6.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-2.1.6.0.ebuild index 9b05ab632d45..5a25c1140a47 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-2.0.6.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-2.1.6.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.0.6.0.ebuild,v 1.1 2011/04/27 17:35:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.6.0.ebuild,v 1.1 2011/06/14 19:43:20 ottxor Exp $ EAPI=3 @@ -21,7 +21,7 @@ SRC_URI="x86? ( ${MY_URL}/${MY_PKG} ) amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )" HOMEPAGE="http://www.google.com/chat/video" -IUSE="+system-libCg" +IUSE="libnotify +system-libCg" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -51,7 +51,8 @@ NATIVE_DEPS="|| ( media-sound/pulseaudio media-libs/alsa-lib ) x11-libs/libXrender x11-libs/libXt sys-apps/lsb-release - virtual/opengl" + virtual/opengl + libnotify? ( x11-libs/libnotify )" DEPEND="" |