summaryrefslogtreecommitdiff
path: root/dev-java/vecmath/vecmath-1.5.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/vecmath/vecmath-1.5.2.ebuild')
-rw-r--r--dev-java/vecmath/vecmath-1.5.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-java/vecmath/vecmath-1.5.2.ebuild b/dev-java/vecmath/vecmath-1.5.2.ebuild
deleted file mode 100644
index 5521f8d5286e..000000000000
--- a/dev-java/vecmath/vecmath-1.5.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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"