Gentoo Archives: gentoo-commits

From: Jian Lin <jlin.gentoo@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: licenses/, app-accessibility/espeak-ng/
Date: Thu, 01 Jul 2021 05:20:32
Message-Id: 1625115506.77e0f261ca3f955c93a3ec6fc5c5022bf297f007.jian@gentoo
1 commit: 77e0f261ca3f955c93a3ec6fc5c5022bf297f007
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Jul 1 04:55:22 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Thu Jul 1 04:58:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77e0f261
7
8 app-accessibility/espeak-ng: moved to ::gentoo
9
10 Closes: https://bugs.gentoo.org/799356
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 app-accessibility/espeak-ng/Manifest | 1 -
14 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 74 -----------------------
15 app-accessibility/espeak-ng/metadata.xml | 24 --------
16 licenses/turkowski | 15 -----
17 4 files changed, 114 deletions(-)
18
19 diff --git a/app-accessibility/espeak-ng/Manifest b/app-accessibility/espeak-ng/Manifest
20 deleted file mode 100644
21 index c53c5a125..000000000
22 --- a/app-accessibility/espeak-ng/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST espeak-ng-1.50.tgz 21344932 BLAKE2B 02e0070ab7d0fba321e39e920ba60276d0046955eb40c042a3b0faf93967ae3b1ab88308ece32b7a623d92074943884b214aab13589511726823f0a5d11916de SHA512 753de58ceaf1bbbbe5cb19430cc04dd6bcee79080c8908ebe48645d52fdba5b6e7b1e2cab923220488f83a58e20364e93ba021868676fedfa5b8ede010aed443
26
27 diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
28 deleted file mode 100644
29 index fb68cea73..000000000
30 --- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
31 +++ /dev/null
32 @@ -1,74 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools
39 -
40 -DESCRIPTION="Software speech synthesizer for English, and some other languages"
41 -HOMEPAGE="https://github.com/espeak-ng/espeak-ng"
42 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tgz"
43 -S="${WORKDIR}/${PN}"
44 -
45 -LICENSE="GPL-3+ turkowski unicode"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="doc +klatt l10n_ru l10n_zh mbrola +sonic +sound"
49 -
50 -DEPEND="
51 - !app-accessibility/espeak
52 - mbrola? ( app-accessibility/mbrola )
53 - sonic? ( media-libs/sonic )
54 - sound? ( media-libs/pcaudiolib )
55 -"
56 -RDEPEND="${DEPEND}
57 - sound? ( media-sound/sox )
58 -"
59 -BDEPEND="
60 - virtual/pkgconfig
61 - doc? ( app-text/ronn )
62 -"
63 -
64 -DOCS=( CHANGELOG.md README.md docs )
65 -
66 -src_prepare() {
67 - default
68 -
69 - # disable failing tests
70 - rm tests/{language-pronunciation,translate}.test || die
71 - sed -e "/language-pronunciation.check/d" \
72 - -e "/translate.check/d" \
73 - -i Makefile.am || die
74 -
75 - sed "s/int samplerate;/static int samplerate;/" -i src/espeak-ng.c || die
76 -
77 - eautoreconf
78 -}
79 -
80 -src_configure() {
81 - econf \
82 - $(use_with klatt) \
83 - $(use_with l10n_ru extdict-ru) \
84 - $(use_with l10n_zh extdict-zh) \
85 - $(use_with l10n_zh extdict-zhy) \
86 - $(use_with mbrola) \
87 - $(use_with sound pcaudiolib) \
88 - $(use_with sonic) \
89 - --with-async \
90 - --without-libfuzzer \
91 - --disable-rpath
92 -}
93 -
94 -src_compile() {
95 - emake -j1
96 -}
97 -
98 -src_test() {
99 - emake check
100 -}
101 -
102 -src_install() {
103 - emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
104 - rm "${ED}"/usr/lib*/libespeak.la || die
105 - rm "${ED}"/usr/lib*/libespeak-ng.{a,la} || die
106 -}
107
108 diff --git a/app-accessibility/espeak-ng/metadata.xml b/app-accessibility/espeak-ng/metadata.xml
109 deleted file mode 100644
110 index 8d0f51cd7..000000000
111 --- a/app-accessibility/espeak-ng/metadata.xml
112 +++ /dev/null
113 @@ -1,24 +0,0 @@
114 -<?xml version="1.0" encoding="UTF-8"?>
115 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 -<pkgmetadata>
117 - <upstream>
118 - <maintainer>
119 - <name>Reece H. Dunn</name>
120 - <email>msclrhd@×××××.com</email>
121 - </maintainer>
122 - <remote-id type="github">espeak-ng/espeak-ng</remote-id>
123 - <changelog>https://github.com/espeak-ng/espeak-ng/releases.atom</changelog>
124 - </upstream>
125 - <maintainer type="person">
126 - <email>cyber+gentoo@×××××.in</email>
127 - <name>Anna</name>
128 - </maintainer>
129 - <use>
130 - <flag name="doc">Builds and installs manpage with app-text/ronn</flag>
131 - <flag name="l10n_ru">Builds extended Russian Dictionary file</flag>
132 - <flag name="l10n_zh">Builds extended Chinese (Mandarin and Cantonese) Dictionary files</flag>
133 - <flag name="klatt">Enables Klatt formant synthesis and implementation</flag>
134 - <flag name="mbrola">Adds support for mbrola voices</flag>
135 - <flag name="sonic">Enables the sonic library to speed up the audio</flag>
136 - </use>
137 -</pkgmetadata>
138
139 diff --git a/licenses/turkowski b/licenses/turkowski
140 deleted file mode 100644
141 index e470b1374..000000000
142 --- a/licenses/turkowski
143 +++ /dev/null
144 @@ -1,15 +0,0 @@
145 -Open Source Repository
146 -
147 -courtesy of
148 -Ken Turkowski
149 -
150 -The source code available from this page may be freely downloaded and used in
151 -any applications for any purpose, as long as the code is used in its entirety
152 -and the copyright notice and warranty information is retained.
153 -
154 -If you make any improvements to this software, you should provide me with said
155 -improvements.
156 -
157 -If any of this code is incorporated into a commercial product, you should
158 -notify me of this by email, and provide me with a complimentary copy of said
159 -product. :-)