Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-haystack/
Date: Wed, 03 Jan 2018 09:12:08
Message-Id: 1514970687.a5844b9dcfa5f7145a153c714817901fb8059ff3.mgorny@gentoo
1 commit: a5844b9dcfa5f7145a153c714817901fb8059ff3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:52:38 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5844b9d
7
8 dev-python/django-haystack: Clean old up
9
10 dev-python/django-haystack/Manifest | 1 -
11 .../django-haystack/django-haystack-2.2.0.ebuild | 30 ----------------------
12 2 files changed, 31 deletions(-)
13
14 diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest
15 index 4e24edb01a2..1b1b561fee7 100644
16 --- a/dev-python/django-haystack/Manifest
17 +++ b/dev-python/django-haystack/Manifest
18 @@ -1,2 +1 @@
19 -DIST django-haystack-2.2.0.tar.gz 155409 BLAKE2B 2fbb97b2af2a4b4ed0c3c9877455565811b4feb480b38020487cbd9b9be095c172781b85a2a3b0a4e202d06990699a8f2f215e10cde2472979c7181a4637f548 SHA512 7bc27965650a759874c7e90b332994930a9318a4ca01245b04ade97559a6a125655c8a4fc182a3bcac63dbcd4bce76e71950218dff3116d3092d96f94e63e137
20 DIST django-haystack-2.4.1.tar.gz 160757 BLAKE2B b45fa7f3db1b90736090dcee3a044377c3906c212df6927f9b712b8a8e6d82e6ce5a56e6d85c32281ec98e8df2a256ae9c0ed9d91fc5f0bf45cf47a1cb55e064 SHA512 5d711e13abf3fa7db5cbac31ddcdc2842aafb844cfafd8bad792aca8dfae8f91fa7586af8aacf266bb12e02aa04ad9aecfe903ae40d10f72ba38e0c4b1b1b298
21
22 diff --git a/dev-python/django-haystack/django-haystack-2.2.0.ebuild b/dev-python/django-haystack/django-haystack-2.2.0.ebuild
23 deleted file mode 100644
24 index 8820d8c4ac2..00000000000
25 --- a/dev-python/django-haystack/django-haystack-2.2.0.ebuild
26 +++ /dev/null
27 @@ -1,30 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
33 -
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="Pluggable search for Django"
37 -HOMEPAGE="http://haystacksearch.org/"
38 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -IUSE="doc"
44 -
45 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
46 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
47 -
48 -RDEPEND=">=dev-python/django-1.5.8[${PYTHON_USEDEP}]"
49 -
50 -python_compile_all() {
51 - use doc && emake -C docs html
52 -}
53 -
54 -python_install_all() {
55 - use doc && HTML_DOCS=( docs/_build/html/. )
56 - distutils-r1_python_install_all
57 -}