mgorny      14/05/26 16:47:04

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

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

Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-extras-base-2.25.3-r1.ebuild   26 May 2014 16:29:55 -0000      
1.1
+++ gnome-python-extras-base-2.25.3-r1.ebuild   26 May 2014 16:47:04 -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-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.1 2014/05/26 16:29:55 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.2 2014/05/26 16:47:04 mgorny Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
@@ -35,14 +35,14 @@
 
 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
 
-pkg_setup() {
-       G2CONF="${G2CONF} --disable-allbindings"
-       python-any-r1_pkg_setup
-}
-
 src_prepare() {
        epatch "${FILESDIR}/${P}-python-libs.patch" #344231
        sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
        eautoreconf
        gnome2_src_prepare
 }
+
+src_configure() {
+       gnome2_src_configure \
+               --disable-allbindings
+}



1.27                 dev-python/gnome-python-extras-base/ChangeLog

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

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




Reply via email to