Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libview: libview-0.6.2.ebuild ChangeLog
Date: Wed, 31 Dec 2008 02:18:54
Message-Id: E1LHqfb-0005xt-Tc@stork.gentoo.org
1 ikelos 08/12/31 02:18:51
2
3 Modified: libview-0.6.2.ebuild ChangeLog
4 Log:
5 Fix up deprecation system (bug 239325).
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
7
8 Revision Changes Path
9 1.2 x11-libs/libview/libview-0.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild?r1=1.1&r2=1.2
14
15 Index: libview-0.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libview-0.6.2.ebuild 31 Dec 2008 02:11:32 -0000 1.1
22 +++ libview-0.6.2.ebuild 31 Dec 2008 02:18:51 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild,v 1.1 2008/12/31 02:11:32 ikelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/libview-0.6.2.ebuild,v 1.2 2008/12/31 02:18:51 ikelos Exp $
28
29 inherit gnome2 eutils
30
31 @@ -18,15 +18,11 @@
32 DEPEND="${RDEPEND}
33 dev-util/pkgconfig"
34
35 +G2CONF="--enable-deprecated"
36 +
37 src_unpack() {
38 gnome2_src_unpack
39
40 # Fix the pkgconfig file
41 epatch "${FILESDIR}"/${PN}-0.5.6-pcfix.patch
42 }
43 -
44 -src_compile() {
45 - CPPFLAGS="${CPPFLAGS} -U GTK_DISABLE_DEPRECATED"
46 - econf || die "Configure failed."
47 - emake || die "Compilation failed."
48 -}
49
50
51
52 1.8 x11-libs/libview/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.8&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?rev=1.8&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libview/ChangeLog?r1=1.7&r2=1.8
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v
61 retrieving revision 1.7
62 retrieving revision 1.8
63 diff -u -r1.7 -r1.8
64 --- ChangeLog 31 Dec 2008 02:11:32 -0000 1.7
65 +++ ChangeLog 31 Dec 2008 02:18:51 -0000 1.8
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-libs/libview
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.7 2008/12/31 02:11:32 ikelos Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libview/ChangeLog,v 1.8 2008/12/31 02:18:51 ikelos Exp $
71 +
72 + 31 Dec 2008; Mike Auty <ikelos@g.o> libview-0.6.2.ebuild:
73 + Fix up deprecation system (bug 239325).
74
75 *libview-0.6.2 (31 Dec 2008)