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:20
Message-Id: 1478019972.f834857d940aa1d88db9ad86ab31423733db1472.eva@gentoo
1 commit: f834857d940aa1d88db9ad86ab31423733db1472
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 14:41:25 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 17:06:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f834857d
7
8 app-accessibility/orca: cleanup old revisions
9
10 Package-Manager: portage-2.3.2
11
12 app-accessibility/orca/Manifest | 1 -
13 app-accessibility/orca/orca-3.18.2.ebuild | 75 -------------------------------
14 app-accessibility/orca/orca-3.20.3.ebuild | 74 ------------------------------
15 3 files changed, 150 deletions(-)
16
17 diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
18 index 05632e7..8793cf5 100644
19 --- a/app-accessibility/orca/Manifest
20 +++ b/app-accessibility/orca/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST orca-3.18.2.tar.xz 2213548 SHA256 986244af7a0891b758eb8e772bc61d72483808e7e9c790360f9f389045d7262a SHA512 ec1210cea7a540bd931f7ede45c173829e780a4da4e61245920d15bb11b62d803771e32b791b2d0c307e15a8ef61b619b5e79e9909bf438a94252842a0dd8613 WHIRLPOOL 31475d1eacbf322cdd49d286c3585d97c93de08f92b0533fa58905d4ea089272bc16e8bb748041cc6f27dd54c19996b3d72993c5b148b3c8e6c873f9e452fe98
23 DIST orca-3.20.3.tar.xz 2312864 SHA256 86a03b504f626e39247694d8d76c272a298874887a40bd044f8a535b8d689fd7 SHA512 5dc04cec821f7a47be0cb6e820a531e9753dd24685771e6b70488d30502bc111a4b107f8d63440139bfa9579015f224f6fda6cd8f0ecc0fc7fbfa3ce684d75f9 WHIRLPOOL c96795a9d6f9486cce7150041c5608d5beb39b8fdd33c7312beee40100aba67f3846f4c449ea8ae8b393c334be27197dbb5b2415d8a8a38cba9d775144b1bbfd
24 DIST orca-3.22.1.tar.xz 2348012 SHA256 8622d45733c05f21fd1a126aa50b165c37fcfa083a1e25e20b317864394d0993 SHA512 4f65a6c2bf667c0a65158c6e01a5ee1800b8c7b7ada0bfb04bdf91c73accd9d6659ab313930862127645376c0371fe8cfe71f0080a8725e4cc31c9db9374a708 WHIRLPOOL ddc87ac21c739e621f9f0f514d4e626418629325b57d4ac1bfb05fe6e59dae4ec0539b71b29742ec5242c252606fcb25f7cb104121c7e465f263f85e3c94b671
25
26 diff --git a/app-accessibility/orca/orca-3.18.2.ebuild b/app-accessibility/orca/orca-3.18.2.ebuild
27 deleted file mode 100644
28 index d27b3f9..00000000
29 --- a/app-accessibility/orca/orca-3.18.2.ebuild
30 +++ /dev/null
31 @@ -1,75 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -GNOME2_LA_PUNT="yes"
39 -PYTHON_COMPAT=( python3_{3,4,5} )
40 -PYTHON_REQ_USE="threads"
41 -
42 -inherit gnome2 python-r1
43 -
44 -DESCRIPTION="Extensible screen reader that provides access to the desktop"
45 -HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
46 -
47 -LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
50 -
51 -IUSE="+braille"
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -# liblouis is not in portage yet
55 -# it is used to provide contracted braille support
56 -COMMON_DEPEND="${PYTHON_DEPS}
57 - >=app-accessibility/at-spi2-atk-2.12:2
58 - >=app-accessibility/at-spi2-core-2.12:2[introspection]
59 - >=dev-libs/atk-2.10
60 - >=dev-libs/glib-2.28:2
61 - >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
62 - >=x11-libs/gtk+-3.6.2:3[introspection]
63 - braille? (
64 - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
65 - dev-libs/liblouis[python,${PYTHON_USEDEP}] )
66 -"
67 -RDEPEND="${COMMON_DEPEND}
68 - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
69 - dev-libs/atk[introspection]
70 - dev-python/pyatspi[${PYTHON_USEDEP}]
71 - dev-python/setproctitle[${PYTHON_USEDEP}]
72 - x11-libs/libwnck:3[introspection]
73 - x11-libs/pango[introspection]
74 -"
75 -DEPEND="${COMMON_DEPEND}
76 - >=dev-util/intltool-0.50
77 - dev-util/itstool
78 - virtual/pkgconfig
79 -"
80 -# app-text/yelp-tools
81 -
82 -src_prepare() {
83 - gnome2_src_prepare
84 - python_copy_sources
85 -}
86 -
87 -src_configure() {
88 - python_foreach_impl run_in_build_dir gnome2_src_configure \
89 - $(use_with braille liblouis)
90 -}
91 -
92 -src_compile() {
93 - python_foreach_impl run_in_build_dir gnome2_src_compile
94 -}
95 -
96 -src_install() {
97 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
98 - installing() {
99 - gnome2_src_install
100 - # Massage shebang to make python_doscript happy
101 - sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
102 - -i src/orca/orca || die
103 - python_doscript src/orca/orca
104 - }
105 - python_foreach_impl run_in_build_dir installing
106 -}
107
108 diff --git a/app-accessibility/orca/orca-3.20.3.ebuild b/app-accessibility/orca/orca-3.20.3.ebuild
109 deleted file mode 100644
110 index f784168..00000000
111 --- a/app-accessibility/orca/orca-3.20.3.ebuild
112 +++ /dev/null
113 @@ -1,74 +0,0 @@
114 -# Copyright 1999-2016 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Id$
117 -
118 -EAPI=6
119 -GNOME2_LA_PUNT="yes"
120 -PYTHON_COMPAT=( python3_{3,4,5} )
121 -PYTHON_REQ_USE="threads"
122 -
123 -inherit gnome2 python-r1
124 -
125 -DESCRIPTION="Extensible screen reader that provides access to the desktop"
126 -HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
127 -
128 -LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
129 -SLOT="0"
130 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
131 -
132 -IUSE="+braille"
133 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
134 -
135 -# liblouis is not in portage yet
136 -# it is used to provide contracted braille support
137 -COMMON_DEPEND="${PYTHON_DEPS}
138 - >=app-accessibility/at-spi2-atk-2.12:2
139 - >=app-accessibility/at-spi2-core-2.12:2[introspection]
140 - >=dev-libs/atk-2.10
141 - >=dev-libs/glib-2.28:2
142 - >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
143 - media-libs/gstreamer:1.0
144 - >=x11-libs/gtk+-3.6.2:3[introspection]
145 - braille? (
146 - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
147 - dev-libs/liblouis[python,${PYTHON_USEDEP}] )
148 -"
149 -RDEPEND="${COMMON_DEPEND}
150 - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
151 - dev-libs/atk[introspection]
152 - dev-python/pyatspi[${PYTHON_USEDEP}]
153 - dev-python/setproctitle[${PYTHON_USEDEP}]
154 - x11-libs/libwnck:3[introspection]
155 - x11-libs/pango[introspection]
156 -"
157 -DEPEND="${COMMON_DEPEND}
158 - >=dev-util/intltool-0.50
159 - dev-util/itstool
160 - virtual/pkgconfig
161 -"
162 -# app-text/yelp-tools
163 -
164 -src_prepare() {
165 - gnome2_src_prepare
166 - python_copy_sources
167 -}
168 -
169 -src_configure() {
170 - python_foreach_impl run_in_build_dir gnome2_src_configure \
171 - $(use_with braille liblouis)
172 -}
173 -
174 -src_compile() {
175 - python_foreach_impl run_in_build_dir gnome2_src_compile
176 -}
177 -
178 -src_install() {
179 - installing() {
180 - gnome2_src_install
181 - # Massage shebang to make python_doscript happy
182 - sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
183 - -i src/orca/orca || die
184 - python_doscript src/orca/orca
185 - }
186 - python_foreach_impl run_in_build_dir installing
187 -}