jlec        15/01/23 11:57:49

  Modified:             funcsigs-0.4.ebuild ChangeLog
  Log:
  dev-python/funcsigs: Drop shadowing double declaration of DEPEND, #537340
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  dev-python/funcsigs/funcsigs-0.4.ebuild

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

Index: funcsigs-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- funcsigs-0.4.ebuild 27 Jun 2014 01:50:48 -0000      1.2
+++ funcsigs-0.4.ebuild 23 Jan 2015 11:57:49 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.2 2014/06/27 01:50:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/funcsigs-0.4.ebuild,v 
1.3 2015/01/23 11:57:49 jlec Exp $
 
 EAPI=5
 
@@ -17,8 +17,10 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+RDEPEND=""
 
 python_test() {
        esetup.py test



1.3                  dev-python/funcsigs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   27 Jun 2014 01:50:48 -0000      1.2
+++ ChangeLog   23 Jan 2015 11:57:49 -0000      1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/funcsigs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.2 
2014/06/27 01:50:48 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/funcsigs/ChangeLog,v 1.3 
2015/01/23 11:57:49 jlec Exp $
+
+  23 Jan 2015; Justin Lecher <[email protected]> funcsigs-0.4.ebuild:
+  Drop shadowing double declaration of DEPEND, #537340
 
   27 Jun 2014; Ian Delaney <[email protected]> funcsigs-0.4.ebuild:
   add pypy, correct deps, fixes bug #513898 by Patrick




Reply via email to