summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-haystack/django-haystack-9999.ebuild')
-rw-r--r--dev-python/django-haystack/django-haystack-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/django-haystack/django-haystack-9999.ebuild b/dev-python/django-haystack/django-haystack-9999.ebuild
new file mode 100644
index 000000000..96cfe3a5b
--- /dev/null
+++ b/dev-python/django-haystack/django-haystack-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 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.2"