Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprint: libgnomeprint-2.18.4.ebuild ChangeLog
Date: Thu, 28 Aug 2008 09:30:51
Message-Id: E1KYdq3-0003Ng-VE@stork.gentoo.org
1 flameeyes 08/08/28 09:30:47
2
3 Modified: libgnomeprint-2.18.4.ebuild ChangeLog
4 Log:
5 Explicitly disable papi backend or it will automagically use it.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.9 gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild?r1=1.8&r2=1.9
14
15 Index: libgnomeprint-2.18.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- libgnomeprint-2.18.4.ebuild 20 Apr 2008 01:35:59 -0000 1.8
22 +++ libgnomeprint-2.18.4.ebuild 28 Aug 2008 09:30:47 -0000 1.9
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/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild,v 1.8 2008/04/20 01:35:59 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.4.ebuild,v 1.9 2008/08/28 09:30:47 flameeyes Exp $
28
29 inherit gnome2
30
31 @@ -36,5 +36,7 @@
32 USE_DESTDIR="1"
33
34 pkg_setup() {
35 - G2CONF="$(use_with cups)"
36 + # Disable papi support until papi is in portage; avoids automagic
37 + # dependencies on an untracked library.
38 + G2CONF="$(use_with cups) --without-papi"
39 }
40
41
42
43 1.155 gnome-base/libgnomeprint/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.155&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.155&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.154&r2=1.155
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
52 retrieving revision 1.154
53 retrieving revision 1.155
54 diff -u -r1.154 -r1.155
55 --- ChangeLog 14 May 2008 22:09:41 -0000 1.154
56 +++ ChangeLog 28 Aug 2008 09:30:47 -0000 1.155
57 @@ -1,6 +1,10 @@
58 # ChangeLog for gnome-base/libgnomeprint
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.154 2008/05/14 22:09:41 eva Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.155 2008/08/28 09:30:47 flameeyes Exp $
62 +
63 + 28 Aug 2008; Diego Pettenò <flameeyes@g.o>
64 + libgnomeprint-2.18.4.ebuild:
65 + Explicitly disable papi backend or it will automagically use it.
66
67 14 May 2008; Gilles Dartiguelongue <eva@g.o>
68 -libgnomeprint-2.18.0.ebuild, -libgnomeprint-2.18.3.ebuild: