public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-contrib/
Date: Sun, 26 Mar 2017 22:06:34 +0000 (UTC)	[thread overview]
Message-ID: <1490565969.f1eb2d1bf79a062717957e8ef6578327c7d96d57.chewi@gentoo> (raw)

commit:     f1eb2d1bf79a062717957e8ef6578327c7d96d57
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 22:06:09 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> 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 <<EOF
-import xml.etree.cElementTree as et
-tree = et.ElementTree(file='build.xml')
-root = tree.getroot()
-root.append(et.Element('path',id='test.classpath'))
-root.append(et.Element('path',id='compile.classpath'))
-skip=['resolve','classpath']
-for target in tree.getiterator("target"):
-	if target.attrib['name'] in skip:
-		target.attrib['if'] = 'false'
-
-tree.write('build.xml')
-EOF
-	[[ $? != 0 ]] && die "Removing taskdefs failed"
-}
-
-java_prepare() {
-	epatch "${FILESDIR}/tests-visibility.patch"
-
-	find . -name "*.jar" -print -delete || die
-
-	rewrite_build_xml
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="ant-core,bcel,commons-httpclient-3,xerces-2,ant-ivy"
-EANT_EXTRA_ARGS="-Dversion=${PV} -Ddep.available=true"
-
-# Can't load bcel for some reason
-RESTRICT="test"
-# for tests
-EANT_GENTOO_CLASSPATH_EXTRA="target/${PN}.jar"
-
-src_install() {
-	java-pkg_dojar target/${PN}.jar
-
-	java-pkg_register-ant-task
-
-	use doc && java-pkg_dojavadoc target/docs/api
-	use source && java-pkg_dosrc src/java/net
-
-	java-pkg_dohtml -r docs/manual
-}


             reply	other threads:[~2017-03-26 22:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26 22:06 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-16  7:48 [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-contrib/ Miroslav Šulc
2021-12-09 16:23 Agostino Sarubbo
2021-12-09 16:22 Agostino Sarubbo
2021-12-07 23:49 Sam James
2021-12-07  7:52 Miroslav Šulc
2021-12-07  7:52 Miroslav Šulc
2021-04-16 12:54 Miroslav Šulc
2019-11-10 13:03 Michał Górny
2019-10-07 14:39 Michał Górny
2019-10-07 13:53 Michał Górny
2019-10-07  9:52 Agostino Sarubbo
2017-03-26 22:06 James Le Cuirot
2017-01-29 15:41 Fabian Groffen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490565969.f1eb2d1bf79a062717957e8ef6578327c7d96d57.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox