summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-02 22:32:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-08-02 22:32:46 +0000
commit0963db9d7e0191b1ba73e9fb4ea7f30553fa9759 (patch)
tree2d4a9b17372b631ad9b6eacf09390b9568773455 /dev-python/nltk
parentMask www-servers/skunkweb for removal. See bug 451790. (diff)
downloadgentoo-2-0963db9d7e0191b1ba73e9fb4ea7f30553fa9759.tar.gz
gentoo-2-0963db9d7e0191b1ba73e9fb4ea7f30553fa9759.tar.bz2
gentoo-2-0963db9d7e0191b1ba73e9fb4ea7f30553fa9759.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/nltk')
-rw-r--r--dev-python/nltk/ChangeLog5
-rw-r--r--dev-python/nltk/nltk-2.0_beta9.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-python/nltk/ChangeLog b/dev-python/nltk/ChangeLog
index 5ddc8721579a..e81a5aa8e624 100644
--- a/dev-python/nltk/ChangeLog
+++ b/dev-python/nltk/ChangeLog
@@ -1,6 +1,9 @@
# 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.24 2015/08/02 18:34:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.25 2015/08/02 22:32:46 mrueg Exp $
+
+ 02 Aug 2015; Manuel Rüger <mrueg@gentoo.org> -nltk-2.0_beta9.ebuild:
+ Remove old.
02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> nltk-2.0.4.ebuild:
Stable for x86, wrt bug #533294
diff --git a/dev-python/nltk/nltk-2.0_beta9.ebuild b/dev-python/nltk/nltk-2.0_beta9.ebuild
deleted file mode 100644
index da200e891ced..000000000000
--- a/dev-python/nltk/nltk-2.0_beta9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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-2.0_beta9.ebuild,v 1.8 2015/03/18 02:14:08 zerochaos Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-
-inherit distutils
-
-MY_P=${P/_beta/b}
-DESCRIPTION="Natural Language Toolkit"
-SRC_URI="http://nltk.googlecode.com/files/${MY_P}.zip"
-HOMEPAGE="http://nltk.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-python/numpy
- dev-python/pyyaml"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}