diff options
author | 2010-02-21 00:25:54 +0000 | |
---|---|---|
committer | 2010-02-21 00:25:54 +0000 | |
commit | e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9 (patch) | |
tree | eb8439cc42863785d8ab9baabc32c21798e108c3 /dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild | |
parent | Add LDP-1 for man-pages-fr and others. (diff) | |
download | historical-e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9.tar.gz historical-e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9.tar.bz2 historical-e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9.zip |
Version bump, bug #305929.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild')
-rw-r--r-- | dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild b/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild new file mode 100644 index 000000000000..e338914da490 --- /dev/null +++ b/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-nodeps/ant-nodeps-1.8.0.ebuild,v 1.1 2010/02/21 00:24:59 caster Exp $ + +# contains the tasks depending on 1.5 java +ANT_TASK_JDKVER=1.5 +ANT_TASK_JREVER=1.5 + +# cannot hurt... +JAVA_PKG_WANT_SOURCE=1.4 +JAVA_PKG_WANT_TARGET=1.4 + +inherit ant-tasks + +DESCRIPTION="Apache Ant's optional tasks requiring no external deps" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +src_unpack() { + ant-tasks_src_unpack base + java-pkg_jar-from --build-only ant-core ant-launcher.jar + java-pkg_filter-compiler jikes +} + +src_compile() { + eant jar-nodeps +} |