diff options
Diffstat (limited to 'dev-java/jsr223/jsr223-1.0-r2.ebuild')
-rw-r--r-- | dev-java/jsr223/jsr223-1.0-r2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/jsr223/jsr223-1.0-r2.ebuild b/dev-java/jsr223/jsr223-1.0-r2.ebuild new file mode 100644 index 000000000000..1d7b318f91ff --- /dev/null +++ b/dev-java/jsr223/jsr223-1.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +JAVA_PKG_IUSE="source doc" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Scripting for the Java(TM) Platform" +HOMEPAGE="http://jcp.org/en/jsr/detail?id=223" +SRC_URI="mirror://gentoo/${PN}-openjdk-6-src-b19.tar.bz2" + +LICENSE="GPL-2-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6" |