1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
# ChangeLog for dev-python/pyatspi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.21 2013/03/28 16:55:54 pacho Exp $
*pyatspi-2.8.0 (28 Mar 2013)
28 Mar 2013; Pacho Ramos <pacho@gentoo.org> +pyatspi-2.8.0.ebuild:
Version bump for Gnome 3.8
06 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -pyatspi-2.2.1.ebuild,
-pyatspi-2.4.0.ebuild, -pyatspi-2.6.0.ebuild:
Clean up old revisions.
06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pyatspi-2.6.0-r1.ebuild:
Add ~sparc, wrt bug #449220
01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pyatspi-2.6.0-r1.ebuild:
Add ~ia64, wrt bug #449220
*pyatspi-2.6.0-r1 (10 Dec 2012)
10 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+pyatspi-2.6.0-r1.ebuild, +files/pyatspi-2.6.0-examples-python3.patch:
Update to python-r1.eclass.
16 Nov 2012; Anthony G. Basile <blueness@gentoo.org> pyatspi-2.6.0.ebuild:
keyword ~ppc ~ppc64, bug #411761
17 Oct 2012; Matt Turner <mattst88@gentoo.org> pyatspi-2.6.0.ebuild:
Added ~alpha.
17 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
pyatspi-2.2.1.ebuild, pyatspi-2.4.0.ebuild, pyatspi-2.6.0.ebuild:
Disable tests: as pointed out by Matt Turner, src_test was not running the
test suite properly, and attempting to run it properly showed that it is
obsolete and unpassable.
17 Oct 2012; Matt Turner <mattst88@gentoo.org> pyatspi-2.4.0.ebuild:
Added ~alpha, bug 411761.
*pyatspi-2.6.0 (25 Sep 2012)
25 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+pyatspi-2.6.0.ebuild:
Version bump with python3 support.
31 May 2012; Marien Zwart <marienz@gentoo.org> pyatspi-2.2.1.ebuild,
pyatspi-2.4.0.ebuild:
Restrict pypy, as this depends on pygobject which is unavailable for pypy.
*pyatspi-2.4.0 (14 May 2012)
14 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+pyatspi-2.4.0.ebuild:
Version bump for gnome-3.4
04 May 2012; Patrick Lauer <patrick@gentoo.org> pyatspi-2.2.1.ebuild:
Migrating dev-util/pkgconfig -> virtual/pkgconfig
21 Apr 2012; Markus Meier <maekke@gentoo.org> pyatspi-2.2.1.ebuild:
add ~arm, bug #411761
18 Apr 2012; Jeroen Roovers <jer@gentoo.org> pyatspi-2.2.1.ebuild:
Marked ~hppa (bug #411761).
27 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyatspi-2.2.1.ebuild:
Restricting py2.5
26 Feb 2012; Pacho Ramos <pacho@gentoo.org>
+files/pyatspi-2.2.1-configure-check.patch, -pyatspi-2.0.2.ebuild,
pyatspi-2.2.1.ebuild:
Fix configure to disable tests properly, upstream bug #670823 by gokturk. Drop
old.
10 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyatspi-2.0.2.ebuild,
pyatspi-2.2.1.ebuild:
Changing python deps in preparation for 2.4 removal
01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> pyatspi-2.0.2.ebuild,
pyatspi-2.2.1.ebuild:
Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585).
*pyatspi-2.2.1 (05 Nov 2011)
05 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch, +pyatspi-2.2.1.ebuild:
Bump to 2.2.1 from the gnome overlay. Notable changes: updates for
at-spi2-core changes and pygobject-3.
*pyatspi-2.0.2 (19 Aug 2011)
19 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +pyatspi-2.0.2.ebuild,
+metadata.xml:
Move from gnome overlay for GNOME 3
|