idella4     14/07/04 15:11:52

  Modified:             wsgiproxy2-0.4.1.ebuild ChangeLog
  Log:
  add missing dep setuptools, fixes Bug #515744
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild

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

Index: wsgiproxy2-0.4.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wsgiproxy2-0.4.1.ebuild     23 May 2014 07:33:25 -0000      1.2
+++ wsgiproxy2-0.4.1.ebuild     4 Jul 2014 15:11:52 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.2 
2014/05/23 07:33:25 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.3 
2014/07/04 15:11:52 idella4 Exp $
 
 EAPI=5
 
@@ -23,7 +23,8 @@
        dev-python/requests[${PYTHON_USEDEP}]
        dev-python/webob[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
+DEPEND=        "dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( ${RDEPEND}
                dev-python/webtest[${PYTHON_USEDEP}]
                dev-python/socketpool[${PYTHON_USEDEP}]
                dev-python/restkit[$(python_gen_usedep python2_7)] )"



1.8                  dev-python/wsgiproxy2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   23 May 2014 07:33:25 -0000      1.7
+++ ChangeLog   4 Jul 2014 15:11:52 -0000       1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wsgiproxy2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.7 
2014/05/23 07:33:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.8 
2014/07/04 15:11:52 idella4 Exp $
+
+  04 Jul 2014; Ian Delaney <[email protected]> wsgiproxy2-0.4.1.ebuild:
+  add missing dep setuptools, fixes Bug #515744
 
   23 May 2014; Ian Delaney <[email protected]> wsgiproxy2-0.4.1.ebuild:
   drop py2.6, add IUSE doc, doc build, fix everything




Reply via email to