swift       14/05/16 18:58:12

  Modified:             google-talkplugin-4.4.2.0.ebuild
                        google-talkplugin-5.2.4.0.ebuild
                        google-talkplugin-5.3.1.0.ebuild
                        google-talkplugin-5.1.5.0.ebuild
                        google-talkplugin-9999.ebuild ChangeLog
  Log:
  Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-googletalk
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.6                  
www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild?r1=1.5&r2=1.6

Index: google-talkplugin-4.4.2.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- google-talkplugin-4.4.2.0.ebuild    14 Sep 2013 10:02:55 -0000      1.5
+++ google-talkplugin-4.4.2.0.ebuild    16 May 2014 18:58:12 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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-4.4.2.0.ebuild,v
 1.5 2013/09/14 10:02:55 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild,v
 1.6 2014/05/16 18:58:12 swift Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DESCRIPTION="Video chat browser plug-in for Google Talk"
 
 HOMEPAGE="http://www.google.com/chat/video";
-IUSE="libnotify system-libCg video_cards_fglrx video_cards_radeon"
+IUSE="libnotify selinux system-libCg video_cards_fglrx video_cards_radeon"
 SLOT="0"
 
 KEYWORDS="-* amd64 x86"
@@ -51,9 +51,10 @@
        x11-libs/pango
        sys-apps/lsb-release
        virtual/opengl
+       selinux? ( sec-policy/selinux-googletalk )
        libnotify? ( x11-libs/libnotify )"
 
-DEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-googletalk )"
 
 INSTALL_BASE="opt/google/talkplugin"
 



1.4                  
www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild?r1=1.3&r2=1.4

Index: google-talkplugin-5.2.4.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- google-talkplugin-5.2.4.0.ebuild    12 May 2014 01:44:55 -0000      1.3
+++ google-talkplugin-5.2.4.0.ebuild    16 May 2014 18:58:12 -0000      1.4
@@ -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.2.4.0.ebuild,v
 1.3 2014/05/12 01:44:55 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild,v
 1.4 2014/05/16 18:58:12 swift Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DESCRIPTION="Video chat browser plug-in for Google Talk"
 
 HOMEPAGE="http://www.google.com/chat/video";
-IUSE="libnotify"
+IUSE="libnotify selinux"
 SLOT="0"
 
 KEYWORDS="-* ~amd64 ~x86"
@@ -46,9 +46,10 @@
        x11-libs/libXrender
        x11-libs/pango
        sys-apps/lsb-release
+       selinux? ( sec-policy/selinux-googletalk )
        libnotify? ( x11-libs/libnotify )"
 
-DEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-googletalk )"
 
 INSTALL_BASE="opt/google/talkplugin"
 



1.2                  
www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild?r1=1.1&r2=1.2

Index: google-talkplugin-5.3.1.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- google-talkplugin-5.3.1.0.ebuild    12 May 2014 01:44:55 -0000      1.1
+++ google-talkplugin-5.3.1.0.ebuild    16 May 2014 18:58:12 -0000      1.2
@@ -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.3.1.0.ebuild,v
 1.1 2014/05/12 01:44:55 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v
 1.2 2014/05/16 18:58:12 swift Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DESCRIPTION="Video chat browser plug-in for Google Talk"
 
 HOMEPAGE="http://www.google.com/chat/video";
-IUSE="libnotify"
+IUSE="libnotify selinux"
 SLOT="0"
 
 KEYWORDS="-* ~amd64 ~x86"
@@ -46,9 +46,10 @@
        x11-libs/libXrender
        x11-libs/pango
        sys-apps/lsb-release
+       selinux? ( sec-policy/selinux-googletalk )
        libnotify? ( x11-libs/libnotify )"
 
-DEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-googletalk )"
 
 INSTALL_BASE="opt/google/talkplugin"
 



1.3                  
www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild?r1=1.2&r2=1.3

Index: google-talkplugin-5.1.5.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- google-talkplugin-5.1.5.0.ebuild    3 Apr 2014 14:36:52 -0000       1.2
+++ google-talkplugin-5.1.5.0.ebuild    16 May 2014 18:58:12 -0000      1.3
@@ -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.1.5.0.ebuild,v
 1.2 2014/04/03 14:36:52 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild,v
 1.3 2014/05/16 18:58:12 swift Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DESCRIPTION="Video chat browser plug-in for Google Talk"
 
 HOMEPAGE="http://www.google.com/chat/video";
-IUSE="libnotify system-libCg video_cards_fglrx video_cards_radeon"
+IUSE="libnotify selinux system-libCg video_cards_fglrx video_cards_radeon"
 SLOT="0"
 
 KEYWORDS="-* ~amd64 ~x86"
@@ -51,9 +51,10 @@
        x11-libs/pango
        sys-apps/lsb-release
        virtual/opengl
+       selinux? ( sec-policy/selinux-googletalk )
        libnotify? ( x11-libs/libnotify )"
 
-DEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-googletalk )"
 
 INSTALL_BASE="opt/google/talkplugin"
 



1.20                 www-plugins/google-talkplugin/google-talkplugin-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?r1=1.19&r2=1.20

Index: google-talkplugin-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- google-talkplugin-9999.ebuild       12 May 2014 01:44:55 -0000      1.19
+++ google-talkplugin-9999.ebuild       16 May 2014 18:58:12 -0000      1.20
@@ -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.19 2014/05/12 01:44:55 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v
 1.20 2014/05/16 18:58:12 swift Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 DESCRIPTION="Video chat browser plug-in for Google Talk"
 
 HOMEPAGE="http://www.google.com/chat/video";
-IUSE="libnotify"
+IUSE="libnotify selinux"
 SLOT="0"
 
 KEYWORDS="-* ~amd64 ~x86"
@@ -46,9 +46,10 @@
        x11-libs/libXrender
        x11-libs/pango
        sys-apps/lsb-release
+       selinux? ( sec-policy/selinux-googletalk )
        libnotify? ( x11-libs/libnotify )"
 
-DEPEND=""
+DEPEND="selinux? ( sec-policy/selinux-googletalk )"
 
 INSTALL_BASE="opt/google/talkplugin"
 



1.75                 www-plugins/google-talkplugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.75&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.75&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   12 May 2014 01:44:55 -0000      1.74
+++ ChangeLog   16 May 2014 18:58:12 -0000      1.75
@@ -1,6 +1,12 @@
 # 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.74 2014/05/12 01:44:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 
1.75 2014/05/16 18:58:12 swift Exp $
+
+  16 May 2014; Sven Vermeulen <[email protected]>
+  google-talkplugin-4.4.2.0.ebuild, google-talkplugin-5.1.5.0.ebuild,
+  google-talkplugin-5.2.4.0.ebuild, google-talkplugin-5.3.1.0.ebuild,
+  google-talkplugin-9999.ebuild:
+  Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-googletalk
 
 *google-talkplugin-5.3.1.0 (12 May 2014)
 




Reply via email to