# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc source" WANT_ANT_TASKS="ant-ivy" inherit java-pkg-2 java-ant-2 DESCRIPTION="A collection of tasks for Apache Ant" HOMEPAGE="http://ant-contrib.sourceforge.net/" SRC_URI="mirror://sourceforge/ant-contrib/${PN}-${PV/_beta/b}-src.tar.bz2" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" # test? ( dev-java/ant-junit dev-java/ant-testutil ) CP_DEPEND=" >=dev-java/ant-core-1.7.0:0 dev-java/ant-ivy:0 >=dev-java/bcel-5.1:0 dev-java/commons-httpclient:3 dev-java/xerces:2 " RDEPEND="${CP_DEPEND} >=virtual/jre-1.4" # javatoolkit for cElementTree DEPEND="${CP_DEPEND} >=virtual/jdk-1.4 >=dev-java/javatoolkit-0.3.0-r2" S="${WORKDIR}/${PN}" PATCHES=( "${FILESDIR}"/tests-visibility.patch ) rewrite_build_xml() { python <