blob: e9b78065ed96d2ed7149ca1745328cb15fd25d7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2006 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.1 2006/12/13 23:03:03 caster Exp $
DESCRIPTION="Virtual for JDK"
HOMEPAGE="http://java.sun.com/"
SRC_URI=""
LICENSE="as-is"
SLOT="1.6"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="=dev-java/sun-jdk-1.6.0*"
DEPEND=""
|