From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
Date: Sat, 25 Jun 2011 17:21:58 +0000 (UTC) [thread overview]
Message-ID: <5b8af7f76dfeb7007cd2cad3126eb51273b76355.jlec@gentoo> (raw)
commit: 5b8af7f76dfeb7007cd2cad3126eb51273b76355
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:32:36 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:32:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b8af7f7
Version Bump, cleaned old
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-misc/nltk/ChangeLog | 8 ++++++-
sci-misc/nltk/metadata.xml | 10 ++++----
.../{nltk-0.9.5.ebuild => nltk-2.0.1_rc1.ebuild} | 22 ++++++-------------
3 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog
index 1803c90..e0d6945 100644
--- a/sci-misc/nltk/ChangeLog
+++ b/sci-misc/nltk/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-misc/nltk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*nltk-2.0.1_rc1 (25 Jun 2011)
+
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> -nltk-0.9.5.ebuild,
+ +nltk-2.0.1_rc1.ebuild, metadata.xml:
+ Version Bump, cleaned old
+
04 Jul 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
nltk-0.9.5.ebuild:
Silence repoman, drop ~amd64 since dependencies cannot be fulfilled. No
diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
index 498cc9d..d1ecb4f 100644
--- a/sci-misc/nltk/metadata.xml
+++ b/sci-misc/nltk/metadata.xml
@@ -1,11 +1,11 @@
<?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>
NLTK is collection of natural language tools written in python language. It
also contains huge corpora.
</longdescription>
diff --git a/sci-misc/nltk/nltk-0.9.5.ebuild b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
similarity index 54%
rename from sci-misc/nltk/nltk-0.9.5.ebuild
rename to sci-misc/nltk/nltk-2.0.1_rc1.ebuild
index 83fbf70..ca32ec6 100644
--- a/sci-misc/nltk/nltk-0.9.5.ebuild
+++ b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
@@ -1,40 +1,32 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
PYTHON_USE_WITH="tk"
RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_MODNAME="yaml nltk_contrib nltk"
+PYTHON_MODNAME="nltk_contrib nltk"
inherit distutils eutils
DESCRIPTION="Natural language processing tool collection"
HOMEPAGE="http://www.nltk.org/"
-SRC_URI="
- mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://sourceforge/${PN}/${PN}-data-${PV}.zip"
+SRC_URI="http://${PN}.googlecode.com/files/${P/_rc/rc}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
-DEPEND="${DEPEND}
- dev-python/numarray
+DEPEND="
dev-python/numpy
dev-python/matplotlib
+ dev-python/pyyaml
>=app-dicts/wordnet-2.0
sci-misc/pywordnet"
RDEPEND="${DEPEND}"
-NLTK_DATA="${WORKDIR}/data/"
-
-src_install() {
- distutils_src_install
- insinto /usr/share/nltk/data
- doins -r "${WORKDIR}"/${PN}_data/* || die
-}
+S="${WORKDIR}"/${P/_rc/rc}
next reply other threads:[~2011-06-25 17:24 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 --
2020-09-23 0:14 [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/ Aisha Tammy
2015-06-06 10:23 Justin Lecher
2013-12-04 15:00 Justin Lecher
2011-10-25 17:16 Justin Lecher
2011-06-24 17:09 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=5b8af7f76dfeb7007cd2cad3126eb51273b76355.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