summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-03-08 16:44:23 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-03-08 16:44:23 +0000
commitc87aebad64cfa6a95f321604c7554c6951326e95 (patch)
tree4bb1c516c3fdfb360c79ac0b5d9caa3f09d3eb9a /dev-java/ant-trax
parentRevision bump. EAPI 5. (diff)
downloadgentoo-2-c87aebad64cfa6a95f321604c7554c6951326e95.tar.gz
gentoo-2-c87aebad64cfa6a95f321604c7554c6951326e95.tar.bz2
gentoo-2-c87aebad64cfa6a95f321604c7554c6951326e95.zip
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/ant-trax')
-rw-r--r--dev-java/ant-trax/ChangeLog8
-rw-r--r--dev-java/ant-trax/ant-trax-1.7.1.ebuild24
-rw-r--r--dev-java/ant-trax/ant-trax-1.8.0.ebuild26
-rw-r--r--dev-java/ant-trax/ant-trax-1.8.1.ebuild38
4 files changed, 6 insertions, 90 deletions
diff --git a/dev-java/ant-trax/ChangeLog b/dev-java/ant-trax/ChangeLog
index 76b6cac3948d..4e59810e9293 100644
--- a/dev-java/ant-trax/ChangeLog
+++ b/dev-java/ant-trax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-trax
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ChangeLog,v 1.43 2013/10/20 16:32:26 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ChangeLog,v 1.44 2014/03/08 16:44:23 tomwij Exp $
+
+ 08 Mar 2014; Tom Wijsman <TomWij@gentoo.org> -ant-trax-1.7.1.ebuild,
+ -ant-trax-1.8.0.ebuild, -ant-trax-1.8.1.ebuild:
+ Remove old.
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-trax-1.9.2.ebuild:
Stable for ppc64, wrt bug #476958
diff --git a/dev-java/ant-trax/ant-trax-1.7.1.ebuild b/dev-java/ant-trax/ant-trax-1.7.1.ebuild
deleted file mode 100644
index 16d18af3b186..000000000000
--- a/dev-java/ant-trax/ant-trax-1.7.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ant-trax-1.7.1.ebuild,v 1.8 2012/01/01 20:54:51 sera Exp $
-
-EAPI=1
-
-# xalan is only a runtime dependency
-# not strict but recommended, and some build.xml expect it with xslt task
-# for example dev-java/tagsoup
-ANT_TASK_DEPNAME=""
-
-inherit ant-tasks
-
-DESCRIPTION="Apache Ant .jar with optional tasks depending on XML transformer (xalan)"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-java/xalan:0"
-
-src_install() {
- ant-tasks_src_install
- java-pkg_register-dependency xalan
-}
diff --git a/dev-java/ant-trax/ant-trax-1.8.0.ebuild b/dev-java/ant-trax/ant-trax-1.8.0.ebuild
deleted file mode 100644
index c0512a8e4d7a..000000000000
--- a/dev-java/ant-trax/ant-trax-1.8.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ant-trax-1.8.0.ebuild,v 1.3 2012/01/01 20:54:51 sera Exp $
-
-EAPI=1
-
-ANT_TASK_DEPNAME=""
-
-inherit ant-tasks
-
-DESCRIPTION="Apache Ant .jar with optional tasks depending on XML transformer (xalan)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-# it seems that xslt task will try to use Xalan2TraceSupport from ant-apache-xalan2
-# when xalan happens to be on ant's classpath, so it's safer to have ant-apache-xalan2 there
-# we need PDEPEND and register-optional-dependency to break circular dependency
-PDEPEND="~dev-java/ant-apache-xalan2-${PV}"
-
-src_install() {
- ant-tasks_src_install
- java-pkg_register-optional-dependency ant-apache-xalan2
-}
diff --git a/dev-java/ant-trax/ant-trax-1.8.1.ebuild b/dev-java/ant-trax/ant-trax-1.8.1.ebuild
deleted file mode 100644
index 10847dcae3ec..000000000000
--- a/dev-java/ant-trax/ant-trax-1.8.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-trax/ant-trax-1.8.1.ebuild,v 1.9 2012/01/01 20:54:51 sera Exp $
-
-EAPI=1
-
-ANT_TASK_DEPNAME=""
-
-inherit ant-tasks
-
-DESCRIPTION="Apache Ant .jar with optional tasks depending on XML transformer (Deprecated!)"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-# it seems that xslt task will try to use Xalan2TraceSupport from ant-apache-xalan2
-# when xalan happens to be on ant's classpath, so it's safer to have ant-apache-xalan2 there
-# we need PDEPEND and register-optional-dependency to break circular dependency
-PDEPEND="~dev-java/ant-apache-xalan2-${PV}"
-
-src_compile() {
- # the classes were moved to ant-core in 1.8.1, this is just for compatibility
- mkdir -p build/lib/empty && cd build/lib/empty || die
- jar -cf ../${PN}.jar .
-}
-
-src_install() {
- ant-tasks_src_install
- java-pkg_register-optional-dependency ant-apache-xalan2
-}
-
-src_postinst() {
- elog "Upstream has removed ant-trax.jar as of 1.8.1 and moved the classes to ant.jar"
- elog "This package thus installs an empty jar for compatibility"
- elog "and will be removed once reverse dependencies are transitioned."
-}