public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: metadata.xml virtualenv-1.9.1-r1.ebuild ChangeLog
@ 2013-08-21 14:02 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-08-21 14:02 UTC (permalink / raw
  To: gentoo-commits

jlec        13/08/21 14:02:03

  Modified:             metadata.xml virtualenv-1.9.1-r1.ebuild ChangeLog
  Log:
  dev-python/virtualenv: Add missing call of distutils-r1_python_install_all
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  dev-python/virtualenv/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	31 Mar 2012 17:02:48 -0000	1.2
+++ metadata.xml	21 Aug 2013 14:02:03 -0000	1.3
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>python</herd>
-	<upstream>
-		<remote-id type="pypi">virtualenv</remote-id>
-	</upstream>
+  <herd>python</herd>
+  <upstream>
+    <remote-id type="pypi">virtualenv</remote-id>
+  </upstream>
 </pkgmetadata>



1.11                 dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?r1=1.10&r2=1.11

Index: virtualenv-1.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- virtualenv-1.9.1-r1.ebuild	10 Aug 2013 13:28:53 -0000	1.10
+++ virtualenv-1.9.1-r1.ebuild	21 Aug 2013 14:02:03 -0000	1.11
@@ -1,9 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.10 2013/08/10 13:28:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.11 2013/08/21 14:02:03 jlec Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -38,6 +39,7 @@
 }
 
 python_install_all() {
+	distutils-r1_python_install_all
 	use doc && dohtml -r docs/_build/html/
 }
 



1.97                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	10 Aug 2013 13:28:53 -0000	1.96
+++ ChangeLog	21 Aug 2013 14:02:03 -0000	1.97
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.96 2013/08/10 13:28:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.97 2013/08/21 14:02:03 jlec Exp $
+
+  21 Aug 2013; Justin Lecher <jlec@gentoo.org> virtualenv-1.9.1-r1.ebuild,
+  metadata.xml:
+  Add missing call of distutils-r1_python_install_all
 
   10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
   Stable for arm, wrt bug #477970





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-21 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 14:02 [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: metadata.xml virtualenv-1.9.1-r1.ebuild ChangeLog Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox