Skip to content

Commit

Permalink
java-virtuals/jms: EAPI 8
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/828719
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <[email protected]>
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
vaukai authored and fordfrog committed Dec 29, 2021
1 parent b5fe26f commit a8791e2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions java-virtuals/jms/jms-1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit java-virtuals-2

DESCRIPTION="Virtual for Java Message Service (JMS) API"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI=""

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"

DEPEND=""
RDEPEND="|| (
dev-java/glassfish-jms-api:0
dev-java/sun-jms:0
)
"

JAVA_VIRTUAL_PROVIDES="glassfish-jms-api sun-jms"

0 comments on commit a8791e2

Please sign in to comment.