diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-05-16 18:58:12 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-05-16 18:58:12 +0000 |
commit | 763694c77f3cc2ca77208d190df76ce1e4a29048 (patch) | |
tree | 8cddf5ccea68cf1569c6a8ddfe55102048612c83 /www-plugins | |
parent | Don't run tests in parallel (diff) | |
download | gentoo-2-763694c77f3cc2ca77208d190df76ce1e4a29048.tar.gz gentoo-2-763694c77f3cc2ca77208d190df76ce1e4a29048.tar.bz2 gentoo-2-763694c77f3cc2ca77208d190df76ce1e4a29048.zip |
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)
Diffstat (limited to 'www-plugins')
6 files changed, 28 insertions, 17 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog index 941ee628184d..cb4563b5c0d4 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-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 <swift@gentoo.org> + 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) diff --git a/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild index a35c0c2d16c7..e7e00cc7a417 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-4.4.2.0.ebuild @@ -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 @@ fi 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 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) 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" diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild index 849d6d21060a..0a07fa0f8f9c 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.1.5.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.1.5.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.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 @@ fi 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 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) 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" diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild index b470f2849391..69a1b71b789c 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.2.4.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.2.4.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.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 @@ fi 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 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) 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" diff --git a/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild index c6e22b750fd6..61efd5cdeda9 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-5.3.1.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.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 @@ fi 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 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) 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" diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 79db3b5bbbe0..cc4163c5a30c 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.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 @@ fi 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 @@ RDEPEND="|| ( media-sound/pulseaudio media-libs/alsa-lib ) 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" |