diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:19:01 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-15 11:31:58 +0100 |
commit | 813f4dba963b121761356f363136d3ae1a1f57c6 (patch) | |
tree | c58f3d469fe93ed62b7ce5881d329471928a310d /dev-python/pyndex | |
parent | 48beb1af2ded7de108b4bbbb6b7995485b22c461 (diff) | |
download | gentoo-813f4dba963b121761356f363136d3ae1a1f57c6.tar.gz gentoo-813f4dba963b121761356f363136d3ae1a1f57c6.tar.xz |
dev-python/pyndex: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pyndex')
-rw-r--r-- | dev-python/pyndex/pyndex-0.3.2a.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pyndex/pyndex-0.3.2a.ebuild b/dev-python/pyndex/pyndex-0.3.2a.ebuild deleted file mode 100644 index 818eeaf6255..00000000000 --- a/dev-python/pyndex/pyndex-0.3.2a.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -MY_PN="Pyndex" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Simple and fast Python full-text indexer (aka search engine) using Metakit as its back-end" -HOMEPAGE="http://www.divmod.org/Pyndex/index.html" -SRC_URI="mirror://sourceforge/pyndex/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND=">=dev-db/metakit-2.4.9.2[python]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" |