25 lines
793 B
Bash
25 lines
793 B
Bash
|
# Copyright 1999-2009 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.13 2009/12/17 09:50:11 mduft Exp $
|
||
|
|
||
|
DESCRIPTION="Virtual for JDK"
|
||
|
HOMEPAGE="http://java.sun.com/"
|
||
|
SRC_URI=""
|
||
|
|
||
|
LICENSE="as-is"
|
||
|
SLOT="1.6"
|
||
|
KEYWORDS="amd64 ppc ppc64 x86 ~arm ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||
|
IUSE=""
|
||
|
|
||
|
# Keeps this and java-virtuals/jaf in sync
|
||
|
RDEPEND="|| (
|
||
|
dev-java/icedtea6-bin
|
||
|
=dev-java/sun-jdk-1.6.0*
|
||
|
=dev-java/ibm-jdk-bin-1.6.0*
|
||
|
=dev-java/diablo-jdk-1.6.0*
|
||
|
=dev-java/soylatte-jdk-bin-1.0*
|
||
|
=dev-java/apple-jdk-bin-1.6.0*
|
||
|
=dev-java/winjdk-bin-1.6.0*
|
||
|
)"
|
||
|
DEPEND=""
|