dev-java/commons-launcher: Clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 30 Apr 2016 16:53:06 +0000 (16:53 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 30 Apr 2016 16:54:00 +0000 (16:54 +0000)
Package-Manager: portage-2.2.26

dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild [deleted file]
dev-java/commons-launcher/files/1.1-javadoc.patch [deleted file]

diff --git a/dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild b/dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild
deleted file mode 100644 (file)
index 3308b11..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="examples doc source"
-
-inherit base java-pkg-2 java-ant-2
-
-DESCRIPTION="Commons-launcher eliminates the need for a batch or shell script to launch a Java class"
-HOMEPAGE="http://commons.apache.org/launcher/"
-SRC_URI="mirror://apache/jakarta/${PN/-//}/source/${P}-src.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4
-       dev-java/ant-core"
-
-S=${WORKDIR}/${PN}
-
-# https://issues.apache.org/jira/browse/LAUNCHER-7
-PATCHES=( "${FILESDIR}/1.1-javadoc.patch" )
-
-src_compile() {
-       java-ant_rewrite-classpath "${S}/build.xml"
-       EANT_GENTOO_CLASSPATH="ant-core" java-pkg-2_src_compile
-}
-
-# Standard commons build.xml but no tests actually implemented
-src_test() { :; }
-
-src_install() {
-       java-pkg_dojar dist/bin/*.jar || die "java-pkg_dojar died"
-       dodoc README.txt NOTICE.txt || die
-       use doc && java-pkg_dojavadoc dist/docs/api
-       use examples && java-pkg_doexamples example
-       use source && java-pkg_dosrc src/java/*
-}
diff --git a/dev-java/commons-launcher/files/1.1-javadoc.patch b/dev-java/commons-launcher/files/1.1-javadoc.patch
deleted file mode 100644 (file)
index d83229a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur src.old/java/org/apache/commons/launcher/types/ArgumentSet.java src/java/org/apache/commons/launcher/types/ArgumentSet.java
---- src.old/java/org/apache/commons/launcher/types/ArgumentSet.java    2004-02-28 13:52:20.000000000 +0200
-+++ src/java/org/apache/commons/launcher/types/ArgumentSet.java        2007-05-05 16:26:13.000000000 +0300
-@@ -18,7 +18,7 @@
\r
\r
- /**\r
-- * A class that represents a set of nested <arg> elements.\r
-+ * A class that represents a set of nested &lt;arg&gt; elements.\r
-  *\r
-  * @author Patrick Luby\r
-  */\r
-diff -ur src.old/java/org/apache/commons/launcher/types/ConditionalArgument.java src/java/org/apache/commons/launcher/types/ConditionalArgument.java
---- src.old/java/org/apache/commons/launcher/types/ConditionalArgument.java    2004-02-28 14:43:31.000000000 +0200
-+++ src/java/org/apache/commons/launcher/types/ConditionalArgument.java        2007-05-05 16:26:50.000000000 +0300
-@@ -24,7 +24,7 @@
- import org.apache.tools.ant.types.Path;\r
\r
- /**\r
-- * A class that represents nested <arg> or <jvmarg> elements. This class\r
-+ * A class that represents nested &lt;arg&gt; or &lt;jvmarg&gt; elements. This class\r
-  * provides the same functionality as the class that represents these same\r
-  * elements in a "java" task. In addition, this class supports conditional "if"\r
-  * and "unless" attributes.\r