public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.2.0.ebuild firefox-33.0.ebuild firefox-24.8.0.ebuild ChangeLog
@ 2014-11-02 10:25 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-11-02 10:25 UTC (permalink / raw
  To: gentoo-commits

swift       14/11/02 10:25:40

  Modified:             firefox-31.2.0.ebuild firefox-33.0.ebuild
                        firefox-24.8.0.ebuild ChangeLog
  Log:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

Revision  Changes    Path
1.3                  www-client/firefox/firefox-31.2.0.ebuild

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

Index: firefox-31.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-31.2.0.ebuild	17 Oct 2014 11:30:25 -0000	1.2
+++ firefox-31.2.0.ebuild	2 Nov 2014 10:25:40 -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-client/firefox/firefox-31.2.0.ebuild,v 1.2 2014/10/17 11:30:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-31.2.0.ebuild,v 1.3 2014/11/02 10:25:40 swift Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -51,12 +51,12 @@
 
 ASM_DEPEND=">=dev-lang/yasm-1.1"
 
-RDEPEND="
+CDEPEND="
 	>=dev-libs/nss-3.16.2
 	>=dev-libs/nspr-4.10.6
-	selinux? ( sec-policy/selinux-mozilla )"
+"
 
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
 	pgo? (
 		>=sys-devel/gcc-4.5 )
 	amd64? ( ${ASM_DEPEND}
@@ -64,6 +64,10 @@
 	x86? ( ${ASM_DEPEND}
 		virtual/opengl )"
 
+RDEPEND="${CDEPEND}
+	selinux? ( sec-policy/selinux-mozilla )
+"
+
 # No source releases for alpha|beta
 if [[ ${PV} =~ alpha ]]; then
 	CHANGESET="8a3042764de7"



1.3                  www-client/firefox/firefox-33.0.ebuild

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

Index: firefox-33.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-33.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-33.0.ebuild	16 Oct 2014 21:12:28 -0000	1.2
+++ firefox-33.0.ebuild	2 Nov 2014 10:25:40 -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-client/firefox/firefox-33.0.ebuild,v 1.2 2014/10/16 21:12:28 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-33.0.ebuild,v 1.3 2014/11/02 10:25:40 swift Exp $
 
 EAPI="5"
 VIRTUALX_REQUIRED="pgo"
@@ -52,12 +52,12 @@
 ASM_DEPEND=">=dev-lang/yasm-1.1"
 
 # Mesa 7.10 needed for WebGL + bugfixes
-RDEPEND="
+CDEPEND="
 	>=dev-libs/nss-3.17.1
 	>=dev-libs/nspr-4.10.6
-	selinux? ( sec-policy/selinux-mozilla )"
+"
 
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
 	pgo? (
 		>=sys-devel/gcc-4.5 )
 	amd64? ( ${ASM_DEPEND}
@@ -65,6 +65,10 @@
 	x86? ( ${ASM_DEPEND}
 		virtual/opengl )"
 
+RDEPEND="${CDEPEND}
+	selinux? ( sec-policy/selinux-mozilla )
+"
+
 # No source releases for alpha|beta
 if [[ ${PV} =~ alpha ]]; then
 	CHANGESET="8a3042764de7"



1.7                  www-client/firefox/firefox-24.8.0.ebuild

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

Index: firefox-24.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.8.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- firefox-24.8.0.ebuild	7 Sep 2014 13:27:44 -0000	1.6
+++ firefox-24.8.0.ebuild	2 Nov 2014 10:25:40 -0000	1.7
@@ -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/firefox-24.8.0.ebuild,v 1.6 2014/09/07 13:27:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.8.0.ebuild,v 1.7 2014/11/02 10:25:40 swift Exp $
 
 EAPI=5
 VIRTUALX_REQUIRED="pgo"
@@ -49,7 +49,7 @@
 ASM_DEPEND=">=dev-lang/yasm-1.1"
 
 # Mesa 7.10 needed for WebGL + bugfixes
-RDEPEND="
+CDEPEND="
 	>=dev-libs/nss-3.16.2
 	>=dev-libs/nspr-4.10.4
 	>=dev-libs/glib-2.26:2
@@ -63,10 +63,9 @@
 	system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
 	system-sqlite? ( >=dev-db/sqlite-3.7.17:3[secure-delete,debug=] )
 	>=media-libs/libvpx-1.0.0
-	kernel_linux? ( media-libs/alsa-lib )
-	selinux? ( sec-policy/selinux-mozilla )"
+	kernel_linux? ( media-libs/alsa-lib )"
 
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
 	>=sys-devel/binutils-2.16.1
 	virtual/pkgconfig
 	pgo? (
@@ -76,6 +75,10 @@
 	x86? ( ${ASM_DEPEND}
 		virtual/opengl )"
 
+RDEPEND="${CDEPEND}
+	selinux? ( sec-policy/selinux-mozilla )
+"
+
 # No source releases for alpha|beta
 if [[ ${PV} =~ alpha ]]; then
 	CHANGESET="8a3042764de7"



1.364                www-client/firefox/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- ChangeLog	17 Oct 2014 11:30:25 -0000	1.363
+++ ChangeLog	2 Nov 2014 10:25:40 -0000	1.364
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.363 2014/10/17 11:30:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.364 2014/11/02 10:25:40 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <swift@gentoo.org> firefox-24.8.0.ebuild,
+  firefox-31.2.0.ebuild, firefox-33.0.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   17 Oct 2014; Jeroen Roovers <jer@gentoo.org> firefox-31.2.0.ebuild:
   Apply HPPA patch in 31.2.0 too (bug #524556).





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

only message in thread, other threads:[~2014-11-02 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 10:25 [gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-31.2.0.ebuild firefox-33.0.ebuild firefox-24.8.0.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