Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/nltk/
Date: Wed, 04 Dec 2013 15:00:43
Message-Id: 1386168824.15ca70ddb9583fbd54d5b5173e4e6dc95c6bf4d5.jlec@gentoo
1 commit: 15ca70ddb9583fbd54d5b5173e4e6dc95c6bf4d5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 14:53:44 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 14:53:44 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15ca70dd
7
8 sci-misc/nltk: Version BUmp; Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-misc/nltk/ChangeLog | 6 +++++-
14 sci-misc/nltk/metadata.xml | 8 ++++----
15 sci-misc/nltk/nltk-2.0.1_rc1.ebuild | 32 --------------------------------
16 sci-misc/nltk/nltk-2.0.4.ebuild | 29 +++++++++++++++++++++++++++++
17 4 files changed, 38 insertions(+), 37 deletions(-)
18
19 diff --git a/sci-misc/nltk/ChangeLog b/sci-misc/nltk/ChangeLog
20 index 34b5817..de37c4a 100644
21 --- a/sci-misc/nltk/ChangeLog
22 +++ b/sci-misc/nltk/ChangeLog
23 @@ -1,7 +1,11 @@
24 # ChangeLog for sci-misc/nltk
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 + 04 Dec 2013; Justin Lecher <jlec@g.o> -nltk-2.0.1_rc1.ebuild,
30 + +nltk-2.0.4.ebuild, metadata.xml:
31 + Version BUmp; Bump to distutils-r1 eclass
32 +
33 25 Oct 2011; Justin Lecher <jlec@g.o> metadata.xml:
34 Removed no-herd from herd tag in metadata.xml
35
36
37 diff --git a/sci-misc/nltk/metadata.xml b/sci-misc/nltk/metadata.xml
38 index bd5a488..eefdbc1 100644
39 --- a/sci-misc/nltk/metadata.xml
40 +++ b/sci-misc/nltk/metadata.xml
41 @@ -1,10 +1,10 @@
42 <?xml version="1.0" encoding="UTF-8"?>
43 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
44 <pkgmetadata>
45 - <maintainer>
46 - <email>flammie@g.o</email>
47 - </maintainer>
48 - <longdescription>
49 + <maintainer>
50 + <email>flammie@g.o</email>
51 + </maintainer>
52 + <longdescription>
53 NLTK is collection of natural language tools written in python language. It
54 also contains huge corpora.
55 </longdescription>
56
57 diff --git a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
58 deleted file mode 100644
59 index ca32ec6..0000000
60 --- a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
61 +++ /dev/null
62 @@ -1,32 +0,0 @@
63 -# Copyright 1999-2011 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Header: $
66 -
67 -EAPI=3
68 -
69 -PYTHON_DEPEND="2"
70 -SUPPORT_PYTHON_ABIS="1"
71 -PYTHON_USE_WITH="tk"
72 -RESTRICT_PYTHON_ABIS="3.*"
73 -PYTHON_MODNAME="nltk_contrib nltk"
74 -
75 -inherit distutils eutils
76 -
77 -DESCRIPTION="Natural language processing tool collection"
78 -HOMEPAGE="http://www.nltk.org/"
79 -SRC_URI="http://${PN}.googlecode.com/files/${P/_rc/rc}.zip"
80 -
81 -LICENSE="GPL-2"
82 -SLOT="0"
83 -KEYWORDS=""
84 -IUSE=""
85 -
86 -DEPEND="
87 - dev-python/numpy
88 - dev-python/matplotlib
89 - dev-python/pyyaml
90 - >=app-dicts/wordnet-2.0
91 - sci-misc/pywordnet"
92 -RDEPEND="${DEPEND}"
93 -
94 -S="${WORKDIR}"/${P/_rc/rc}
95
96 diff --git a/sci-misc/nltk/nltk-2.0.4.ebuild b/sci-misc/nltk/nltk-2.0.4.ebuild
97 new file mode 100644
98 index 0000000..2e01438
99 --- /dev/null
100 +++ b/sci-misc/nltk/nltk-2.0.4.ebuild
101 @@ -0,0 +1,29 @@
102 +# Copyright 1999-2013 Gentoo Foundation
103 +# Distributed under the terms of the GNU General Public License v2
104 +# $Header: $
105 +
106 +EAPI=5
107 +
108 +PYTHON_COMPAT=( python{2_6,2_7} )
109 +PYTHON_REQ_USE="tk"
110 +
111 +inherit distutils-r1
112 +
113 +DESCRIPTION="Natural language processing tool collection"
114 +HOMEPAGE="http://www.nltk.org/"
115 +SRC_URI="https://github.com/nltk/nltk/archive/2.0.4.tar.gz -> ${P}.tar.gz"
116 +
117 +LICENSE="GPL-2"
118 +SLOT="0"
119 +KEYWORDS=""
120 +IUSE=""
121 +
122 +DEPEND="
123 + dev-python/numpy[${PYTHON_USEDEP}]
124 + dev-python/matplotlib[${PYTHON_USEDEP}]
125 + dev-python/pyyaml[${PYTHON_USEDEP}]
126 + >=app-dicts/wordnet-2.0
127 + sci-misc/pywordnet[${PYTHON_USEDEP}]"
128 +RDEPEND="${DEPEND}"
129 +
130 +S="${WORKDIR}"/${P/_rc/rc}