summaryrefslogtreecommitdiff
path: root/dev-java/xjavac/xjavac-20110814.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/xjavac/xjavac-20110814.ebuild')
-rw-r--r--dev-java/xjavac/xjavac-20110814.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-java/xjavac/xjavac-20110814.ebuild b/dev-java/xjavac/xjavac-20110814.ebuild
deleted file mode 100644
index 9478e4db552b..000000000000
--- a/dev-java/xjavac/xjavac-20110814.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="The implementation of the javac compiler for IBM JDK 1.4 (needed for xerces-2)"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-#Note that the tarball has xjavac-ibm-1_5.patch already applied (not in upstream)
-IUSE=""
-HOMEPAGE="http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java"
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jdk-1.4
- >=dev-java/ant-core-1.7"
-
-java_prepare() {
- cp "${FILESDIR}/${PN}-20041208-build.xml" ./build.xml || die "failed to cp build.xml"
-}
-
-src_compile() {
- eant jar -Dclasspath=$(java-pkg_getjars ant-core)
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
-}