mgorny      14/04/19 17:53:25

  Modified:             pmw-1.ebuild ChangeLog
  Log:
  Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  virtual/pmw/pmw-1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/pmw-1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/pmw-1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/pmw-1.ebuild?r1=1.3&r2=1.4

Index: pmw-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pmw/pmw-1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pmw-1.ebuild        5 Sep 2013 19:44:50 -0000       1.3
+++ pmw-1.ebuild        19 Apr 2014 17:53:25 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/pmw-1.ebuild,v 1.3 2013/09/05 
19:44:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/pmw-1.ebuild,v 1.4 2014/04/19 
17:53:25 mgorny Exp $
 
 EAPI=5
 
@@ -18,9 +18,5 @@
 IUSE=""
 
 RDEPEND="
-       $(python_gen_cond_dep \
-               "dev-python/pmw:py2[$(python_gen_usedep 'python2*')]" \
-               python2*)
-       $(python_gen_cond_dep \
-               "dev-python/pmw:py3[$(python_gen_usedep 'python3*')]" \
-               python3*)"
+       $(python_gen_cond_dep 'dev-python/pmw:py2[${PYTHON_USEDEP}]' python2*)
+       $(python_gen_cond_dep 'dev-python/pmw:py3[${PYTHON_USEDEP}]' python3*)"



1.4                  virtual/pmw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Sep 2013 19:44:50 -0000       1.3
+++ ChangeLog   19 Apr 2014 17:53:25 -0000      1.4
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/pmw
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v 1.3 2013/09/05 
19:44:50 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v 1.4 2014/04/19 
17:53:25 mgorny Exp $
+
+  19 Apr 2014; Michał Górny <[email protected]> pmw-1.ebuild:
+  Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
 
   05 Sep 2013; Michał Górny <[email protected]> pmw-1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.




Reply via email to