Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Fri, 29 Mar 2019 23:27:13
Message-Id: 1553899763.6437481698381de72772b80b4a2b55d73c7955f8.leio@gentoo
1 commit: 6437481698381de72772b80b4a2b55d73c7955f8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 22:49:23 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 22:49:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64374816
7
8 app-accessibility/orca: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-accessibility/orca/Manifest | 2 -
14 app-accessibility/orca/orca-3.26.0.ebuild | 72 -------------------------------
15 app-accessibility/orca/orca-3.28.2.ebuild | 52 ----------------------
16 3 files changed, 126 deletions(-)
17
18 diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
19 index f857165dc08..5b880166b54 100644
20 --- a/app-accessibility/orca/Manifest
21 +++ b/app-accessibility/orca/Manifest
22 @@ -1,4 +1,2 @@
23 DIST orca-3.24.0.tar.xz 2391740 BLAKE2B 1f294bc8e1c593690c511f0d7d660230c420b33de59c8b1e78ee8d7b16f973b9fff9ce4d656de7202ffd5789ae3604d030c442e8c35eecfd5c5dca058031e996 SHA512 9aa65b534f69bb4a1b800e715776416843ac3756ec1267feca3c66476e34e54f6744f70c0f8ac8868a009d38b6cc165267268491a9ad29ebbd3601dba09d424c
24 -DIST orca-3.26.0.tar.xz 2407368 BLAKE2B e04a891a2f2478b5b5f556a423c073f8c64de78d1f744d41d292cd783edc2ba0e57824ba3afb1f1b58f62503a204003d97e1fb652df307f34ae6838bce44389c SHA512 ca3a60b36d9528cf424e01d7a1aad75a8e14e46a6c93330b8e439bd44832dbc44897657b8da3c583501ce8c835f589209f1b3969ab110766cb1dc099defd2445
25 -DIST orca-3.28.2.tar.xz 2460112 BLAKE2B 7c577f639c7a37e5bae755bab32b753d0f2a9eef49872a9b0f3805ad33d8dd8ded7bdfda8239662eec87dde1b0d935634628709fa18e0b0db223550ee478ad59 SHA512 3a93c39f9245890d134fa96e58bdfdb273600730be6fedd8590628cf8b1740a6caa7c4fb180c1da156e179b6e0cc352f6f5aacfa8eaed3e306f399bd1fe3cc43
26 DIST orca-3.30.2.tar.xz 2493112 BLAKE2B 06ac902f67c66d5098be1829aa7cb7a160663a3a713d407a5245a95215c309f3b374937e4b70acbf9750f6e0e270ed8ab5516ca3cb6b0a19f347ee72a01a325b SHA512 146a132ce06f7f36d6d9397c507ea767be5df6c47a5c7485c35c325868ebc0b3ff7b3653572be82f6d5ed937033cd6d68a08700056a63e5691aed4c9171b3485
27
28 diff --git a/app-accessibility/orca/orca-3.26.0.ebuild b/app-accessibility/orca/orca-3.26.0.ebuild
29 deleted file mode 100644
30 index 88ecd17c1e5..00000000000
31 --- a/app-accessibility/orca/orca-3.26.0.ebuild
32 +++ /dev/null
33 @@ -1,72 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -GNOME2_LA_PUNT="yes"
39 -PYTHON_COMPAT=( python3_{4,5,6} )
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 -COMMON_DEPEND="${PYTHON_DEPS}
55 - >=app-accessibility/at-spi2-atk-2.26:2
56 - >=app-accessibility/at-spi2-core-2.26:2[introspection]
57 - >=dev-libs/atk-2.26
58 - >=dev-libs/glib-2.28:2
59 - dev-python/gst-python:1.0[${PYTHON_USEDEP}]
60 - >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
61 - media-libs/gstreamer:1.0[introspection]
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-2.26[${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 - installing() {
98 - gnome2_src_install
99 - # Massage shebang to make python_doscript happy
100 - sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
101 - -i src/orca/orca || die
102 - python_doscript src/orca/orca
103 - }
104 - python_foreach_impl run_in_build_dir installing
105 -}
106
107 diff --git a/app-accessibility/orca/orca-3.28.2.ebuild b/app-accessibility/orca/orca-3.28.2.ebuild
108 deleted file mode 100644
109 index 350d127290f..00000000000
110 --- a/app-accessibility/orca/orca-3.28.2.ebuild
111 +++ /dev/null
112 @@ -1,52 +0,0 @@
113 -# Copyright 1999-2019 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -GNOME2_LA_PUNT="yes"
118 -PYTHON_COMPAT=( python3_{4,5,6} )
119 -PYTHON_REQ_USE="threads"
120 -
121 -inherit gnome2 python-single-r1
122 -
123 -DESCRIPTION="Extensible screen reader that provides access to the desktop"
124 -HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
125 -
126 -LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
127 -SLOT="0"
128 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
129 -
130 -IUSE="+braille"
131 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
132 -
133 -COMMON_DEPEND="${PYTHON_DEPS}
134 - >=app-accessibility/at-spi2-atk-2.28:2
135 - >=app-accessibility/at-spi2-core-2.28:2[introspection]
136 - >=dev-libs/atk-2.28
137 - >=dev-libs/glib-2.28:2
138 - dev-python/gst-python:1.0[${PYTHON_USEDEP}]
139 - >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
140 - media-libs/gstreamer:1.0[introspection]
141 - >=x11-libs/gtk+-3.6.2:3[introspection]
142 - braille? (
143 - >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
144 - dev-libs/liblouis[python,${PYTHON_USEDEP}] )
145 -"
146 -RDEPEND="${COMMON_DEPEND}
147 - >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
148 - dev-libs/atk[introspection]
149 - >=dev-python/pyatspi-2.26[${PYTHON_USEDEP}]
150 - dev-python/setproctitle[${PYTHON_USEDEP}]
151 - x11-libs/libwnck:3[introspection]
152 - x11-libs/pango[introspection]
153 -"
154 -DEPEND="${COMMON_DEPEND}
155 - >=dev-util/intltool-0.50
156 - dev-util/itstool
157 - virtual/pkgconfig
158 -"
159 -# app-text/yelp-tools
160 -
161 -src_configure() {
162 - gnome2_src_configure \
163 - $(use_with braille liblouis)
164 -}