summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/freehep-mcfio/freehep-mcfio-2.0.1.ebuild')
-rw-r--r--dev-java/freehep-mcfio/freehep-mcfio-2.0.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-java/freehep-mcfio/freehep-mcfio-2.0.1.ebuild b/dev-java/freehep-mcfio/freehep-mcfio-2.0.1.ebuild
new file mode 100644
index 000000000000..8f7db896b51e
--- /dev/null
+++ b/dev-java/freehep-mcfio/freehep-mcfio-2.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+JAVA_PKG_IUSE=""
+GROUP_ID="org.freehep"
+MAVEN2_REPOSITORIES="http://java.freehep.org/maven2"
+
+inherit java-pkg-2 java-mvn-src
+
+DESCRIPTION="High Energy Physics Java library - FreeHEP MCFIO Library"
+HOMEPAGE="http://java.freehep.org/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-java/freehep-xdr-2.0.3
+ >=dev-java/junit-3.8.2"
+DEPEND=">=virtual/jdk-1.5
+ ${CDEPEND}"
+RDEPEND=">=virtual/jre-1.5
+ ${CDEPEND}"
+JAVA_GENTOO_CLASSPATH="freehep-xdr,junit"