summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/xjavac/ChangeLog7
-rw-r--r--dev-java/xjavac/files/digest-xjavac-20041208-r13
-rw-r--r--dev-java/xjavac/files/digest-xjavac-20041208-r23
-rw-r--r--dev-java/xjavac/files/digest-xjavac-20041208-r33
-rw-r--r--dev-java/xjavac/xjavac-20041208-r1.ebuild36
-rw-r--r--dev-java/xjavac/xjavac-20041208-r2.ebuild32
-rw-r--r--dev-java/xjavac/xjavac-20041208-r3.ebuild33
7 files changed, 6 insertions, 111 deletions
diff --git a/dev-java/xjavac/ChangeLog b/dev-java/xjavac/ChangeLog
index 4e95b698c363..c8df78bb9d9a 100644
--- a/dev-java/xjavac/ChangeLog
+++ b/dev-java/xjavac/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/xjavac
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/ChangeLog,v 1.18 2007/01/05 21:46:37 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/ChangeLog,v 1.19 2007/01/27 22:25:02 betelgeuse Exp $
+
+ 27 Jan 2007; Petteri Räty <betelgeuse@gentoo.org>
+ -xjavac-20041208-r1.ebuild, -xjavac-20041208-r2.ebuild,
+ -xjavac-20041208-r3.ebuild:
+ Remove old revisions.
05 Jan 2007; Steve Dibb <beandog@gentoo.org> xjavac-20041208-r4.ebuild:
amd64 stable, bug 156956
diff --git a/dev-java/xjavac/files/digest-xjavac-20041208-r1 b/dev-java/xjavac/files/digest-xjavac-20041208-r1
deleted file mode 100644
index b7075055b4c2..000000000000
--- a/dev-java/xjavac/files/digest-xjavac-20041208-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 47e450883782e191e0e91c31a6dc2caf xjavac-20041208.tar.gz 1971
-RMD160 bdee4c165275dedcfaf42fd38962a85b668d259e xjavac-20041208.tar.gz 1971
-SHA256 ae54e392bfe3ff5d33bc58a7e122bdae863531e235c2a553dee024e045694781 xjavac-20041208.tar.gz 1971
diff --git a/dev-java/xjavac/files/digest-xjavac-20041208-r2 b/dev-java/xjavac/files/digest-xjavac-20041208-r2
deleted file mode 100644
index b7075055b4c2..000000000000
--- a/dev-java/xjavac/files/digest-xjavac-20041208-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 47e450883782e191e0e91c31a6dc2caf xjavac-20041208.tar.gz 1971
-RMD160 bdee4c165275dedcfaf42fd38962a85b668d259e xjavac-20041208.tar.gz 1971
-SHA256 ae54e392bfe3ff5d33bc58a7e122bdae863531e235c2a553dee024e045694781 xjavac-20041208.tar.gz 1971
diff --git a/dev-java/xjavac/files/digest-xjavac-20041208-r3 b/dev-java/xjavac/files/digest-xjavac-20041208-r3
deleted file mode 100644
index b7075055b4c2..000000000000
--- a/dev-java/xjavac/files/digest-xjavac-20041208-r3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 47e450883782e191e0e91c31a6dc2caf xjavac-20041208.tar.gz 1971
-RMD160 bdee4c165275dedcfaf42fd38962a85b668d259e xjavac-20041208.tar.gz 1971
-SHA256 ae54e392bfe3ff5d33bc58a7e122bdae863531e235c2a553dee024e045694781 xjavac-20041208.tar.gz 1971
diff --git a/dev-java/xjavac/xjavac-20041208-r1.ebuild b/dev-java/xjavac/xjavac-20041208-r1.ebuild
deleted file mode 100644
index 64428fd4f772..000000000000
--- a/dev-java/xjavac/xjavac-20041208-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r1.ebuild,v 1.4 2006/10/05 17:01:47 gustavoz Exp $
-
-inherit java-pkg
-
-DESCRIPTION="The implementation of the javac compiler for IBM JDK 1.4 (needed for xerces-2)"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java"
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="jikes"
-DEPEND=">=virtual/jdk-1.4
- jikes? ( >=dev-java/jikes-1.21 )
- >=dev-java/ant-core-1.4"
-RDEPEND=">=virtual/jdk-1.4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- cp ${FILESDIR}/${P}-build.xml ./build.xml
-}
-
-src_compile() {
- local antflags="jar"
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- ant ${antflags} || die "failed to build"
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- dodir /usr/share/ant-core/lib/
- dosym /usr/share/${PN}-${SLOT}/lib/${PN}.jar /usr/share/ant-core/lib/
-}
diff --git a/dev-java/xjavac/xjavac-20041208-r2.ebuild b/dev-java/xjavac/xjavac-20041208-r2.ebuild
deleted file mode 100644
index 08a50b23a952..000000000000
--- a/dev-java/xjavac/xjavac-20041208-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r2.ebuild,v 1.3 2006/10/05 17:01:47 gustavoz Exp $
-
-inherit java-pkg-2
-
-DESCRIPTION="The implementation of the javac compiler for IBM JDK 1.4 (needed for xerces-2)"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java"
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-DEPEND=">=virtual/jdk-1.4
- >=dev-java/ant-core-1.4"
-RDEPEND=">=virtual/jdk-1.4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- cp ${FILESDIR}/${P}-build.xml ./build.xml || die
-}
-
-src_compile() {
- eant jar
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- dodir /usr/share/ant-core/lib/
- dosym /usr/share/${PN}-${SLOT}/lib/${PN}.jar /usr/share/ant-core/lib/
-}
diff --git a/dev-java/xjavac/xjavac-20041208-r3.ebuild b/dev-java/xjavac/xjavac-20041208-r3.ebuild
deleted file mode 100644
index 55cbf866d70f..000000000000
--- a/dev-java/xjavac/xjavac-20041208-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r3.ebuild,v 1.3 2006/10/05 17:01:47 gustavoz Exp $
-
-inherit java-pkg-2
-
-DESCRIPTION="The implementation of the javac compiler for IBM JDK 1.4 (needed for xerces-2)"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java"
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-DEPEND=">=virtual/jdk-1.4
- >=dev-java/ant-core-1.4"
-RDEPEND=">=virtual/jdk-1.4"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- cp ${FILESDIR}/${P}-build.xml ./build.xml || die
- epatch "${FILESDIR}/${PN}-ibm-1_5.patch"
-}
-
-src_compile() {
- eant jar -Dclasspath=$(java-pkg_getjars ant-core)
-}
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
- dodir /usr/share/ant-core/lib/
- dosym /usr/share/${PN}-${SLOT}/lib/${PN}.jar /usr/share/ant-core/lib/
-}