blob: 3dd6086d4f0e4e3fd67c198bec3675e19fb3d70a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-xws-security-bin/sun-xws-security-bin-2.0.ebuild,v 1.2 2006/09/10 15:37:14 nelchael Exp $
JWSDP_VERSION="2.0"
JWSDP_DESC="XML and Web Services Security"
inherit java-wsdp
KEYWORDS="~ppc ~x86"
DEPEND="${DEPEND}
dev-java/sun-jaxrpc-bin"
|