summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-02-04 12:28:27 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-02-04 12:28:27 +0000
commit93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d (patch)
tree0533986a84d392e23480c295d59fce60d3a3e5f9
parentRemove old ebuilds. (diff)
downloadhistorical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.tar.gz
historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.tar.bz2
historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.zip
Remove old versions.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-gentoo i686
-rw-r--r--dev-java/commons-io/ChangeLog8
-rw-r--r--dev-java/commons-io/commons-io-1.3.1.ebuild55
-rw-r--r--dev-java/commons-io/commons-io-1.3.2.ebuild57
-rw-r--r--dev-java/edtftpj/ChangeLog8
-rw-r--r--dev-java/edtftpj/edtftpj-1.5.6.ebuild47
-rw-r--r--dev-java/edtftpj/edtftpj-2.0.2.ebuild41
-rw-r--r--dev-java/jexcelapi/ChangeLog8
-rw-r--r--dev-java/jexcelapi/jexcelapi-2.6.4.ebuild48
-rw-r--r--dev-java/jexcelapi/jexcelapi-2.6.6.ebuild48
-rw-r--r--dev-java/joda-time/ChangeLog8
-rw-r--r--dev-java/joda-time/joda-time-1.4-r1.ebuild68
-rw-r--r--dev-java/joda-time/joda-time-1.5.ebuild59
12 files changed, 24 insertions, 431 deletions
diff --git a/dev-java/commons-io/ChangeLog b/dev-java/commons-io/ChangeLog
index 0d5c405e4d41..a1fb130451fd 100644
--- a/dev-java/commons-io/ChangeLog
+++ b/dev-java/commons-io/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-io
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.44 2008/03/11 20:58:12 ken69267 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.45 2009/02/04 12:23:41 betelgeuse Exp $
+
+ 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org>
+ -commons-io-1.3.1.ebuild, -commons-io-1.3.2.ebuild:
+ Remove old versions.
11 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> commons-io-1.4.ebuild:
amd64 stable, bug #212639
diff --git a/dev-java/commons-io/commons-io-1.3.1.ebuild b/dev-java/commons-io/commons-io-1.3.1.ebuild
deleted file mode 100644
index 0d48dc878238..000000000000
--- a/dev-java/commons-io/commons-io-1.3.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.3.1.ebuild,v 1.7 2007/08/14 07:24:01 opfer Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_P="${P}-src"
-DESCRIPTION="Commons-IO contains utility classes, stream implementations, file filters, and endian classes."
-HOMEPAGE="http://jakarta.apache.org/commons/io"
-SRC_URI="mirror://apache/jakarta/commons/io/source/${MY_P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="1"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND=">=virtual/jdk-1.4
- test? ( dev-java/ant-junit )"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- rm -v *.jar || die
- epatch "${FILESDIR}/${P}-build.xml.patch"
- java-ant_ignore-system-classes
- java-ant_rewrite-classpath
-}
-
-src_test() {
- if hasq userpriv ${FEATURES}; then
- #By default libdir is ${HOME}/.maven so it can be /root/.maven
- ANT_OPTS="-Djava.io.tmpdir=${T}" \
- ANT_TASKS="ant-junit" \
- eant test \
- -Dgentoo.classpath="$(java-pkg_getjars junit)" \
- -Dlibdir="libdir"
- else
- elog "Tests require userpriv in FEATURES because they test"
- elog "accessing files which always succeeds for root."
- fi
-}
-
-src_install() {
- java-pkg_newjar build/${P}.jar ${PN}.jar
-
- dodoc RELEASE-NOTES.txt NOTICE.txt || die
- use doc && java-pkg_dojavadoc build/dist-build/${P}/docs
- use source && java-pkg_dosrc src/java/*
-}
diff --git a/dev-java/commons-io/commons-io-1.3.2.ebuild b/dev-java/commons-io/commons-io-1.3.2.ebuild
deleted file mode 100644
index e305620d7d50..000000000000
--- a/dev-java/commons-io/commons-io-1.3.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.3.2.ebuild,v 1.8 2007/11/25 09:33:28 nelchael Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_P="${P}-src"
-DESCRIPTION="Commons-IO contains utility classes, stream implementations, file filters, and endian classes."
-HOMEPAGE="http://jakarta.apache.org/commons/io"
-SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="test"
-
-DEPEND=">=virtual/jdk-1.4
- test? ( dev-java/ant-junit )"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- java-ant_ignore-system-classes
- java-ant_rewrite-classpath
- # Setting java.io.tmpdir doesn't have effect unless we do this because the
- # vm is forked
- java-ant_xml-rewrite -f build.xml --change -e junit -a clonevm -v "true"
-}
-
-EANT_EXTRA_ARGS="-Duser.home=${T}"
-
-src_test() {
- if has userpriv ${FEATURES}; then
- ANT_OPTS="-Djava.io.tmpdir=${T} -Duser.home=${T}" \
- ANT_TASKS="ant-junit" \
- eant test \
- -Dgentoo.classpath="$(java-pkg_getjars junit)" \
- -Dlibdir="libdir" \
- -Djava.io.tmpdir="${T}"
- else
- elog "Tests fail unless userpriv is enabled because they test for"
- elog "file permissions which doesn't work when run as root."
- fi
-}
-
-src_install() {
- java-pkg_newjar build/${P}.jar ${PN}.jar
-
- dodoc RELEASE-NOTES.txt NOTICE.txt || die
- use doc && java-pkg_dojavadoc build/dist-build/${P}/docs
- use source && java-pkg_dosrc src/java/*
-}
diff --git a/dev-java/edtftpj/ChangeLog b/dev-java/edtftpj/ChangeLog
index e8e96db84fca..5c03f387e24a 100644
--- a/dev-java/edtftpj/ChangeLog
+++ b/dev-java/edtftpj/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/edtftpj
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/ChangeLog,v 1.48 2008/12/08 02:30:13 jmbsvicetto Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/ChangeLog,v 1.49 2009/02/04 12:24:53 betelgeuse Exp $
+
+ 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org> -edtftpj-1.5.6.ebuild,
+ -edtftpj-2.0.2.ebuild:
+ Remove old versions.
08 Dec 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/dev-java/edtftpj/edtftpj-1.5.6.ebuild b/dev-java/edtftpj/edtftpj-1.5.6.ebuild
deleted file mode 100644
index 51dd0eb2d3df..000000000000
--- a/dev-java/edtftpj/edtftpj-1.5.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-1.5.6.ebuild,v 1.5 2008/03/08 21:29:32 maekke Exp $
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="FTP client library written in Java"
-SRC_URI="http://www.enterprisedt.com/products/edtftpj/download/${P}.zip"
-HOMEPAGE="http://www.enterprisedt.com"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=virtual/jre-1.4
- =dev-java/junit-3.8*"
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- find "${S}" -name "*.jar" | xargs rm -fr
- rm "${S}/doc/LICENSE.TXT" || die "Failed to remove LICENSE.TXT"
-}
-
-src_compile() {
- cd "${S}"/src
- eant jar -Dftp.classpath=$(java-pkg_getjars junit) $(use_doc javadocs)
-}
-
-src_install() {
- java-pkg_dojar lib/*.jar
-
- use doc && java-pkg_dojavadoc build/doc/api
- use source && java-pkg_dosrc src/com
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins demo/*.{java,txt} || die "Failed to install examples."
- fi
-
- dodoc doc/*.TXT doc/*.pdf || die
-}
diff --git a/dev-java/edtftpj/edtftpj-2.0.2.ebuild b/dev-java/edtftpj/edtftpj-2.0.2.ebuild
deleted file mode 100644
index 481307a7866b..000000000000
--- a/dev-java/edtftpj/edtftpj-2.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-2.0.2.ebuild,v 1.4 2008/07/16 14:11:07 nixnut Exp $
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="FTP client library written in Java"
-SRC_URI="http://www.enterprisedt.com/products/edtftpj/download/${P}.zip"
-HOMEPAGE="http://www.enterprisedt.com"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=virtual/jre-1.4
- =dev-java/junit-3.8*"
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -print -delete
- rm "${S}/doc/LICENSE.TXT" || die "Failed to remove LICENSE.TXT"
-}
-
-src_compile() {
- cd "${S}"/src
- eant jar -Dftp.classpath=$(java-pkg_getjars junit) $(use_doc javadocs)
-}
-
-src_install() {
- java-pkg_dojar lib/*.jar
-
- use doc && java-pkg_dojavadoc build/doc/api
- use source && java-pkg_dosrc src/com
- use examples && java-pkg_doexamples examples
-}
diff --git a/dev-java/jexcelapi/ChangeLog b/dev-java/jexcelapi/ChangeLog
index d15c8bf69508..21af52ab731b 100644
--- a/dev-java/jexcelapi/ChangeLog
+++ b/dev-java/jexcelapi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jexcelapi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.21 2008/10/25 17:12:28 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.22 2009/02/04 12:26:27 betelgeuse Exp $
+
+ 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org>
+ -jexcelapi-2.6.4.ebuild, -jexcelapi-2.6.6.ebuild:
+ Remove old versions.
25 Oct 2008; nixnut <nixnut@gentoo.org> jexcelapi-2.6.8.ebuild:
Stable on ppc wrt bug 243136
diff --git a/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild
deleted file mode 100644
index 8fc764a8f51e..000000000000
--- a/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild,v 1.4 2007/11/02 07:33:16 opfer Exp $
-
-JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2
-
-MY_P="${P//-/_}"
-MY_P="${MY_P//./_}"
-
-DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets"
-HOMEPAGE="http://jexcelapi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="2.5"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- find -name "*.jar" | xargs rm -v
- find -name "*.class" -delete
- rm -fr docs
-
- # sun-jdk-1.5/jikes fails
- java-pkg_filter-compiler jikes
-}
-
-src_compile() {
- eant -f build/build.xml jxl $(use_doc docs)
-}
-
-src_install() {
- java-pkg_newjar jxl.jar ${PN}.jar
-
- java-pkg_dohtml index.html tutorial.html
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc "${S}"/src/*
-}
diff --git a/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild
deleted file mode 100644
index 04ab394c96a9..000000000000
--- a/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild,v 1.4 2008/03/13 01:07:13 ken69267 Exp $
-
-JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2
-
-MY_P="${P//-/_}"
-MY_P="${MY_P//./_}"
-
-DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets"
-HOMEPAGE="http://jexcelapi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="2.5"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- find -name "*.jar" | xargs rm -v
- find -name "*.class" -delete
- rm -fr docs
-
- # sun-jdk-1.5/jikes fails
- java-pkg_filter-compiler jikes
-}
-
-src_compile() {
- eant -f build/build.xml jxl $(use_doc docs)
-}
-
-src_install() {
- java-pkg_newjar jxl.jar ${PN}.jar
-
- java-pkg_dohtml index.html tutorial.html
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc "${S}"/src/*
-}
diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog
index eb7048d1f25a..579b8c896ff6 100644
--- a/dev-java/joda-time/ChangeLog
+++ b/dev-java/joda-time/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/joda-time
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.36 2008/04/13 22:19:12 betelgeuse Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.37 2009/02/04 12:28:27 betelgeuse Exp $
+
+ 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org>
+ -joda-time-1.4-r1.ebuild, -joda-time-1.5.ebuild:
+ Remove old versions.
*joda-time-1.5.2 (13 Apr 2008)
diff --git a/dev-java/joda-time/joda-time-1.4-r1.ebuild b/dev-java/joda-time/joda-time-1.4-r1.ebuild
deleted file mode 100644
index 9d86e924f01e..000000000000
--- a/dev-java/joda-time/joda-time-1.4-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-1.4-r1.ebuild,v 1.4 2007/11/01 23:51:59 wltjr Exp $
-
-JAVA_PKG_IUSE="doc examples source test"
-inherit java-pkg-2 java-ant-2
-
-MY_P="${P}-src"
-
-DESCRIPTION="A quality open-source replacement for the Java Date and Time classes."
-HOMEPAGE="http://joda-time.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-COMMON_DEP="
- elibc_glibc? ( >=sys-libs/timezone-data-2007c )
-"
-# test fail compile with 1.5+ because test mock object doesn't override some
-# new abstract foo
-DEPEND="
- test? (
- =dev-java/junit-3*
- dev-java/ant-junit
- =virtual/jdk-1.4*
- )
- !test? ( >=virtual/jdk-1.4 )
- ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -v ${P}.jar || die
-}
-
-src_compile() {
- # chokes on static inner class making instance of non-static inner class
- java-pkg_filter-compiler jikes
- # little trick so it doesn't try to download junit
- eant -Djunit.ant=1 -Djunit.present=1 jar $(use_doc)
-}
-
-src_test() {
- if has_version "<sys-libs/timezone-data-2007c"; then
- ewarn "Tests are known to fail with older versions of"
- ewarn "sys-libs/timezone-data. Please update to the latest stable"
- ewarn "version. We don't force it because not all libc"
- ewarn "implementations use that package. See bugzilla for details:"
- ewarn "https://bugs.gentoo.org/show_bug.cgi?id=170189"
- fi
-
- ANT_TASKS="ant-junit" eant -Djunit.jar="$(java-pkg_getjars junit)" test
-}
-
-src_install() {
- java-pkg_newjar build/${P}.jar
-
- dodoc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt ToDo.txt || die
- use doc && java-pkg_dojavadoc build/docs
- use examples && java-pkg_doexamples src/example
- use source && java-pkg_dosrc src/java/org
-}
diff --git a/dev-java/joda-time/joda-time-1.5.ebuild b/dev-java/joda-time/joda-time-1.5.ebuild
deleted file mode 100644
index 37a19f082e39..000000000000
--- a/dev-java/joda-time/joda-time-1.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-1.5.ebuild,v 1.1 2007/10/30 00:31:48 betelgeuse Exp $
-
-JAVA_PKG_IUSE="doc examples source test"
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="${P}-src"
-
-DESCRIPTION="A quality open-source replacement for the Java Date and Time classes."
-HOMEPAGE="http://joda-time.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEP="elibc_glibc? ( >=sys-libs/timezone-data-2007h ) "
-
-DEPEND="
- >=virtual/jdk-1.4
- test? ( dev-java/ant-junit )
- ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- rm -v "${S}"/*.jar || die
-}
-
-# chokes on static inner class making instance of non-static inner class
-EANT_FILTER_COMPILER="jikes"
-# little trick so it doesn't try to download junit
-EANT_EXTRA_ARGS="-Djunit.ant=1 -Djunit.present=1"
-
-src_test() {
- if has_version "<sys-libs/timezone-data-2007c"; then
- ewarn "Tests are known to fail with older versions of"
- ewarn "sys-libs/timezone-data. Please update to the latest stable"
- ewarn "version. We don't force it because not all libc"
- ewarn "implementations use that package. See bugzilla for details:"
- ewarn "https://bugs.gentoo.org/show_bug.cgi?id=170189"
- fi
-
- ANT_TASKS="ant-junit" eant -Djunit.jar="$(java-pkg_getjars junit)" test
-}
-
-src_install() {
- java-pkg_newjar build/${P}.jar
-
- dodoc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt ToDo.txt || die
- use doc && java-pkg_dojavadoc build/docs
- use examples && java-pkg_doexamples src/example
- use source && java-pkg_dosrc src/java/org
-}