summaryrefslogtreecommitdiff
blob: 344e98b451fef232a0307d29a848ebeb8e6396bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-pkg-simple versionator

DESCRIPTION="Sun J3D: 3D vector math package"
HOMEPAGE="https://vecmath.dev.java.net/"

MY_P="${PN}-$(replace_all_version_separators _ ${PV})"

SRC_URI="http://download.java.net/media/java3d/builds/release/${PV}/${MY_P}-src.zip"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-1"
IUSE=""
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"