blob: 4151f351a575028405836b11600c7f18c16d9055 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/java-virtuals/xmlrpc-api/xmlrpc-api-0.ebuild,v 1.1 2013/10/23 17:48:17 tomwij Exp $
EAPI="5"
inherit java-virtuals-2
DESCRIPTION="Virtual for XML RPC API (javax.xml.rpc)"
HOMEPAGE="http://www.gentoo.org"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="dev-java/glassfish-xmlrpc-api:0"
JAVA_VIRTUAL_PROVIDES="glassfish-xmlrpc-api"
|