aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-25 14:56:08 +0200
committerJustin Lecher <jlec@gentoo.org>2011-06-25 14:56:08 +0200
commit48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6 (patch)
treedda66a066b8f38b01486afab80242d9c1b280cf0 /sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
parentCleaned ebuild and add USE description to metadata.xml (diff)
downloadsci-48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6.tar.gz
sci-48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6.tar.bz2
sci-48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6.zip
Cleaned ebuild and add USE description to metadata.xml
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild')
-rw-r--r--sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild b/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
index b5569b5e5..8703d120f 100644
--- a/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
+++ b/sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
JAVA_PKG_IUSE="doc source"
+
inherit java-pkg-2 java-ant-2
DESCRIPTION="Natural Language Programming API and tool suite"
HOMEPAGE="http://opennlp.sf.net/"
-MODELS="english/chunker/EnglishChunk.bin.gz
+MODELS="
+ english/chunker/EnglishChunk.bin.gz
english/coref/acronyms
english/coref/cmodel.bin.gz
english/coref/cmodel.nr.bin.gz
@@ -60,13 +62,12 @@ models? ( ${MODELS_SRC_URI} )"
# Toolkit is all LGPL-2.1
LICENSE="LGPL-2.1"
-
SLOT="0"
-
KEYWORDS="~x86"
-
IUSE="${IUSE} models"
-COMMON_DEP="dev-java/trove
+
+COMMON_DEP="
+ dev-java/trove
>=sci-misc/jwnl-1.3_rc3
>=app-dicts/wordnet-2.0
sci-misc/opennlp-maxent"