diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-26 09:32:19 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-26 10:05:48 +0000 |
commit | 1cb4b1e841fc4811a9cfc9b120dc9db25921ca0c (patch) | |
tree | 6a0eb3ede32d17218158c2303c50c9b0ea20fc39 /dev-java/iso-relax/iso-relax-20050331-r4.ebuild | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-1cb4b1e841fc4811a9cfc9b120dc9db25921ca0c.tar.gz gentoo-1cb4b1e841fc4811a9cfc9b120dc9db25921ca0c.tar.bz2 gentoo-1cb4b1e841fc4811a9cfc9b120dc9db25921ca0c.zip |
dev-java/iso-relax: Housekeeping. Switch to java-pkg-simple.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/iso-relax/iso-relax-20050331-r4.ebuild')
-rw-r--r-- | dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild new file mode 100644 index 000000000000..54acafdff618 --- /dev/null +++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Interfaces useful for applications which support RELAX Core" +HOMEPAGE="http://iso-relax.sourceforge.net" +SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2 -> ${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RESTRICT="test" + +CDEPEND="dev-java/ant-core:0" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +S="${WORKDIR}/${P}" + +JAVA_GENTOO_CLASSPATH="ant-core" + +JAVA_SRC_DIR="src" + +java_prepare() { + java-pkg_clean +} |