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-extra/at-spi: ChangeLog at-spi-1.20.0.ebuild
Date: Tue, 25 Sep 2007 18:57:45
Message-Id: E1IaFTE-0002Nj-P8@stork.gentoo.org
1 dang 07/09/25 18:49:20
2
3 Modified: ChangeLog
4 Added: at-spi-1.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.155 gnome-extra/at-spi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/at-spi/ChangeLog?rev=1.155&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/at-spi/ChangeLog?rev=1.155&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/at-spi/ChangeLog?r1=1.154&r2=1.155
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v
19 retrieving revision 1.154
20 retrieving revision 1.155
21 diff -u -r1.154 -r1.155
22 --- ChangeLog 22 Sep 2007 09:34:27 -0000 1.154
23 +++ ChangeLog 25 Sep 2007 18:49:20 -0000 1.155
24 @@ -1,6 +1,9 @@
25 # ChangeLog for gnome-extra/at-spi
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.154 2007/09/22 09:34:27 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.155 2007/09/25 18:49:20 dang Exp $
29 +
30 + 25 Sep 2007; Daniel Gryniewicz <dang@g.o> ChangeLog:
31 + New series for Gnome 2.20
32
33 22 Sep 2007; Tom Gall <tgall@g.o>
34 at-spi-1.18.1-r1.ebuild:
35
36
37
38 1.1 gnome-extra/at-spi/at-spi-1.20.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/at-spi/at-spi-1.20.0.ebuild?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/at-spi/at-spi-1.20.0.ebuild?rev=1.1&content-type=text/plain
42
43 Index: at-spi-1.20.0.ebuild
44 ===================================================================
45 # Copyright 1999-2007 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.20.0.ebuild,v 1.1 2007/09/25 18:49:20 dang Exp $
48
49 WANT_AUTOMAKE="1.9"
50
51 inherit virtualx autotools eutils gnome2
52
53 DESCRIPTION="The Gnome Accessibility Toolkit"
54 HOMEPAGE="http://developer.gnome.org/projects/gap/"
55
56 LICENSE="LGPL-2"
57 SLOT="1"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE="doc"
60
61 RDEPEND=">=dev-libs/atk-1.17
62 >=x11-libs/gtk+-2.10.0
63 >=gnome-base/gail-1.9.0
64 >=gnome-base/libbonobo-1.107
65 >=gnome-base/orbit-2
66 dev-libs/popt
67
68 x11-libs/libICE
69 x11-libs/libSM
70 x11-libs/libX11
71 x11-libs/libXi
72 x11-libs/libXtst"
73
74 DEPEND="${RDEPEND}
75 >=dev-util/pkgconfig-0.9
76 >=dev-util/intltool-0.35
77 doc? ( >=dev-util/gtk-doc-1 )
78
79 x11-libs/libXt
80 x11-proto/xextproto
81 x11-proto/inputproto
82 x11-proto/xproto"
83
84 DOCS="AUTHORS ChangeLog NEWS README TODO"
85
86 src_unpack() {
87 gnome2_src_unpack
88
89 #
90 epatch "${FILESDIR}"/${PN}-1.19.3-tests.patch
91
92 cp aclocal.m4 old_macros.m4
93 AT_M4DIR="." eautoreconf
94 }
95
96 src_test() {
97 Xmake check || die "Testing phase failed"
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list