dev-python/django-haystack: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 22:52:38 +0000 (23:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 3 Jan 2018 09:11:27 +0000 (10:11 +0100)
dev-python/django-haystack/Manifest
dev-python/django-haystack/django-haystack-2.2.0.ebuild [deleted file]

index 4e24edb01a26ca6599dc04a9641b7a1dec4ca933..1b1b561fee70fc2532072058a5b56e29f3a6d46a 100644 (file)
@@ -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 (file)
index 8820d8c..0000000
+++ /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
-}