idella4 15/08/07 07:54:11 Modified: nltk-3.0.3.ebuild ChangeLog Added: nltk-3.0.4.ebuild Removed: nltk-3.0.2.ebuild Log: bump, tidy to 3.0.3, rm old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/nltk/nltk-3.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild?r1=1.1&r2=1.2 Index: nltk-3.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nltk-3.0.3.ebuild 17 Jun 2015 07:06:38 -0000 1.1 +++ nltk-3.0.3.ebuild 7 Aug 2015 07:54:10 -0000 1.2 @@ -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 @@ RDEPEND="${RDEPEND} numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) dev-python/pyyaml[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - app-arch/unzip" 1.26 dev-python/nltk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 2 Aug 2015 22:32:46 -0000 1.25 +++ ChangeLog 7 Aug 2015 07:54:10 -0000 1.26 @@ -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 <[email protected]> +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 <[email protected]> -nltk-2.0_beta9.ebuild: Remove old. 1.1 dev-python/nltk/nltk-3.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.4.ebuild?rev=1.1&content-type=text/plain Index: nltk-3.0.4.ebuild =================================================================== # 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.4.ebuild,v 1.1 2015/08/07 07:54:10 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_4} ) PYTHON_REQ_USE="tk?,xml(+)" inherit distutils-r1 DESCRIPTION="Natural Language Toolkit" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" HOMEPAGE="http://nltk.org/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="numpy tk" RDEPEND="numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) dev-python/pyyaml[${PYTHON_USEDEP}]"
