diff options
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/google-talkplugin/ChangeLog | 7 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index 51d730cfb090..f03071988661 100644 --- a/www-plugins/google-talkplugin/ChangeLog +++ b/www-plugins/google-talkplugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/google-talkplugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.82 2014/08/12 15:01:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.83 2014/11/02 10:30:09 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> + google-talkplugin-5.4.2.0.ebuild, google-talkplugin-9999.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 12 Aug 2014; Christoph Junghans <ottxor@gentoo.org> -google-talkplugin-4.4.2.0.ebuild, -google-talkplugin-5.4.1.0.ebuild, diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild index b0f5817d81e6..ee554a82f87e 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild,v 1.3 2014/08/10 17:39:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.4.2.0.ebuild,v 1.4 2014/11/02 10:30:09 swift Exp $ EAPI=5 @@ -49,7 +49,7 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) selinux? ( sec-policy/selinux-googletalk ) libnotify? ( x11-libs/libnotify )" -DEPEND="selinux? ( sec-policy/selinux-googletalk )" +DEPEND="" INSTALL_BASE="opt/google/talkplugin" diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 3abfd700d3a1..729af912b39d 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-2014 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.21 2014/05/23 02:36:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.22 2014/11/02 10:30:09 swift Exp $ EAPI=5 @@ -49,7 +49,7 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) selinux? ( sec-policy/selinux-googletalk ) libnotify? ( x11-libs/libnotify )" -DEPEND="selinux? ( sec-policy/selinux-googletalk )" +DEPEND="" INSTALL_BASE="opt/google/talkplugin" |