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/orca: orca-3.2.2.ebuild ChangeLog
Date: Wed, 21 Dec 2011 22:39:46
Message-Id: 20111221223934.7AF332004B@flycatcher.gentoo.org
1 eva 11/12/21 22:39:34
2
3 Modified: ChangeLog
4 Added: orca-3.2.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.105 app-accessibility/orca/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.105&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.105&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.104&r2=1.105
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
20 retrieving revision 1.104
21 retrieving revision 1.105
22 diff -u -r1.104 -r1.105
23 --- ChangeLog 5 Nov 2011 05:14:38 -0000 1.104
24 +++ ChangeLog 21 Dec 2011 22:39:34 -0000 1.105
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-accessibility/orca
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.104 2011/11/05 05:14:38 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.105 2011/12/21 22:39:34 eva Exp $
30 +
31 +*orca-3.2.2 (21 Dec 2011)
32 +
33 + 21 Dec 2011; Gilles Dartiguelongue <eva@g.o> +orca-3.2.2.ebuild:
34 + Version bump.
35
36 *orca-3.2.1 (05 Nov 2011)
37
38
39
40
41 1.1 app-accessibility/orca/orca-3.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/orca-3.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/orca-3.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: orca-3.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.2.2.ebuild,v 1.1 2011/12/21 22:39:34 eva Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_DEPEND="2:2.6"
56 PYTHON_USE_WITH="threads"
57 # FIXME: multiple python support
58
59 inherit gnome2 python
60
61 DESCRIPTION="Extensible screen reader that provides access to the desktop"
62 HOMEPAGE="http://projects.gnome.org/orca/"
63
64 LICENSE="LGPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
67 IUSE=""
68
69 # liblouis is not in portage yet
70 # it is used to provide contracted braille support
71 # XXX: Check deps for correctness
72 COMMON_DEPEND=">=app-accessibility/at-spi2-core-2.1.5:2
73 >=dev-libs/glib-2.28:2
74 >=dev-python/pygobject-3.0.2:3
75 >=x11-libs/gtk+-3.1.13:3[introspection]"
76 RDEPEND="${COMMON_DEPEND}
77 app-accessibility/speech-dispatcher
78 dev-libs/atk[introspection]
79 >=dev-python/dbus-python-0.83
80 dev-python/pyatspi
81 dev-python/pyxdg
82 x11-libs/libwnck:3[introspection]
83 x11-libs/pango[introspection]"
84 DEPEND="${COMMON_DEPEND}
85 >=app-text/gnome-doc-utils-0.17.3
86 >=dev-util/intltool-0.40
87 >=dev-util/pkgconfig-0.9"
88
89 pkg_setup() {
90 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
91 python_set_active_version 2
92 python_pkg_setup
93 }
94
95 src_prepare() {
96 gnome2_src_prepare
97
98 # disable pyc compiling
99 mv py-compile py-compile.orig
100 ln -s $(type -P true) py-compile
101
102 # Workaround missing file in po files
103 echo "src/orca/scripts/toolkits/WebKitGtk/script.py" >> "${S}"/po/POTFILES.in
104 }
105
106 pkg_postinst() {
107 gnome2_pkg_postinst
108 python_mod_optimize "${PN}"
109 }
110
111 pkg_postrm() {
112 gnome2_pkg_postrm
113 python_mod_cleanup "${PN}"
114 }