Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-core: at-spi2-core-2.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 16:24:11
Message-Id: 20130328162406.5A25B2171C@flycatcher.gentoo.org
1 pacho 13/03/28 16:24:06
2
3 Modified: ChangeLog
4 Added: at-spi2-core-2.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.40 app-accessibility/at-spi2-core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 28 Mar 2013 15:45:26 -0000 1.39
24 +++ ChangeLog 28 Mar 2013 16:24:06 -0000 1.40
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-accessibility/at-spi2-core
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.39 2013/03/28 15:45:26 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.40 2013/03/28 16:24:06 pacho Exp $
30 +
31 +*at-spi2-core-2.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +at-spi2-core-2.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 28 Mar 2013; Agostino Sarubbo <ago@g.o> at-spi2-core-2.6.3.ebuild:
37 Stable for arm, wrt bug #458984
38
39
40
41 1.1 app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: at-spi2-core-2.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.1 2013/03/28 16:24:06 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit eutils gnome2
57
58 DESCRIPTION="D-Bus accessibility specifications and registration daemon"
59 HOMEPAGE="http://live.gnome.org/Accessibility"
60
61 LICENSE="LGPL-2+"
62 SLOT="2"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
64 IUSE="+introspection"
65
66 RDEPEND=">=dev-libs/glib-2.28:2
67 >=sys-apps/dbus-1
68 x11-libs/libX11
69 x11-libs/libXi
70 x11-libs/libXtst
71 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
72 "
73 DEPEND="${RDEPEND}
74 >=dev-util/gtk-doc-am-1.9
75 >=dev-util/intltool-0.40
76 virtual/pkgconfig
77 "
78
79 src_prepare() {
80 # xevie is deprecated/broken since xorg-1.6/1.7
81 G2CONF="${G2CONF}
82 --disable-xevie
83 $(use_enable introspection)"
84
85 # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
86 epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
87
88 gnome2_src_prepare
89 }