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/speech-dispatcher/
Date: Fri, 07 Dec 2018 21:56:46
Message-Id: 1544219498.62b79306bf51abb8c755a6021707f62e3ce1d966.leio@gentoo
1 commit: 62b79306bf51abb8c755a6021707f62e3ce1d966
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 21:51:38 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 21:51:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b79306
7
8 app-accessibility/speech-dispatcher: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 app-accessibility/speech-dispatcher/Manifest | 1 -
14 .../speech-dispatcher-0.8.1.ebuild | 109 ---------------------
15 2 files changed, 110 deletions(-)
16
17 diff --git a/app-accessibility/speech-dispatcher/Manifest b/app-accessibility/speech-dispatcher/Manifest
18 index ace56a5aa3e..ce5754d8785 100644
19 --- a/app-accessibility/speech-dispatcher/Manifest
20 +++ b/app-accessibility/speech-dispatcher/Manifest
21 @@ -1,2 +1 @@
22 -DIST speech-dispatcher-0.8.1.tar.gz 1309969 BLAKE2B 225a7b6a134cf0c82b1e08f961bad87a509ae7b4a9948c1e548c84a325b86b70ee66cd52dabd560f6640682385ea826fa4e67ec762a3da223a14303ddfdae5c2 SHA512 35f1ae547001a45d7945406ae5672829ff9ab6ac3f0cccb9eb3670dd92888a63c7cc4270ee90b5a166e6788afe3b117b5c3ef62c41a9df9f9af94dc4e0948fe8
23 DIST speech-dispatcher-0.8.7.tar.gz 1333677 BLAKE2B 0b08f1a1228fe1240e14b3d52913f8fa64a1f2ee9b563294b49ea8d3e5cfd3041aa5572ec72354b360dabd2d263deb79e418b95b6174a5b89ee541e9fd23c7e2 SHA512 0e7af02e8521aa8d397ea4d0329f9a8d56970beed645456dfedc738ececd2ccd8ecfdf66e92ae852878a473ba991175e1d4dc2b8b0148c958163682b49678375
24
25 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
26 deleted file mode 100644
27 index 120aa60f8b4..00000000000
28 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
29 +++ /dev/null
30 @@ -1,109 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python3_4 python3_5 )
37 -PYTHON_REQ_USE="threads(+)"
38 -
39 -inherit eutils python-r1
40 -
41 -DESCRIPTION="Speech synthesis interface"
42 -HOMEPAGE="http://www.freebsoft.org/speechd"
43 -SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
48 -IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
49 -
50 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
51 -
52 -COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
53 - >=dev-libs/dotconf-1.3
54 - >=dev-libs/glib-2.28:2
55 - >=media-libs/libsndfile-1.0.2
56 - alsa? ( media-libs/alsa-lib )
57 - ao? ( media-libs/libao )
58 - espeak? ( app-accessibility/espeak )
59 - flite? ( app-accessibility/flite )
60 - nas? ( media-libs/nas )
61 - pulseaudio? ( media-sound/pulseaudio )"
62 -DEPEND="${COMMON_DEPEND}
63 - >=dev-util/intltool-0.40.0
64 - virtual/pkgconfig"
65 -RDEPEND="${COMMON_DEPEND}
66 - python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
67 -
68 -src_configure() {
69 - local myeconfargs=(
70 - --disable-python
71 - $(use_enable static-libs static)
72 - $(use_with alsa)
73 - $(use_with ao libao)
74 - $(use_with espeak)
75 - $(use_with flite)
76 - $(use_with pulseaudio pulse)
77 - $(use_with nas)
78 - )
79 - econf ${myeconfargs[@]}
80 -}
81 -
82 -src_compile() {
83 - use python && python_copy_sources
84 -
85 - emake
86 -
87 - if use python; then
88 - building() {
89 - cd src/api/python || die
90 - emake \
91 - pyexecdir="$(python_get_sitedir)" \
92 - pythondir="$(python_get_sitedir)"
93 - }
94 - python_foreach_impl run_in_build_dir building
95 - fi
96 -}
97 -
98 -src_install() {
99 - emake DESTDIR="${D}" install
100 - dodoc ANNOUNCE AUTHORS BUGS ChangeLog FAQ NEWS README*
101 -
102 - prune_libtool_files --all
103 -
104 - if use python; then
105 - installation() {
106 - cd src/api/python || die
107 - emake \
108 - DESTDIR="${D}" \
109 - pyexecdir="$(python_get_sitedir)" \
110 - pythondir="$(python_get_sitedir)" \
111 - install
112 - }
113 - python_foreach_impl run_in_build_dir installation
114 - python_replicate_script "${ED}"/usr/bin/spd-conf
115 - fi
116 -}
117 -
118 -pkg_postinst() {
119 - local editconfig="n"
120 - if ! use espeak; then
121 - ewarn "You have disabled espeak, which is speech-dispatcher's"
122 - ewarn "default speech synthesizer."
123 - ewarn
124 - editconfig="y"
125 - fi
126 - if ! use pulseaudio; then
127 - ewarn "You have disabled pulseaudio support."
128 - ewarn "pulseaudio is speech-dispatcher's default audio subsystem."
129 - ewarn
130 - editconfig="y"
131 - fi
132 - if [[ "${editconfig}" == "y" ]]; then
133 - ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
134 - ewarn "and make sure the settings there match your system."
135 - ewarn
136 - fi
137 - elog "For festival support, you need to"
138 - elog "install app-accessibility/festival-freebsoft-utils."
139 -}