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/ejb-api/ejb-api-0.ebuild

20 lines
392 B

# 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 Enterprise JavaBeans API (javax.ejb)"
HOMEPAGE="https://www.gentoo.org"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="dev-java/glassfish-ejb-api:0"
JAVA_VIRTUAL_PROVIDES="glassfish-ejb-api"