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

19 lines
400 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit java-virtuals-2
DESCRIPTION="Virtual for XML RPC API (javax.xml.rpc)"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="dev-java/glassfish-xmlrpc-api:0"
JAVA_VIRTUAL_PROVIDES="glassfish-xmlrpc-api"