aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/nltk/nltk-2.0.1_rc1.ebuild')
-rw-r--r--sci-misc/nltk/nltk-2.0.1_rc1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild b/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
deleted file mode 100644
index ca32ec655..000000000
--- a/sci-misc/nltk/nltk-2.0.1_rc1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_USE_WITH="tk"
-RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_MODNAME="nltk_contrib nltk"
-
-inherit distutils eutils
-
-DESCRIPTION="Natural language processing tool collection"
-HOMEPAGE="http://www.nltk.org/"
-SRC_URI="http://${PN}.googlecode.com/files/${P/_rc/rc}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- dev-python/numpy
- dev-python/matplotlib
- dev-python/pyyaml
- >=app-dicts/wordnet-2.0
- sci-misc/pywordnet"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${P/_rc/rc}