From f1eb2d1bf79a062717957e8ef6578327c7d96d57 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 26 Mar 2017 23:06:09 +0100 Subject: [PATCH] dev-java/ant-contrib: Remove old 1.0_beta3-r1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- .../ant-contrib-1.0_beta3-r1.ebuild | 77 ------------------- 1 file changed, 77 deletions(-) delete mode 100644 dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild b/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild deleted file mode 100644 index e4d590a7e845f..0000000000000 --- a/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="doc source" -WANT_ANT_TASKS="ant-ivy" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="A collection of tasks (and at one point maybe types and other tools) 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 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" - -# test? ( dev-java/ant-junit dev-java/ant-testutil ) -RDEPEND=">=virtual/jre-1.4 - >=dev-java/bcel-5.1:0 - dev-java/commons-httpclient:3 - dev-java/xerces:2 - dev-java/ant-ivy:0 - >=dev-java/ant-core-1.7.0" - -# javatoolkit for cElementTree -DEPEND=">=virtual/jdk-1.4 - >=dev-java/javatoolkit-0.3.0-r2 - ${RDEPEND}" - -S="${WORKDIR}/${PN}" - -rewrite_build_xml() { - python <