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 at-spi2-core-2.2.3.ebuild at-spi2-core-2.4.2.ebuild
Date: Tue, 24 Dec 2013 12:20:26
Message-Id: 20131224122022.A52B32004C@flycatcher.gentoo.org
1 pacho 13/12/24 12:20:22
2
3 Modified: at-spi2-core-2.8.0.ebuild ChangeLog
4 Removed: at-spi2-core-2.2.3.ebuild at-spi2-core-2.4.2.ebuild
5 Log:
6 x11-libs/libSM is needed until upstream #719808 is solved either making the dep unneeded or fixing their configure, drop old.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.6 app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild?r1=1.5&r2=1.6
16
17 Index: at-spi2-core-2.8.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- at-spi2-core-2.8.0.ebuild 22 Dec 2013 15:22:06 -0000 1.5
24 +++ at-spi2-core-2.8.0.ebuild 24 Dec 2013 12:20:22 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.5 2013/12/22 15:22:06 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.6 2013/12/24 12:20:22 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="no"
33 @@ -16,9 +16,12 @@
34 KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
35 IUSE="+introspection"
36
37 +# x11-libs/libSM is needed until upstream #719808 is solved either
38 +# making the dep unneeded or fixing their configure
39 RDEPEND="
40 >=dev-libs/glib-2.28:2
41 >=sys-apps/dbus-1
42 + x11-libs/libSM
43 x11-libs/libX11
44 x11-libs/libXi
45 x11-libs/libXtst
46
47
48
49 1.47 app-accessibility/at-spi2-core/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.47&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.47&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.46&r2=1.47
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
58 retrieving revision 1.46
59 retrieving revision 1.47
60 diff -u -r1.46 -r1.47
61 --- ChangeLog 22 Dec 2013 15:22:06 -0000 1.46
62 +++ ChangeLog 24 Dec 2013 12:20:22 -0000 1.47
63 @@ -1,6 +1,11 @@
64 # ChangeLog for app-accessibility/at-spi2-core
65 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.46 2013/12/22 15:22:06 jer Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.47 2013/12/24 12:20:22 pacho Exp $
68 +
69 + 24 Dec 2013; Pacho Ramos <pacho@g.o> -at-spi2-core-2.2.3.ebuild,
70 + -at-spi2-core-2.4.2.ebuild, at-spi2-core-2.8.0.ebuild:
71 + x11-libs/libSM is needed until upstream #719808 is solved either making the
72 + dep unneeded or fixing their configure, drop old.
73
74 22 Dec 2013; Jeroen Roovers <jer@g.o> at-spi2-core-2.8.0.ebuild:
75 Stable for HPPA (bug #478252).