Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: ChangeLog libbonoboui-2.20.0.ebuild
Date: Wed, 26 Sep 2007 19:58:31
Message-Id: E1Iacb2-0003lc-2z@stork.gentoo.org
1 dang 07/09/26 19:30:56
2
3 Modified: ChangeLog
4 Added: libbonoboui-2.20.0.ebuild
5 Log:
6 New series for Gnome 2.20
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.150 gnome-base/libbonoboui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.150&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.150&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.149&r2=1.150
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
19 retrieving revision 1.149
20 retrieving revision 1.150
21 diff -u -r1.149 -r1.150
22 --- ChangeLog 22 Sep 2007 09:05:31 -0000 1.149
23 +++ ChangeLog 26 Sep 2007 19:30:55 -0000 1.150
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.149 2007/09/22 09:05:31 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.150 2007/09/26 19:30:55 dang Exp $
29 +
30 +*libbonoboui-2.20.0 (26 Sep 2007)
31 +
32 + 26 Sep 2007; Daniel Gryniewicz <dang@g.o>
33 + +libbonoboui-2.20.0.ebuild:
34 + New series for Gnome 2.20
35
36 22 Sep 2007; Tom Gall <tgall@g.o> libbonoboui-2.18.0.ebuild:
37 stable on ppc64
38
39
40
41 1.1 gnome-base/libbonoboui/libbonoboui-2.20.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.20.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.20.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libbonoboui-2.20.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.20.0.ebuild,v 1.1 2007/09/26 19:30:55 dang Exp $
51
52 inherit eutils virtualx gnome2
53
54 DESCRIPTION="User Interface part of libbonobo"
55 HOMEPAGE="http://developer.gnome.org/arch/gnome/componentmodel/bonobo.html"
56
57 LICENSE="GPL-2 LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 # GTK+ dep due to bug #126565
63 RDEPEND=">=gnome-base/libgnomecanvas-1.116
64 >=gnome-base/libbonobo-2.13
65 >=gnome-base/libgnome-2.13.7
66 >=dev-libs/libxml2-2.4.20
67 >=gnome-base/gconf-2
68 >=x11-libs/gtk+-2.8.12
69 >=dev-libs/glib-2.6.0
70 >=gnome-base/gnome-vfs-2.8
71 >=gnome-base/libglade-1.99.11"
72
73 DEPEND="${RDEPEND}
74 x11-apps/xrdb
75 sys-devel/gettext
76 >=dev-util/pkgconfig-0.20
77 >=dev-util/intltool-0.35
78 doc? ( >=dev-util/gtk-doc-1 )"
79
80 DOCS="AUTHORS ChangeLog NEWS README"
81
82 src_compile() {
83 addpredict "/root/.gnome2_private"
84
85 gnome2_src_compile
86 }
87
88 src_test() {
89 addwrite "/root/.gnome2_private"
90 Xmake check || die
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list