# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/oscore-bin/oscore-bin-2.2.4.ebuild,v 1.2 2004/06/24 22:40:18 agriffis Exp $ inherit java-pkg DESCRIPTION="A set of utility-classes useful in any J2EE application" SRC_URI="https://oscore.dev.java.net/files/documents/725/3716/${P/-bin}.zip" HOMEPAGE="http://www.opensymphony.com/oscore/" LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc" IUSE="doc" DEPEND="" RDEPEND="virtual/jdk" SLOT="0" S=${WORKDIR} src_compile() { :; } src_install() { use doc && dohtml -r docs/* java-pkg_dojar *.jar }