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/dev-java/jsr181/jsr181-1.0.ebuild

40 lines
811 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jsr181/jsr181-1.0.ebuild,v 1.5 2008/03/28 18:00:13 nixnut Exp $
inherit java-pkg-2
DESCRIPTION="JSR 181 API classes"
HOMEPAGE="http://jax-ws.dev.java.net/"
DATE="20060817"
MY_P="JAXWS2.0.1m1_source_${DATE}.jar"
SRC_URI="https://jax-ws.dev.java.net/jax-ws-201-m1/${MY_P}"
LICENSE="CDDL"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND="app-arch/unzip
${RDEPEND}"
S="${WORKDIR}/jaxws-si"
src_unpack() {
echo "A" | java -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed"
unpack ./jaxws-src.zip || die "unzip failed"
}
src_compile() {
:
}
src_install() {
java-pkg_newjar lib/jsr181-api.jar
}