Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: libgnomeprintui-2.18.6.ebuild ChangeLog
Date: Mon, 24 Jan 2011 13:09:51
Message-Id: 20110124130939.C8F7520054@flycatcher.gentoo.org
1 eva 11/01/24 13:09:39
2
3 Modified: libgnomeprintui-2.18.6.ebuild ChangeLog
4 Log:
5 Pin gtk+ dependency to slot 2. Move DOCS and G2CONF to pkg_setup.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild?r1=1.3&r2=1.4
15
16 Index: libgnomeprintui-2.18.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- libgnomeprintui-2.18.6.ebuild 19 Jan 2011 21:24:10 -0000 1.3
23 +++ libgnomeprintui-2.18.6.ebuild 24 Jan 2011 13:09:39 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.3 2011/01/19 21:24:10 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.4 2011/01/24 13:09:39 eva Exp $
29
30 EAPI="3"
31 GCONF_DEBUG="no"
32 @@ -15,7 +15,7 @@
33 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
34 IUSE="doc"
35
36 -RDEPEND=">=x11-libs/gtk+-2.6
37 +RDEPEND=">=x11-libs/gtk+-2.6:2
38 >=gnome-base/libgnomeprint-2.12.1
39 >=gnome-base/libgnomecanvas-1.117
40 >=x11-themes/gnome-icon-theme-1.1.92"
41 @@ -24,6 +24,7 @@
42 >=dev-util/pkgconfig-0.9
43 doc? ( >=dev-util/gtk-doc-1 )"
44
45 -DOCS="AUTHORS ChangeLog NEWS README"
46 -
47 -G2CONF="${G2CONF} --disable-static"
48 +pkg_setup() {
49 + DOCS="AUTHORS ChangeLog NEWS README"
50 + G2CONF="${G2CONF} --disable-static"
51 +}
52
53
54
55 1.172 gnome-base/libgnomeprintui/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.172&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.172&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.171&r2=1.172
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
64 retrieving revision 1.171
65 retrieving revision 1.172
66 diff -u -r1.171 -r1.172
67 --- ChangeLog 19 Jan 2011 21:24:10 -0000 1.171
68 +++ ChangeLog 24 Jan 2011 13:09:39 -0000 1.172
69 @@ -1,6 +1,10 @@
70 # ChangeLog for gnome-base/libgnomeprintui
71 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.171 2011/01/19 21:24:10 hwoarang Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.172 2011/01/24 13:09:39 eva Exp $
74 +
75 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
76 + libgnomeprintui-2.18.6.ebuild:
77 + Pin gtk+ dependency to slot 2. Move DOCS and G2CONF to pkg_setup.
78
79 19 Jan 2011; Markos Chandras <hwoarang@g.o>
80 libgnomeprintui-2.18.6.ebuild: