Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/opennlp-tools/
Date: Mon, 21 Sep 2015 19:06:13
Message-Id: 1442862042.9c3b90aa71d0e362e40823b8120e0c1076209d8e.jlec@gentoo
1 commit: 9c3b90aa71d0e362e40823b8120e0c1076209d8e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 19:00:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 19:00:42 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c3b90aa
7
8 sci-misc/opennlp-tools: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild b/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
17 index 3b8eaad..60a7e96 100644
18 --- a/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
19 +++ b/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -69,13 +69,13 @@ KEYWORDS="~x86"
27 IUSE="${IUSE} models"
28
29 COMMON_DEP="
30 - dev-java/trove
31 + dev-java/trove:0
32 >=sci-misc/jwnl-1.3_rc3
33 >=app-dicts/wordnet-2.0
34 sci-misc/opennlp-maxent"
35 -DEPEND=">=virtual/jdk-1.4
36 +DEPEND=">=virtual/jdk-1.4:*
37 ${COMMON_DEP}"
38 -RDEPEND=">=virtual/jre-1.4
39 +RDEPEND=">=virtual/jre-1.4:*
40 ${COMMON_DEP}"
41
42 EANT_BUILD_TARGET="compile package"