public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: firefox-bin-24.5.0.ebuild firefox-bin-17.0.9.ebuild firefox-bin-24.4.0.ebuild firefox-bin-17.0.10.ebuild firefox-bin-29.0.1.ebuild ChangeLog
@ 2014-05-17 14:42 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-05-17 14:42 UTC (permalink / raw
  To: gentoo-commits

swift       14/05/17 14:42:21

  Modified:             firefox-bin-24.5.0.ebuild firefox-bin-17.0.9.ebuild
                        firefox-bin-24.4.0.ebuild
                        firefox-bin-17.0.10.ebuild
                        firefox-bin-29.0.1.ebuild ChangeLog
  Log:
  Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-mozilla
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.4                  www-client/firefox-bin/firefox-bin-24.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild?r1=1.3&r2=1.4

Index: firefox-bin-24.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- firefox-bin-24.5.0.ebuild	8 May 2014 13:22:02 -0000	1.3
+++ firefox-bin-24.5.0.ebuild	17 May 2014 14:42:21 -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-client/firefox-bin/firefox-bin-24.5.0.ebuild,v 1.3 2014/05/08 13:22:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-24.5.0.ebuild,v 1.4 2014/05/17 14:42:21 swift Exp $
 
 EAPI="5"
 MOZ_ESR="1"
@@ -41,15 +41,17 @@
 KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="startup-notification"
+IUSE="selinux startup-notification"
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	selinux? ( sec-policy/selinux-mozilla )"
 RDEPEND="dev-libs/dbus-glib
 	virtual/freedesktop-icon-theme
 	x11-libs/libXrender
 	x11-libs/libXt
 	x11-libs/libXmu
 
+	selinux? ( sec-policy/selinux-mozilla )
 	>=x11-libs/gtk+-2.2:2
 	>=media-libs/alsa-lib-1.0.16
 



1.4                  www-client/firefox-bin/firefox-bin-17.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild?r1=1.3&r2=1.4

Index: firefox-bin-17.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- firefox-bin-17.0.9.ebuild	21 Sep 2013 10:56:29 -0000	1.3
+++ firefox-bin-17.0.9.ebuild	17 May 2014 14:42:21 -0000	1.4
@@ -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-client/firefox-bin/firefox-bin-17.0.9.ebuild,v 1.3 2013/09/21 10:56:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.9.ebuild,v 1.4 2014/05/17 14:42:21 swift Exp $
 
 EAPI="4"
 MOZ_ESR="1"
@@ -41,9 +41,10 @@
 KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="startup-notification"
+IUSE="selinux startup-notification"
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	selinux? ( sec-policy/selinux-mozilla )"
 RDEPEND="dev-libs/dbus-glib
 	gnome-base/gconf
 	gnome-base/orbit
@@ -52,6 +53,7 @@
 	x11-libs/libXt
 	x11-libs/libXmu
 
+	selinux? ( sec-policy/selinux-mozilla )
 	>=x11-libs/gtk+-2.2:2
 	>=media-libs/alsa-lib-1.0.16
 	!net-libs/libproxy[spidermonkey]



1.4                  www-client/firefox-bin/firefox-bin-24.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-24.4.0.ebuild?r1=1.3&r2=1.4

Index: firefox-bin-24.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-24.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- firefox-bin-24.4.0.ebuild	22 Mar 2014 20:17:28 -0000	1.3
+++ firefox-bin-24.4.0.ebuild	17 May 2014 14:42:21 -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-client/firefox-bin/firefox-bin-24.4.0.ebuild,v 1.3 2014/03/22 20:17:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-24.4.0.ebuild,v 1.4 2014/05/17 14:42:21 swift Exp $
 
 EAPI="5"
 MOZ_ESR="1"
@@ -41,15 +41,17 @@
 KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="startup-notification"
+IUSE="selinux startup-notification"
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	selinux? ( sec-policy/selinux-mozilla )"
 RDEPEND="dev-libs/dbus-glib
 	virtual/freedesktop-icon-theme
 	x11-libs/libXrender
 	x11-libs/libXt
 	x11-libs/libXmu
 
+	selinux? ( sec-policy/selinux-mozilla )
 	>=x11-libs/gtk+-2.2:2
 	>=media-libs/alsa-lib-1.0.16
 



1.2                  www-client/firefox-bin/firefox-bin-17.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.10.ebuild?r1=1.1&r2=1.2

Index: firefox-bin-17.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-bin-17.0.10.ebuild	31 Oct 2013 01:01:58 -0000	1.1
+++ firefox-bin-17.0.10.ebuild	17 May 2014 14:42:21 -0000	1.2
@@ -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-client/firefox-bin/firefox-bin-17.0.10.ebuild,v 1.1 2013/10/31 01:01:58 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-17.0.10.ebuild,v 1.2 2014/05/17 14:42:21 swift Exp $
 
 EAPI="4"
 MOZ_ESR="1"
@@ -41,9 +41,10 @@
 KEYWORDS="-* ~amd64 ~x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="startup-notification"
+IUSE="selinux startup-notification"
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	selinux? ( sec-policy/selinux-mozilla )"
 RDEPEND="dev-libs/dbus-glib
 	gnome-base/gconf
 	gnome-base/orbit
@@ -52,6 +53,7 @@
 	x11-libs/libXt
 	x11-libs/libXmu
 
+	selinux? ( sec-policy/selinux-mozilla )
 	>=x11-libs/gtk+-2.2:2
 	>=media-libs/alsa-lib-1.0.16
 	!net-libs/libproxy[spidermonkey]



1.2                  www-client/firefox-bin/firefox-bin-29.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild?r1=1.1&r2=1.2

Index: firefox-bin-29.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-bin-29.0.1.ebuild	10 May 2014 02:16:17 -0000	1.1
+++ firefox-bin-29.0.1.ebuild	17 May 2014 14:42:21 -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-client/firefox-bin/firefox-bin-29.0.1.ebuild,v 1.1 2014/05/10 02:16:17 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild,v 1.2 2014/05/17 14:42:21 swift Exp $
 
 EAPI="5"
 
@@ -34,15 +34,17 @@
 KEYWORDS="-* ~amd64 ~x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="startup-notification"
+IUSE="selinux startup-notification"
 
-DEPEND="app-arch/unzip"
+DEPEND="app-arch/unzip
+	selinux? ( sec-policy/selinux-mozilla )"
 RDEPEND="dev-libs/dbus-glib
 	virtual/freedesktop-icon-theme
 	x11-libs/libXrender
 	x11-libs/libXt
 	x11-libs/libXmu
 
+	selinux? ( sec-policy/selinux-mozilla )
 	>=x11-libs/gtk+-2.2:2
 	>=media-libs/alsa-lib-1.0.16
 



1.192                www-client/firefox-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.192&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.192&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?r1=1.191&r2=1.192

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	10 May 2014 02:16:17 -0000	1.191
+++ ChangeLog	17 May 2014 14:42:21 -0000	1.192
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/firefox-bin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.191 2014/05/10 02:16:17 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.192 2014/05/17 14:42:21 swift Exp $
+
+  17 May 2014; Sven Vermeulen <swift@gentoo.org> firefox-bin-17.0.10.ebuild,
+  firefox-bin-17.0.9.ebuild, firefox-bin-24.4.0.ebuild,
+  firefox-bin-24.5.0.ebuild, firefox-bin-29.0.1.ebuild:
+  Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-mozilla
 
 *firefox-bin-29.0.1 (10 May 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-17 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-17 14:42 [gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: firefox-bin-24.5.0.ebuild firefox-bin-17.0.9.ebuild firefox-bin-24.4.0.ebuild firefox-bin-17.0.10.ebuild firefox-bin-29.0.1.ebuild ChangeLog Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox