gentoo/dev-java/vecmath/vecmath-1.5.2.ebuild
Patrice Clement 894d6918d8
dev-java/vecmath: Stable for amd64+x86.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2015-10-01 20:59:28 +00:00

23 lines
542 B
Bash

# 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"