diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-08-07 07:54:10 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-08-07 07:54:10 +0000 |
commit | dc17c23c1eb256aef40e9b8fc3f7a67063f4c6bb (patch) | |
tree | 730bb75265209dd87b67598b4eaae435fbf21a88 /dev-python | |
parent | Bump (diff) | |
download | gentoo-2-dc17c23c1eb256aef40e9b8fc3f7a67063f4c6bb.tar.gz gentoo-2-dc17c23c1eb256aef40e9b8fc3f7a67063f4c6bb.tar.bz2 gentoo-2-dc17c23c1eb256aef40e9b8fc3f7a67063f4c6bb.zip |
bump, tidy to 3.0.3, rm old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nltk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/nltk/nltk-3.0.3.ebuild | 5 | ||||
-rw-r--r-- | dev-python/nltk/nltk-3.0.4.ebuild (renamed from dev-python/nltk/nltk-3.0.2.ebuild) | 10 |
3 files changed, 11 insertions, 12 deletions
diff --git a/dev-python/nltk/ChangeLog b/dev-python/nltk/ChangeLog index e81a5aa8e624..aff6e9e8acfb 100644 --- a/dev-python/nltk/ChangeLog +++ b/dev-python/nltk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/nltk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.25 2015/08/02 22:32:46 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.26 2015/08/07 07:54:10 idella4 Exp $ + +*nltk-3.0.4 (07 Aug 2015) + + 07 Aug 2015; Ian Delaney <idella4@gentoo.org> +nltk-3.0.4.ebuild, + -nltk-3.0.2.ebuild, nltk-3.0.3.ebuild: + bump, tidy to 3.0.3, rm old 02 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -nltk-2.0_beta9.ebuild: Remove old. diff --git a/dev-python/nltk/nltk-3.0.3.ebuild b/dev-python/nltk/nltk-3.0.3.ebuild index 7fd8553a00ac..6372c9e930a7 100644 --- a/dev-python/nltk/nltk-3.0.3.ebuild +++ b/dev-python/nltk/nltk-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild,v 1.1 2015/06/17 07:06:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild,v 1.2 2015/08/07 07:54:10 idella4 Exp $ EAPI="5" @@ -21,6 +21,3 @@ IUSE="numpy tk" RDEPEND="${RDEPEND} numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) dev-python/pyyaml[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - app-arch/unzip" diff --git a/dev-python/nltk/nltk-3.0.2.ebuild b/dev-python/nltk/nltk-3.0.4.ebuild index 065fb1c30313..513fec7bc2ab 100644 --- a/dev-python/nltk/nltk-3.0.2.ebuild +++ b/dev-python/nltk/nltk-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.2.ebuild,v 1.2 2015/04/08 08:05:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.4.ebuild,v 1.1 2015/08/07 07:54:10 idella4 Exp $ EAPI="5" @@ -18,9 +18,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="numpy tk" -RDEPEND="${RDEPEND} - numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) - dev-python/pyyaml[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - app-arch/unzip" +RDEPEND="numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) + dev-python/pyyaml[${PYTHON_USEDEP}]" |