summaryrefslogtreecommitdiff
blob: cb10996a8d2d12b6f9c9821da328b59df1f45358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EGIT_REPO_URI="git://github.com/toastdriven/${PN}.git"

inherit distutils git

DESCRIPTION="Modular search for django"
HOMEPAGE="http://haystacksearch.org"
SRC_URI=""

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="dev-python/django
	>=dev-python/Whoosh-0.3"