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: libgail-gnome-1.20.2.ebuild ChangeLog
Date: Tue, 30 Mar 2010 18:49:29
Message-Id: E1NwgVA-0003RA-5Z@stork.gentoo.org
1 pacho 10/03/30 18:49:24
2
3 Modified: ChangeLog
4 Added: libgail-gnome-1.20.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.104 gnome-extra/libgail-gnome/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 25 May 2009 21:54:17 -0000 1.103
23 +++ ChangeLog 30 Mar 2010 18:49:24 -0000 1.104
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-extra/libgail-gnome
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.103 2009/05/25 21:54:17 eva Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.104 2010/03/30 18:49:24 pacho Exp $
30 +
31 +*libgail-gnome-1.20.2 (30 Mar 2010)
32 +
33 + 30 Mar 2010; Pacho Ramos <pacho@g.o> +libgail-gnome-1.20.2.ebuild:
34 + Version bump preparing it to Gnome 3
35
36 25 May 2009; Gilles Dartiguelongue <eva@g.o>
37 -libgail-gnome-1.20.0.ebuild:
38
39
40
41 1.1 gnome-extra/libgail-gnome/libgail-gnome-1.20.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgail-gnome-1.20.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.20.2.ebuild,v 1.1 2010/03/30 18:49:24 pacho Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="Gail libraries for GNOME"
55 HOMEPAGE="http://developer.gnome.org/projects/gap/"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/atk-1.7.2
63 >=x11-libs/gtk+-1.3.11
64 >=gnome-base/libbonobo-1.1
65 >=gnome-base/libbonoboui-1.1
66 >=gnome-base/libgnomeui-1.1
67 >=gnome-base/gnome-panel-0.0.18
68 >=gnome-extra/at-spi-0.10"
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.9"
71
72 DOCS="AUTHORS ChangeLog NEWS README"