summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-14 03:00:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-14 03:00:38 +0000
commite27f41bfab52d2f2ae139a4048858b87bde3fc08 (patch)
tree6f79f02dd380c914727dce7416dbf9912a6b7efe /dev-python/nltk
parentAdjust memory requirements. (diff)
downloadgentoo-2-e27f41bfab52d2f2ae139a4048858b87bde3fc08.tar.gz
gentoo-2-e27f41bfab52d2f2ae139a4048858b87bde3fc08.tar.bz2
gentoo-2-e27f41bfab52d2f2ae139a4048858b87bde3fc08.zip
Adding unzip dep for #402981
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/nltk')
-rw-r--r--dev-python/nltk/ChangeLog5
-rw-r--r--dev-python/nltk/nltk-2.0.1_rc1.ebuild7
-rw-r--r--dev-python/nltk/nltk-2.0_beta9.ebuild7
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/nltk/ChangeLog b/dev-python/nltk/ChangeLog
index b3558bd0d2f2..69b90e6b0c18 100644
--- a/dev-python/nltk/ChangeLog
+++ b/dev-python/nltk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nltk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.6 2012/02/10 16:45:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.7 2012/02/14 03:00:38 patrick Exp $
+
+ 14 Feb 2012; <pl@gentoo.org> nltk-2.0.1_rc1.ebuild, nltk-2.0_beta9.ebuild:
+ Adding unzip dep for #402981
10 Feb 2012; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Change maintainer order to match description tags.
diff --git a/dev-python/nltk/nltk-2.0.1_rc1.ebuild b/dev-python/nltk/nltk-2.0.1_rc1.ebuild
index 497af250151e..6ba498eafb2b 100644
--- a/dev-python/nltk/nltk-2.0.1_rc1.ebuild
+++ b/dev-python/nltk/nltk-2.0.1_rc1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.1_rc1.ebuild,v 1.1 2011/10/10 18:52:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.1_rc1.ebuild,v 1.2 2012/02/14 03:00:38 patrick Exp $
EAPI=3
@@ -20,7 +20,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
-DEPEND="dev-python/pyyaml"
+DEPEND="dev-python/pyyaml
+ app-arch/unzip"
RDEPEND="$DEPEND
dev-python/numpy"
diff --git a/dev-python/nltk/nltk-2.0_beta9.ebuild b/dev-python/nltk/nltk-2.0_beta9.ebuild
index 5f6ca0ada8b1..df59fa94233c 100644
--- a/dev-python/nltk/nltk-2.0_beta9.ebuild
+++ b/dev-python/nltk/nltk-2.0_beta9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.4 2011/04/21 09:49:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.5 2012/02/14 03:00:38 patrick Exp $
EAPI=3
@@ -20,7 +20,8 @@ SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
-DEPEND="dev-python/pyyaml"
+DEPEND="dev-python/pyyaml
+ app-arch/unzip"
RDEPEND="$DEPEND
dev-python/numpy"