You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/java-virtuals/transaction-api/transaction-api-1.1.ebuild

26 lines
480 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit java-virtuals-2
DESCRIPTION="Virtual for Transaction API (javax.transaction)"
HOMEPAGE="https://www.gentoo.org"
SRC_URI=""
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND="|| (
dev-java/glassfish-transaction-api:0
dev-java/jta:0
)
"
JAVA_VIRTUAL_PROVIDES="glassfish-transaction-api jta"