Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.18.2.ebuild
Date: Sat, 22 Sep 2007 10:18:38
Message-Id: E1IZ1wN-0004Md-Nt@stork.gentoo.org
1 leio 07/09/22 10:10:23
2
3 Modified: pango-1.18.2.ebuild
4 Log:
5 Remove the pkg_setup block - gnome2.eclass takes good care of it for us, including not passing --disable debug but letting the default --enable-debug=minimal happen automatically without USE=debug. This also gets rid of non-existent gnome2_pkg_setup call
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 x11-libs/pango/pango-1.18.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?r1=1.2&r2=1.3
14
15 Index: pango-1.18.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pango-1.18.2.ebuild 21 Sep 2007 17:59:26 -0000 1.2
22 +++ pango-1.18.2.ebuild 22 Sep 2007 10:10:23 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.2 2007/09/21 17:59:26 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.3 2007/09/22 10:10:23 leio Exp $
28
29 inherit eutils gnome2 multilib
30
31 @@ -46,12 +46,6 @@
32 epunt_cxx
33 }
34
35 -pkg_setup() {
36 - # Passing --disable-debug is not recommended for production use
37 - use debug && G2CONF="${G2CONF} --enable-debug=yes"
38 - gnome2_pkg_setup
39 -}
40 -
41 src_install() {
42 gnome2_src_install
43 rm ${D}/etc/pango/pango.modules
44
45
46
47 --
48 gentoo-commits@g.o mailing list