Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.5.ebuild
Date: Thu, 07 Oct 2010 23:03:33
Message-Id: 20101007225011.1367F20051@flycatcher.gentoo.org
1 ssuominen 10/10/07 22:50:11
2
3 Modified: ChangeLog libgnomeprintui-2.18.5.ebuild
4 Log:
5 ppc64 stable wrt #324077
6
7 (Portage version: 2.2_rc90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.169 gnome-base/libgnomeprintui/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.169&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.169&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.168&r2=1.169
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
19 retrieving revision 1.168
20 retrieving revision 1.169
21 diff -u -r1.168 -r1.169
22 --- ChangeLog 28 Sep 2010 21:07:13 -0000 1.168
23 +++ ChangeLog 7 Oct 2010 22:50:10 -0000 1.169
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-base/libgnomeprintui
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.168 2010/09/28 21:07:13 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.169 2010/10/07 22:50:10 ssuominen Exp $
29 +
30 + 07 Oct 2010; Samuli Suominen <ssuominen@g.o>
31 + libgnomeprintui-2.18.5.ebuild:
32 + ppc64 stable wrt #324077
33
34 *libgnomeprintui-2.18.6 (28 Sep 2010)
35
36
37
38
39 1.8 gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild?r1=1.7&r2=1.8
44
45 Index: libgnomeprintui-2.18.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- libgnomeprintui-2.18.5.ebuild 11 Sep 2010 18:40:47 -0000 1.7
52 +++ libgnomeprintui-2.18.5.ebuild 7 Oct 2010 22:50:10 -0000 1.8
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild,v 1.7 2010/09/11 18:40:47 josejx Exp $
57 -
58 -GCONF_DEBUG="no"
59 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild,v 1.8 2010/10/07 22:50:10 ssuominen Exp $
60
61 +EAPI=2
62 +GCONF_DEBUG=no
63 inherit gnome2
64
65 DESCRIPTION="User interface libraries for gnome print"
66 @@ -11,10 +11,10 @@
67
68 LICENSE="GPL-2 LGPL-2.1"
69 SLOT="2.2"
70 -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
71 +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
72 IUSE="doc"
73
74 -RDEPEND=">=x11-libs/gtk+-2.6
75 +RDEPEND=">=x11-libs/gtk+-2.6:2
76 >=gnome-base/libgnomeprint-2.12.1
77 >=gnome-base/libgnomecanvas-1.117
78 >=x11-themes/gnome-icon-theme-1.1.92"
79 @@ -23,6 +23,7 @@
80 >=dev-util/pkgconfig-0.9
81 doc? ( >=dev-util/gtk-doc-1 )"
82
83 -DOCS="AUTHORS ChangeLog NEWS README"
84 -
85 -G2CONF="${G2CONF} --disable-static"
86 +pkg_setup() {
87 + G2CONF="${G2CONF} --disable-static"
88 + DOCS="AUTHORS ChangeLog NEWS README"
89 +}