Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/libgail-gnome: ChangeLog libgail-gnome-1.20.4.ebuild
Date: Thu, 24 Feb 2011 16:14:11
Message-Id: 20110224161402.4DDC320054@flycatcher.gentoo.org
1 pacho 11/02/24 16:14:02
2
3 Modified: ChangeLog
4 Added: libgail-gnome-1.20.4.ebuild
5 Log:
6 Version bump with bugfix.
7
8 (Portage version: 2.1.9.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.120 gnome-extra/libgail-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?rev=1.120&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?rev=1.120&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?r1=1.119&r2=1.120
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v
20 retrieving revision 1.119
21 retrieving revision 1.120
22 diff -u -r1.119 -r1.120
23 --- ChangeLog 8 Dec 2010 17:29:46 -0000 1.119
24 +++ ChangeLog 24 Feb 2011 16:14:02 -0000 1.120
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/libgail-gnome
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.119 2010/12/08 17:29:46 pacho Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.120 2011/02/24 16:14:02 pacho Exp $
31 +
32 +*libgail-gnome-1.20.4 (24 Feb 2011)
33 +
34 + 24 Feb 2011; Pacho Ramos <pacho@g.o> +libgail-gnome-1.20.4.ebuild:
35 + Version bump with bugfix.
36
37 08 Dec 2010; Pacho Ramos <pacho@g.o> -libgail-gnome-1.20.1.ebuild,
38 -libgail-gnome-1.20.2.ebuild, libgail-gnome-1.20.3.ebuild:
39
40
41
42 1.1 gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgail-gnome-1.20.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.4.ebuild,v 1.1 2011/02/24 16:14:02 pacho Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="yes"
55
56 inherit gnome2
57
58 DESCRIPTION="Gail libraries for GNOME"
59 HOMEPAGE="http://live.gnome.org/Accessibility/"
60
61 LICENSE="LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND=">=dev-libs/atk-1.7.2
67 >=x11-libs/gtk+-1.3.11:2
68 >=gnome-base/libbonobo-1.1
69 >=gnome-base/libbonoboui-1.1
70 >=gnome-base/libgnomeui-1.1
71 || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )
72 >=gnome-base/gconf-2
73 >=gnome-extra/at-spi-0.10:1"
74 DEPEND="${RDEPEND}
75 >=dev-util/pkgconfig-0.9"
76
77 DOCS="AUTHORS ChangeLog NEWS README"