idella4 14/08/11 03:18:42 Modified: ChangeLog Added: django-haystack-2.2.0.ebuild Log: bump, fixes Bug #519422 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/django-haystack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-haystack/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 14 Jun 2014 02:47:22 -0000 1.1 +++ ChangeLog 11 Aug 2014 03:18:42 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/django-haystack # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-haystack/ChangeLog,v 1.1 2014/06/14 02:47:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-haystack/ChangeLog,v 1.2 2014/08/11 03:18:42 idella4 Exp $ + +*django-haystack-2.2.0 (11 Aug 2014) + + 11 Aug 2014; Ian Delaney <idel...@gentoo.org> +django-haystack-2.2.0.ebuild: + bump, fixes Bug #519422 *django-haystack-2.1.0.ebuild (14 Jun 2014) 1.1 dev-python/django-haystack/django-haystack-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild?rev=1.1&content-type=text/plain Index: django-haystack-2.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild,v 1.1 2014/08/11 03:18:42 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,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}]" 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 }