mgorny      14/05/26 16:41:11

  Modified:             gnome-python-base-2.28.1-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-base/gnome-python-base-2.28.1-r1.ebuild

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

Index: gnome-python-base-2.28.1-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-base-2.28.1-r1.ebuild  26 May 2014 16:18:05 -0000      1.1
+++ gnome-python-base-2.28.1-r1.ebuild  26 May 2014 16:41:11 -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-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.1 2014/05/26 16:18:05 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.2 2014/05/26 16:41:11 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -36,7 +36,7 @@
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-pkg_setup() {
-       G2CONF="${G2CONF} --disable-allbindings"
-       python-any-r1_pkg_setup
+src_configure() {
+       gnome2_src_configure \
+               --disable-allbindings
 }



1.44                 dev-python/gnome-python-base/ChangeLog

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

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




Reply via email to