# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/avalon-logkit/avalon-logkit-1.2.ebuild,v 1.2 2003/04/06 08:23:27 absinthe Exp $ P=${PN/avalon-logkit/LogKit}-${PV} DESCRIPTION="LogKit is an easy-to-use Java logging toolkit designed for secure, performance-oriented logging." HOMEPAGE="http://avalon.apache.org/" SRC_URI="http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/${P}-bin.tar.gz" DEPEND=">=virtual/jre-1.3" RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="doc" src_install () { cd ${WORKDIR}/${P} dojar *.jar || die "Unable to Install" use doc && dohtml -r docs/* }