Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-core: ChangeLog at-spi2-core-2.12.0.ebuild
Date: Sun, 27 Apr 2014 15:12:48
Message-Id: 20140427151243.9A1412004B@flycatcher.gentoo.org
1 eva 14/04/27 15:12:43
2
3 Modified: ChangeLog
4 Added: at-spi2-core-2.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.63 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.63&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.63&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.62&r2=1.63
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
20 retrieving revision 1.62
21 retrieving revision 1.63
22 diff -u -r1.62 -r1.63
23 --- ChangeLog 23 Apr 2014 20:27:53 -0000 1.62
24 +++ ChangeLog 27 Apr 2014 15:12:43 -0000 1.63
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-accessibility/at-spi2-core
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.62 2014/04/23 20:27:53 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.63 2014/04/27 15:12:43 eva Exp $
30 +
31 +*at-spi2-core-2.12.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +at-spi2-core-2.12.0.ebuild:
35 + Version bump for Gnome 3.12.
36
37 23 Apr 2014; Pacho Ramos <pacho@g.o> -at-spi2-core-2.6.3.ebuild,
38 -at-spi2-core-2.8.0.ebuild:
39
40
41
42 1.1 app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: at-spi2-core-2.12.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v 1.1 2014/04/27 15:12:43 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit eutils gnome2
58
59 DESCRIPTION="D-Bus accessibility specifications and registration daemon"
60 HOMEPAGE="http://live.gnome.org/Accessibility"
61
62 LICENSE="LGPL-2+"
63 SLOT="2"
64 IUSE="+X +introspection"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
66
67 # x11-libs/libSM is needed until upstream #719808 is solved either
68 # making the dep unneeded or fixing their configure
69 # Only libX11 is optional right now
70 RDEPEND="
71 >=dev-libs/glib-2.36:2
72 >=sys-apps/dbus-1
73 x11-libs/libSM
74 x11-libs/libXi
75 x11-libs/libXtst
76 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
77 X? ( x11-libs/libX11 )
78 "
79 DEPEND="${RDEPEND}
80 >=dev-util/gtk-doc-am-1.9
81 >=dev-util/intltool-0.40
82 virtual/pkgconfig
83 "
84
85 src_prepare() {
86 # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
87 epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
88
89 gnome2_src_prepare
90 }
91
92 src_configure() {
93 # xevie is deprecated/broken since xorg-1.6/1.7
94 gnome2_src_configure \
95 --disable-xevie \
96 $(use_enable introspection) \
97 $(use_enable X x11)
98 }