diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest index 4e24edb01a26c..1b1b561fee70f 100644 --- a/dev-python/django-haystack/Manifest +++ b/dev-python/django-haystack/Manifest @@ -1,2 +1 @@ -DIST django-haystack-2.2.0.tar.gz 155409 BLAKE2B 2fbb97b2af2a4b4ed0c3c9877455565811b4feb480b38020487cbd9b9be095c172781b85a2a3b0a4e202d06990699a8f2f215e10cde2472979c7181a4637f548 SHA512 7bc27965650a759874c7e90b332994930a9318a4ca01245b04ade97559a6a125655c8a4fc182a3bcac63dbcd4bce76e71950218dff3116d3092d96f94e63e137 DIST django-haystack-2.4.1.tar.gz 160757 BLAKE2B b45fa7f3db1b90736090dcee3a044377c3906c212df6927f9b712b8a8e6d82e6ce5a56e6d85c32281ec98e8df2a256ae9c0ed9d91fc5f0bf45cf47a1cb55e064 SHA512 5d711e13abf3fa7db5cbac31ddcdc2842aafb844cfafd8bad792aca8dfae8f91fa7586af8aacf266bb12e02aa04ad9aecfe903ae40d10f72ba38e0c4b1b1b298 diff --git a/dev-python/django-haystack/django-haystack-2.2.0.ebuild b/dev-python/django-haystack/django-haystack-2.2.0.ebuild deleted file mode 100644 index 8820d8c4ac27a..0000000000000 --- a/dev-python/django-haystack/django-haystack-2.2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Pluggable search for Django" -HOMEPAGE="http://haystacksearch.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -RDEPEND=">=dev-python/django-1.5.8[${PYTHON_USEDEP}]" - -python_compile_all() { - use doc && emake -C docs html -} - -python_install_all() { - use doc && HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -}