# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/bcel/bcel-5.2.ebuild,v 1.6 2007/04/15 13:04:29 nixnut Exp $ inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="The Byte Code Engineering Library: analyze, create, manipulate Java class files" HOMEPAGE="http://jakarta.apache.org/bcel/" SRC_URI="mirror://apache/jakarta/${PN}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="doc source" #COMMON_DEP="=dev-java/jakarta-regexp-1.3*" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" DEPEND=">=virtual/jdk-1.4 source? ( app-arch/zip ) ${COMMON_DEP}" src_install() { java-pkg_newjar ./target/${P}.jar dodoc README.txt || die use doc && java-pkg_dojavadoc dist/docs/api use source && java-pkg_dosrc src/java/* }