summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-02 23:52:38 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 10:11:27 +0100
commita5844b9dcfa5f7145a153c714817901fb8059ff3 (patch)
tree068b383f2e5693f30046344926c715ca04d0b3bf /dev-python/django-haystack
parentdev-python/django-debug-toolbar: Clean old up (diff)
downloadgentoo-a5844b9dcfa5f7145a153c714817901fb8059ff3.tar.gz
gentoo-a5844b9dcfa5f7145a153c714817901fb8059ff3.tar.bz2
gentoo-a5844b9dcfa5f7145a153c714817901fb8059ff3.zip
dev-python/django-haystack: Clean old up
Diffstat (limited to 'dev-python/django-haystack')
-rw-r--r--dev-python/django-haystack/Manifest1
-rw-r--r--dev-python/django-haystack/django-haystack-2.2.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest
index 4e24edb01a26..1b1b561fee70 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 8820d8c4ac27..000000000000
--- 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
-}