summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-04 16:25:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-04 16:25:23 +0000
commit97921610ebeee7b2988f69256f82701e4231bce2 (patch)
tree3f63b9fd123827a01e8b19ce1a78e1b8638d3fe7 /dev-python/pyenchant
parentInitial commit. (diff)
downloadhistorical-97921610ebeee7b2988f69256f82701e4231bce2.tar.gz
historical-97921610ebeee7b2988f69256f82701e4231bce2.tar.bz2
historical-97921610ebeee7b2988f69256f82701e4231bce2.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pyenchant')
-rw-r--r--dev-python/pyenchant/pyenchant-1.1.5.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/pyenchant/pyenchant-1.1.5.ebuild b/dev-python/pyenchant/pyenchant-1.1.5.ebuild
deleted file mode 100644
index bf6e123bf61d..000000000000
--- a/dev-python/pyenchant/pyenchant-1.1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.1.5.ebuild,v 1.9 2009/06/03 12:39:48 fmccor Exp $
-
-inherit distutils
-
-DESCRIPTION="Python wrapper for the Enchant spellchecking wrapper library"
-SRC_URI="mirror://sourceforge/pyenchant/${P}.tar.gz"
-HOMEPAGE="http://pyenchant.sourceforge.net"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-LICENSE="LGPL-2.1"
-
-DEPEND=">=dev-lang/python-2.3
- >=app-text/enchant-1.1.6
- >=dev-python/setuptools-0.6_alpha11"
-
-DOCS="TODO.txt"
-
-src_test() {
- "${python}" setup.py test || die "test failed"
-}