commit:     a8e566bc12b3d9986f5c28b761c193745259c99f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 09:52:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 13:25:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e566bc

dev-python/nltk: Clean old up

 dev-python/nltk/Manifest          |  2 --
 dev-python/nltk/nltk-3.0.3.ebuild | 22 ----------------------
 dev-python/nltk/nltk-3.2.2.ebuild | 21 ---------------------
 3 files changed, 45 deletions(-)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 2d23f41def2..8d078622448 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,4 +1,2 @@
-DIST nltk-3.0.3.tar.gz 1011266 BLAKE2B 
a53f2e628a49c8aa9fbacab9d651a899b1a7d54fa0f393426f07244e013af525f550112351fe42e6e4fcaf59e2a313d1055b62c0190c362d580c72fbb9bb6313
 SHA512 
b058642670166bff538e2c1c417ffb2e57a217a9f3a056475ad47ffa222df7237bfb4ac00a58952dc6f79f12a32e3a40bf53a96262a4b3caced64c2c09abdfc3
-DIST nltk-3.2.2.tar.gz 1153499 BLAKE2B 
1bc7d95e8afdfe30cff1b8bab47cef9f3ef4212adffe066de26028efa423a2c4e1aa96f35c135f8a71070c54f8a61a1d9665f791be474a6f2be27302d2bf1aad
 SHA512 
7a9aba4db26bc091bcba248156f74353a55cae0301ff3d675e55615967a0a1163d2d1db4e4bc51a953ced3c28d0b330a7949f4f9ec3621df300dcad23877a556
 DIST nltk-3.2.3.tar.gz 1166282 BLAKE2B 
803dc1a8ec80a17538c2164d5ee0eca201be2307bbf3e08093a55cee93e9a539d8b48ea42c8ad84b540922355bf0b151ae04338d8505378a89173159d7464b76
 SHA512 
2e5c0899c29f61166b2e161e62e81fd35e045bda979fbfa662bf9ad1349be4aae6aabe4b9de34905e2abbc05b06a096480829fd66638efa35cd5c866f76c62e8
 DIST nltk-3.2.5.tar.gz 1188856 BLAKE2B 
316e5955d2f90c351673ee9d3f0cc159babbcae08104518db62e796b422dcbf51668001b06b5d5dc399613d4db0ed39ff7dd15ad15d6f6c64e10c73a4d53bc06
 SHA512 
967b209ce3dde5296dafac16b91bff3894ff1a3f073c76974fd9193912597c82d2d1c50d4419052da77ab66f798f230f725b83f31368a95cacf94d46e45055de

diff --git a/dev-python/nltk/nltk-3.0.3.ebuild 
b/dev-python/nltk/nltk-3.0.3.ebuild
deleted file mode 100644
index 57605e0d4fd..00000000000
--- a/dev-python/nltk/nltk-3.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}]"

diff --git a/dev-python/nltk/nltk-3.2.2.ebuild 
b/dev-python/nltk/nltk-3.2.2.ebuild
deleted file mode 100644
index 79fb3644aae..00000000000
--- a/dev-python/nltk/nltk-3.2.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE="sqlite,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}] )"
-DEPEND="${RDEPEND}"

Reply via email to