mgorny      14/05/26 16:46:38

  Modified:             gnome-python-desktop-base-2.32.0-r1.ebuild
                        ChangeLog
  Log:
  Use explicit src_configure() instead of G2CONF.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  
dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild?r1=1.1&r2=1.2

Index: gnome-python-desktop-base-2.32.0-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-desktop-base-2.32.0-r1.ebuild  26 May 2014 16:28:44 -0000      
1.1
+++ gnome-python-desktop-base-2.32.0-r1.ebuild  26 May 2014 16:46:38 -0000      
1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
 1.1 2014/05/26 16:28:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild,v
 1.2 2014/05/26 16:46:38 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -32,13 +32,13 @@
 
 RESTRICT="test"
 
-pkg_setup() {
-       DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
-       G2CONF="${G2CONF} --disable-allbindings"
-       python-any-r1_pkg_setup
-}
-
 src_prepare() {
        gnome2_src_prepare
        python_fix_shebang .
 }
+
+src_configure() {
+       DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
+       gnome2_src_configure \
+               --disable-allbindings
+}



1.52                 dev-python/gnome-python-desktop-base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.52&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?rev=1.52&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   26 May 2014 16:28:44 -0000      1.51
+++ ChangeLog   26 May 2014 16:46:38 -0000      1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-desktop-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.51 
2014/05/26 16:28:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.52 
2014/05/26 16:46:38 mgorny Exp $
+
+  26 May 2014; Michał Górny <mgo...@gentoo.org>
+  gnome-python-desktop-base-2.32.0-r1.ebuild:
+  Use explicit src_configure() instead of G2CONF.
 
 *gnome-python-desktop-base-2.32.0-r1 (26 May 2014)
 




Reply via email to