diff options
author | 2009-08-16 21:07:18 +0000 | |
---|---|---|
committer | 2009-08-16 21:07:18 +0000 | |
commit | 2d3d5312f288b89a6f696bbb676af982e4c9d533 (patch) | |
tree | bda3064eca80f2b24f06c204b588985c1e44673f /dev-python/django-haystack/django-haystack-9999.ebuild | |
parent | dev-python/Whoosh: New ebuilds for dev-python/Whoosh (bug #281095), one for c... (diff) | |
download | sunrise-2d3d5312f288b89a6f696bbb676af982e4c9d533.tar.gz sunrise-2d3d5312f288b89a6f696bbb676af982e4c9d533.tar.bz2 sunrise-2d3d5312f288b89a6f696bbb676af982e4c9d533.zip |
dev-python/django-haystack: New ebuild for dev-python/django-haystack (bug #281096).
svn path=/sunrise/; revision=9032
Diffstat (limited to 'dev-python/django-haystack/django-haystack-9999.ebuild')
-rw-r--r-- | dev-python/django-haystack/django-haystack-9999.ebuild | 19 |
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" |