Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-antlr/
Date: Sun, 06 Dec 2015 23:06:15
Message-Id: 1449443143.815b7758b01dc196aa6947fc5cccc02c6ffcfe9d.chewi@gentoo
1 commit: 815b7758b01dc196aa6947fc5cccc02c6ffcfe9d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 18 10:53:49 2015 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 23:05:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815b7758
7
8 dev-java/ant-antlr: Depend on new split antlr-2
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild b/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild
16 new file mode 100644
17 index 0000000..af30997
18 --- /dev/null
19 +++ b/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="5"
26 +
27 +ANT_TASK_DEPNAME=""
28 +
29 +inherit ant-tasks
30 +
31 +DESCRIPTION="Apache Ant's optional tasks for Antlr"
32 +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"
33 +
34 +RDEPEND=">=dev-java/antlr-2.7.7-r7:0"
35 +
36 +src_install() {
37 + ant-tasks_src_install
38 + java-pkg_register-dependency antlr
39 +}