diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-04-14 20:20:12 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-04-14 21:23:53 +0100 |
commit | 8362d3c84b09427fd82e6cfc23f8583bd5723674 (patch) | |
tree | ef18e1606af548a96741aee8b0387080afc026aa | |
parent | virtual/jre: Goodbye Java 6! (bug #483018) (diff) | |
download | gentoo-8362d3c84b09427fd82e6cfc23f8583bd5723674.tar.gz gentoo-8362d3c84b09427fd82e6cfc23f8583bd5723674.tar.bz2 gentoo-8362d3c84b09427fd82e6cfc23f8583bd5723674.zip |
virtual/jdk: Goodbye Java 6! (bug #483018)
Package-Manager: portage-2.2.28
-rw-r--r-- | virtual/jdk/jdk-1.6.0-r2.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/virtual/jdk/jdk-1.6.0-r2.ebuild b/virtual/jdk/jdk-1.6.0-r2.ebuild deleted file mode 100644 index d1b9409d7696..000000000000 --- a/virtual/jdk/jdk-1.6.0-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -DESCRIPTION="Virtual for Java Development Kit (JDK)" -SLOT="1.6" -KEYWORDS="amd64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -# The keyword voodoo below is needed to work around confilcting masking types -# and for having arch specific preferences. -# All VMs must be listed in the no use flag enabled case which reflects the -# default order for amd64 and x86. - -# This is that ppc(64) users will get a masked license warning for ibm-jdk-bin -# instead of (not useful) missing keyword warning for sun-jdk. #287615 -PPC_OPTS="|| ( - =dev-java/ibm-jdk-bin-1.6.0* - =dev-java/icedtea-6* )" - -RDEPEND="|| ( - ppc? ( ${PPC_OPTS} ) - ppc64? ( ${PPC_OPTS} ) - =dev-java/icedtea-bin-6* - =dev-java/icedtea-6* - =dev-java/ibm-jdk-bin-1.6.0* - =dev-java/hp-jdk-bin-1.6.0* - =dev-java/soylatte-jdk-bin-1.0* - =dev-java/apple-jdk-bin-1.6.0* )" |