summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/django-haystack/ChangeLog40
-rw-r--r--dev-python/django-haystack/Manifest4
-rw-r--r--dev-python/django-haystack/django-haystack-1.0.1.ebuild24
-rw-r--r--dev-python/django-haystack/metadata.xml5
-rw-r--r--profiles/package.mask5
5 files changed, 0 insertions, 78 deletions
diff --git a/dev-python/django-haystack/ChangeLog b/dev-python/django-haystack/ChangeLog
deleted file mode 100644
index 498e80b81..000000000
--- a/dev-python/django-haystack/ChangeLog
+++ /dev/null
@@ -1,40 +0,0 @@
-# ChangeLog for dev-python/django-haystack
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 31 Dec 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- django-haystack-1.0.1.ebuild:
- USE mirror:// as cloud.github.com is in thirdpartymirrors
-
- 27 May 2011; Michał Górny <mgorny@gentoo.org> django-haystack-1.0.1.ebuild:
- EAPI bump.
-
- 15 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- django-haystack-1.0.1.ebuild:
- Add explicit python inherit.
-
- 08 Apr 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- django-haystack-1.0.1.ebuild:
- Add support for Python ABIs and adjust the Python depend.
-
- 07 Apr 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- -django-haystack-9999.ebuild:
- Drop the live version (it should have been dropped as soon as the release
- one was added).
-
- 08 Feb 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- django-haystack-1.0.1.ebuild:
- Confirmed working on x86.
-
- 08 Feb 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- +django-haystack-1.0.1.ebuild:
- Add an ebuild for release version.
-
- 20 Sep 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- django-haystack-9999.ebuild:
- Upstream has bumped Whoosh backend.
-
- 16 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
- +django-haystack-9999.ebuild, +metadata.xml:
- New ebuild for dev-python/django-haystack (bug #281096).
-
diff --git a/dev-python/django-haystack/Manifest b/dev-python/django-haystack/Manifest
deleted file mode 100644
index af0c8b428..000000000
--- a/dev-python/django-haystack/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST django-haystack-1.0.1-final.tar.gz 119950 RMD160 d8479365e25e7507939753c365a217bf226d39a4 SHA1 1e99c1a57272cbac482ea0d390c5a320713286d6 SHA256 dbbd51989b48274d424f2f62c83ad50c35953c8cb76f769ad9cac4edff58f327
-EBUILD django-haystack-1.0.1.ebuild 488 RMD160 a44e93a575e575fb7c9526d468a62f535ea1e129 SHA1 01a50ab9a897350d149c2cb8f6e4738a7d43cdd3 SHA256 4b8e4c2c0a65b0f8e030b5091619ccb958ed1812d35b81bc43a775fd46b3b7d9
-MISC ChangeLog 1414 RMD160 9429ccca291ad70d87acee1cbcac3e98812b556a SHA1 b0d27882416b6a10b1ea3d872f07b66d4385ce20 SHA256 2759235df1bcdb106a0c8a8de598d2aae692d88cd1e668f9065c0e49402ff01c
-MISC metadata.xml 209 RMD160 184537d7a401571abe0e5cbf9258ba3947d19382 SHA1 f2ea13baedca19e24be6ed7c3e6b765f7ff67cba SHA256 b0f0595f625235a62d9d40753827ae160e42156371fd9568bd2779042517f5e8
diff --git a/dev-python/django-haystack/django-haystack-1.0.1.ebuild b/dev-python/django-haystack/django-haystack-1.0.1.ebuild
deleted file mode 100644
index 304a9618c..000000000
--- a/dev-python/django-haystack/django-haystack-1.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND=2
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils python
-
-DESCRIPTION="Modular search for django"
-HOMEPAGE="http://haystacksearch.org"
-SRC_URI="mirror://github/toastdriven/${PN}/${P}-final.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/django
- >=dev-python/Whoosh-0.3"
-
-S=${WORKDIR}/${PN}
diff --git a/dev-python/django-haystack/metadata.xml b/dev-python/django-haystack/metadata.xml
deleted file mode 100644
index f9d4a986f..000000000
--- a/dev-python/django-haystack/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 0c61c9f67..2f95a7d1d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -26,11 +26,6 @@
# all and fixes are not yet prophesied. See bug 306439 comment 4.
app-portage/portage-jobsmon
-# Thomas Sachau <tommy@gentoo.org> (19 Dez 2011)
-# Masking for removal, outdated and missing sources
-# for the current version
-dev-python/django-haystack
-
# Laurento Frittella <laurento.frittella@gmail.com> (16 Jun 2010)
# masked as it bundles net-misc/mimms package. bad security practice
media-tv/tv-player