From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BB05139694 for ; Sun, 26 Mar 2017 22:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECFA21C043; Sun, 26 Mar 2017 22:06:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7EEE21C043 for ; Sun, 26 Mar 2017 22:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93D94341671 for ; Sun, 26 Mar 2017 22:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3404B73DE for ; Sun, 26 Mar 2017 22:06:34 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1490565969.f1eb2d1bf79a062717957e8ef6578327c7d96d57.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild X-VCS-Directories: dev-java/ant-contrib/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f1eb2d1bf79a062717957e8ef6578327c7d96d57 X-VCS-Branch: master Date: Sun, 26 Mar 2017 22:06:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f3590e9-9976-49a0-9083-7c0077a3a230 X-Archives-Hash: 15ffec79b0e0573319046c31e18f99ec commit: f1eb2d1bf79a062717957e8ef6578327c7d96d57 Author: James Le Cuirot gentoo org> AuthorDate: Sun Mar 26 22:06:09 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Mar 26 22:06:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1eb2d1b dev-java/ant-contrib: Remove old 1.0_beta3-r1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../ant-contrib/ant-contrib-1.0_beta3-r1.ebuild | 77 ---------------------- 1 file changed, 77 deletions(-) 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 e4d590a7e84..00000000000 --- 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 <