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/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1...

41 lines
733 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit java-pkg-2
DESCRIPTION="Sun sun.net.httpserver classes"
HOMEPAGE="http://jax-ws.dev.java.net/"
DATE="20060817"
MY_P="JAXWS${PV}m1_source_${DATE}.jar"
SRC_URI="https://jax-ws.dev.java.net/jax-ws-201-m1/${MY_P}"
LICENSE="CDDL"
SLOT="2"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND="app-arch/unzip
${RDEPEND}"
S="${WORKDIR}/jaxws-si"
src_unpack() {
MY_JAVA=$(java-config -J)
echo "A" | ${MY_JAVA} -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed"
unpack ./jaxws-src.zip || die "unzip failed"
}
src_compile() {
:
}
src_install() {
java-pkg_dojar lib/http.jar
}