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.6.2.ebuild at-spi2-core-2.6.0.ebuild
Date: Thu, 22 Nov 2012 22:50:09
Message-Id: 20121122224954.5C5C420C65@flycatcher.gentoo.org
1 eva 12/11/22 22:49:54
2
3 Modified: ChangeLog
4 Added: at-spi2-core-2.6.2.ebuild
5 Removed: at-spi2-core-2.6.0.ebuild
6 Log:
7 Version bump. Drop old revision.
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.22 app-accessibility/at-spi2-core/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.21&r2=1.22
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- ChangeLog 12 Nov 2012 12:40:28 -0000 1.21
25 +++ ChangeLog 22 Nov 2012 22:49:54 -0000 1.22
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-accessibility/at-spi2-core
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.21 2012/11/12 12:40:28 blueness Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 1.22 2012/11/22 22:49:54 eva Exp $
31 +
32 +*at-spi2-core-2.6.2 (22 Nov 2012)
33 +
34 + 22 Nov 2012; Gilles Dartiguelongue <eva@g.o>
35 + -at-spi2-core-2.6.0.ebuild, +at-spi2-core-2.6.2.ebuild:
36 + Version bump. Drop old revision.
37
38 12 Nov 2012; Anthony G. Basile <blueness@g.o>
39 at-spi2-core-2.6.0.ebuild, at-spi2-core-2.6.1.ebuild:
40
41
42
43 1.1 app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: at-spi2-core-2.6.2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.6.2.ebuild,v 1.1 2012/11/22 22:49:54 eva Exp $
53
54 EAPI="4"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit eutils gnome2
59
60 DESCRIPTION="D-Bus accessibility specifications and registration daemon"
61 HOMEPAGE="http://live.gnome.org/Accessibility"
62
63 LICENSE="LGPL-2+"
64 SLOT="2"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
66 IUSE="+introspection"
67
68 RDEPEND=">=dev-libs/glib-2.28:2
69 >=sys-apps/dbus-1
70 x11-libs/libX11
71 x11-libs/libXi
72 x11-libs/libXtst
73 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
74 "
75 DEPEND="${RDEPEND}
76 >=dev-util/gtk-doc-am-1.9
77 >=dev-util/intltool-0.40
78 virtual/pkgconfig
79 "
80
81 src_prepare() {
82 DOCS="AUTHORS ChangeLog NEWS README"
83 # xevie is deprecated/broken since xorg-1.6/1.7
84 G2CONF="${G2CONF} --disable-xevie"
85
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 }