Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Date: Mon, 26 May 2014 16:47:07
Message-Id: 20140526164704.52AD12004E@flycatcher.gentoo.org
1 mgorny 14/05/26 16:47:04
2
3 Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
4 Log:
5 Use explicit src_configure() instead of G2CONF.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
11
12 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
13 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
14 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
15
16 Index: gnome-python-extras-base-2.25.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnome-python-extras-base-2.25.3-r1.ebuild 26 May 2014 16:29:55 -0000 1.1
23 +++ gnome-python-extras-base-2.25.3-r1.ebuild 26 May 2014 16:47:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 )
32 @@ -35,14 +35,14 @@
33
34 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
35
36 -pkg_setup() {
37 - G2CONF="${G2CONF} --disable-allbindings"
38 - python-any-r1_pkg_setup
39 -}
40 -
41 src_prepare() {
42 epatch "${FILESDIR}/${P}-python-libs.patch" #344231
43 sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
44 eautoreconf
45 gnome2_src_prepare
46 }
47 +
48 +src_configure() {
49 + gnome2_src_configure \
50 + --disable-allbindings
51 +}
52
53
54
55 1.27 dev-python/gnome-python-extras-base/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.27&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.27&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.26&r2=1.27
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
64 retrieving revision 1.26
65 retrieving revision 1.27
66 diff -u -r1.26 -r1.27
67 --- ChangeLog 26 May 2014 16:29:55 -0000 1.26
68 +++ ChangeLog 26 May 2014 16:47:04 -0000 1.27
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-python/gnome-python-extras-base
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 2014/05/26 16:29:55 mgorny Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.27 2014/05/26 16:47:04 mgorny Exp $
74 +
75 + 26 May 2014; Michał Górny <mgorny@g.o>
76 + gnome-python-extras-base-2.25.3-r1.ebuild:
77 + Use explicit src_configure() instead of G2CONF.
78
79 *gnome-python-extras-base-2.25.3-r1 (26 May 2014)