Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nltk: nltk-2.0.4.ebuild ChangeLog
Date: Wed, 02 Apr 2014 15:14:22
Message-Id: 20140402151413.C0CDE20060@flycatcher.gentoo.org
1 tomwij 14/04/02 15:14:13
2
3 Modified: ChangeLog
4 Added: nltk-2.0.4.ebuild
5 Log:
6 Version bump to 2.0.4, migrated to distutils-r1; proxied commit for Corentin LABBE.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.16 dev-python/nltk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 17 Mar 2013 17:59:45 -0000 1.15
24 +++ ChangeLog 2 Apr 2014 15:14:13 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/nltk
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.15 2013/03/17 17:59:45 hwoarang Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.16 2014/04/02 15:14:13 tomwij Exp $
31 +
32 +*nltk-2.0.4 (02 Apr 2014)
33 +
34 + 02 Apr 2014; Tom Wijsman <TomWij@g.o> +nltk-2.0.4.ebuild:
35 + Version bump to 2.0.4, migrated to distutils-r1; proxied commit for Corentin
36 + LABBE.
37
38 17 Mar 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
39 Add proxy-maintainers to metadata.xml
40
41
42
43 1.1 dev-python/nltk/nltk-2.0.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nltk-2.0.4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v 1.1 2014/04/02 15:14:13 tomwij Exp $
53
54 EAPI="5"
55
56 PYTHON_COMPAT=( python2_{6,7} )
57 PYTHON_REQ_USE="tk(+),xml(+)"
58
59 inherit distutils-r1
60
61 DESCRIPTION="Natural Language Toolkit"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63 HOMEPAGE="http://nltk.org/"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
68
69 RDEPEND="${RDEPEND}
70 dev-python/numpy[${PYTHON_USEDEP}]
71 dev-python/pyyaml[${PYTHON_USEDEP}]"
72
73 DEPEND="${RDEPEND}
74 app-arch/unzip"