Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Sun, 04 Oct 2015 11:06:43
Message-Id: 1443956792.bdbbbcc176eac8ec521287875f9e920bd1db43c8.pacho@gentoo
1 commit: bdbbbcc176eac8ec521287875f9e920bd1db43c8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 11:06:12 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:06:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbbbcc1
7
8 app-accessibility/orca: Drop old
9
10 Package-Manager: portage-2.2.22
11
12 app-accessibility/orca/Manifest | 2 -
13 app-accessibility/orca/orca-3.14.3.ebuild | 78 -------------------------------
14 app-accessibility/orca/orca-3.14.4.ebuild | 77 ------------------------------
15 3 files changed, 157 deletions(-)
16
17 diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
18 index bc870e2..ad66383 100644
19 --- a/app-accessibility/orca/Manifest
20 +++ b/app-accessibility/orca/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST orca-3.14.3.tar.xz 1998804 SHA256 8258dc3174572a4bf1a266ad36df46cf5f2c5a8dc5df1a071f49f812bec2a315 SHA512 579eb592ab99a98598ce7405e180b9e8657c5b418d792f1209684bca7b309bb8e0857fd2766a39fb53835ae44f12e3447dda08402b21113e16c92bb7f60e661d WHIRLPOOL 624fc3c89ad20e734ab61160839a4d469243c587ed8c72b413ee011275e27eff73ac8ffa82f03dfa69902450c0db970b402d4b371e647298ee4b193218851e64
23 -DIST orca-3.14.4.tar.xz 2016596 SHA256 94a522e0a29143858be0d092346d9996e62b55fefdf4651b5edf79bcb9f4a1ef SHA512 1270c18c83817f02c0804db711915d112ff8e3b336c2dd39eb3ff5e2110393ce0afb030f82bdefb1a56acf6471107d2f237100aa22b85ac88ab04c7325cebfc8 WHIRLPOOL 298004708658a62d8fde7bb0f2ec53a7d4b64188ed663cfc5edd7d788bcc8de7f07bff5ce58ad625572692233652a251e2666640f1309d23a7ab67574cd20125
24 DIST orca-3.16.2.tar.xz 2078728 SHA256 cd14b28878cc04166ec43c7d9a8e6b0056c66cbfb1e4f934f12f74568937789a SHA512 768628c4630d84929a8a2b12b73771de7b104b1754e9462b1fe63c2bbadca192e56416a1e2a43ad5f5594c91a4fe94941d2deb1e44cccaf253d4f03704f31ee1 WHIRLPOOL eea3f9a1a0b1aebb4ca3a6da1a5cf016b1ea6d042c4e8e1b7275325cd08e77c6a7c6519048651ace34ef10d69c22663e9009dab20502ff3fca7d6c6c9a888c9a
25 DIST orca-3.16.3.tar.xz 2124800 SHA256 540deeaa1a973cc7ccc8a463f8fcf51db51f7ccfb130bc2019ac53bf67943dc7 SHA512 c579437d956bee014db61aeb7494a295345e28a147a938a71a8062c30de67fcff3767c5ea8767067ce5f2f5ff84c0aaf2fc250730e4a7036ae100078fd6f058f WHIRLPOOL 839b3c7170f2fd44fa5b97cfd9ed6989dd94721d379d21428a166b8321fb5162a56f758327df0ea632bf320711362b0e03916358d023fba8dffec2a36f62b970
26
27 diff --git a/app-accessibility/orca/orca-3.14.3.ebuild b/app-accessibility/orca/orca-3.14.3.ebuild
28 deleted file mode 100644
29 index 5ba9662..0000000
30 --- a/app-accessibility/orca/orca-3.14.3.ebuild
31 +++ /dev/null
32 @@ -1,78 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -GCONF_DEBUG="no"
39 -GNOME2_LA_PUNT="yes"
40 -PYTHON_COMPAT=( python3_{3,4} )
41 -PYTHON_REQ_USE="threads"
42 -
43 -inherit gnome2 python-r1
44 -
45 -DESCRIPTION="Extensible screen reader that provides access to the desktop"
46 -HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
47 -
48 -LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
51 -
52 -IUSE="+braille"
53 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 -
55 -# liblouis is not in portage yet
56 -# it is used to provide contracted braille support
57 -# XXX: Check deps for correctness
58 -COMMON_DEPEND="
59 - >=app-accessibility/at-spi2-atk-2.10:2
60 - >=app-accessibility/at-spi2-core-2.10:2[introspection]
61 - >=dev-libs/atk-2.10
62 - >=dev-libs/glib-2.28:2
63 - >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
64 - >=x11-libs/gtk+-3.6.2:3[introspection]
65 - braille? (
66 - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
67 - dev-libs/liblouis[python,${PYTHON_USEDEP}] )
68 - ${PYTHON_DEPS}
69 -"
70 -RDEPEND="${COMMON_DEPEND}
71 - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
72 - dev-libs/atk[introspection]
73 - dev-python/pyatspi[${PYTHON_USEDEP}]
74 - dev-python/setproctitle[${PYTHON_USEDEP}]
75 - x11-libs/libwnck:3[introspection]
76 - x11-libs/pango[introspection]
77 -"
78 -DEPEND="${COMMON_DEPEND}
79 - >=dev-util/intltool-0.50
80 - virtual/pkgconfig
81 -"
82 -# app-text/yelp-tools
83 -
84 -src_prepare() {
85 - gnome2_src_prepare
86 -
87 - python_copy_sources
88 -}
89 -
90 -src_configure() {
91 - python_foreach_impl run_in_build_dir gnome2_src_configure \
92 - ITSTOOL="$(type -P true)" \
93 - $(use_with braille liblouis)
94 -}
95 -
96 -src_compile() {
97 - python_foreach_impl run_in_build_dir gnome2_src_compile
98 -}
99 -
100 -src_install() {
101 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
102 - installing() {
103 - gnome2_src_install
104 - # Massage shebang to make python_doscript happy
105 - sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
106 - -i src/orca/orca || die
107 - python_doscript src/orca/orca
108 - }
109 - python_foreach_impl run_in_build_dir installing
110 -}
111
112 diff --git a/app-accessibility/orca/orca-3.14.4.ebuild b/app-accessibility/orca/orca-3.14.4.ebuild
113 deleted file mode 100644
114 index 792a5dd..0000000
115 --- a/app-accessibility/orca/orca-3.14.4.ebuild
116 +++ /dev/null
117 @@ -1,77 +0,0 @@
118 -# Copyright 1999-2015 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -# $Id$
121 -
122 -EAPI="5"
123 -GCONF_DEBUG="no"
124 -GNOME2_LA_PUNT="yes"
125 -PYTHON_COMPAT=( python3_{3,4} )
126 -PYTHON_REQ_USE="threads"
127 -
128 -inherit gnome2 python-r1
129 -
130 -DESCRIPTION="Extensible screen reader that provides access to the desktop"
131 -HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
132 -
133 -LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
134 -SLOT="0"
135 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
136 -
137 -IUSE="+braille"
138 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
139 -
140 -# liblouis is not in portage yet
141 -# it is used to provide contracted braille support
142 -# XXX: Check deps for correctness
143 -COMMON_DEPEND="${PYTHON_DEPS}
144 - >=app-accessibility/at-spi2-atk-2.10:2
145 - >=app-accessibility/at-spi2-core-2.10:2[introspection]
146 - >=dev-libs/atk-2.10
147 - >=dev-libs/glib-2.28:2
148 - >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
149 - >=x11-libs/gtk+-3.6.2:3[introspection]
150 - braille? (
151 - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
152 - dev-libs/liblouis[python,${PYTHON_USEDEP}] )
153 -"
154 -RDEPEND="${COMMON_DEPEND}
155 - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
156 - dev-libs/atk[introspection]
157 - dev-python/pyatspi[${PYTHON_USEDEP}]
158 - dev-python/setproctitle[${PYTHON_USEDEP}]
159 - x11-libs/libwnck:3[introspection]
160 - x11-libs/pango[introspection]
161 -"
162 -DEPEND="${COMMON_DEPEND}
163 - >=dev-util/intltool-0.50
164 - virtual/pkgconfig
165 -"
166 -# app-text/yelp-tools
167 -
168 -src_prepare() {
169 - gnome2_src_prepare
170 -
171 - python_copy_sources
172 -}
173 -
174 -src_configure() {
175 - python_foreach_impl run_in_build_dir gnome2_src_configure \
176 - ITSTOOL="$(type -P true)" \
177 - $(use_with braille liblouis)
178 -}
179 -
180 -src_compile() {
181 - python_foreach_impl run_in_build_dir gnome2_src_compile
182 -}
183 -
184 -src_install() {
185 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO"
186 - installing() {
187 - gnome2_src_install
188 - # Massage shebang to make python_doscript happy
189 - sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
190 - -i src/orca/orca || die
191 - python_doscript src/orca/orca
192 - }
193 - python_foreach_impl run_in_build_dir installing
194 -}