chewi 15/07/29 12:20:06 Modified: package.mask package.use.mask Log: Update Oracle JVM masks for Mac OS. Mask by default and unmask only on recent releases because these are fewer.
Revision Changes Path 1.9 profiles/prefix/darwin/macos/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.mask?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.mask?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.mask?r1=1.8&r2=1.9 Index: package.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.mask,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- package.mask 2 Jan 2014 22:49:09 -0000 1.8 +++ package.mask 29 Jul 2015 12:20:06 -0000 1.9 @@ -1,6 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.mask,v 1.8 2014/01/02 22:49:09 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.mask,v 1.9 2015/07/29 12:20:06 chewi Exp $ + +# James Le Cuirot <[email protected]> (29 Jul 2015) +# Recent Oracle releases only support recent Mac OS releases. We can't +# keep old versions due to vulnerabilities. +dev-java/oracle-jdk-bin +dev-java/oracle-jre-bin # Fabian Groffen <[email protected]> (29 Sep 2012) # Use Apple's provided Java6 instead! 1.14 profiles/prefix/darwin/macos/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask?r1=1.13&r2=1.14 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- package.use.mask 1 Aug 2012 10:46:14 -0000 1.13 +++ package.use.mask 29 Jul 2015 12:20:06 -0000 1.14 @@ -1,6 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask,v 1.13 2012/08/01 10:46:14 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.mask,v 1.14 2015/07/29 12:20:06 chewi Exp $ + +# James Le Cuirot <[email protected]> (29 Jul 2015) +# JavaFX is included on Mac OS. I think a browser plugin is too but as +# libjvm rather than libnpjp2 like on Linux so keep nsplugin masked. +dev-java/oracle-jdk-bin -javafx +dev-java/oracle-jre-bin -javafx # Fabian Groffen <[email protected]> (30 Oct 2009) # X and linux only
