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/libbonoboui: ChangeLog libbonoboui-2.22.0.ebuild
Date: Sat, 22 Mar 2008 23:04:16
Message-Id: E1JdCl3-00052Q-Gy@stork.gentoo.org
1 eva 08/03/22 23:04:13
2
3 Modified: ChangeLog
4 Added: libbonoboui-2.22.0.ebuild
5 Log:
6 New version for GNOME-2.22. Various small fixes and translation updates
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.157 gnome-base/libbonoboui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.157&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.157&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.156&r2=1.157
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
19 retrieving revision 1.156
20 retrieving revision 1.157
21 diff -u -r1.156 -r1.157
22 --- ChangeLog 29 Nov 2007 05:15:18 -0000 1.156
23 +++ ChangeLog 22 Mar 2008 23:04:12 -0000 1.157
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/libbonoboui
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.156 2007/11/29 05:15:18 jer Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.157 2008/03/22 23:04:12 eva Exp $
30 +
31 +*libbonoboui-2.22.0 (22 Mar 2008)
32 +
33 + 22 Mar 2008; Gilles Dartiguelongue <eva@g.o>
34 + +libbonoboui-2.22.0.ebuild:
35 + New version for GNOME-2.22. Various small fixes and translation updates.
36
37 29 Nov 2007; Jeroen Roovers <jer@g.o> libbonoboui-2.20.0.ebuild:
38 Stable for HPPA (bug #199740).
39
40
41
42 1.1 gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libbonoboui-2.22.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild,v 1.1 2008/03/22 23:04:12 eva Exp $
52
53 inherit eutils virtualx gnome2
54
55 DESCRIPTION="User Interface part of libbonobo"
56 HOMEPAGE="http://developer.gnome.org/arch/gnome/componentmodel/bonobo.html"
57
58 LICENSE="GPL-2 LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="doc"
62
63 # GTK+ dep due to bug #126565
64 RDEPEND=">=gnome-base/libgnomecanvas-1.116
65 >=gnome-base/libbonobo-2.13
66 >=gnome-base/libgnome-2.13.7
67 >=dev-libs/libxml2-2.4.20
68 >=gnome-base/gconf-2
69 >=x11-libs/gtk+-2.8.12
70 >=dev-libs/glib-2.6.0
71 >=gnome-base/gnome-vfs-2.8
72 >=gnome-base/libglade-1.99.11"
73
74 DEPEND="${RDEPEND}
75 x11-apps/xrdb
76 sys-devel/gettext
77 >=dev-util/pkgconfig-0.20
78 >=dev-util/intltool-0.35
79 doc? ( >=dev-util/gtk-doc-1 )"
80
81 DOCS="AUTHORS ChangeLog NEWS README"
82
83 src_compile() {
84 addpredict "/root/.gnome2_private"
85
86 gnome2_src_compile
87 }
88
89 src_test() {
90 addwrite "/root/.gnome2_private"
91 Xemake check || die
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list