Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.28.0.ebuild atk-1.24.0.ebuild
Date: Thu, 29 Oct 2009 21:26:56
Message-Id: E1N3cWE-0007V4-Kf@stork.gentoo.org
1 eva 09/10/29 21:26:54
2
3 Modified: ChangeLog
4 Added: atk-1.28.0.ebuild
5 Removed: atk-1.24.0.ebuild
6 Log:
7 New version for GNOME 2.28. Clean up old revisions.
8 (Portage version: 2.2_rc46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.187 dev-libs/atk/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.187&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.187&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.186&r2=1.187
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
20 retrieving revision 1.186
21 retrieving revision 1.187
22 diff -u -r1.186 -r1.187
23 --- ChangeLog 26 Oct 2009 18:14:37 -0000 1.186
24 +++ ChangeLog 29 Oct 2009 21:26:53 -0000 1.187
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/atk
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.186 2009/10/26 18:14:37 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.187 2009/10/29 21:26:53 eva Exp $
30 +
31 +*atk-1.28.0 (29 Oct 2009)
32 +
33 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o> -atk-1.24.0.ebuild,
34 + +atk-1.28.0.ebuild:
35 + New version for GNOME 2.28. Clean up old revisions.
36
37 26 Oct 2009; Raúl Porcel <armin76@g.o> atk-1.26.0.ebuild:
38 ia64/s390/sh/sparc stable wrt #285586
39
40
41
42 1.1 dev-libs/atk/atk-1.28.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/atk/atk-1.28.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/atk/atk-1.28.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: atk-1.28.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.28.0.ebuild,v 1.1 2009/10/29 21:26:53 eva Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
56 HOMEPAGE="http://live.gnome.org/GAP/"
57
58 LICENSE="LGPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="doc"
62
63 RDEPEND=">=dev-libs/glib-2"
64 DEPEND="${RDEPEND}
65 >=dev-lang/perl-5
66 sys-devel/gettext
67 >=dev-util/pkgconfig-0.9
68 doc? ( >=dev-util/gtk-doc-1 )"
69
70 DOCS="AUTHORS ChangeLog NEWS README"