From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaWdO-0002yJ-6z for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:27:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30231C155; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B1741C150 for ; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC2DE2AC063 for ; Sat, 25 Jun 2011 17:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4FBC18003C for ; Sat, 25 Jun 2011 17:21:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/opennlp-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/opennlp-tools/ChangeLog sci-misc/opennlp-tools/metadata.xml sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild X-VCS-Directories: sci-misc/opennlp-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6 Date: Sat, 25 Jun 2011 17:21:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7dba34bb487f85a7b7c715f66d8aeb4f commit: 48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 12:56:08 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 12:56:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D48e4557e 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) --- sci-misc/opennlp-tools/ChangeLog | 6 +++++- sci-misc/opennlp-tools/metadata.xml | 13 ++++++++----- sci-misc/opennlp-tools/opennlp-tools-1.3.0.ebuild | 13 +++++++------ 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/sci-misc/opennlp-tools/ChangeLog b/sci-misc/opennlp-tools/Ch= angeLog index e3c6e80..13ead50 100644 --- a/sci-misc/opennlp-tools/ChangeLog +++ b/sci-misc/opennlp-tools/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-misc/opennlp-tools -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 25 Jun 2011; Justin Lecher opennlp-tools-1.3.0.ebuil= d, + metadata.xml: + Cleaned ebuild and add USE description to metadata.xml + *opennlp-tools-1.3.0 (03 Jan 2008) =20 02 Jan 2008; Flammie Pirinen =20 diff --git a/sci-misc/opennlp-tools/metadata.xml b/sci-misc/opennlp-tools= /metadata.xml index f9fa22d..66b2255 100644 --- a/sci-misc/opennlp-tools/metadata.xml +++ b/sci-misc/opennlp-tools/metadata.xml @@ -1,12 +1,15 @@ -no-herd - - flammie@gentoo.org - - + no-herd + + flammie@gentoo.org + + Open source natural language processing toolkit containing lots of dif= ferents text processing tools and an API.=20 + + Automatically generated description for models + 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 b5569b5..8703d12 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: $ =20 JAVA_PKG_IUSE=3D"doc source" + inherit java-pkg-2 java-ant-2 =20 DESCRIPTION=3D"Natural Language Programming API and tool suite" HOMEPAGE=3D"http://opennlp.sf.net/" =20 -MODELS=3D"english/chunker/EnglishChunk.bin.gz +MODELS=3D" + 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} )" =20 # Toolkit is all LGPL-2.1 LICENSE=3D"LGPL-2.1" - SLOT=3D"0" - KEYWORDS=3D"~x86" - IUSE=3D"${IUSE} models" -COMMON_DEP=3D"dev-java/trove + +COMMON_DEP=3D" + dev-java/trove >=3Dsci-misc/jwnl-1.3_rc3 >=3Dapp-dicts/wordnet-2.0 sci-misc/opennlp-maxent"