floppym     14/11/23 16:26:09

  Modified:             dbus-python-1.2.0.ebuild ChangeLog
  Log:
  Update py-compile to fix pyc file installation, bug 529502.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.16                 dev-python/dbus-python/dbus-python-1.2.0.ebuild

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

Index: dbus-python-1.2.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dbus-python-1.2.0.ebuild    20 Jun 2014 16:05:41 -0000      1.15
+++ dbus-python-1.2.0.ebuild    23 Nov 2014 16:26:09 -0000      1.16
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.15 
2014/06/20 16:05:41 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.16 
2014/11/23 16:26:09 floppym Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
-inherit eutils python-r1
+inherit autotools eutils python-r1
 
 DESCRIPTION="Python bindings for the D-Bus messagebus"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings 
http://dbus.freedesktop.org/doc/dbus-python/";
@@ -30,6 +30,8 @@
        test? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )"
 
 src_prepare() {
+       # Update py-compile, bug 529502.
+       eautoreconf
        python_copy_sources
 }
 



1.141                dev-python/dbus-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   20 Jun 2014 16:05:41 -0000      1.140
+++ ChangeLog   23 Nov 2014 16:26:09 -0000      1.141
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/dbus-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.140 
2014/06/20 16:05:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.141 
2014/11/23 16:26:09 floppym Exp $
+
+  23 Nov 2014; Mike Gilbert <[email protected]> dbus-python-1.2.0.ebuild:
+  Update py-compile to fix pyc file installation, bug 529502.
 
   20 Jun 2014; Ian Delaney <[email protected]> dbus-python-1.2.0.ebuild:
   add py3.4 support




Reply via email to