Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi: ChangeLog pyatspi-2.12.0.ebuild
Date: Sun, 27 Apr 2014 16:27:51
Message-Id: 20140427162746.983482004B@flycatcher.gentoo.org
1 eva 14/04/27 16:27:46
2
3 Modified: ChangeLog
4 Added: pyatspi-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.40 dev-python/pyatspi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 26 Apr 2014 07:12:18 -0000 1.39
24 +++ ChangeLog 27 Apr 2014 16:27:46 -0000 1.40
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pyatspi
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.39 2014/04/26 07:12:18 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.40 2014/04/27 16:27:46 eva Exp $
30 +
31 +*pyatspi-2.12.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +pyatspi-2.12.0.ebuild:
34 + Version bump for Gnome 3.12.
35
36 26 Apr 2014; Pacho Ramos <pacho@g.o> -pyatspi-2.8.0.ebuild:
37 drop old
38
39
40
41 1.1 dev-python/pyatspi/pyatspi-2.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyatspi-2.12.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild,v 1.1 2014/04/27 16:27:46 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
55
56 inherit eutils gnome2 python-r1
57
58 DESCRIPTION="Python binding to at-spi library"
59 HOMEPAGE="http://live.gnome.org/Accessibility"
60
61 # Note: only some of the tests are GPL-licensed, everything else is LGPL
62 LICENSE="LGPL-2 GPL-2+"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="" # test
66 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
67
68 COMMON_DEPEND="
69 >=dev-libs/atk-2.11.2
70 dev-python/dbus-python[${PYTHON_USEDEP}]
71 >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
72 ${PYTHON_DEPS}
73 "
74 RDEPEND="${COMMON_DEPEND}
75 >=sys-apps/dbus-1
76 >=app-accessibility/at-spi2-core-${PV}[introspection]
77 !<gnome-extra/at-spi-1.32.0-r1
78 "
79 DEPEND="${COMMON_DEPEND}
80 virtual/pkgconfig
81 "
82
83 src_prepare() {
84 # https://bugzilla.gnome.org/show_bug.cgi?id=689957
85 epatch "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
86
87 gnome2_src_prepare
88
89 python_copy_sources
90 }
91
92 src_configure() {
93 python_foreach_impl run_in_build_dir gnome2_src_configure --disable-tests
94 }
95
96 src_compile() {
97 python_foreach_impl run_in_build_dir gnome2_src_compile
98 }
99
100 src_install() {
101 python_foreach_impl run_in_build_dir gnome2_src_install
102
103 docinto examples
104 dodoc examples/*.py
105 }