Skip to content

Commit

Permalink
java-virtual/script-api: EAPI 5 bump.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Sep 2, 2015
1 parent 7cd6b42 commit 25f460a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions java-virtuals/script-api/script-api-1.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit java-virtuals-2

DESCRIPTION="Virtual for Java Scripting API (jsr223)"
HOMEPAGE="https://www.gentoo.org"
SRC_URI=""

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
|| (
>=virtual/jre-1.6
dev-java/jsr223:0
)"

JAVA_VIRTUAL_PROVIDES="jsr223"
JAVA_VIRTUAL_VM=">=virtual/jre-1.6"

0 comments on commit 25f460a

Please sign in to comment.