| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.4 2012/07/09 17:52:00 johu Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DESCRIPTION="Virtual for JDK"
|
| 8 |
HOMEPAGE=""
|
| 9 |
SRC_URI=""
|
| 10 |
|
| 11 |
LICENSE=""
|
| 12 |
SLOT="1.6"
|
| 13 |
KEYWORDS="amd64 ~ia64 ~ppc ~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"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
# The keyword voodoo below is needed to work around confilcting masking types
|
| 17 |
# and for having arch specific preferences.
|
| 18 |
# All VMs must be listed in the no use flag enabled case which reflects the
|
| 19 |
# default order for amd64 and x86.
|
| 20 |
|
| 21 |
# This is that ppc(64) users will get a masked license warning for ibm-jdk-bin
|
| 22 |
# instead of (not useful) missing keyword warning for sun-jdk. #287615
|
| 23 |
PPC_OPTS="|| (
|
| 24 |
=dev-java/ibm-jdk-bin-1.6.0*
|
| 25 |
=dev-java/icedtea-6* )"
|
| 26 |
|
| 27 |
# Prefix defaults - prefer sun-jdk over icedtea
|
| 28 |
PREFIX_OPTS="|| (
|
| 29 |
=dev-java/icedtea-bin-6*
|
| 30 |
=dev-java/icedtea-bin-1*
|
| 31 |
=dev-java/sun-jdk-1.6.0* )"
|
| 32 |
|
| 33 |
# icedtea-bin-1* is old versioning scheme of icedtea-bin-6*
|
| 34 |
RDEPEND="|| (
|
| 35 |
ppc? ( ${PPC_OPTS} )
|
| 36 |
ppc64? ( ${PPC_OPTS} )
|
| 37 |
prefix? ( ${PREFIX_OPTS} )
|
| 38 |
=dev-java/icedtea-bin-6*
|
| 39 |
=dev-java/icedtea-bin-1*
|
| 40 |
=dev-java/icedtea-6*
|
| 41 |
=dev-java/sun-jdk-1.6.0*
|
| 42 |
=dev-java/ibm-jdk-bin-1.6.0*
|
| 43 |
=dev-java/hp-jdk-bin-1.6.0*
|
| 44 |
=dev-java/diablo-jdk-1.6.0*
|
| 45 |
=dev-java/soylatte-jdk-bin-1.0*
|
| 46 |
=dev-java/apple-jdk-bin-1.6.0*
|
| 47 |
=dev-java/winjdk-bin-1.6.0* )"
|