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-extra/libgail-gnome: ChangeLog libgail-gnome-1.20.1.ebuild libgail-gnome-1.18.0.ebuild
Date: Sat, 27 Sep 2008 16:40:22
Message-Id: E1KjcqB-00062R-IH@stork.gentoo.org
1 eva 08/09/27 16:40:19
2
3 Modified: ChangeLog
4 Added: libgail-gnome-1.20.1.ebuild
5 Removed: libgail-gnome-1.18.0.ebuild
6 Log:
7 bump to 1.20.1, fix a symbol conflict with dprintf.
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.92 gnome-extra/libgail-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?rev=1.92&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?rev=1.92&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?r1=1.91&r2=1.92
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v
20 retrieving revision 1.91
21 retrieving revision 1.92
22 diff -u -r1.91 -r1.92
23 --- ChangeLog 29 Nov 2007 06:14:05 -0000 1.91
24 +++ ChangeLog 27 Sep 2008 16:40:18 -0000 1.92
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/libgail-gnome
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.91 2007/11/29 06:14:05 jer Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.92 2008/09/27 16:40:18 eva Exp $
31 +
32 +*libgail-gnome-1.20.1 (27 Sep 2008)
33 +
34 + 27 Sep 2008; Gilles Dartiguelongue <eva@g.o>
35 + -libgail-gnome-1.18.0.ebuild, +libgail-gnome-1.20.1.ebuild:
36 + bump to 1.20.1, fix a symbol conflict with dprintf.
37
38 29 Nov 2007; Jeroen Roovers <jer@g.o> libgail-gnome-1.20.0.ebuild:
39 Stable for HPPA (bug #199740).
40
41
42
43 1.1 gnome-extra/libgail-gnome/libgail-gnome-1.20.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libgail-gnome-1.20.1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.1.ebuild,v 1.1 2008/09/27 16:40:18 eva Exp $
53
54 inherit gnome2
55
56 DESCRIPTION="Gail libraries for GNOME"
57 HOMEPAGE="http://developer.gnome.org/projects/gap/"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND=">=dev-libs/atk-1.7.2
65 >=x11-libs/gtk+-1.3.11
66 >=gnome-base/libbonobo-1.1
67 >=gnome-base/libbonoboui-1.1
68 >=gnome-base/libgnomeui-1.1
69 >=gnome-base/gnome-panel-0.0.18
70 >=gnome-extra/at-spi-0.10"
71 DEPEND="${RDEPEND}
72 >=dev-util/pkgconfig-0.9"
73
74 DOCS="AUTHORS ChangeLog NEWS README"