diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-07-05 11:05:19 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-07-05 11:05:19 +0000 |
commit | 9e674c30c93486ffa54e862e9be14f99606f581b (patch) | |
tree | 7dfb5347ccd3658845e2fc3a2756b086efa1c163 /dev-java/ant-antlr/ant-antlr-1.9.1.ebuild | |
parent | Stable for x86, wrt bug #475790 (diff) | |
download | gentoo-2-9e674c30c93486ffa54e862e9be14f99606f581b.tar.gz gentoo-2-9e674c30c93486ffa54e862e9be14f99606f581b.tar.bz2 gentoo-2-9e674c30c93486ffa54e862e9be14f99606f581b.zip |
Version bump to 1.9.1.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/ant-antlr/ant-antlr-1.9.1.ebuild')
-rw-r--r-- | dev-java/ant-antlr/ant-antlr-1.9.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-java/ant-antlr/ant-antlr-1.9.1.ebuild b/dev-java/ant-antlr/ant-antlr-1.9.1.ebuild new file mode 100644 index 000000000000..6df9419f7a36 --- /dev/null +++ b/dev-java/ant-antlr/ant-antlr-1.9.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.9.1.ebuild,v 1.1 2013/07/05 11:05:19 tomwij Exp $ + +EAPI="5" + +ANT_TASK_DEPNAME="" + +inherit ant-tasks + +DESCRIPTION="Apache Ant's optional tasks for Antlr" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd \ + ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris \ + ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=">=dev-java/antlr-2.7.5-r3:0[java]" + +src_install() { + ant-tasks_src_install + java-pkg_register-dependency antlr +} |