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 1138A13997D for ; Sun, 10 Nov 2019 13:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53EB9E0938; Sun, 10 Nov 2019 13:03:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C5E7E0938 for ; Sun, 10 Nov 2019 13:03:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B457E34CB40 for ; Sun, 10 Nov 2019 13:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F2188AC for ; Sun, 10 Nov 2019 13:03:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573391004.0daa2a38e53fe9eeb6c92f1417eafe1f06b38e62.mgorny@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/Manifest dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild X-VCS-Directories: dev-java/ant-contrib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0daa2a38e53fe9eeb6c92f1417eafe1f06b38e62 X-VCS-Branch: master Date: Sun, 10 Nov 2019 13:03:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c97dc49-3794-4fdf-81ff-645535a18984 X-Archives-Hash: b3629d432f404ae2261f3487337f0fda commit: 0daa2a38e53fe9eeb6c92f1417eafe1f06b38e62 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 10 13:02:56 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 10 13:03:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0daa2a38 dev-java/ant-contrib: Remove old (EAPI 0) Signed-off-by: Michał Górny gentoo.org> dev-java/ant-contrib/Manifest | 1 - .../ant-contrib/ant-contrib-1.0_beta2-r2.ebuild | 62 ---------------------- 2 files changed, 63 deletions(-) diff --git a/dev-java/ant-contrib/Manifest b/dev-java/ant-contrib/Manifest index 00cbebe0371..8290b6b58b9 100644 --- a/dev-java/ant-contrib/Manifest +++ b/dev-java/ant-contrib/Manifest @@ -1,2 +1 @@ -DIST ant-contrib-1.0b2-src.tar.bz2 118216 BLAKE2B 518e7bd19280ea035be155a5b8c5f1f5e228a7b24ebe1291c859c2216a57ce673c41f4d8975e73d9a4d07d54fbef404604dd22cc52adfe49820445c05c79e471 SHA512 5245ed1458c9c4892ab8196a8acdf8678aab0d45fc58fcd8ca446e3589f378a9a02de8e608abb75d24fa190cdcbe209454a703eec8d4e563b7690d6d58ea9af8 DIST ant-contrib-1.0b3-src.tar.bz2 3298187 BLAKE2B 0572d583a770c239880fb7e8e4a1e91331dfe80a52d7cf83a90d108f1e717caa26699dce43b72fb1944a74c8c738ad659f60864e2e8e945c8e91569d80c1214b SHA512 8147ed51612eed9d41515c00ef2bb7210ebd50dba8b471abfadf8a56c67b53c030602ce9e49e9070d72d383de61f290e941a76c282e223330fee606f3633b0a8 diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild b/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild deleted file mode 100644 index 8b10e01db51..00000000000 --- a/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -JAVA_PKG_IUSE="doc source" - -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" -IUSE="" - -# test? ( dev-java/ant-junit dev-java/ant-testutil ) -RDEPEND=">=virtual/jre-1.4 - >=dev-java/bcel-5.1 - >=dev-java/xerces-2.7 - >=dev-java/ant-core-1.7.0" -DEPEND=">=virtual/jdk-1.4 - ${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/tests-visibility.patch" - cd "${S}/lib" - java-pkg_jar-from ant-core ant.jar - java-pkg_jar-from bcel bcel.jar bcel-5.1.jar - java-pkg_jar-from xerces-2 -} - -EANT_EXTRA_ARGS="-Dversion=${PV} -Ddep.available=true" -EANT_DOC_TARGET="docs" - -# The tests fail to find bcel and fail -RESTRICT="test" - -src_test() { - cd test/lib || die - java-pkg_jar-from junit junit.jar junit-3.8.1.jar - java-pkg_jar-from ant-testutil - cd "${S}" - local testutil=$(java-pkg_getjars ant-testutil) - EANT_TEST_EXTRA_ARGS="-Dtestutil.jar.location=${testutil}" \ - java-pkg-2_src_test -} - -src_install() { - java-pkg_dojar build/lib/${PN}.jar - - java-pkg_register-ant-task - dodoc README.txt || die - use doc && java-pkg_dojavadoc build/docs/api - use source && java-pkg_dosrc src/net - java-pkg_dohtml -r manual -}