Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Tue, 01 Nov 2016 17:31:19
Message-Id: 1478019971.0068693e84bbe8ae7994bca2a2cb6bf4200e0534.eva@gentoo
1 commit: 0068693e84bbe8ae7994bca2a2cb6bf4200e0534
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 13:34:19 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 17:06:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0068693e
7
8 app-accessibility/orca: version bump 3.20.3-r1 → 3.22.1
9
10 Package-Manager: portage-2.3.2
11
12 app-accessibility/orca/Manifest | 1 +
13 app-accessibility/orca/orca-3.22.1.ebuild | 73 +++++++++++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
17 index dc378ce..05632e7 100644
18 --- a/app-accessibility/orca/Manifest
19 +++ b/app-accessibility/orca/Manifest
20 @@ -1,2 +1,3 @@
21 DIST orca-3.18.2.tar.xz 2213548 SHA256 986244af7a0891b758eb8e772bc61d72483808e7e9c790360f9f389045d7262a SHA512 ec1210cea7a540bd931f7ede45c173829e780a4da4e61245920d15bb11b62d803771e32b791b2d0c307e15a8ef61b619b5e79e9909bf438a94252842a0dd8613 WHIRLPOOL 31475d1eacbf322cdd49d286c3585d97c93de08f92b0533fa58905d4ea089272bc16e8bb748041cc6f27dd54c19996b3d72993c5b148b3c8e6c873f9e452fe98
22 DIST orca-3.20.3.tar.xz 2312864 SHA256 86a03b504f626e39247694d8d76c272a298874887a40bd044f8a535b8d689fd7 SHA512 5dc04cec821f7a47be0cb6e820a531e9753dd24685771e6b70488d30502bc111a4b107f8d63440139bfa9579015f224f6fda6cd8f0ecc0fc7fbfa3ce684d75f9 WHIRLPOOL c96795a9d6f9486cce7150041c5608d5beb39b8fdd33c7312beee40100aba67f3846f4c449ea8ae8b393c334be27197dbb5b2415d8a8a38cba9d775144b1bbfd
23 +DIST orca-3.22.1.tar.xz 2348012 SHA256 8622d45733c05f21fd1a126aa50b165c37fcfa083a1e25e20b317864394d0993 SHA512 4f65a6c2bf667c0a65158c6e01a5ee1800b8c7b7ada0bfb04bdf91c73accd9d6659ab313930862127645376c0371fe8cfe71f0080a8725e4cc31c9db9374a708 WHIRLPOOL ddc87ac21c739e621f9f0f514d4e626418629325b57d4ac1bfb05fe6e59dae4ec0539b71b29742ec5242c252606fcb25f7cb104121c7e465f263f85e3c94b671
24
25 diff --git a/app-accessibility/orca/orca-3.22.1.ebuild b/app-accessibility/orca/orca-3.22.1.ebuild
26 new file mode 100644
27 index 00000000..ce568b8
28 --- /dev/null
29 +++ b/app-accessibility/orca/orca-3.22.1.ebuild
30 @@ -0,0 +1,73 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +PYTHON_COMPAT=( python3_{3,4,5} )
38 +PYTHON_REQ_USE="threads"
39 +
40 +inherit gnome2 python-r1
41 +
42 +DESCRIPTION="Extensible screen reader that provides access to the desktop"
43 +HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
44 +
45 +LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
48 +
49 +IUSE="+braille"
50 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 +
52 +COMMON_DEPEND="${PYTHON_DEPS}
53 + >=app-accessibility/at-spi2-atk-2.12:2
54 + >=app-accessibility/at-spi2-core-2.12:2[introspection]
55 + >=dev-libs/atk-2.10
56 + >=dev-libs/glib-2.28:2
57 + dev-python/gst-python:1.0[${PYTHON_USEDEP}]
58 + >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
59 + media-libs/gstreamer:1.0[introspection]
60 + >=x11-libs/gtk+-3.6.2:3[introspection]
61 + braille? (
62 + >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
63 + dev-libs/liblouis[python,${PYTHON_USEDEP}] )
64 +"
65 +RDEPEND="${COMMON_DEPEND}
66 + >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
67 + dev-libs/atk[introspection]
68 + dev-python/pyatspi[${PYTHON_USEDEP}]
69 + dev-python/setproctitle[${PYTHON_USEDEP}]
70 + x11-libs/libwnck:3[introspection]
71 + x11-libs/pango[introspection]
72 +"
73 +DEPEND="${COMMON_DEPEND}
74 + >=dev-util/intltool-0.50
75 + dev-util/itstool
76 + virtual/pkgconfig
77 +"
78 +# app-text/yelp-tools
79 +
80 +src_prepare() {
81 + gnome2_src_prepare
82 + python_copy_sources
83 +}
84 +
85 +src_configure() {
86 + python_foreach_impl run_in_build_dir gnome2_src_configure \
87 + $(use_with braille liblouis)
88 +}
89 +
90 +src_compile() {
91 + python_foreach_impl run_in_build_dir gnome2_src_compile
92 +}
93 +
94 +src_install() {
95 + installing() {
96 + gnome2_src_install
97 + # Massage shebang to make python_doscript happy
98 + sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
99 + -i src/orca/orca || die
100 + python_doscript src/orca/orca
101 + }
102 + python_foreach_impl run_in_build_dir installing
103 +}