# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Some java libary" HOMEPAGE="http://simpleweb.sourceforge.net/" SRC_URI="mirror://sourceforge/simpleweb/${PN}-${PV}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~x86" IUSE="source" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5 ${RDEPEND} >=dev-java/ant-1.6.2" S=${WORKDIR} src_unpack() { unpack ${A} cd ${PN}-${PV} } src_compile() { cd ${PN}-${PV} eant } src_install() { cd ${PN}-${PV} java-pkg_newjar jar/simple-${PV}.jar }