public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/opennlp-tools/
Date: Sat, 25 Jun 2011 17:21:57 +0000 (UTC)	[thread overview]
Message-ID: <48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6.jlec@gentoo> (raw)

commit:     48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:56:08 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 12:56:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=48e4557e

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/ChangeLog
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: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> opennlp-tools-1.3.0.ebuild,
+  metadata.xml:
+  Cleaned ebuild and add USE description to metadata.xml
+
 *opennlp-tools-1.3.0 (03 Jan 2008)
 
   02 Jan 2008; Flammie Pirinen <flammie@gentoo.org> 

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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-  <email>flammie@gentoo.org</email>
-</maintainer>
-<longdescription>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>flammie@gentoo.org</email>
+	</maintainer>
+	<longdescription>
   Open source natural language processing toolkit containing lots of differents
   text processing tools and an API. 
 </longdescription>
+	<use>
+		<flag name="models">Automatically generated description for models</flag>
+	</use>
 </pkgmetadata>

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: $
 
 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"



             reply	other threads:[~2011-06-25 17:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-25 17:21 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-25 17:16 [gentoo-commits] proj/sci:master commit in: sci-misc/opennlp-tools/ Justin Lecher
2014-11-13  0:15 Christoph Junghans
2015-06-08 12:19 Justin Lecher
2015-09-21 19:05 Justin Lecher
2015-09-22 10:06 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48e4557e2e1b1ce2ee01295e84aa45e0a69a69a6.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox