idella4     15/06/08 06:59:01

  Modified:             django-haystack-2.2.0.ebuild
                        django-haystack-2.3.1.ebuild ChangeLog
  Log:
  add dep sphinx for doc build
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild?r1=1.3&r2=1.4

Index: django-haystack-2.2.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- django-haystack-2.2.0.ebuild        8 Mar 2015 23:44:28 -0000       1.3
+++ django-haystack-2.2.0.ebuild        8 Jun 2015 06:59:01 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.3 2015/03/08 23:44:28 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-haystack/django-haystack-2.2.0.ebuild,v
 1.4 2015/06/08 06:59:01 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,9 @@
 KEYWORDS="amd64 x86"
 IUSE="doc"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
 RDEPEND=">=dev-python/django-1.5.8[${PYTHON_USEDEP}]"
 
 python_compile_all() {



1.2                  dev-python/django-haystack/django-haystack-2.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.3.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/django-haystack-2.3.1.ebuild?r1=1.1&r2=1.2

Index: django-haystack-2.3.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/django-haystack/django-haystack-2.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-haystack-2.3.1.ebuild        8 Apr 2015 07:37:50 -0000       1.1
+++ django-haystack-2.3.1.ebuild        8 Jun 2015 06:59:01 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.3.1.ebuild,v
 1.1 2015/04/08 07:37:50 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-haystack/django-haystack-2.3.1.ebuild,v
 1.2 2015/06/08 06:59:01 idella4 Exp $
 
 EAPI=5
 
@@ -31,6 +31,7 @@
                dev-python/python-dateutil[${PYTHON_USEDEP}]
                dev-python/whoosh[${PYTHON_USEDEP}]
        )
+       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        "
 
 RESTRICT="test"



1.7                  dev-python/django-haystack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-haystack/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Jun 2015 17:10:46 -0000       1.6
+++ ChangeLog   8 Jun 2015 06:59:01 -0000       1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-haystack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-haystack/ChangeLog,v 1.6 
2015/06/03 17:10:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-haystack/ChangeLog,v 1.7 
2015/06/08 06:59:01 idella4 Exp $
+
+  08 Jun 2015; Ian Delaney <[email protected]> django-haystack-2.2.0.ebuild,
+  django-haystack-2.3.1.ebuild:
+  add dep sphinx for doc build
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml




Reply via email to