Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/at-spi: at-spi-2.6.0.ebuild ChangeLog at-spi-2.2.0.ebuild at-spi-2.0.0.ebuild
Date: Thu, 31 Jan 2013 19:53:56
Message-Id: 20130131195353.BB4642171D@flycatcher.gentoo.org
1 eva 13/01/31 19:53:53
2
3 Modified: ChangeLog
4 Added: at-spi-2.6.0.ebuild
5 Removed: at-spi-2.2.0.ebuild at-spi-2.0.0.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha160/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.234 gnome-extra/at-spi/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/ChangeLog?rev=1.234&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/ChangeLog?rev=1.234&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/ChangeLog?r1=1.233&r2=1.234
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v
21 retrieving revision 1.233
22 retrieving revision 1.234
23 diff -u -r1.233 -r1.234
24 --- ChangeLog 5 Nov 2012 21:41:26 -0000 1.233
25 +++ ChangeLog 31 Jan 2013 19:53:53 -0000 1.234
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-extra/at-spi
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.233 2012/11/05 21:41:26 ulm Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.234 2013/01/31 19:53:53 eva Exp $
32 +
33 +*at-spi-2.6.0 (31 Jan 2013)
34 +
35 + 31 Jan 2013; Gilles Dartiguelongue <eva@g.o> -at-spi-2.0.0.ebuild,
36 + -at-spi-2.2.0.ebuild, +at-spi-2.6.0.ebuild:
37 + Version bump.
38
39 05 Nov 2012; Ulrich Müller <ulm@g.o> at-spi-2.0.0.ebuild,
40 at-spi-2.2.0.ebuild, at-spi-2.4.0.ebuild:
41
42
43
44 1.1 gnome-extra/at-spi/at-spi-2.6.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/at-spi-2.6.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/at-spi-2.6.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: at-spi-2.6.0.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-2.6.0.ebuild,v 1.1 2013/01/31 19:53:53 eva Exp $
54
55 EAPI="5"
56
57 DESCRIPTION="The Gnome Accessibility Toolkit"
58 HOMEPAGE="http://projects.gnome.org/accessibility/"
59 SRC_URI=""
60
61 LICENSE="metapackage"
62 SLOT="2"
63 KEYWORDS="~amd64 ~arm ~hppa ~x86"
64 IUSE=""
65
66 RDEPEND="
67 >=app-accessibility/at-spi2-atk-${PV}:2
68 >=app-accessibility/at-spi2-core-${PV}:2
69 >=dev-python/pyatspi-${PV}
70 !<gnome-extra/at-spi-1.32.0-r1
71 "
72 DEPEND=""