blob: 89ca1362c23a2e50433a66deb0f29cb5833cf4bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2022 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"
|