Gentoo Archives: gentoo-commits

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