# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/hibernate-2.1.6.ebuild,v 1.1 2004/08/11 14:47:35 voxus Exp $ inherit java-pkg DESCRIPTION="The Avalon Framework consists of interfaces that define relationships between commonly used application components, best-of-practice pattern enforcements, and several lightweight convenience implementations of the generic components." SRC_URI="mirror://apache/avalon/framework/binaries/${P/-bin/}.tar.gz" HOMEPAGE="http://avalon.apache.org/framework/index.html" LICENSE="APACHE-1.1" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=virtual/jre-1.4 " DEPEND="${RDEPEND} " IUSE="doc" src_unpack() { unpack ${A} mv ${PN/-bin/} ${S} } src_compile() { :; } src_install() { cd ${S} java-pkg_dojar *.jar dodoc LICENSE.txt use doc && dohtml -r docs/* }