summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-03-08 16:27:31 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-03-08 16:27:31 +0000
commitec44b4f97288fcf52021a22aafc6a249ff9133f4 (patch)
tree872c64dc3744edb2ce34d5977df6fa45b53b417b /dev-java/ant-testutil
parentRemove old. (diff)
downloadgentoo-2-ec44b4f97288fcf52021a22aafc6a249ff9133f4.tar.gz
gentoo-2-ec44b4f97288fcf52021a22aafc6a249ff9133f4.tar.bz2
gentoo-2-ec44b4f97288fcf52021a22aafc6a249ff9133f4.zip
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/ant-testutil')
-rw-r--r--dev-java/ant-testutil/ChangeLog8
-rw-r--r--dev-java/ant-testutil/ant-testutil-1.8.0.ebuild32
-rw-r--r--dev-java/ant-testutil/ant-testutil-1.8.1.ebuild33
3 files changed, 6 insertions, 67 deletions
diff --git a/dev-java/ant-testutil/ChangeLog b/dev-java/ant-testutil/ChangeLog
index e86e93bbaee6..0feba0a3aeb8 100644
--- a/dev-java/ant-testutil/ChangeLog
+++ b/dev-java/ant-testutil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ant-testutil
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.24 2013/10/20 16:32:22 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.25 2014/03/08 16:27:31 tomwij Exp $
+
+ 08 Mar 2014; Tom Wijsman <TomWij@gentoo.org> -ant-testutil-1.8.0.ebuild,
+ -ant-testutil-1.8.1.ebuild:
+ Remove old.
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
Stable for ppc64, wrt bug #476958
diff --git a/dev-java/ant-testutil/ant-testutil-1.8.0.ebuild b/dev-java/ant-testutil/ant-testutil-1.8.0.ebuild
deleted file mode 100644
index 7754ca2d9994..000000000000
--- a/dev-java/ant-testutil/ant-testutil-1.8.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.8.0.ebuild,v 1.4 2011/12/31 11:23:53 sera Exp $
-
-EAPI="1"
-
-inherit ant-tasks
-
-DESCRIPTION="Apache Ant's optional test utility classes"
-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"
-
-DEPEND="dev-java/junit:0
- ~dev-java/ant-nodeps-${PV}
- ~dev-java/ant-swing-${PV}
- ~dev-java/ant-trax-${PV}
- ~dev-java/ant-junit-${PV}"
-RDEPEND=""
-
-IUSE=""
-
-# the build system builds much more than it actually packages, so there are many
-# build-only deps, but since those are quite common, it wasn't worth to patch it
-
-src_unpack() {
- ant-tasks_src_unpack base
- java-pkg_jar-from --build-only junit,ant-nodeps,ant-junit,ant-swing,ant-trax
- java-pkg_jar-from --build-only ant-core ant-launcher.jar
-}
-
-src_compile() {
- eant test-jar
-}
diff --git a/dev-java/ant-testutil/ant-testutil-1.8.1.ebuild b/dev-java/ant-testutil/ant-testutil-1.8.1.ebuild
deleted file mode 100644
index 514797345c5a..000000000000
--- a/dev-java/ant-testutil/ant-testutil-1.8.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.8.1.ebuild,v 1.6 2011/12/25 22:35:20 fordfrog Exp $
-
-EAPI="1"
-
-inherit ant-tasks
-
-DESCRIPTION="Apache Ant's optional test utility classes"
-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"
-
-DEPEND="virtual/jdk:1.6
- dev-java/junit:0
- ~dev-java/ant-nodeps-${PV}
- ~dev-java/ant-swing-${PV}
- ~dev-java/ant-trax-${PV}
- ~dev-java/ant-junit-${PV}"
-RDEPEND=""
-
-IUSE=""
-
-# the build system builds much more than it actually packages, so there are many
-# build-only deps, but since those are quite common, it wasn't worth to patch it
-
-src_unpack() {
- ant-tasks_src_unpack base
- java-pkg_jar-from --build-only junit,ant-nodeps,ant-junit,ant-swing,ant-trax
- java-pkg_jar-from --build-only ant-core ant-launcher.jar
-}
-
-src_compile() {
- eant test-jar
-}