idella4     14/12/11 23:45:56

  Modified:             reportlab-2.6.ebuild ChangeLog
  Log:
  drop py2.6, add missing call, fixes qa issue bug #529486, cross tested by 
monsieurp
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.17                 dev-python/reportlab/reportlab-2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.16&r2=1.17

Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- reportlab-2.6.ebuild        19 Nov 2014 20:57:16 -0000      1.16
+++ reportlab-2.6.ebuild        11 Dec 2014 23:45:56 -0000      1.17
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 
1.16 2014/11/19 20:57:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 
1.17 2014/12/11 23:45:56 idella4 Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 # Tests crash with pypy
 
 inherit distutils-r1 eutils flag-o-matic prefix
@@ -77,4 +77,5 @@
                insinto /usr/share/doc/${PF}/tools/pythonpoint
                doins -r tools/pythonpoint/demos
        fi
+       distutils-r1_python_install_all
 }



1.108                dev-python/reportlab/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   19 Nov 2014 20:57:16 -0000      1.107
+++ ChangeLog   11 Dec 2014 23:45:56 -0000      1.108
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/reportlab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.107 
2014/11/19 20:57:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.108 
2014/12/11 23:45:56 idella4 Exp $
+
+  11 Dec 2014; Ian Delaney <[email protected]> reportlab-2.6.ebuild:
+  drop py2.6, add missing call, fixes qa issue bug #529486, cross tested by
+  monsieurp
 
   19 Nov 2014; Markus Meier <[email protected]> reportlab-2.6.ebuild:
   arm stable, bug #484698




Reply via email to