zerochaos 15/03/18 02:14:08 Modified: nltk-2.0.4.ebuild nltk-2.0_beta9.ebuild ChangeLog Added: nltk-3.0.2.ebuild Removed: nltk-3.0.0.ebuild Log: fix bug #538056 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.3 dev-python/nltk/nltk-2.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?r1=1.2&r2=1.3 Index: nltk-2.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nltk-2.0.4.ebuild 22 Dec 2014 10:17:58 -0000 1.2 +++ nltk-2.0.4.ebuild 18 Mar 2015 02:14:08 -0000 1.3 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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-2.0.4.ebuild,v 1.2 2014/12/22 10:17:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v 1.3 2015/03/18 02:14:08 zerochaos Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="tk?,xml(+)" -inherit distutils-r1 +inherit distutils-r1 eutils DESCRIPTION="Natural Language Toolkit" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -24,3 +24,8 @@ DEPEND="${RDEPEND} app-arch/unzip" + +src_prepare() { + epatch "${FILESDIR}"/fix-newer-setuptools.patch + distutils-r1_src_prepare +} 1.8 dev-python/nltk/nltk-2.0_beta9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild?r1=1.7&r2=1.8 Index: nltk-2.0_beta9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nltk-2.0_beta9.ebuild 25 Feb 2012 16:25:58 -0000 1.7 +++ nltk-2.0_beta9.ebuild 18 Mar 2015 02:14:08 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-2.0_beta9.ebuild,v 1.7 2012/02/25 16:25:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.8 2015/03/18 02:14:08 zerochaos Exp $ EAPI=3 1.19 dev-python/nltk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 26 Jan 2015 11:19:49 -0000 1.18 +++ ChangeLog 18 Mar 2015 02:14:08 -0000 1.19 @@ -1,6 +1,13 @@ # 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.18 2015/01/26 11:19:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.19 2015/03/18 02:14:08 zerochaos Exp $ + +*nltk-3.0.2 (18 Mar 2015) + + 18 Mar 2015; Rick Farina <zeroch...@gentoo.org> + +files/fix-newer-setuptools.patch, +nltk-3.0.2.ebuild, -nltk-3.0.0.ebuild, + nltk-2.0.4.ebuild, nltk-2.0_beta9.ebuild: + fix bug #538056 26 Jan 2015; Manuel RĂ¼ger <mr...@gentoo.org> -nltk-2.0.1.ebuild, -nltk-2.0.1_rc1.ebuild: 1.1 dev-python/nltk/nltk-3.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.2.ebuild?rev=1.1&content-type=text/plain Index: nltk-3.0.2.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.2.ebuild,v 1.1 2015/03/18 02:14:08 zerochaos Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,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="${RDEPEND} numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip"