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/libgnomeui: ChangeLog libgnomeui-2.24.3.ebuild
Date: Thu, 07 Oct 2010 23:03:18
Message-Id: 20101007223242.1881820051@flycatcher.gentoo.org
1 ssuominen 10/10/07 22:32:42
2
3 Modified: ChangeLog libgnomeui-2.24.3.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.196 gnome-base/libgnomeui/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeui/ChangeLog?rev=1.196&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeui/ChangeLog?rev=1.196&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeui/ChangeLog?r1=1.195&r2=1.196
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v
19 retrieving revision 1.195
20 retrieving revision 1.196
21 diff -u -r1.195 -r1.196
22 --- ChangeLog 27 Sep 2010 22:19:39 -0000 1.195
23 +++ ChangeLog 7 Oct 2010 22:32:41 -0000 1.196
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-base/libgnomeui
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.195 2010/09/27 22:19:39 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/ChangeLog,v 1.196 2010/10/07 22:32:41 ssuominen Exp $
29 +
30 + 07 Oct 2010; Samuli Suominen <ssuominen@g.o>
31 + libgnomeui-2.24.3.ebuild:
32 + ppc64 stable wrt #324077
33
34 *libgnomeui-2.24.4 (27 Sep 2010)
35
36
37
38
39 1.9 gnome-base/libgnomeui/libgnomeui-2.24.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.24.3.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.24.3.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.24.3.ebuild?r1=1.8&r2=1.9
44
45 Index: libgnomeui-2.24.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.24.3.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- libgnomeui-2.24.3.ebuild 11 Sep 2010 18:41:00 -0000 1.8
52 +++ libgnomeui-2.24.3.ebuild 7 Oct 2010 22:32:41 -0000 1.9
53 @@ -1,6 +1,6 @@
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/libgnomeui/libgnomeui-2.24.3.ebuild,v 1.8 2010/09/11 18:41:00 josejx Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.24.3.ebuild,v 1.9 2010/10/07 22:32:41 ssuominen Exp $
58
59 GCONF_DEBUG="no"
60
61 @@ -11,11 +11,11 @@
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
66 +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
67 IUSE="doc"
68
69 # gtk+-2.14 dep instead of 2.12 ensures system doesn't loose VFS capabilities in GtkFilechooser
70 -RDEPEND=">=dev-libs/libxml2-2.4.20
71 +COMMON_DEPEND=">=dev-libs/libxml2-2.4.20
72 >=gnome-base/libgnome-2.13.7
73 >=gnome-base/libgnomecanvas-2
74 >=gnome-base/libbonoboui-2.13.1
75 @@ -27,12 +27,12 @@
76 >=gnome-base/libglade-2
77 >=gnome-base/gnome-keyring-0.4
78 >=dev-libs/popt-1.5"
79 -DEPEND="${RDEPEND}
80 +RDEPEND="${COMMON_DEPEND}
81 + x11-themes/gnome-icon-theme"
82 +DEPEND="${COMMON_DEPEND}
83 sys-devel/gettext
84 >=dev-util/pkgconfig-0.9
85 >=dev-util/intltool-0.40
86 doc? ( >=dev-util/gtk-doc-1 )"
87
88 -PDEPEND="x11-themes/gnome-icon-theme"
89 -
90 DOCS="AUTHORS ChangeLog NEWS README"