summaryrefslogtreecommitdiff
blob: e322b7fb549b0ba9d3e339666375ce62b577c18d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyndex/pyndex-0.3.2a.ebuild,v 1.7 2007/07/11 06:19:47 mr_bones_ Exp $

inherit distutils

MY_PN="Pyndex"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pyndex is a simple and fast full-text indexer (aka search engine) implemented in Python. It uses Metakit as its storage 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="ia64 s390 x86"
IUSE=""

DEPEND=">=dev-lang/python-2.2
	>=dev-db/metakit-2.4.9.2"

S=${WORKDIR}/${MY_P}