patrick 15/06/17 07:06:38 Modified: ChangeLog Added: nltk-3.0.3.ebuild Log: Bump (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.22 dev-python/nltk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 3 Jun 2015 20:29:08 -0000 1.21 +++ ChangeLog 17 Jun 2015 07:06:38 -0000 1.22 @@ -1,6 +1,11 @@ # 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.21 2015/06/03 20:29:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.22 2015/06/17 07:06:38 patrick Exp $ + +*nltk-3.0.3 (17 Jun 2015) + + 17 Jun 2015; Patrick Lauer <[email protected]> +nltk-3.0.3.ebuild: + Bump 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-3.0.3.ebuild?rev=1.1&content-type=text/plain Index: nltk-3.0.3.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.3.ebuild,v 1.1 2015/06/17 07:06:38 patrick 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="${RDEPEND} numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip"
